OSDN Git Service

Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64,...
[uclinux-h8/uclibc-ng.git] / libc / pwd_grp /
2005-01-25 Mike Frysingermerge parallel build support
2004-07-15 Eric AndersenCleanup some cruft
2004-07-15 Eric AndersenCleanup a few of the more egregiously broken sysconf...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-04 Manuel Novoa III Fix infinite loop in putgrent (forgotten increment).
2003-11-06 Manuel Novoa III Sigh... I wasn't checking if the gid field in a group...
2003-11-06 Manuel Novoa III Oops... don't need recursive mutexes.
2003-11-06 Manuel Novoa III Rewrite the pwd.h, grp.h, and shadow.h functions (excep...
2003-11-02 Eric AndersenImplement getgrent_r. Rework getpwent and getgrent...
2003-11-01 Eric AndersenFix things (properly) to open /etc/passd and /etc/group if
2003-10-31 Manuel Novoa III Fix Erik's typo.
2003-10-31 Eric Andersengetpwent(), getpwent_r(), and getgrent(), getgrent_r...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenImplement putgrent to make Peter S. Mazing happy
2003-10-10 Eric AndersenImplement getgrgid_r and getgrnam_r. Rework group...
2003-09-06 Manuel Novoa III Small fix for when threading (I think) was disabled.
2003-06-27 Eric Andersenret could have been used uninitialized in one case
2003-06-27 Eric AndersenYet more cleanup for the reentrant pwd/grp functions...
2003-06-27 Eric AndersenFixup errno handling
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-10 Eric AndersenFix some locking problems noted by Manuel. __getgrent...
2002-09-10 Eric AndersenAs noted by Bill Huang <billhuang@redsonic.com>, the...
2002-08-18 Eric AndersenYet more rework to make __getgrent and the functions...
2002-08-18 Manuel Novoa III Fix broken locking so that at least the Python 2.2...
2002-08-18 Manuel Novoa III Remove recursive lock/unlock for a non-recursive mutex.
2002-08-08 Eric AndersenFix locking
2002-08-08 Eric AndersenAdd missing include file
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-06-17 Eric AndersenShuffle the logic around a bit
2002-06-12 Eric AndersenDon't use fixed buffers if we have an mmu such that...
2002-06-12 Eric AndersenSilence warnings, clean things up.
2002-04-13 Eric AndersenPatch from Jim Treadway <jim@stardot-tech.com>:
2002-04-03 Eric AndersenAdjust beinning
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-03-08 Eric AndersenReworked the password stuff to be reentrant. Group...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-23 Eric AndersenMove stuff out if pwd_gep that doesn't belong there...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenFormatting update
2000-10-07 Eric AndersenDependancy fixup, and remove some obcolete files.
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-10-04 Eric AndersenMore sanity yet.
2000-10-04 Eric AndersenMakefile sanity fix.
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-14 Erik AndersenSome makefile updates to make it behave a bit better...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision