summaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
AgeCommit message (Expand)Author
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-22Don't use time-based random number generationThorsten Lockert
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-04-25check for input queue congestion on those as well and call if_congestion whenHenning Brauer
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-05-06string cleaning; tedu okTheo de Raadt
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-03-12sync with KAMEKenjiro Cho
2001-12-27revision 1.12 lacks paren around && within || (gcc warns and compilation stops).Jun-ichiro itojun Hagino
2001-12-26misplaced (), causing tcp header be examined in non-tcp packetsMichael Shalayeff
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-07-10Missing breaks.Marc Espie
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-03-25Minor bug. Could corrupt stat countersConstantine Sapuntzakis
2001-03-22new timeoutsMichael Shalayeff
2001-03-07Missing splx() calls in failure cases.Aaron Campbell
2000-04-26CruftChris Cappuccio
2000-03-03$OpenBSD$Todd T. Fries
1999-08-06Fix an uninitialized variable bug. Remove statics.Niklas Hallqvist
1999-07-02do not use fuword()Theo de Raadt
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt