summaryrefslogtreecommitdiff
path: root/common/gdm-signal-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Only call backtrace() if execinfo.h existsDaniel Macks2009-07-161-2/+6
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-151-12/+15
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-0/+3
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-101-11/+23
* Hook up signal handler to greeter.William Jon McCann2008-03-081-1/+6
* Cast the signal number to a byte before sending over the pipe. Patch from:William Jon McCann2008-03-061-3/+3
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-14/+10
* only call signal_list_free on elements in signal lookup hash table, whenWilliam Jon McCann2007-10-261-10/+15
* Assign ids to signal handlers. Add functions to remove handlers. RestoreWilliam Jon McCann2007-10-191-16/+162
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-1/+4
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-192/+192
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-111-0/+2
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-3/+106
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-141-0/+265