summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a -D flag to ask tmux not to daemonize, useful both for running anicm2020-05-161-3/+8
* Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-281-3/+3
* Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-141-2/+12
* Fix redraw defer code in the presence of multiple clients - the timernicm2017-07-141-8/+8
* Do not need to set up USR2 twice.nicm2017-07-121-3/+1
* Move signal code into proc.c.nicm2017-07-121-23/+68
* proc_send_s now seems unnecessary.nicm2017-07-121-7/+1
* Return 1 if name matches not 0, also fix some spaces.nicm2017-06-071-2/+2
* Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-041-1/+7
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* Log some system and libevent information at startup.nicm2015-11-241-1/+8
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-241-2/+2
* Use __unused rather than rolling our own.nicm2015-11-181-3/+3
* Don't shift version out of peerid, it is needed later.nicm2015-10-311-2/+1
* Break version check into a separate function, and limit version to 8 bits.nicm2015-10-291-11/+22
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-271-0/+249