/freebsd/sys/modules/accf_data/ |
H A D | Makefile | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/modules/accf_http/ |
H A D | Makefile | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/netinet/ |
H A D | accf_data.c | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | accf_http.c | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/kern/ |
H A D | uipc_accf.c | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | uipc_sockbuf.c | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | uipc_socket.c | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/sys/ |
H A D | socket.h | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | socketvar.h | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/i386/conf/ |
H A D | NOTES | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
/freebsd/sys/conf/ |
H A D | options | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | NOTES | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|
H A D | files | diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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 diff a79b71281cd63ad7a6cc43a6d5673a2510b51630 Tue Jun 20 03:09:23 CEST 2000 Alfred Perlstein <alfred@FreeBSD.org> 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
|