From owner-svn-src-head@freebsd.org Tue Feb 28 19:36:07 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 6898BCF1648; Tue, 28 Feb 2017 19:36:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3751E337; Tue, 28 Feb 2017 19:36:06 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id v1SJa6BO016263 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 28 Feb 2017 11:36:06 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v1SJa5sw016262; Tue, 28 Feb 2017 11:36:05 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 28 Feb 2017 11:36:05 -0800 From: Gleb Smirnoff To: Ravi Pokala Cc: John Baldwin , 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... Message-ID: <20170228193605.GJ1044@FreeBSD.org> References: <201702280514.v1S5EhPq060885@repo.freebsd.org> <1969312.3TTRqhLH9r@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) 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 19:36:07 -0000 Ravi, this should go into Relnotes, my failure that I didn't put the tag. I don't think this deserves UPDATING entry, since it doesn't require any action from a person who updates from sources. I don't think this requires __FreeBSD_version bump, since the latter is used to assist compilation of open source application that use changed API. The change removed support to run binaries. On Tue, Feb 28, 2017 at 10:57:57AM -0800, Ravi Pokala wrote: R> Shouldn't this also get an UPDATING entry, and/or a bump in __FreeBSD_version? R> R> -Ravi (rpokala@) R> R> -----Original Message----- R> > From: on behalf of John Baldwin R> > Date: 2017-02-28, Tuesday at 09:47 R> > To: Gleb Smirnoff R> > Cc: , , R> > 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... R> > R> > On Tuesday, February 28, 2017 05:14:43 AM Gleb Smirnoff wrote: R> >> Author: glebius R> >> Date: Tue Feb 28 05:14:42 2017 R> >> New Revision: 314373 R> >> URL: https://svnweb.freebsd.org/changeset/base/314373 R> >> R> >> Log: R> >> Remove SVR4 (System V Release 4) binary compatibility support. R> >> R> >> UNIX System V Release 4 is operating system released in 1988. It ceased R> >> to exist in early 2000-s. R> > R> > Thanks. Is there any socket code we kept just for streams support that R> > we can now remove as well? R> > R> > Also: 'Relnotes: yes' R> > R> > -- R> > John Baldwin R> R> R> -- Totus tuus, Glebius.