Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 13:20:08 GMT
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/39681: [sysctl] [patch] add hidden kernel boot tunables to sysctl as read-only mib
Message-ID:  <201010211320.o9LDK84l048419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/39681; it has been noted by GNATS.

From: Jaakko Heinonen <jh@FreeBSD.org>
To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Cc: bug-followup@FreeBSD.org
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211320.o9LDK84l048419>