Age | Commit message (Collapse) | Author |
|
implementation such that gdb can actually debug signal handlers. Gdb behaves
much better now, for example, on multi-threaded apps.
-Erik
|
|
a common header file and a default implementation.
|
|
not always a sigset_t... Fix from Geoffrey Espin.
|
|
proper threading. Most of this is from Stefan Soucek,
with additions and changes as needed from me.
|
|
-Erik
|
|
-Erik
|
|
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
|