summaryrefslogtreecommitdiffstats
path: root/source4/lib/events/events_signal.c
Commit message (Expand)AuthorAgeFilesLines
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-101-0/+1
* r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett2007-10-101-0/+5
* r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell2007-10-101-38/+48
* r20941: avoid races in the block/unblock codeAndrew Tridgell2007-10-101-3/+11
* r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want thisAndrew Tridgell2007-10-101-0/+3
* r20939: reduce the amount of static state for signal handlers from 96k to 1.2kAndrew Tridgell2007-10-101-4/+23
* r20938: use a double counter trick to avoid the need for atomic incrementAndrew Tridgell2007-10-101-10/+31
* r20934: I *hate* deep indents :-)Volker Lendecke2007-10-101-26/+28
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-101-7/+77
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-101-0/+153