r23792: convert Samba4 to GPLv3
[metze/samba/wip.git] / source4 / lib / events / events_signal.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr22634: make the events system much less dependent...
2007-10-10 Andrew Bartlettr20984: Try to ensure we can't have sig_state dissapear...
2007-10-10 Andrew Tridgellr20960: attempt to fix a valgrind error in the signals...
2007-10-10 Andrew Tridgellr20941: avoid races in the block/unblock code
2007-10-10 Andrew Tridgellr20940: allow SA_SIGINFO signals to be oneshot. Why...
2007-10-10 Andrew Tridgellr20939: reduce the amount of static state for signal...
2007-10-10 Andrew Tridgellr20938: use a double counter trick to avoid the need...
2007-10-10 Volker Lendecker20934: I *hate* deep indents :-)
2007-10-10 Andrew Tridgellr20930: use sigaction() instead of signal()
2007-10-10 Andrew Tridgellr20928: added signal events to lib/events