Major changes:
authormarta <marta@8c455092-636d-4788-adf5-e71def0336e8>
Mon, 16 Nov 2009 22:19:32 +0000 (22:19 +0000)
committermarta <marta@8c455092-636d-4788-adf5-e71def0336e8>
Mon, 16 Nov 2009 22:19:32 +0000 (22:19 +0000)
commit6c2e192c3237bd46db6ad4230fed71d28f362331
treeb82fa70155c17ee0b5580b42c1fa494c61dae4af
parentb933933b5c82d840de435395dfbb5558cabd66d0
Major changes:
On the kernel side: removed goto from the main ipfw_chk() switch,
splitted the static and dynamic rules requests, added O_JAIL and O_GID match.
On userland: use the reentrant qsort_r() instead of the heapsort() function,
splitted the static and dynamic rules requests.

Minor changes:
removed debug messages, added comments,
sync with the linux version.
13 files changed:
Makefile
README
dummynet/include/sys/malloc.h
dummynet/ip_dummynet.c
dummynet/ip_fw2.c
dummynet/ipfw2_mod.c
dummynet/missing.h
glue.h
ipfw/Makefile
ipfw/add_rules
ipfw/dummynet.c
ipfw/ipfw2.c
slice/netconfig