summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersbde1997-11-242-10/+9
* Removed now-unused blocking mode flag.bde1997-11-181-1/+0
* Removed unused #includes.bde1997-11-181-18/+26
* Removed unused #includes.bde1997-11-181-18/+6
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-182-6/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-10/+6
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,dg1997-10-311-1/+4
* didn't even know fddi had the atalk support.julian1997-10-291-4/+2
* Fix various problems with netatalk kernel support.julian1997-10-291-14/+39
* Removed unused #includes.bde1997-10-287-35/+7
* Braino on my part.. a #define isn't a reference to a structure, so thepeter1997-10-181-3/+1
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.peter1997-10-182-6/+12
* Better fix for the bpf dependency that doesn't have such a large impactpeter1997-10-182-2/+11
* Back out the `PPP_FILTER => NBPFILTER' changes.peter1997-10-181-3/+3
* Back out the `PPP_FILTER => NBPFILTER' changespeter1997-10-182-14/+15
* A better fix for both kernel and LKM compilation.roberto1997-10-172-4/+4
* Change PPP_FILTER into NBPFILTER to fix kernel compilation.roberto1997-10-172-6/+6
* PPP_FILTER => NBPFILTERbrian1997-10-171-12/+11
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-126-6/+27
* Jumbo patch to implement PAP and CHAP for sppp(4). Partially based onjoerg1997-10-112-152/+1504
* Try out PPP_FILTERpeter1997-10-102-3/+5
* Preserve old SC_STATIC value after units exchangeache1997-10-071-1/+3
* Ooops, this should have made it into the same commit, but didn't.joerg1997-10-071-1/+3
* Allow interfaces to be attached to bpf at times other than boot.julian1997-10-031-2/+5
* Remove an unfortunate name clash with the zalloc/zfree routines. Since thedyson1997-09-211-11/+11
* Update for new callout interface.gibbs1997-09-216-29/+49
* Fixed gratuitous ANSIisms.bde1997-09-163-10/+17
* Update network code to use poll support.peter1997-09-142-4/+4
* Update select -> pollpeter1997-09-141-20/+20
* select -> pollpeter1997-09-141-47/+15
* Fix a typo that becomes apparent when compiling without COMPAT_443.joerg1997-09-071-2/+2
* Some staticized variables were still declared to be extern.bde1997-09-071-5/+3
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-8/+16
* Removed unused #includes.bde1997-09-011-2/+1
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-282-3/+18
* add some comments while trying to understand why appletalkjulian1997-08-221-4/+36
* Some fixes from Bruce:peter1997-08-222-8/+10
* Remove some stray extra prototypespeter1997-08-191-7/+1
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlpeter1997-08-191-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-1912-340/+6492
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-19/+15
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notkjc1997-08-121-2/+2
* Implement the LCP fail_counter: if an option has been NAK'ed for morejoerg1997-08-101-4/+13
* PR: kern/4117itojun1997-08-061-2/+2
* Removed unused #includes.bde1997-08-029-68/+8
* Use malloc to save space for temp SUNIT variableache1997-07-281-9/+10
OpenPOWER on IntegriCloud