Author: sbruno
Date: Wed Apr  9 18:44:54 2014
New Revision: 264304
URL: http://svnweb.freebsd.org/changeset/base/264304

Log:
  Really, really, really only allow this option for amd64/i386 builds.
  
  Submitted by: imp@ and tinderbox

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/conf/NOTES
  head/sys/i386/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES   Wed Apr  9 18:16:58 2014        (r264303)
+++ head/sys/amd64/conf/NOTES   Wed Apr  9 18:44:54 2014        (r264304)
@@ -649,3 +649,6 @@ device              ndis
 
 # Linux-specific pseudo devices support
 device         lindev
+
+# Module to enable execution of application via emulators like QEMU
+options         IMAGACT_BINMISC

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Wed Apr  9 18:16:58 2014        (r264303)
+++ head/sys/conf/NOTES Wed Apr  9 18:44:54 2014        (r264304)
@@ -2963,6 +2963,3 @@ options   RANDOM_YARROW   # Yarrow RNG
 ##options      RANDOM_FORTUNA  # Fortuna RNG - not yet implemented
 options        RANDOM_DEBUG    # Debugging messages
 options        RANDOM_RWFILE   # Read and write entropy cache
-
-# Module to enable execution of application via emulators like QEMU
-options         IMAGACT_BINMISC

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES    Wed Apr  9 18:16:58 2014        (r264303)
+++ head/sys/i386/conf/NOTES    Wed Apr  9 18:44:54 2014        (r264304)
@@ -1059,3 +1059,6 @@ options   VM_KMEM_SIZE_SCALE
 # asr old ioctls support, needed by raidutils
 
 options        ASR_COMPAT
+
+# Module to enable execution of application via emulators like QEMU
+options         IMAGACT_BINMISC
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to