Date: Wed, 9 Apr 2014 18:44:54 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264304 - in head/sys: amd64/conf conf i386/conf Message-ID: <201404091844.s39Iit8Y079860@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091844.s39Iit8Y079860>