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_red.c
Age
Commit message (
Expand
)
Author
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
2007-05-28
double pf performance.
Henning Brauer
2005-10-17
make pf use one mbuf tag instead of 6 distinct ones. use a little struct
Henning Brauer
2003-05-12
ansi
Henning Brauer
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-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-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-05-17
sync with KAME.
Kenjiro Cho
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