Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-02 | remove what is left over from the control class stuff | Henning Brauer | |
ok kjc@ | |||
2003-03-31 | remove queue ID assigning code. it's dead since some time as we assign queue | Henning Brauer | |
IDs in userland already. | |||
2003-03-11 | add protection against packets without pkthdr. | Kenjiro Cho | |
this should not happen but just in case. printf() is intended to be annoying so that we'll get reports on it. original idea from dhartmei@ ok deraadt@, henning@ | |||
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer | |
validity and take that. validity checks provided by kjc@ ok dhartmei@ kjc@ | |||
2003-02-05 | missed one during ansification | Henning Brauer | |
2003-01-30 | big KNF & ANSI round | Henning Brauer | |
"accidently" typed while hunting a bug ;-) ok kjc@ | |||
2003-01-07 | Correct several typos in comments. No code changes. | Chad Loder | |
2002-12-16 | major KNF, Take 2 | Henning Brauer | |
ok kjc@ | |||
2002-12-16 | switchover to pf-based altq. | Kenjiro Cho | |
- remove files which are no longer used, or we don't have plans to support in pf in the near future. - remove altq ioctl related stuff. - convert the PRIQ, HFSC and RIO modules to pf-based altq. (these are not enabled in GENERIC, CDNR is not converted yet.) | |||
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 | |
for now, implemnet a tentative transition mechanism to allow the old API and the new API to coexit. the old API will go away when pfctl(8) becomes ready. | |||
2002-10-05 | fix a embarrassing list-handling bug in cbq. | Kenjiro Cho | |
this bug is triggered only when 3 or more cbq instances are created at a time. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-06-27 | import ALTQ, alternate queueing support, from KAME. | Kenjiro Cho | |
ALTQ allows to switch various queueing disciplines on output network interfaces. |