Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2005-12-10 | The minimum is different for NPTL because of two new signals. | "Steven J. Hill" | |
2002-06-13 | Fix pthreads to use the rt signals if present | Eric Andersen | |
-Erik | |||
2002-05-30 | -#ifdef _POSIX_THREADS | Eric Andersen | |
+#ifdef __UCLIBC_HAS_THREADS__ | |||
2002-01-02 | Once again, rework the signal handling to be even more correct. We no | Eric Andersen | |
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 | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | 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 |