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.h
Age
Commit message (
Expand
)
Author
2003-11-06
KNF
Henning Brauer
2003-10-08
fix cedric's breakage:
Henning Brauer
2003-09-26
Rearchitecture of the userland/kernel IOCTL interface for transactions.
Cedric Berger
2003-08-29
Document interactions between tables and anchors.
Cedric Berger
2003-07-31
Make table tickets per-ruleset instead of global.
Cedric Berger
2003-07-04
KNF after cedric (grmpf)
Henning Brauer
2003-07-03
This patch finally cleanup pfctl_table.c. No more global buffer,
Cedric Berger
2003-06-30
Buffer management functions.
Cedric Berger
2003-06-27
Reorg part I: move 3 functions out of pf_table.c to pf_radix.c
Cedric Berger
2003-06-08
A table in an anchor creates a real anchor: pfctl -sA works.
Cedric Berger
2003-04-30
Allow tables to be loaded into anchors.
Cedric Berger
2003-04-14
let print_altq and print_queue take a struct node_queue_bw parameter instead
Henning Brauer
2003-04-11
qname_to_qid and qname_to_pfaltq can be private functions now; nothing
Henning Brauer
2003-04-11
kill dead code.
Henning Brauer
2003-04-05
allow queue specs to be limited to certain interfaces.
Henning Brauer
2003-03-27
lotsa const char *
Henning Brauer
2003-03-06
fix queue assignment on filter rules which are not bound to an interface.
Henning Brauer
2003-03-02
when printing queues at load time that have bandwidth specified in percent,
Henning Brauer
2003-02-11
allow macro definition on the command line:
Henning Brauer
2003-01-24
let pfctl -vvsq loop and display measured bandwidth and packets/s per queue.
Henning Brauer
2003-01-24
export rate2str
Henning Brauer
2003-01-20
no named parameters in prototypes
Camiel Dobbelaar
2003-01-20
Improve pfctl -vvs{r,n} output with rule containing tables.
Cedric Berger
2003-01-09
first attack at pfctl queue statistics, to be displayed with pfctl -vsq
Henning Brauer
2003-01-09
Add support for active/inactive tablesets in the kernel.
Cedric Berger
2003-01-07
Remove table name hashing (pass the name in each ioctl instead), and
Daniel Hartmeier
2003-01-04
minor style
Henning Brauer
2003-01-04
I do not know where this policy of "one .h file for every .c file" comes
Theo de Raadt