From owner-svn-src-head@freebsd.org Fri Oct 13 21:38:05 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 E99E4E2D71D; Fri, 13 Oct 2017 21:38:05 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.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 D74CE75AEF; Fri, 13 Oct 2017 21:38:05 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from [74.217.198.10] (port=56550 helo=[10.1.4.66]) by shxd.cx with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1e35uF-000CVH-Er; Fri, 13 Oct 2017 19:46:03 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r324471 - head/sys/boot From: Devin Teske In-Reply-To: Date: Fri, 13 Oct 2017 14:38:03 -0700 Cc: Devin Teske , Warner Losh , Ngie Cooper , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <41ECAC77-1DCF-4107-A2EC-52141540013E@freebsd.org> References: <201710100453.v9A4rQ6W078536@repo.freebsd.org> To: Ngie Cooper X-Mailer: Apple Mail (2.3273) Sender: devin@shxd.cx 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: Fri, 13 Oct 2017 21:38:06 -0000 > On Oct 13, 2017, at 8:53 AM, Ngie Cooper = wrote: >=20 >=20 >> On Oct 9, 2017, at 21:57, Ngie Cooper (yaneurabeya) = wrote: >>=20 >>=20 >>> On Oct 9, 2017, at 21:56, Warner Losh wrote: >>>=20 >>> DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. >>>=20 >>> DO NOT MAKE ANY COMMITS TO sys/boot. >>>=20 >>> BACK OFF. >>>=20 >>> Seriously, though, extra changes create extra friction, and these = changes aren't worth any friction at all. I'm deleting LIBSAU and this = guarantees a conflict when I update. >>>=20 >>> So please, do not make any edits to sys/boot whatsoever, no matter = how trivial. >>>=20 >>> At least until I'm done. >>=20 >> Ok >=20 > So... what=E2=80=99s the status? Your typo gave me an idea for a new tool ... Usage: whatfs path ... Return unique list of filesystems containing list of paths. Lol ;D E.g., "whatfs / /usr /usr/local /foo /bar" would list minimal filesystem = mountpoints containing all given paths --=20 Devin=