Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | sync with glibc | Mike Frysinger | |
2005-12-10 | Merge from NPTL branch. | "Steven J. Hill" | |
2005-12-08 | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-15 | update licenses and sync with glibc | Mike Frysinger | |
2003-01-22 | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | |
implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik | |||
2003-01-22 | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | |
a common header file and a default implementation. | |||
2002-02-16 | Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is | Eric Andersen | |
not always a sigset_t... Fix from Geoffrey Espin. | |||
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen | |
proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||
2002-02-11 | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen | |
-Erik | |||
2002-01-02 | Fix a few things I'd missed when using old (2.0.x) kernels. | Eric Andersen | |
-Erik | |||
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 |