Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-21 | Fix support for sysv style signals | Eric Andersen | |
2001-10-17 | Fix up sig handling so it is more in sync with glibc behavior | Eric Andersen | |
2001-06-15 | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | |
__libc_current_sigrtmax so current versions of ash will compile. -Erik | |||
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-05-10 | Oops. Forgot the makefile updates | Eric Andersen | |
2001-04-04 | Add missing function sigfillset. | Manuel Novoa III | |
2001-03-19 | Add sigintr, from a patch by Michael Shmulevich | Eric Andersen | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | 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-27 | Fix up signal handling | Eric Andersen | |
2000-10-23 | More reorg. A place for everything and everything in its place... | Eric Andersen | |
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-18 | More updates. Implement strsignal. Add pwd_grp tests | Eric Andersen | |
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |