summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/getpwnam.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix lockingEric Andersen2002-08-081-0/+14
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-23/+18
| | | | -Erik
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-2/+2
| | | | * Moved some file paths from code into <paths.h>
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
|
* 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
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-081-8/+24
| | | | | still needing to be reworked. -Erik
* Formatting updateEric Andersen2000-10-071-19/+16
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+52