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_radix.c
Age
Commit message (
Expand
)
Author
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-28
No need to include the same header twice.
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-27
Update the pfioc_table IOCTL structure.
Cedric Berger
2003-02-03
More cleanup in tables thanks to Andrey Matveev:
Cedric Berger
2003-01-25
Another nice cleanup patch from Andrey Matveev
Cedric Berger
2003-01-20
Cut & paste madness. We were (un)lucky it worked before!
Cedric Berger
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
I do not know where this policy of "one .h file for every .c file" comes
Theo de Raadt
2003-01-03
simplify ioctl access
Theo de Raadt
2003-01-03
Remove _ before static functions & variables.
Cedric Berger
2003-01-03
kill stupid macro
Theo de Raadt
2003-01-03
knf
Theo de Raadt
2003-01-03
Bring in userland code for accessing PF radix tables.
Cedric Berger