summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp
Commit message (Expand)AuthorAgeFilesLines
* Big fricking merge from trunk."Steven J. Hill"2006-01-072-5/+8
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-1/+3
* Merge from trunk."Steven J. Hill"2005-12-101-3/+5
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-1/+0
* Merge from trunk."Steven J. Hill"2005-12-082-33/+101
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-062-13/+10
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-024-98/+37
* Massive merge from trunk."Steven J. Hill"2005-11-171-3/+4
* Merge from trunk."Steven J. Hill"2005-10-301-82/+22
* Copy from trunk."Steven J. Hill"2005-10-301-0/+48
* Add from trunk."Steven J. Hill"2005-10-291-0/+107
* Big sync with trunk."Steven J. Hill"2005-09-241-0/+3
* merge parallel build supportMike Frysinger2005-01-251-4/+4
* Cleanup some cruftEric Andersen2004-07-151-3/+0
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-151-0/+2
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-6/+9
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-272-8/+8
* Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III2003-12-041-0/+1
* Sigh... I wasn't checking if the gid field in a group line actuallyManuel Novoa III2003-11-061-3/+5
* Oops... don't need recursive mutexes.Manuel Novoa III2003-11-061-3/+3
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-0625-1865/+1194
* Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen2003-11-022-24/+38
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-014-24/+36
* Fix Erik's typo.Manuel Novoa III2003-10-311-1/+1
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-313-1/+8
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Implement putgrent to make Peter S. Mazing happyEric Andersen2003-10-182-1/+57
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-1025-671/+738
* Small fix for when threading (I think) was disabled.Manuel Novoa III2003-09-061-1/+1
* ret could have been used uninitialized in one caseEric Andersen2003-06-272-2/+2
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-279-20/+55
* Fixup errno handlingEric Andersen2003-06-2713-55/+93
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-106-21/+32
* As noted by Bill Huang <billhuang@redsonic.com>, the gid and uidEric Andersen2002-09-101-1/+2
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-187-142/+92
* Fix broken locking so that at least the Python 2.2.1 grp test doesn'tManuel Novoa III2002-08-181-2/+7
* Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III2002-08-181-3/+1
* Fix lockingEric Andersen2002-08-0814-177/+372
* Add missing include fileEric Andersen2002-08-081-0/+1
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
* Shuffle the logic around a bitEric Andersen2002-06-172-54/+62
* Don't use fixed buffers if we have an mmu such that mallocEric Andersen2002-06-121-8/+15
* Silence warnings, clean things up.Eric Andersen2002-06-1223-314/+285
* Patch from Jim Treadway <jim@stardot-tech.com>:Eric Andersen2002-04-131-19/+9
* Adjust beinningEric Andersen2002-04-031-2/+1
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-1717-9/+748
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Update to accomodate the header file changesEric Andersen2001-09-279-0/+17