From owner-svn-src-all@freebsd.org Tue Jul 21 12:53:48 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 940FD9A7A29; Tue, 21 Jul 2015 12:53:48 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.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 854631E83; Tue, 21 Jul 2015 12:53:48 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCrm1o053159; Tue, 21 Jul 2015 12:53:48 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCrm5M053158; Tue, 21 Jul 2015 12:53:48 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201507211253.t6LCrm5M053158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Tue, 21 Jul 2015 12:53:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285746 - head/sys/amd64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 12:53:48 -0000 Author: ed Date: Tue Jul 21 12:53:47 2015 New Revision: 285746 URL: https://svnweb.freebsd.org/changeset/base/285746 Log: Describe COMPAT_CLOUDABI64 in the amd64 configuration NOTES file. Modified: head/sys/amd64/conf/NOTES Modified: head/sys/amd64/conf/NOTES ============================================================================== --- head/sys/amd64/conf/NOTES Tue Jul 21 12:50:45 2015 (r285745) +++ head/sys/amd64/conf/NOTES Tue Jul 21 12:53:47 2015 (r285746) @@ -620,6 +620,9 @@ options COMPAT_FREEBSD32 # Emulate spx device for client side of SVR3 local X interface #XXX#options SPX_HACK +# Enable 64-bit runtime support for CloudABI binaries. +options COMPAT_CLOUDABI64 + # Enable Linux ABI emulation #XXX#options COMPAT_LINUX