summaryrefslogtreecommitdiffstats
path: root/sys/net/if_strip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-7/+8
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-10/+10
* check for input queue congestion on those as well and call if_congestion whenhenning2004-04-251-1/+3
* de-register. deraadt okitojun2003-12-101-49/+49
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* string fixes; tedu okderaadt2003-05-031-2/+3
* remove the altq classifier code which is replaced by pf and no longer used.kjc2003-01-071-8/+2
* KNF - return is not a function.itojun2002-09-111-14/+14
* no need for check if m0 is NULL, as we have touched it already.itojun2002-07-301-2/+2
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* KNFitojun2002-06-241-5/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-20/+20
* sync with KAMEkjc2002-03-121-1/+7
* introduce the ALTQ queue macros into sys/net files.kjc2001-06-271-11/+24
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-6/+6
* Fix PR 342: the problem was that the code was assuming that when theangelos2000-12-301-14/+24
* New timeouts.art2000-06-261-5/+7
* we don't need to include buf.hart1999-04-221-2/+1
* undef SLMTU if it's been externally definedangelos1998-02-101-1/+4
* Minor changes from ppp 2.3.1millert1997-09-051-2/+2
* strip%d not st%dderaadt1997-06-201-2/+2
* pass Wstrict-prototypes; grr, PR#193deraadt1997-06-011-4/+4
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
* sync to netbsd 0901deraadt1996-10-041-290/+505
* __OpenBSD__deraadt1996-08-221-9/+9
* various fixesderaadt1996-07-271-112/+198
* init sc_unit properlyderaadt1996-06-101-2/+2
* syncderaadt1996-05-221-0/+1714