Date: Mon, 19 Jun 2000 18:09:23 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/i386/conf NOTES src/sys/kern kern_accf.c uipc_socket.c uipc_socket2.c src/sys/modules Makefile src/sys/modules/accf_data Makefile src/sys/modules/accf_http Makefile src/sys/netinet accf_data.c ... Message-ID: <200006200109.SAA79432@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2000/06/19 18:09:23 PDT
Modified files:
sys/conf files options
sys/i386/conf NOTES
sys/kern uipc_socket.c uipc_socket2.c
sys/modules Makefile
sys/sys socket.h socketvar.h
Added files:
sys/kern kern_accf.c
sys/modules/accf_data Makefile
sys/modules/accf_http Makefile
sys/netinet accf_data.c accf_http.c
Log:
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
Revision Changes Path
1.378 +4 -1 src/sys/conf/files
1.209 +3 -1 src/sys/conf/options
1.787 +5 -1 src/sys/i386/conf/NOTES
1.77 +102 -1 src/sys/kern/uipc_socket.c
1.59 +12 -1 src/sys/kern/uipc_socket2.c
1.124 +3 -2 src/sys/modules/Makefile
1.42 +7 -1 src/sys/sys/socket.h
1.50 +28 -1 src/sys/sys/socketvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006200109.SAA79432>
