From owner-svn-src-all@freebsd.org Thu Feb 8 13:56:56 2018 Return-Path: Delivered-To: svn-src-all@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 00370F05C49; Thu, 8 Feb 2018 13:56:55 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6568A692ED; Thu, 8 Feb 2018 13:56:55 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f43.google.com with SMTP id o89so6506078lfg.10; Thu, 08 Feb 2018 05:56:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Ca0t/iVoRdrmEsBwkeQf6zY3enNr5wV0C581IJGktT0=; b=aUjsnbWABMz0Rk7Mo/zpmfNBlMH1iM/SauNJA2ZEc4noJ2/T/s5E9co5W6M87H4NgP XrsFilDzCJkUwWIo7A/9arrI6kbsvaqFRSqECWM4FDqMSrlbEOLdafNYUsdxjRy9sEDC 4QS9/9c3w0b/46fz7NXiGo5Qh7cHQ/mX7/Lr7AtjgZPNPOACpWnwyg7wqOcdumSPPBym admIgFBlHqf/3nlblHIn8OZWiUuV5d1F3GV6RTUJmTx+ZN32+U2x89jzWwf6M5le8ZpL skOmLohEbWbzACYSzQ/K+ZLBnbwZdkR1T+2Jrjdvr95p2IUSLph0btwyYxP403f15j3p wzAA== X-Gm-Message-State: APf1xPD/M8bCT+wzvTfohHsP78Iyj7TrWxCiVJEThuVH23nxj3mUQNRY KBmtnKMskY6YQNUt1uG4cBoYh1cY X-Google-Smtp-Source: AH8x2253BMda6QhmZaaNtKG6wQa64s6lvIYL+6eDzUW/hPg8IBC2AS6uSWcdkVjYgshMSZ2PVt8IHg== X-Received: by 10.25.205.148 with SMTP id d142mr602703lfg.9.1518098213424; Thu, 08 Feb 2018 05:56:53 -0800 (PST) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com. [209.85.215.49]) by smtp.gmail.com with ESMTPSA id m18sm7421lfj.34.2018.02.08.05.56.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 05:56:53 -0800 (PST) Received: by mail-lf0-f49.google.com with SMTP id q194so6501374lfe.13; Thu, 08 Feb 2018 05:56:53 -0800 (PST) X-Received: by 10.46.23.215 with SMTP id 84mr558754ljx.29.1518098212867; Thu, 08 Feb 2018 05:56:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Thu, 8 Feb 2018 05:56:32 -0800 (PST) In-Reply-To: <201802080932.w189WMHZ025125@pdx.rh.CN85.dnsmgr.net> References: <201802080932.w189WMHZ025125@pdx.rh.CN85.dnsmgr.net> From: Kyle Evans Date: Thu, 8 Feb 2018 07:56:32 -0600 X-Gmail-Original-Message-ID: Message-ID: 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... To: rgrimes@freebsd.org Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 08 Feb 2018 13:56:56 -0000 On Thu, Feb 8, 2018 at 3:32 AM, Rodney W. Grimes wrote: >> 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/ > Right, I see what you mean- that's even more worthless than "Loader fixes, 2016q4" as far as context goes. I'll adjust future batch messages accordingly. Thanks!