summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/__getgrent.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-101-6/+4
| | | | | called under lock, but the callers did not share the same locks... -Erik
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-181-58/+1
| | | | | reentrant... -Erik
* Fix lockingEric Andersen2002-08-081-103/+123
| | | | -Erik
* Shuffle the logic around a bitEric Andersen2002-06-171-43/+42
|
* Silence warnings, clean things up.Eric Andersen2002-06-121-1/+0
| | | | -Erik
* Patch from Jim Treadway <jim@stardot-tech.com>:Eric Andersen2002-04-131-19/+9
| | | | | | The internal __getgrent function doesn't allocate enough memory to hold the trailing NULL pointer in the gr_mem member of the returned 'struct group *'.
* Formatting updateEric Andersen2000-10-071-118/+122
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+168