From owner-svn-src-all@freebsd.org Fri Jan 8 21:12:36 2016 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 4E9E7A68575; Fri, 8 Jan 2016 21:12:36 +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 3A2F713AA; Fri, 8 Jan 2016 21:12:35 +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 u08LCZTP012103 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 8 Jan 2016 13:12:35 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u08LCZOt012102; Fri, 8 Jan 2016 13:12:35 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 8 Jan 2016 13:12:35 -0800 From: Gleb Smirnoff To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat Message-ID: <20160108211235.GH1906@FreeBSD.org> References: <201601082034.u08KYvLv075281@repo.freebsd.org> <56901DFA.7090409@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56901DFA.7090409@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 08 Jan 2016 21:12:36 -0000 On Fri, Jan 08, 2016 at 12:37:14PM -0800, Bryan Drewery wrote: B> > The new syscalls is a drop in replacement. No modifications are required B> > to applications. One can take nginx binary for stable/10 and run it B> > successfully on head. Although SF_NODISKIO lost its original sense, as now B> > sendfile doesn't block, and now means something completely different (tm), B> > using the new sendfile the old way is absolutely safe. B> > B> > Celebrates: Netflix global launch! B> > Sponsored by: Nginx, Inc. B> > Sponsored by: Netflix B> > Relnotes: yes B> > B> > Modified: B> > head/lib/libc/sys/sendfile.2 B> > head/sys/dev/ti/if_ti.c B> > head/sys/kern/uipc_mbuf.c B> > head/sys/kern/uipc_syscalls.c B> > head/sys/sys/mbuf.h B> > head/sys/sys/sf_buf.h B> > head/sys/sys/socket.h B> > head/usr.bin/netstat/mbuf.c B> B> Why not merge the branch with full history? This was already discussed in scope of other project branches, and decision was that this idea is bad. I don't remember the details. May be subversion experts will reply. Anyway, I'm not going to delete the branch soon. Indeed, it has a lot of interesting stories of success and failures in it :) -- Totus tuus, Glebius.