Re: removal of NGROUPS_MAX dependancy from base

2009-02-23 Thread n0g0013
On 22.02-16:28, Brooks Davis wrote: > On Sun, Feb 22, 2009 at 11:07:19AM +, ttw+...@cobbled.net wrote: > > On 21.02-22:49, Julian Elischer wrote: > > [ ... ] > > > >this patch should remove the dependancy on the definition of > > > >NGROUPS_MAX as a static constant and implement it as a writabl

Re: Doing away with NGROUPS_MAX in src/sys/sys/syslimits.h?

2009-03-23 Thread n0g0013
On 23.03-10:20, Boris Kochergin wrote: [ ... ] > Well, bumping it does get rid of messages like: > > Mar 22 20:44:26 hydrogen sshd[96152]: getgrouplist: groups list too small > Mar 22 20:44:26 hydrogen sshd[96152]: fatal: initgroups: [user]: Invalid > argument yes, that's great but you may be su

Re: Doing away with NGROUPS_MAX in src/sys/sys/syslimits.h?

2009-03-24 Thread n0g0013
On 23.03-12:23, Boris Kochergin wrote: [ ... ] > >yes, that's great but you may be surprised to learn that it doesn't > >actually solve your problem. i think (and without looking > >specifically at the impact my even be confident enough to say > >definately) if you get a groups list it will only b

Re: [BUGI] Re: Porting from linux to freebsd help needed

2005-09-13 Thread n0g0013
On 13.09-10:16, rashmi ns wrote: [ ... ] > I wanted to add a psuedo network driver can any one tell me what else needs > to be done here to provide a simple psuedo interface not to repeat what david said but look at /usr/src/sys/net/if_disc.c for information. the code supplied is only

Re: [BUGI] IOCTL :Facing problems while acccessing data from kernel space

2005-09-29 Thread n0g0013
On 28.09-13:40, rashmi ns wrote: [ ... ] > I was trying to add a new ioctl command like > > #define HDLCMODE _IOR('6',0xF,int) > > when i trying to uprintf the data which was sent from the user-space in > > the device-driver-ioctl-routine i'll get a different value than which was > > passed. Can an