| Commit message (Expand) | Author | Age | Files | Lines |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 |
* | Cleanup some cruft | Eric Andersen | 2004-07-15 | 1 | -3/+0 |
* | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | 2004-07-15 | 1 | -0/+2 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -6/+9 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 2 | -8/+8 |
* | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III | 2003-12-04 | 1 | -0/+1 |
* | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III | 2003-11-06 | 1 | -3/+5 |
* | Oops... don't need recursive mutexes. | Manuel Novoa III | 2003-11-06 | 1 | -3/+3 |
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 25 | -1865/+1194 |
* | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | 2003-11-02 | 2 | -24/+38 |
* | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | 2003-11-01 | 4 | -24/+36 |
* | Fix Erik's typo. | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
* | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | 2003-10-31 | 3 | -1/+8 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Implement putgrent to make Peter S. Mazing happy | Eric Andersen | 2003-10-18 | 2 | -1/+57 |
* | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | 2003-10-10 | 25 | -671/+738 |
* | Small fix for when threading (I think) was disabled. | Manuel Novoa III | 2003-09-06 | 1 | -1/+1 |
* | ret could have been used uninitialized in one case | Eric Andersen | 2003-06-27 | 2 | -2/+2 |
* | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen | 2003-06-27 | 9 | -20/+55 |
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 13 | -55/+93 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | Eric Andersen | 2002-09-16 | 1 | -1/+1 |
* | Fix some locking problems noted by Manuel. __getgrent() was always | Eric Andersen | 2002-09-10 | 6 | -21/+32 |
* | As noted by Bill Huang <billhuang@redsonic.com>, the gid and uid | Eric Andersen | 2002-09-10 | 1 | -1/+2 |
* | Yet more rework to make __getgrent and the functions that use it | Eric Andersen | 2002-08-18 | 7 | -142/+92 |
* | Fix broken locking so that at least the Python 2.2.1 grp test doesn't | Manuel Novoa III | 2002-08-18 | 1 | -2/+7 |
* | Remove recursive lock/unlock for a non-recursive mutex. | Manuel Novoa III | 2002-08-18 | 1 | -3/+1 |
* | Fix locking | Eric Andersen | 2002-08-08 | 14 | -177/+372 |
* | Add missing include file | Eric Andersen | 2002-08-08 | 1 | -0/+1 |
* | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | Eric Andersen | 2002-08-01 | 1 | -1/+1 |
* | Shuffle the logic around a bit | Eric Andersen | 2002-06-17 | 2 | -54/+62 |
* | Don't use fixed buffers if we have an mmu such that malloc | Eric Andersen | 2002-06-12 | 1 | -8/+15 |
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 23 | -314/+285 |
* | Patch from Jim Treadway <jim@stardot-tech.com>: | Eric Andersen | 2002-04-13 | 1 | -19/+9 |
* | Adjust beinning | Eric Andersen | 2002-04-03 | 1 | -2/+1 |
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 17 | -9/+748 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 9 | -0/+17 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 6 | -7/+7 |
* | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | 2001-03-08 | 6 | -23/+197 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 |
* | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | 2000-12-23 | 1 | -2/+1 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+6 |
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -4/+6 |
* | Formatting update | Eric Andersen | 2000-10-07 | 13 | -317/+313 |