summaryrefslogtreecommitdiff
path: root/sys/altq/altq_rmclass.c
AgeCommit message (Expand)Author
2011-07-04rip out more effectively dead code, ryan okHenning Brauer
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2011-07-03g/c code to read/write the dscp field. with pf as classifier altq has noHenning Brauer
2011-07-03cdnr and rio disciplines are not being used or supported, clear a pathTed Unangst
2008-05-08do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2008-04-20Do not use random(), which is supposed to be a scheduler-only API (weTheo de Raadt
2007-09-13MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2003-10-17typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>Henning Brauer
2003-08-22pf spelling policeDavid Krause
2003-03-13scale the red thresholds according to the queue limit.Kenjiro Cho
2003-01-07Correct several typos in comments. No code changes.Chad Loder
2002-12-16major KNF, Take 2Henning Brauer
2002-12-16switchover to pf-based altq.Kenjiro Cho
2002-11-29supress printf's.Kenjiro Cho
2002-11-26KNFHenning Brauer
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-09change a maze of altq options into just "altq" for the base+red+cbq, andTheo de Raadt
2001-06-27import ALTQ, alternate queueing support, from KAME.Kenjiro Cho