Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-06 | string cleaning; tedu ok | Theo de Raadt | |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2002-09-26 | BSD-style license from Serge Vakulenko <vak@cronyx.ru> | Chris Cappuccio | |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino | |
2002-03-12 | sync with KAME | Kenjiro Cho | |
ALTQify more drivers. ok millert@ | |||
2001-12-27 | revision 1.12 lacks paren around && within || (gcc warns and compilation stops). | Jun-ichiro itojun Hagino | |
2001-12-26 | misplaced (), causing tcp header be examined in non-tcp packets | Michael Shalayeff | |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright | |
2001-07-10 | Missing breaks. | Marc Espie | |
Case labels must be integral values for deterministic behavior. | |||
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho | |
the new model removes direct references to the fields in ifp->if_snd, and defines the following macros to manipulate ifp->if_snd. IFQ_ENQUEUE(ifq, m, pktattr, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) the new model also enforces some rules regarding how to use these macros. details are descrined in http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt | |||
2001-03-25 | Minor bug. Could corrupt stat counters | Constantine Sapuntzakis | |
2001-03-22 | new timeouts | Michael Shalayeff | |
2001-03-07 | Missing splx() calls in failure cases. | Aaron Campbell | |
2000-04-26 | Cruft | Chris Cappuccio | |
2000-03-03 | $OpenBSD$ | Todd T. Fries | |
1999-08-06 | Fix an uninitialized variable bug. Remove statics. | Niklas Hallqvist | |
1999-07-02 | do not use fuword() | Theo de Raadt | |
1999-07-01 | lmc driver; ported by chris@dqc.org | Theo de Raadt | |