freebsd-nq/sys/conf
David Greenman dd0b2081f4 Implemented zero-copy TCP/IP extensions via sendfile(2) - send a
file to a stream socket. sendfile(2) is similar to implementations in
HP-UX, Linux, and other systems, but the API is more extensive and
addresses many of the complaints that the Apache Group and others have
had with those other implementations. Thanks to Marc Slemko of the
Apache Group for helping me work out the best API for this.
Anyway, this has the "net" result of speeding up sends of files over
TCP/IP sockets by about 10X (that is to say, uses 1/10th of the CPU
cycles) when compared to a traditional read/write loop.
1998-11-05 14:28:26 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Back out previous commit. The bpfilter -> bpf transition will have to be a 1998-11-03 22:01:22 +00:00
files.alpha Make kernel build on alpha again. New kld stuff needs rindex. 1998-10-10 18:32:18 +00:00
files.i386 elf_machdep.c and rindex.c are now standard 1998-10-09 23:08:14 +00:00
files.pc98 Sync with sys/i386/conf/files.i386 revision 1.206. 1998-10-11 15:02:49 +00:00
kern.mk Turned on -Wformat -fformat-extensions. -fformat-extensions requires a 1998-09-09 10:04:58 +00:00
kmod.mk Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is either 1998-11-05 04:01:55 +00:00
ldscript.alpha Lots of changes, including: 1998-08-10 07:53:59 +00:00
ldscript.amd64 Make the ELF kernel build produce a dynamic executable (!). This enables 1998-09-30 12:14:39 +00:00
ldscript.i386 Make the ELF kernel build produce a dynamic executable (!). This enables 1998-09-30 12:14:39 +00:00
ldscript.powerpc Lots of changes, including: 1998-08-10 07:53:59 +00:00
majors New major for 3dfx driver. 1998-09-21 22:04:07 +00:00
Makefile.alpha Bump VERSREQ to make ``config'' happy. 1998-10-29 17:09:36 +00:00
Makefile.i386 Make a.out kernels kld compatable by default... 1998-11-04 15:27:41 +00:00
Makefile.pc98 Sync with sys/i386/conf/Makefile.i386 revision 1.127. 1998-10-28 10:48:37 +00:00
Makefile.powerpc Make a.out kernels kld compatable by default... 1998-11-04 15:27:41 +00:00
newvers.sh The kernel should compile even /dev/null does not exists. 1998-11-01 15:36:20 +00:00
nfsswapkernel.c Removed vestiges of config-time "argument processing" configuration. 1997-09-07 13:49:56 +00:00
NOTES Back out previous commit. The bpfilter -> bpf transition will have to be a 1998-11-03 22:01:22 +00:00
options Implemented zero-copy TCP/IP extensions via sendfile(2) - send a 1998-11-05 14:28:26 +00:00
options.alpha Change to cam. 1998-09-16 08:22:09 +00:00
options.i386 Remove USERCONFIG_BOOT, add INTRO_USERCONFIG 1998-11-03 21:08:49 +00:00
options.pc98 - Implement enabling write allocate on AMD K5/K6/K6-2 cpus. 1998-10-06 13:16:29 +00:00
param.c Implemented zero-copy TCP/IP extensions via sendfile(2) - send a 1998-11-05 14:28:26 +00:00
systags.sh Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00