freebsd-dev/sys/conf
David Greenman 1f91d8c563 Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
NetBSD, ported to FreeBSD by Pierre Beyssac <pb@fasterix.freenix.org> and
minorly tweaked by me.
This is a standard part of FreeBSD, but must be enabled with:
"sysctl -w net.inet.ip.fastforwarding=1" ...and of course forwarding must
also be enabled. This should probably be modified to use the zone
allocator for speed and space efficiency. The current algorithm also
appears to lose if the number of active paths exceeds IPFLOW_MAX (256),
in which case it wastes lots of time trying to figure out which cache
entry to drop.
1998-05-19 14:04:36 +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 Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via 1998-05-19 14:04:36 +00:00
files.i386 Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
files.newconf Add lines for new files in ipfilter 1997-05-25 15:56:18 +00:00
files.pc98 Deleted unused item. 1998-05-05 13:19:34 +00:00
kern.mk Added -ansi to CWARNFLAGS so that ANSI errors don't come back. 1998-05-01 18:13:37 +00:00
kmod.mk Fixed CLEANFILES. Some temporary files were missing. 1998-03-19 13:22:46 +00:00
majors Name cronyx devices correctly. 1998-05-13 12:38:26 +00:00
Makefile.i386 Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config 1998-04-29 18:21:35 +00:00
Makefile.pc98 Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config 1998-04-29 18:21:35 +00:00
Makefile.powerpc Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config 1998-04-29 18:21:35 +00:00
newvers.sh Increment RELDATE so that it is possible to distinguish between the 1997-09-24 04:36:19 +00:00
nfsswapkernel.c Removed vestiges of config-time "argument processing" configuration. 1997-09-07 13:49:56 +00:00
NOTES Make the size of the msgbuf (dmesg) a "normal" option. 1998-05-19 08:58:53 +00:00
options Make the size of the msgbuf (dmesg) a "normal" option. 1998-05-19 08:58:53 +00:00
options.i386 Support better performance with P6 architectures and in SMP 1998-05-11 02:13:47 +00:00
options.pc98 Sync with sys/i386/conf/options.i386 revision 1.78. 1998-05-12 09:31:44 +00:00
param.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +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