summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
committeralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
commite3e72a583b17917255252eaad0aded3476d3652b (patch)
treeceab351ca57bd3ea52e7e08e2deff3f7092f493f /sys/conf/files
parent3cb8680a56e346f425143b8ca251f6d6161f13d4 (diff)
downloadFreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.zip
FreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.tar.gz
return of the accept filter part II
accept filters are now loadable as well as able to be compiled into the kernel. two accept filters are provided, one that returns sockets when data arrives the other when an http request is completed (doesn't work with 0.9 requests) Reviewed by: jmg
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index cce585f..3b77465 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -380,6 +380,7 @@ kern/inflate.c optional gzip
kern/init_main.c standard
kern/init_sysent.c standard
kern/kern_acct.c standard
+kern/kern_accf.c standard
kern/kern_acl.c standard
kern/kern_cap.c standard
kern/kern_clock.c standard
@@ -690,6 +691,8 @@ netgraph/ng_tee.c optional netgraph_tee
netgraph/ng_tty.c optional netgraph_tty
netgraph/ng_vjc.c optional netgraph_vjc
net/slcompress.c optional netgraph_vjc
+netinet/accf_data.c optional accept_filter_data
+netinet/accf_http.c optional accept_filter_http
netinet/fil.c optional ipfilter inet
netinet/if_atm.c optional atm
netinet/if_ether.c optional ether
OpenPOWER on IntegriCloud