summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/putpwent.c
Commit message (Collapse)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-131-0/+8
| | | | affected files
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-061-41/+0
|
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-3/+5
| | | | reentrant, since there was still a shared static value. indent stuff,
* As noted by Bill Huang <billhuang@redsonic.com>, the gid and uidEric Andersen2002-09-101-1/+2
| | | | | were reversed in putpwent(). Oops. -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-1/+1
| | | | -Erik
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Formatting updateEric Andersen2000-10-071-12/+11
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+39