Commit Graph

51 Commits

Author SHA1 Message Date
Adi Masputra
bf77614033 Removed '-w' cc flag, since it practically disables all warnings. This
may not be good for future development. Plus, warnings should be fixed
instead of ignored.
2000-04-15 01:30:53 +00:00
Adi Masputra
ec6acd10d0 A couple of fixes:
a) 64-bit compilation flags were insufficient. Additional ones were added
   so that the generated binaries are correct (64-bit relocation issues).
b) Cleaned up some lint flags.
1999-09-21 20:37:20 +00:00
Adi Masputra
852d707124 Added extra lint exceptions so that files like bsd-comp.c and vjcompress.c
don't get too noisy.
1999-09-15 23:51:56 +00:00
Adi Masputra
d0d16c4ba1 Forgot to remote *.ln files (made by lint) when doing make clean. 1999-09-15 22:21:57 +00:00
Adi Masputra
1087f9d960 Cleaned up Makefiles, and added lint target for both 32- and 64-bits. 1999-09-15 22:10:16 +00:00
Adi Masputra
5dda0611f3 Modifed configure to point to 64-bit Makefile extension for Sol 7 and later
Added sparcv9 subdirectory into svr4/.cvsignore
Cleaned up svr4/Makefile.sol2
Added svr4/Makefile.sol2-64
1999-09-13 20:57:54 +00:00
Paul Mackerras
5018cc2da5 add man page for pppdump and add it to the list of things
to be installed on linux, sol2, svr4, sunos4
1999-04-01 11:44:55 +00:00
Paul Mackerras
90faf59815 make pppdump as well 1999-03-23 03:33:23 +00:00
Paul Mackerras
a83d9887bd fix MT stuff; add DEBUG to compile command line for now 1999-02-26 10:53:28 +00:00
Paul Mackerras
48e5c590d8 remove references to /home/paulus 1998-04-01 00:31:23 +00:00
Paul Mackerras
14a95aee7a include from ../include not .. 1998-03-25 03:09:58 +00:00
Paul Mackerras
91fc199e71 use Makedefs rather than passing lots of things on make command line 1998-02-04 01:43:23 +00:00
Paul Mackerras
5f5899a39f enable priority queueing stuff 1997-03-04 03:45:00 +00:00
Paul Mackerras
9c7bc19189 pass more stuff to sub-makes 1996-09-26 06:18:16 +00:00
Paul Mackerras
680fa929db allow for COPTS from top make 1996-09-26 06:17:52 +00:00
Paul Mackerras
9ca8ac67b0 use cc by default 1996-09-14 05:12:45 +00:00
Paul Mackerras
bad798e6ca use mkdir -p instead of install -d 1996-09-14 05:12:31 +00:00
Paul Mackerras
7da8a4ad8d added in deflate 1996-09-14 05:12:17 +00:00
Paul Mackerras
e5ad7e3dbf don't use options.leaf any more 1996-08-28 06:34:16 +00:00
Paul Mackerras
04f24b4613 always do rem_drv, ignore any errors 1996-07-01 01:24:07 +00:00
Paul Mackerras
b15ecc98cf ignore more 1996-07-01 01:23:42 +00:00
Paul Mackerras
855ab535dd took out bpf stuff; add rem_drv in install 1996-05-28 00:51:44 +00:00
Paul Mackerras
794b5735bd added files for packet filtering 1996-04-04 04:15:42 +00:00
Paul Mackerras
ad96e2b66e fixed module description string 1996-01-18 03:27:36 +00:00
Paul Mackerras
f711e3f58e fix module description string 1996-01-18 03:23:57 +00:00
Paul Mackerras
4fc1e781aa support PPP Deflate compression 1996-01-18 03:23:45 +00:00
Paul Mackerras
1b0bddc789 tweaks to Makefile - suppress warnings 1995-12-19 02:06:49 +00:00
Paul Mackerras
f9e2af5a81 Adding modload support stuff for Solaris 1995-12-11 05:21:05 +00:00
Paul Mackerras
4b626b1158 changes for stock SVR4; sources from modules dir 1995-12-11 05:20:01 +00:00
Paul Mackerras
c3183b4510 use cc; sources from modules dir 1995-12-11 05:19:29 +00:00
Paul Mackerras
1b82ef17d7 added 1995-10-27 03:58:40 +00:00
Paul Mackerras
db2e55aa1e align first byte to allow for A/C and proto compression 1995-10-27 03:57:10 +00:00
Paul Mackerras
f496bf27c6 mods to support standard SVR4 as well as Solaris 2 1995-10-27 03:56:19 +00:00
Paul Mackerras
70af02f3c5 Fix infinite loop on big packets; cleanup. 1995-08-10 06:54:20 +00:00
Paul Mackerras
3a2d78abba Fix bug in handling return value from decompress routine. 1995-07-11 06:42:27 +00:00
Paul Mackerras
81e95b8755 restore DL_PHYS_ADDR_REQ 1995-06-30 00:54:51 +00:00
Paul Mackerras
b6a1cbaee7 Initial revision 1995-06-30 00:54:29 +00:00
Paul Mackerras
ee1474450b Bug fixes to flow control code; put correct dlpi header on data
packets; debug dump code
1995-06-23 01:38:49 +00:00
Paul Mackerras
582900da7f Cope with the fact that CVS can't handle symbolic links 1995-06-01 06:18:48 +00:00
Paul Mackerras
bbe9c77aaf Putting remaining PPP files under version control 1995-06-01 04:39:06 +00:00
Paul Mackerras
f8d05a1667 sol2 -> svr4 1995-06-01 02:23:09 +00:00
Paul Mackerras
cde50e0fb4 add line to /etc/minor_perm; compile with -O 1995-06-01 02:22:48 +00:00
Paul Mackerras
803649f71e fix stats stuff 1995-06-01 02:22:12 +00:00
Paul Mackerras
3e9ccc01ba mods for other SVR4 systems; don't use ddi_get_soft_state etc.;
some statistics support incl. use of kstats; better locking
1995-05-29 06:59:36 +00:00
Paul Mackerras
c2b27e2f4f implement statistics and 8-bit clean checks; don't use pullupmsg 1995-05-29 06:45:49 +00:00
Paul Mackerras
3d07235754 mods for other SVR4 systems; use msgpullup rather than pullupmsg;
avoid tromping on data blocks with ref counts > 1.
1995-05-29 06:43:50 +00:00
Paul Mackerras
4ffa02f546 specify permissions on add_drv 1995-05-23 01:35:25 +00:00
Paul Mackerras
07d873d3a9 Initial revision 1995-05-19 04:38:40 +00:00
Paul Mackerras
f3e631fa16 added install and clean targets 1995-05-19 03:27:52 +00:00
Paul Mackerras
334591e2db debugged and working (no stats yet) 1995-05-19 02:18:34 +00:00