summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust beinningEric Andersen2002-04-031-2/+1
|
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-1717-9/+748
| | | | * Moved some file paths from code into <paths.h>
* 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
|
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-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 Andersen2001-04-066-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 isEric Andersen2001-03-086-23/+197
| | | | | still needing to be reworked. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
|
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-231-2/+1
|
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-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 andEric Andersen2000-10-201-1/+6
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Makefile updateEric Andersen2000-10-121-1/+1
|
* Bug ugly formatting updateEric Andersen2000-10-091-4/+6
|
* Formatting updateEric Andersen2000-10-0713-317/+313
|
* Dependancy fixup, and remove some obcolete files.Eric Andersen2000-10-072-7/+13
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-6/+24
| | | | -Erik
* More sanity yet.Eric Andersen2000-10-041-3/+1
|
* Makefile sanity fix.Eric Andersen2000-10-041-16/+6
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+2
| | | | | It is getting closer... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-6/+3
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-1414-0/+820