summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused #includes.bde1998-02-202-7/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-132-5/+7
* Staticize.eivind1998-02-095-15/+15
* Back out DIAGNOSTIC changes.eivind1998-02-063-8/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+8
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Revert previous commit. Remove all ifp->if_* = 0 initializations,steve1998-02-011-7/+0
* Make the debug options new-style.eivind1998-01-311-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Correct $Id$brian1998-01-261-1/+1
* 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
OpenPOWER on IntegriCloud