summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Initialize if_ibytes and if_obytes to zero.steve1998-01-251-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-1/+5
* Add a macro to accurately calculate the length of a struct ifreq whenwollman1998-01-131-1/+6
* Move softc stuff into if_tunvar.hbrian1998-01-112-17/+51
* Move softc stuff into if_tunvar.hbrian1998-01-111-0/+1
* Fixed change prerequisites for <net/if_arp.h>:bde1998-01-101-4/+4
* NETATALK -> opt_atalk.heivind1998-01-093-3/+6
* Make INET a proper option.eivind1998-01-0811-15/+58
* Reviewed by: Joerg Wunschgj1998-01-011-10/+3
* Remove bogus #ifdef INET - SLIP doesn't compile without INET.eivind1997-12-201-3/+1
* Fixed gratuitous ANSIisms.bde1997-12-201-2/+5
* MALLOC->mallocache1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITache1997-12-191-4/+8
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-155-5/+14
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-063-6/+6
* 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
OpenPOWER on IntegriCloud