aboutsummaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAge
* Move signal code into proc.c.nicm2017-07-12
* Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* Tidy up some includes.nicm2014-10-20
* Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
* Use $OpenBSD$.Nicholas Marriott2010-05-14
* Catch SIGHUP and terminate if running as a client. This prevents clientsJoel Sing2010-05-12
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03