Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix support for sysv style signals | Eric Andersen | 2001-11-21 | 2 | -1/+59 | |
| | ||||||
* | These are now obsolete | Eric Andersen | 2001-10-17 | 2 | -74/+0 | |
| | ||||||
* | Fix up sig handling so it is more in sync with glibc behavior | Eric Andersen | 2001-10-17 | 15 | -87/+410 | |
| | ||||||
* | Minor cleanups | Eric Andersen | 2001-10-03 | 3 | -0/+3 | |
| | ||||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 6 | -8/+10 | |
| | ||||||
* | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | 2001-06-15 | 2 | -1/+36 | |
| | | | | | | __libc_current_sigrtmax so current versions of ash will compile. -Erik | |||||
* | Sigpause was broken. Now it is fixed. | Eric Andersen | 2001-05-16 | 1 | -21/+49 | |
| | | | | -Erik | |||||
* | 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 | |||||
* | Oops. Forgot the makefile updates | Eric Andersen | 2001-05-10 | 1 | -1/+1 | |
| | ||||||
* | These are needed for ash-0.3.8 | Eric Andersen | 2001-05-10 | 1 | -0/+36 | |
| | ||||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 5 | -5/+5 | |
| | | | | | | | 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 | |||||
* | Add missing function sigfillset. | Manuel Novoa III | 2001-04-04 | 2 | -1/+39 | |
| | ||||||
* | Add sigintr, from a patch by Michael Shmulevich | Eric Andersen | 2001-03-19 | 2 | -1/+58 | |
| | ||||||
* | Symbol cleanup/bugfix. Add in needed global. | Eric Andersen | 2001-01-16 | 2 | -1/+4 | |
| | ||||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 | |
| | ||||||
* | 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 | 3 | -6/+1 | |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||||
* | Fix up signal handling | Eric Andersen | 2000-10-27 | 5 | -2/+140 | |
| | ||||||
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 8 | -1/+258 | |
| | ||||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -2/+4 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | More updates. Implement strsignal. Add pwd_grp tests | Eric Andersen | 2000-10-18 | 1 | -1/+1 | |
| | ||||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 | |
| | ||||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 2 | -0/+57 | |