svn commit: r241892 - head/sys/mips/conf

Andre Oppermann andre at FreeBSD.org
Mon Oct 22 15:04:24 UTC 2012


Author: andre
Date: Mon Oct 22 15:04:23 2012
New Revision: 241892
URL: http://svn.freebsd.org/changeset/base/241892

Log:
  Remove ZERO_COPY_SOCKETS from kernel configuration as the current
  COW based approach is not safe and should not be used in production.

Modified:
  head/sys/mips/conf/RT305X

Modified: head/sys/mips/conf/RT305X
==============================================================================
--- head/sys/mips/conf/RT305X	Mon Oct 22 14:48:14 2012	(r241891)
+++ head/sys/mips/conf/RT305X	Mon Oct 22 15:04:23 2012	(r241892)
@@ -86,7 +86,6 @@ options		SCSI_NO_OP_STRINGS
 options		RWLOCK_NOINLINE
 options		SX_NOINLINE
 options		NO_SWAPPING
-options 	ZERO_COPY_SOCKETS
 options         MROUTING                # Multicast routing
 options		IPFIREWALL_DEFAULT_TO_ACCEPT
 


More information about the svn-src-all mailing list