summaryrefslogtreecommitdiff
path: root/sys/altq/altq_subr.c
AgeCommit message (Expand)Author
2008-05-09switch altq from ifp->if_start to if_start() to take advantage of tx mit.David Gwynne
2008-05-08do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-12-11kill the comment that doesn't make sense anymoreMike Belopuhov
2007-12-10Remove an MD code that was obsoleted by the timecounters.Mike Belopuhov
2007-09-13MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-04-27make separate functions to enable/disable altq, and call them when weKenjiro Cho
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
2003-10-17typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>Henning Brauer
2002-12-16major KNF, Take 2Henning Brauer
2002-12-16switchover to pf-based altq.Kenjiro Cho
2002-11-29convert read_machclk() from a macro to a real function andKenjiro Cho
2002-11-26fix "pfctl -Fq".Kenjiro Cho
2002-11-26KNFHenning Brauer
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho
2002-10-08the first step of pf/altq merge.Kenjiro Cho
2002-07-25support 486 which lack the pentium_mhz stuff; from rees, kjc okTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13sync with KAME.Kenjiro Cho
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-07fix IPv4 fragment handling in the classifier.Kenjiro Cho
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