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
/
sbin
/
pfctl
/
pfctl_altq.c
Age
Commit message (
Expand
)
Author
2003-04-03
use a simple linear queue ID assignment algorithm for PRIQ like we do for
Henning Brauer
2003-04-03
explicitly include <sys/limits.h> for INT_MAX.
Kenjiro Cho
2003-03-28
assign qid early for priq too
Henning Brauer
2003-03-11
do the queue ID assignment for cbq already in userland. ensure that queues
Henning Brauer
2003-03-10
check for multiple same named queues on one interface.
Henning Brauer
2003-03-10
rework error handling in eval_pfqueue().
Henning Brauer
2003-03-08
when complaining about a queue's abndwidth beeing to small (below the
Henning Brauer
2003-03-06
fix queue assignment on filter rules which are not bound to an interface.
Henning Brauer
2003-03-03
rate2str() overhaul:
Henning Brauer
2003-03-02
when printing queues at load time that have bandwidth specified in percent,
Henning Brauer
2003-03-02
remove the control keyword for cbq queues.
Henning Brauer
2003-03-02
add a guarantee that two same named queues on different interfaces have the
Henning Brauer
2003-02-25
extend copyright to 2003
Henning Brauer
2003-01-24
make rate2str include the unit in the ouput even if it is 0b. was irrelevant
Henning Brauer
2003-01-24
export rate2str
Henning Brauer
2003-01-20
unused var; found by dhartmei@ and camield@
Henning Brauer
2003-01-20
no named parameters in prototypes
Camiel Dobbelaar
2003-01-09
strlcpy return checks.
Daniel Hartmeier
2003-01-09
first attack at pfctl queue statistics, to be displayed with pfctl -vsq
Henning Brauer
2003-01-05
err()/errx() do not return, errx() -> err() after calloc(), it sets errno.
Daniel Hartmeier
2003-01-04
I do not know where this policy of "one .h file for every .c file" comes
Theo de Raadt
2003-01-03
KNF
Theo de Raadt
2002-12-24
print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set.
Ryan Thomas McBride
2002-12-23
remove dead code
Henning Brauer
2002-12-17
add support for the PRIQ scheduler
Henning Brauer
2002-12-17
PRIQ and HFSC support functions, not yet used.
Henning Brauer
2002-12-17
class -> queue
Henning Brauer
2002-12-17
duh. two checks in rate2str which decide wether to print Mb or Kb had 1024
Henning Brauer
2002-12-16
KNF
Henning Brauer
2002-12-08
allow flexible options order like Theo did for rules.
Henning Brauer
2002-12-07
get the interface's MTU instead of assuming 1500
Henning Brauer
2002-12-06
style
Henning Brauer
2002-12-03
be nice and shutdown the socket after beeing done; pointed out by kenjiro
Henning Brauer
2002-12-02
allow for "altq on $interface" without specifying a bandwidth. The
Henning Brauer
2002-11-29
in pfctl_find_altq_node also compare the interface.
Henning Brauer
2002-11-28
qlimit before tbrsize
Henning Brauer
2002-11-28
print qlimit on altq if not equal to the default value
Henning Brauer
2002-11-27
-use a #define for default qlimit instead of hardcoding it
Henning Brauer
2002-11-27
next round in print fixes:
Henning Brauer
2002-11-27
in print_altq() correctly print scheduler type and options
Henning Brauer
2002-11-25
1Kb = 1000b, not 1024; as discussed with kjc@ and theo
Henning Brauer
2002-11-22
kill dead code
Henning Brauer
2002-11-19
pfctl -sq prettier
Henning Brauer
2002-11-19
altq ifspec is always level 0
Henning Brauer
2002-11-19
altq interface spec should be printed as altq interface spec, not queue
Henning Brauer
2002-11-18
support Gb in print; henning ok
Theo de Raadt
2002-11-18
KNF
Theo de Raadt
2002-11-18
KNF
Theo de Raadt
2002-11-18
altq and pf merged
Henning Brauer
[prev]