summaryrefslogtreecommitdiff
path: root/src/unix_signal.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-22Add License header to source filesBenjamin Franzke1-0/+18
2011-10-22Fix 80 column widthBenjamin Franzke1-3/+6
2011-10-20Use signalfd if availableBenjamin Franzke1-1/+0
If kqueue can be added as well, our homegrown kinda ugly signal dispatcher could be killed.
2011-10-20g_unix_signal: Remove g_ prefix to not collide with glibBenjamin Franzke1-0/+136
There is a g_unix_signal_new function in glib as well now, but that is only allowed to be used for SIGINT, SIGHUP and SIGTERM, so we have to stay with our own.