svn commit: r310116 - head/sys/kern

Conrad Meyer cem at freebsd.org
Thu Dec 15 20:00:22 UTC 2016


Can we please slap names on these numbers?  Even if we keep the
existing numeric values?

Thanks,
Conrad

On Thu, Dec 15, 2016 at 7:45 AM, Ed Schouten <ed at freebsd.org> wrote:
> Author: ed
> Date: Thu Dec 15 15:45:11 2016
> New Revision: 310116
> URL: https://svnweb.freebsd.org/changeset/base/310116
>
> Log:
>   Document the existence of the {0, 6, ...} sysctl.
>
> Modified:
>   head/sys/kern/kern_sysctl.c
>
> Modified: head/sys/kern/kern_sysctl.c
> ==============================================================================
> --- head/sys/kern/kern_sysctl.c Thu Dec 15 15:35:53 2016        (r310115)
> +++ head/sys/kern/kern_sysctl.c Thu Dec 15 15:45:11 2016        (r310116)
> @@ -821,7 +821,8 @@ SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FI
>   * {0,2,...}   return the next OID.
>   * {0,3}       return the OID of the name in "new"
>   * {0,4,...}   return the kind & format info for the "..." OID.
> - * {0,5,...}   return the description the "..." OID.
> + * {0,5,...}   return the description of the "..." OID.
> + * {0,6,...}   return the aggregation label of the "..." OID.
>   */
>
>  #ifdef SYSCTL_DEBUG
>


More information about the svn-src-head mailing list