Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-17 | * Added /etc/shadow support (Config selectable) | David McCullough | |
* Moved some file paths from code into <paths.h> | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
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 | |||
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
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 | |||
2001-03-08 | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | |
still needing to be reworked. -Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-12-23 | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-07 | Formatting update | Eric Andersen | |
2000-10-07 | Dependancy fixup, and remove some obcolete files. | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-10-04 | More sanity yet. | Eric Andersen | |
2000-10-04 | Makefile sanity fix. | Eric Andersen | |
-Erik | |||
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |