summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move signal code into proc.c.nicm2017-07-121-111/+0
* Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-041-1/+7
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-7/+7
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-271-8/+8
* Tidy up some includes.nicm2014-10-201-1/+3
* Do not call event_del() for signals after fork(), just use sigaction()nicm2010-08-191-8/+23
* Use $OpenBSD$.nicm2010-05-141-1/+1
* Catch SIGHUP and terminate if running as a client. This prevents clientsjsing2010-05-121-5/+5
* Put this back in with the initialisation in the right order.nicm2010-05-041-0/+88
* Revert last change, it appears to be broken somehow.nicm2010-05-041-90/+0
* Make signal handler setup/teardown two common functions instead of six,nicm2010-05-031-0/+90