From owner-svn-src-head@freebsd.org Tue Feb 28 18:16:10 2017 Return-Path: Delivered-To: svn-src-head@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 2F9B2CF1D18; Tue, 28 Feb 2017 18:16:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078BE930; Tue, 28 Feb 2017 18:16:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id A644710A7FA; Tue, 28 Feb 2017 13:16:01 -0500 (EST) From: John Baldwin To: Gleb Smirnoff Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf sy... Date: Tue, 28 Feb 2017 09:47:32 -0800 Message-ID: <1969312.3TTRqhLH9r@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <201702280514.v1S5EhPq060885@repo.freebsd.org> References: <201702280514.v1S5EhPq060885@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 28 Feb 2017 13:16:01 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 28 Feb 2017 18:16:10 -0000 On Tuesday, February 28, 2017 05:14:43 AM Gleb Smirnoff wrote: > Author: glebius > Date: Tue Feb 28 05:14:42 2017 > New Revision: 314373 > URL: https://svnweb.freebsd.org/changeset/base/314373 > > Log: > Remove SVR4 (System V Release 4) binary compatibility support. > > UNIX System V Release 4 is operating system released in 1988. It ceased > to exist in early 2000-s. Thanks. Is there any socket code we kept just for streams support that we can now remove as well? Also: 'Relnotes: yes' -- John Baldwin