Age | Commit message (Expand) | Author |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2003-12-06 | update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>. | Kenjiro Cho |
2003-10-17 | typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu> | Henning Brauer |
2003-08-22 | pf spelling police | David Krause |
2003-08-20 | #define CBQ_MAXPRI RM_MAXPRIO and use it | Henning Brauer |
2003-08-20 | move the #define RM_MAXPRIO out of #ifdef _KERNEL | Henning Brauer |
2003-05-20 | fix a breakage in hfsc. | Kenjiro Cho |
2003-05-12 | ansi | Henning Brauer |
2003-04-12 | life's easier if one initializes pointers... | Henning Brauer |
2003-04-12 | don't create a root class implicitely. we do this from pfctl, and need | Henning Brauer |
2003-04-12 | kill the qid assignment code here; return EINVAL if qid == 0 - similar to | Henning Brauer |
2003-04-12 | ansi and a bit style; ok kjc@ | Henning Brauer |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-03 | remove remaining lines not needed by openbsd. | Kenjiro Cho |
2003-04-02 | remove dead code | Henning Brauer |
2003-04-02 | remove what is left over from the control class stuff | Henning Brauer |
2003-03-31 | remove queue ID assigning code. it's dead since some time as we assign queue | Henning Brauer |
2003-03-27 | double ; | Henning Brauer |
2003-03-27 | idx is unsigned | Henning Brauer |
2003-03-24 | fix error return values (NULL to ENOMEM) and add missing ellist_destroy() | Kenjiro Cho |
2003-03-13 | scale the red thresholds according to the queue limit. | Kenjiro Cho |
2003-03-13 | remove an unused function prototype. | Kenjiro Cho |
2003-03-11 | add protection against packets without pkthdr. | Kenjiro Cho |
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer |
2003-02-08 | ansi | Henning Brauer |
2003-02-05 | missed one during ansification | Henning Brauer |
2003-01-30 | big KNF & ANSI round | Henning Brauer |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2003-01-07 | Correct several typos in comments. No code changes. | Chad Loder |
2002-12-18 | enable PRIQ and HFSC if ALTQ itself is enabled. | Henning Brauer |
2002-12-16 | major KNF, Take 2 | Henning Brauer |
2002-12-16 | switchover to pf-based altq. | Kenjiro Cho |
2002-11-29 | supress printf's. | Kenjiro Cho |
2002-11-29 | convert read_machclk() from a macro to a real function and | Kenjiro Cho |
2002-11-26 | fix "pfctl -Fq". | Kenjiro Cho |
2002-11-26 | KNF | Henning Brauer |
2002-10-11 | make CBQ aware of the pf API so that pf developers can play with CBQ. | Kenjiro Cho |
2002-10-10 | add a borrow flag to be used by pf/altq. | Kenjiro Cho |
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho |
2002-10-05 | fix a embarrassing list-handling bug in cbq. | Kenjiro Cho |
2002-07-25 | support 486 which lack the pentium_mhz stuff; from rees, kjc ok | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-05-31 | define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU. | Kenjiro Cho |
2002-05-17 | sync with KAME. | Kenjiro Cho |
2002-05-17 | sync with KAME. | Kenjiro Cho |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |