Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-02 Thread Ruslan Ermilov
Probably, the reason is to still have a working KINFO_PROC_SIZE even if the user modifies NGROUPS_MAX? On Tue, Oct 02, 2001 at 08:12:45AM -0400, Robert Watson wrote: > > On Tue, 2 Oct 2001, Ruslan Ermilov wrote: > > > What's the reason why KI_NGROUPS should be different from NGROUPS_MAX? > > N

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-02 Thread Robert Watson
On Tue, 2 Oct 2001, Ruslan Ermilov wrote: > What's the reason why KI_NGROUPS should be different from NGROUPS_MAX? None -- ideally, they would be the same. I was reminding him that if he updated one, he should be sure to update the other. > On Mon, Oct 01, 2001 at 05:04:51PM -0400, Robert Wat

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-02 Thread Ruslan Ermilov
What's the reason why KI_NGROUPS should be different from NGROUPS_MAX? On Mon, Oct 01, 2001 at 05:04:51PM -0400, Robert Watson wrote: > > Note this will break binary compatibility for xucred. Note also that this > may have fascinating effects in NFS environments. Note also that you'll > probab

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-01 Thread Jesper Skriver
On Mon, Oct 01, 2001 at 05:04:51PM -0400, Robert Watson wrote: > > Note this will break binary compatibility for xucred. Note also that this > may have fascinating effects in NFS environments. Note also that you'll > probably want to update KI_NGROUPS also. No idea if it will affect NIS. As

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-01 Thread Robert Watson
Note this will break binary compatibility for xucred. Note also that this may have fascinating effects in NFS environments. Note also that you'll probably want to update KI_NGROUPS also. No idea if it will affect NIS. Robert N M Watson FreeBSD Core Team, TrustedBSD Project [EMAIL

RE: Review: change NGROUPS_MAX from 16 to 64

2001-09-29 Thread John Baldwin
On 29-Sep-01 Jesper Skriver wrote: > Hi, > > I'm involved in a project, where we need the ability for users to > be in more than 16 groups, on those boxes we're using the below > patch, any objections to committing it ? It bloats ucred's. Might as well just leave it as it is. If people need t

Review: change NGROUPS_MAX from 16 to 64

2001-09-29 Thread Jesper Skriver
Hi, I'm involved in a project, where we need the ability for users to be in more than 16 groups, on those boxes we're using the below patch, any objections to committing it ? Index: sys/sys/syslimits.h === RCS file: /home/ncvs/src/s