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_qstats.c
Age
Commit message (
Expand
)
Author
2007-10-15
specifying int instead of just unsigned is better style
Theo de Raadt
2004-04-27
make "pfctl -vvsq" to print "No queue in use" and exit when there is no
Kenjiro Cho
2004-03-15
cast %llu arguments to unsigned long long, from Max Laier,
Daniel Hartmeier
2004-02-19
Makes pfctl -ss and pfctl -sq use optional -i argument.
Cedric Berger
2004-02-10
KNF
Henning Brauer
2004-02-05
pfctl_update_qstats() returns -1 on error and the # of queues otehrwise
Henning Brauer
2004-01-29
Clean up 'pfctl -s all' output.
Ryan Thomas McBride
2003-07-31
remove the old tree when we find a new ticket.
Kenjiro Cho
2003-06-21
fflush(stdout) in pfctl -vvsq endless output.
Daniel Hartmeier
2003-06-20
some cleanings recommended by lint; dhartmei ok
Theo de Raadt
2003-06-06
simplify license. pfctl_altq.c with kenjiro's permission of course.
Henning Brauer
2003-05-19
Use a decaying average for smoother rate estimates.
Camiel Dobbelaar
2003-05-18
indent here in the same way as in -vsr for consistency
Henning Brauer
2003-04-15
display basic hfsc stats
Henning Brauer
2003-04-15
pass down the unparsed queue opts (struct node_queue_opt) to
Henning Brauer
2003-04-14
let print_altq and print_queue take a struct node_queue_bw parameter instead
Henning Brauer
2003-03-11
fix format strings in debugging output, qid is unsigned
Henning Brauer
2003-03-08
inlcude queue interals in -gsr and -gsq output; will make debugging easier.
Henning Brauer
2003-03-02
when printing queues at load time that have bandwidth specified in percent,
Henning Brauer
2003-01-27
bit KNF
Henning Brauer
2003-01-24
pfctl -vvsq shows bandwidth and packets/s for PRIQ now too
Henning Brauer
2003-01-24
let pfctl -vvsq loop and display measured bandwidth and packets/s per queue.
Henning Brauer
2003-01-24
tune internal APIs a bit
Henning Brauer
2003-01-24
bring in 3 yet unused helper functions before I lose 'em again
Henning Brauer
2003-01-10
no return after err(3), errx -> err after calloc failure
Henning Brauer
2003-01-10
print queue length for PRIQ, works now
Henning Brauer
2003-01-10
fix thinko
Henning Brauer
2003-01-09
use a verbose flag in pfctl_show_altq instead of carrying around opts from
Henning Brauer
2003-01-09
zap unneeded #include <errno.h> as seen by both of us while discussing
Henning Brauer
2003-01-09
support PRIQ in queue statistics
Henning Brauer
2003-01-09
first attack at pfctl queue statistics, to be displayed with pfctl -vsq
Henning Brauer