index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
altq
/
altq_subr.c
Age
Commit message (
Expand
)
Author
2008-05-09
switch altq from ifp->if_start to if_start() to take advantage of tx mit.
David Gwynne
2008-05-08
do not check malloc return value against NULL, as M_WAITOK is used
Charles Longeau
2007-12-11
kill the comment that doesn't make sense anymore
Mike Belopuhov
2007-12-10
Remove an MD code that was obsoleted by the timecounters.
Mike Belopuhov
2007-09-13
MALLOC/FREE -> malloc/free and M_ZERO changes
Charles Longeau
2006-12-20
"#ifdef is a tool of the weak!"
Gordon Willem Klok
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
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-01-14
eliminate the predefined special qids so that qids become simple
Kenjiro Cho
2003-10-17
typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>
Henning Brauer
2002-12-16
major KNF, Take 2
Henning Brauer
2002-12-16
switchover to pf-based altq.
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-08
the first step of pf/altq merge.
Kenjiro Cho
2002-07-25
support 486 which lack the pentium_mhz stuff; from rees, kjc ok
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-13
sync with KAME.
Kenjiro Cho
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-07
fix IPv4 fragment handling in the classifier.
Kenjiro Cho
2001-08-09
change a maze of altq options into just "altq" for the base+red+cbq, and
Theo de Raadt
2001-06-27
import ALTQ, alternate queueing support, from KAME.
Kenjiro Cho