Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
| | |||||
* | The minimum is different for NPTL because of two new signals. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 |
| | |||||
* | Fix pthreads to use the rt signals if present | Eric Andersen | 2002-06-13 | 1 | -43/+21 |
| | | | | -Erik | ||||
* | -#ifdef _POSIX_THREADS | Eric Andersen | 2002-05-30 | 1 | -2/+3 |
| | | | | +#ifdef __UCLIBC_HAS_THREADS__ | ||||
* | Once again, rework the signal handling to be even more correct. We no | Eric Andersen | 2002-01-02 | 1 | -23/+69 |
| | | | | | | | | | longer segfault when running test/signal/sigchld.c, which exposed a bit of a rats nest. The problem ended up being a erroneous syscall defination, but in the process of finding that out, I scrubbed things up nicely and adapted things to use the rt_ signals if they are available. This now passes all the signal tests. -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -2/+3 |
| | |||||
* | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | 2001-06-15 | 1 | -0/+35 |
__libc_current_sigrtmax so current versions of ash will compile. -Erik |