summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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