jhb 54c687571c Add kern_setgroups() and kern_getgroups() and use them to implement
ibcs2_[gs]etgroups() rather than using the stackgap.  This also makes
ibcs2_[gs]etgroups() MPSAFE.  Also, it cleans up one bit of weirdness in
the old setgroups() where it allocated an entire credential just so it had
a place to copy the group list into.  Now setgroups just allocates a
NGROUPS_MAX array on the stack that it copies into and then passes to
kern_setgroups().
2006-07-06 21:32:20 +00:00
..
2005-07-13 20:35:09 +00:00
2005-07-13 20:35:09 +00:00
2006-02-06 22:15:00 +00:00
2006-02-05 23:28:46 +00:00
2006-02-05 23:28:46 +00:00
2006-02-05 23:28:46 +00:00