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_rmclass.c
Age
Commit message (
Expand
)
Author
2011-07-04
rip out more effectively dead code, ryan ok
Henning Brauer
2011-07-03
g/c RIO traces (aka clean up after tedu :))
Henning Brauer
2011-07-03
g/c code to read/write the dscp field. with pf as classifier altq has no
Henning Brauer
2011-07-03
cdnr and rio disciplines are not being used or supported, clear a path
Ted Unangst
2008-05-08
do not check malloc return value against NULL, as M_WAITOK is used
Charles Longeau
2008-04-20
Do not use random(), which is supposed to be a scheduler-only API (we
Theo de Raadt
2007-09-13
MALLOC/FREE -> malloc/free and M_ZERO changes
Charles Longeau
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
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-03-13
scale the red thresholds according to the queue limit.
Kenjiro Cho
2003-01-07
Correct several typos in comments. No code changes.
Chad Loder
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-26
KNF
Henning Brauer
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
2001-06-27
import ALTQ, alternate queueing support, from KAME.
Kenjiro Cho