From owner-svn-src-all@freebsd.org Tue Feb 28 19:20:49 2017 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 18226CF1E3F; Tue, 28 Feb 2017 19:20:49 +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 EE1EA311; Tue, 28 Feb 2017 19:20:48 +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 v1SJKluO016138 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 28 Feb 2017 11:20:47 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v1SJKl8a016137; Tue, 28 Feb 2017 11:20:47 -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:20:47 -0800 From: Gleb Smirnoff To: John Baldwin 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... Message-ID: <20170228192047.GI1044@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: <1969312.3TTRqhLH9r@ralph.baldwin.cx> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 28 Feb 2017 19:20:49 -0000 On Tue, Feb 28, 2017 at 09:47:32AM -0800, John Baldwin wrote: J> On Tuesday, February 28, 2017 05:14:43 AM Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Tue Feb 28 05:14:42 2017 J> > New Revision: 314373 J> > URL: https://svnweb.freebsd.org/changeset/base/314373 J> > J> > Log: J> > Remove SVR4 (System V Release 4) binary compatibility support. J> > J> > UNIX System V Release 4 is operating system released in 1988. It ceased J> > to exist in early 2000-s. J> J> Thanks. Is there any socket code we kept just for streams support that J> we can now remove as well? I didn't notice any. Somewhat unrelated: there is COMPAT_OLDSOCK, which I'd be happy to remove as well. The rationale is the same: there are huge concerns that the code actually works, and wasn't broken during decades. -- Totus tuus, Glebius.