Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Thu, Oct 22, 2015 at 6:10 PM, NGie Cooper wrote: > On Thu, Oct 22, 2015 at 4:03 PM, Conrad E. Meyer wrote: >> URL: https://svnweb.freebsd.org/changeset/base/289773 >> >> Log: >> Sysctl: Add common support for U8, U16 types > > - This is missing

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread NGie Cooper
On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon wrote: > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> What is __FreeBSD_version and why would it be bumped? > > __FreeBSD_version was introduced in the following commit: > >

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Mark Linimon
On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: > What is __FreeBSD_version and why would it be bumped? __FreeBSD_version was introduced in the following commit: https://svnweb.freebsd.org/base/head/sys/sys/param.h?r1=34924=36260 where it has been ever since:

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon wrote: > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> What is __FreeBSD_version and why would it be bumped? > > > > This variable exists to tell the Ports Collection, among others, > that "something has

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Ian Lepore
On Fri, 2015-10-23 at 14:43 -0700, Conrad Meyer wrote: > On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon > wrote: > > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: > > > What is __FreeBSD_version and why would it be bumped? > > > > > > > > This variable

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Fri, Oct 23, 2015 at 2:56 PM, Ian Lepore wrote: > On Fri, 2015-10-23 at 14:43 -0700, Conrad Meyer wrote: >> On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon >> wrote: >> > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> > > What is

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 4:03 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu Oct 22 23:03:06 2015 > New Revision: 289773 > URL: https://svnweb.freebsd.org/changeset/base/289773 > > Log: > Sysctl: Add common support for U8, U16 types > > Sponsored by: EMC / Isilon

svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:03:06 2015 New Revision: 289773 URL: https://svnweb.freebsd.org/changeset/base/289773 Log: Sysctl: Add common support for U8, U16 types Sponsored by: EMC / Isilon Storage Division Modified: head/sbin/sysctl/sysctl.c head/sys/kern/kern_sysctl.c

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread Bruce Evans
On Thu, 22 Oct 2015, Conrad E. Meyer wrote: Log: Sysctl: Add common support for U8, U16 types Sponsored by: EMC / Isilon Storage Division This uses similar low-quality code to other sysctls, and more. Modified: head/sbin/sysctl/sysctl.c