in-reply-to:in-reply-to:references:references; bh=BjYRlDI7Pdx2LxLDh6z5w1qcbbskRuxXSi6GwtBMjjQ=; b=uLbY8xO6dAFEl99P4Fq0fic9PoxZyYevAcWMSbhw/fhm4Z5kEpxNyz1oynRG1CtKgYSl4M eWW4AktwBlrFASPDVOhboSaKKL/N6dqnT9C8TFNXioqAwVC1k6S1NQCJ0/s1Kw5zmbjvbq QZOMf2xNXeF5kdxUisPH7+7p2xeLaAlyDS1is1c4IPu7ISeSHYD4mQefOtA9s/bJLW4mZM hFMDq6AUk4n869O0IAIlWVGiVeAH0JxOg4jbA7MUi9yyMeunHm0Wrwv3oCoddBxDZylu9v VOM+zokdFecA5AFU4OMdJ7Q37C1WkNHHtnT57kVf8nEtspL5rm7OtMdY6vbxMQ== Received: from [10.9.4.95] (unknown [209.182.120.176]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: kevans/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g0RNR585jz168x; Tue, 21 Apr 2026 15:39:03 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Message-ID: Date: Tue, 21 Apr 2026 10:39:02 -0500 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 4ed20e0236dd - main - kshim/usb: Add build option. To: Warner Losh , Ed Maste Cc: Warner Losh , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <69e2efb1.21b3b.32f0016@gitrepo.freebsd.org> Content-Language: en-US From: Kyle Evans In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 4/21/26 10:29, Warner Losh wrote: > > > On Tue, Apr 21, 2026 at 9:12 AM Warner Losh > wrote: > > > > On Tue, Apr 21, 2026 at 7:51 AM Ed Maste > wrote: > > On Fri, 17 Apr 2026 at 22:43, Warner Losh > wrote: > > > > The branch main has been updated by imp: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=4ed20e0236dd0ce64aa4d79659288a56e1b1344b > > > > commit 4ed20e0236dd0ce64aa4d79659288a56e1b1344b > > Author:     Warner Losh > > AuthorDate: 2026-04-18 02:41:26 +0000 > > Commit:     Warner Losh > > CommitDate: 2026-04-18 02:41:43 +0000 > > > >     kshim/usb: Add build option. > > > >     Add WITH{,OUT}_LOADER_USB to build the kshim usb library. Nothing > >     in-tree uses it, but this will make it easier to keep building. Updated > >     src.conf.5 with a few extra changes... > > > >     Sponsored by:           Netflix > > --- > >  share/man/man5/src.conf.5           | 445 +++++++++++++++++++++++++++++++++++- > >  share/mk/src.opts.mk                 |   3 +- > >  stand/Makefile                      |   1 + > >  tools/build/options/WITH_LOADER_USB |   2 + > >  4 files changed, 443 insertions(+), 8 deletions(-) > > > > diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 > > index 65fbcf2e69a4..79f75d87e3d5 100644 > > --- a/share/man/man5/src.conf.5 > > +++ b/share/man/man5/src.conf.5 > > @@ -1,5 +1,5 @@ > >  .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. > > -.Dd April 10, 2026 > > +.Dd April 17, 2026 > >  .Dt SRC.CONF 5 > >  .Os > >  .Sh NAME > > @@ -121,6 +121,8 @@ When set, it enforces these options: > >  .Pp > >  .Bl -item -compact > >  .It > > +.Va WITH_CASPER > > What's with the spurious WITH_CASPER additions? When I run `make > makeman` on main these are all removed again. > > > I'm not sure. Let me re-run this when I sort the args. > > > Oh my! It's a bug in makeman.lua. makeman doesn't do it, while makeman.lua does. > > Warner Well that's awkward. :-) I thought the only differences it still had were from running it on arm64 locally here... I'll take a look. Thanks, Kyle Evans