Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As noted by Bill Huang <billhuang@redsonic.com>, the gid and uid | Eric Andersen | 2002-09-10 | 1 | -1/+2 |
| | | | | | were reversed in putpwent(). Oops. -Erik | ||||
* | Yet more rework to make __getgrent and the functions that use it | Eric Andersen | 2002-08-18 | 7 | -142/+92 |
| | | | | | reentrant... -Erik | ||||
* | 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 |
| | | | | | | | | lock up. This really needs to be looked at, as I don't think this needs to be reentrant. In any case, several routines call the __getgrent internal routine and it uses static vars for data. If this stuff is really supposed to be threadsafe, then __getgrent probably needs fixing. | ||||
* | 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 |
| | | | | -Erik | ||||
* | 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 |
| | | | | | and realloc are cheap. -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 23 | -314/+285 |
| | | | | -Erik | ||||
* | Patch from Jim Treadway <jim@stardot-tech.com>: | Eric Andersen | 2002-04-13 | 1 | -19/+9 |
| | | | | | | The internal __getgrent function doesn't allocate enough memory to hold the trailing NULL pointer in the gr_mem member of the returned 'struct group *'. | ||||
* | Adjust beinning | Eric Andersen | 2002-04-03 | 1 | -2/+1 |
| | |||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 17 | -9/+748 |
| | | | | * Moved some file paths from code into <paths.h> | ||||
* | 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 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 6 | -7/+7 |
| | | | | | | | 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 is | Eric Andersen | 2001-03-08 | 6 | -23/+197 |
| | | | | | still needing to be reworked. -Erik | ||||
* | 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 |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | ||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+6 |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | ||||
* | 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 |
| | |||||
* | Dependancy fixup, and remove some obcolete files. | Eric Andersen | 2000-10-07 | 2 | -7/+13 |
| | |||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -6/+24 |
| | | | | -Erik | ||||
* | More sanity yet. | Eric Andersen | 2000-10-04 | 1 | -3/+1 |
| | |||||
* | Makefile sanity fix. | Eric Andersen | 2000-10-04 | 1 | -16/+6 |
| | | | | -Erik | ||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -1/+2 |
| | | | | | It is getting closer... -Erik | ||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -6/+3 |
| | | | | -Erik | ||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -4/+4 |
| | | | | | to allow uC-libc to compile under x86. -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 14 | -0/+820 |