Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Enji Cooper
> On Jun 4, 2019, at 11:48 AM, Ed Maste wrote: > > On Tue, 4 Jun 2019 at 13:44, Enji Cooper wrote: >> >> This is awesome! One minor critique is that I would have mentioned that the >> sysctl is `kern.build_id`. > > You mean including the sysctl name in the commit message? Yup — it would hel

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Ed Maste
On Tue, 4 Jun 2019 at 13:44, Enji Cooper wrote: > > This is awesome! One minor critique is that I would have mentioned that the > sysctl is `kern.build_id`. You mean including the sysctl name in the commit message? > How is this linked into uname(1) though? I don’t see any additional options >

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Enji Cooper
> On Jun 4, 2019, at 6:07 AM, Ed Maste wrote: > > Author: emaste > Date: Tue Jun 4 13:07:10 2019 > New Revision: 348611 > URL: https://svnweb.freebsd.org/changeset/base/348611 > > Log: > Expose the kernel's build-ID through sysctl > > After our migration (of certain architectures) to lld th

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Ed Maste
On Tue, 4 Jun 2019 at 10:58, Ian Lepore wrote: > > On Tue, 2019-06-04 at 13:07 +, Ed Maste wrote: > > Author: emaste > > Date: Tue Jun 4 13:07:10 2019 > > New Revision: 348611 > > URL: https://svnweb.freebsd.org/changeset/base/348611 > > > > Log: > > Expose the kernel's build-ID through sys

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Conrad Meyer
On Tue, Jun 4, 2019 at 7:15 AM Shawn Webb wrote: > > On Tue, Jun 04, 2019 at 01:07:10PM +, Ed Maste wrote: > > Author: emaste > > Date: Tue Jun 4 13:07:10 2019 > > New Revision: 348611 > > URL: https://svnweb.freebsd.org/changeset/base/348611 > > > > Log: > > Expose the kernel's build-ID th

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Ian Lepore
On Tue, 2019-06-04 at 13:07 +, Ed Maste wrote: > Author: emaste > Date: Tue Jun 4 13:07:10 2019 > New Revision: 348611 > URL: https://svnweb.freebsd.org/changeset/base/348611 > > Log: > Expose the kernel's build-ID through sysctl > > After our migration (of certain architectures) to ll

Re: svn commit: r348611 - in head/sys: conf kern

2019-06-04 Thread Shawn Webb
On Tue, Jun 04, 2019 at 01:07:10PM +, Ed Maste wrote: > Author: emaste > Date: Tue Jun 4 13:07:10 2019 > New Revision: 348611 > URL: https://svnweb.freebsd.org/changeset/base/348611 > > Log: > Expose the kernel's build-ID through sysctl > > After our migration (of certain architectures