From owner-freebsd-hackers@freebsd.org Wed Aug 1 00:39:37 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82563106AF62 for ; Wed, 1 Aug 2018 00:39:37 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 27B658BF31; Wed, 1 Aug 2018 00:39:37 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (124-169-199-167.dyn.iinet.net.au [124.169.199.167]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id w710dV80024044 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 31 Jul 2018 17:39:35 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: COMPAT_43 users? To: freebsd-hackers@freebsd.org, John Baldwin References: <20180731214920.GA95743@raichu> From: Julian Elischer Message-ID: Date: Wed, 1 Aug 2018 08:39:26 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180731214920.GA95743@raichu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 00:39:37 -0000 On 1/8/18 5:49 am, Mark Johnston wrote: > The COMPAT_43 kernel option, which enables syscall support for 4.3BSD > binaries, hasn't been enabled in the standard kernel configs for well > over a decade, and doesn't appear to be a dependency of any other kernel > features. Nonetheless, the kernel contains quite a bit of code to > support this option. Does anyone use it in modern versions of FreeBSD > or have any arguments for keeping it? > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > It is useful for really ancient jails I believe. The person I would trust on this is jhb. (CC'd) I occasionally like to run a freebsd-1.1 jail.. but While I enable it I am not sure if I need it.