The following reply was made to PR kern/39681; it has been noted by GNATS.

From: Jaakko Heinonen <[email protected]>
To: Cyrille Lefevre <[email protected]>
Cc: [email protected]
Subject: Re: kern/39681: [sysctl] [patch] add hidden kernel boot tunables to
 sysctl as read-only mib
Date: Thu, 21 Oct 2010 16:12:43 +0300

 On 2010-10-21, Cyrille Lefevre wrote:
 > may be closed, except that ngroups_max seems to be missing a mib
 > registration such as :
 > 
 > SYSCTL_INT(_kern, OID_AUTO, ngroups, CTLFLAG_RDTUN, &ngroups_max, 0,
 >     "Max number groups per process");
 
 It already exists in sys/kern/kern_mib.c in head and stable/8:
 
    127 SYSCTL_INT(_kern, KERN_NGROUPS, ngroups, CTLFLAG_RDTUN,
    128     &ngroups_max, 0,
    129     "Maximum number of supplemental groups a user can belong to");
 
 -- 
 Jaakko
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to