From owner-svn-src-all@freebsd.org Sat Nov 28 08:31:34 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 03752A3B98D; Sat, 28 Nov 2015 08:31:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C0E4319EC; Sat, 28 Nov 2015 08:31:33 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAS8VWTf069735; Sat, 28 Nov 2015 08:31:32 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAS8VWin069732; Sat, 28 Nov 2015 08:31:32 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201511280831.tAS8VWin069732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Sat, 28 Nov 2015 08:31:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291419 - in head/sys: i386/conf modules pc98/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: Sat, 28 Nov 2015 08:31:34 -0000 Author: kib Date: Sat Nov 28 08:31:32 2015 New Revision: 291419 URL: https://svnweb.freebsd.org/changeset/base/291419 Log: Disconnect iBCS2 emulator from the build. The ibcs2 option, the build glue and the sources are not removed for now. Discussed with: emaste Sponsored by: The FreeBSD Foundation Modified: head/sys/i386/conf/NOTES head/sys/modules/Makefile head/sys/pc98/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Sat Nov 28 06:50:09 2015 (r291418) +++ head/sys/i386/conf/NOTES Sat Nov 28 08:31:32 2015 (r291419) @@ -989,7 +989,7 @@ options NKPT=31 # ABI Emulation # Enable iBCS2 runtime support for SCO and ISC binaries -options IBCS2 +#options IBCS2 # Emulate spx device for client side of SVR3 local X interface options SPX_HACK Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Sat Nov 28 06:50:09 2015 (r291418) +++ head/sys/modules/Makefile Sat Nov 28 08:31:32 2015 (r291419) @@ -682,7 +682,7 @@ _cp= cp _elink= elink _glxiic= glxiic _glxsb= glxsb -_ibcs2= ibcs2 +#_ibcs2= ibcs2 _ie= ie _mse= mse _ncr= ncr Modified: head/sys/pc98/conf/NOTES ============================================================================== --- head/sys/pc98/conf/NOTES Sat Nov 28 06:50:09 2015 (r291418) +++ head/sys/pc98/conf/NOTES Sat Nov 28 08:31:32 2015 (r291419) @@ -506,7 +506,7 @@ options KVA_PAGES=260 # ABI Emulation # Enable iBCS2 runtime support for SCO and ISC binaries -options IBCS2 +#options IBCS2 # Emulate spx device for client side of SVR3 local X interface options SPX_HACK