fixd a bug in the signal handling code - we could get phantom signals
[gd/samba/.git] / source4 / lib / events / events_signal.c
2008-07-24 Andrew Tridgellfixd a bug in the signal handling code - we could get...
2008-06-17 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-17 Jelmer VernooijAvoid including events_util.h in events_internal.h...
2008-06-14 Simo SorceThis patch make it possible to build the events library...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-18 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-14 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-14 Simo SorceMake it possible to build libevents standalone.
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-11 Stefan Metzmacherevents_signal: pass down the correct siginfo_t struct...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
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