From owner-freebsd-current@FreeBSD.ORG Fri Jul 5 15:32:13 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79F65D25; Fri, 5 Jul 2013 15:32:13 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 4242E1270; Fri, 5 Jul 2013 15:32:13 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r65FW6TF085906; Fri, 5 Jul 2013 08:32:06 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r65FW61N085905; Fri, 5 Jul 2013 08:32:06 -0700 (PDT) (envelope-from sgk) Date: Fri, 5 Jul 2013 08:32:06 -0700 From: Steve Kargl To: Gleb Smirnoff Subject: Re: buildkernel is broken Message-ID: <20130705153206.GA85816@troutmask.apl.washington.edu> References: <20130703003535.GA69779@troutmask.apl.washington.edu> <20130703004650.GA69868@troutmask.apl.washington.edu> <20130703034516.GA70409@troutmask.apl.washington.edu> <20130705130338.GD67810@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130705130338.GD67810@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org, Jonathan Anderson X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 15:32:13 -0000 On Fri, Jul 05, 2013 at 05:03:38PM +0400, Gleb Smirnoff wrote: > On Tue, Jul 02, 2013 at 08:45:16PM -0700, Steve Kargl wrote: > S> On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan Anderson wrote: > S> > On Tuesday, 2 July 2013 at 22:16, Steve Kargl wrote: > S> > > It seems that > S> > > > S> > > # Enable FreeBSD7 compatibility syscalls > S> > > options COMPAT_FREEBSD7 > S> > > > S> > > is required in a kernel config file. If it is mandatory to > S> > > have this option on FreeBSD 10, it may be appropriate to > S> > > expand the comment to > S> > > > S> > > > S> > > # Enable FreeBSD7 compatibility syscalls > S> > > # This option is MANDATORY. Do not remove. > S> > > options COMPAT_FREEBSD7 > S> > > S> > So... a non-optional option? > S> > S> Yes, it appears to be that way. > > Not really. It is required only if you also got COMPAT_43, the > pre-FreeBSD compat option. > So, it's essentially non-optional as the comment above COMPAT_43 is # # Implement system calls compatible with 4.3BSD and older versions of # FreeBSD. You probably do NOT want to remove this as much current code # still relies on the 4.3 emulation. Is "do NOT want to remove" too strong of a statement? -- Steve