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
2007-12-05
remove unused functions
Charles Longeau
2005-05-21
clean up and rework the interface absraction code big time, rip out multiple
Henning Brauer
2004-06-14
Remove unused functions. ok beck@ henning@
Cedric Berger
2004-04-09
Do not try to load directories. found+ok mpech@
Cedric Berger
2004-02-10
lotsoflotsoflotsof KNF
Henning Brauer
2003-12-31
Many improvements to the handling of interfaces in PF.
Cedric Berger
2003-09-26
Rearchitecture of the userland/kernel IOCTL interface for transactions.
Cedric Berger
2003-09-24
Fix realloc usage and make sure we don't increase buffer size on failure.
Cedric Berger
2003-08-22
pf spelling police
David Krause
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-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