Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-10-10 | r20984: Try to ensure we can't have sig_state dissapear before se. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r20960: attempt to fix a valgrind error in the signals backend. | Andrew Tridgell | 1 | -38/+48 |
2007-10-10 | r20941: avoid races in the block/unblock code | Andrew Tridgell | 1 | -3/+11 |
2007-10-10 | r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want this | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r20939: reduce the amount of static state for signal handlers from 96k to 1.2k | Andrew Tridgell | 1 | -4/+23 |
2007-10-10 | r20938: use a double counter trick to avoid the need for atomic increment | Andrew Tridgell | 1 | -10/+31 |
2007-10-10 | r20934: I *hate* deep indents :-) | Volker Lendecke | 1 | -26/+28 |
2007-10-10 | r20930: use sigaction() instead of signal() | Andrew Tridgell | 1 | -7/+77 |
2007-10-10 | r20928: added signal events to lib/events | Andrew Tridgell | 1 | -0/+153 |