From owner-svn-src-stable-11@freebsd.org Thu Feb 8 09:32:41 2018 Return-Path: Delivered-To: svn-src-stable-11@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 324F0F1310A; Thu, 8 Feb 2018 09:32:41 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AC5F7D7D4; Thu, 8 Feb 2018 09:32:39 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w189WSD0025126; Thu, 8 Feb 2018 01:32:28 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w189WMHZ025125; Thu, 8 Feb 2018 01:32:22 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201802080932.w189WMHZ025125@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r329011 - in stable/11: sys/boot sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/efi/loader/arch/amd64 sys/boot/efi/loader/arch/arm sys/boot/efi/loader/arch/arm64 sys/b... In-Reply-To: To: Kyle Evans Date: Thu, 8 Feb 2018 01:32:22 -0800 (PST) CC: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 09:32:41 -0000 > On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote: > > Author: kevans > > Date: Thu Feb 8 02:50:47 2018 > > New Revision: 329011 > > URL: https://svnweb.freebsd.org/changeset/base/329011 > > > > Log: Log: MFC Loader fixes, 2016q4: r307322,r307323,... This helps to see things easier in the websvn interface, otherwise your just seeing a long list not telling you much. > > MFC r307322,r307323,r307324,r307326,r307327,r307338,r307879,r307908,r307911, > > r307942,r307950,r307951,r307954,r307955,r308125,r308195,r308476,r308534, > > r308535,r308776,r308843,r310236,r310726: Loader fixes, 2016q4 > > > > r307322: Remove /boot/boot.conf, deprecated for 16 years ... > > Just as an FYI- this is the format that I intend to do these MFC's of > sys/boot work in. The intention is to batch these up by fiscal quarter > while we're playing catch up since there are so many (450+) commits > that need to make it back before we hit 2018Q1. I will be preparing > batches and committing every couple of days, two batches at a time. > Please do speak up before the next batches (likely to be committed in > the Friday/Saturday time frame) if this format is particularly > appalling. This format is particualarly pleasing from the apperance here in the email, though the slight change above would make it a bit easier to know what one is looking at in the svnweb interface. The very first line of a Log: is what one sees when walking down the hierarchy in svnweb. Go here to see a sample of why I would like to have you re-order the text: https://svnweb.freebsd.org/base/stable/11/sys/boot/efi/ Thanks, -- Rod Grimes rgrimes@freebsd.org