From owner-svn-src-head@FreeBSD.ORG Wed Apr 9 18:44:55 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A28CAD4A; Wed, 9 Apr 2014 18:44:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC481FF6; Wed, 9 Apr 2014 18:44:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39Iit1T079863; Wed, 9 Apr 2014 18:44:55 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39Iit8Y079860; Wed, 9 Apr 2014 18:44:55 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201404091844.s39Iit8Y079860@svn.freebsd.org> From: Sean Bruno Date: Wed, 9 Apr 2014 18:44:54 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 18:44:55 -0000 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