summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/proc.c
AgeCommit message (Expand)Author
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't workNicholas Marriott
2017-07-14Fix redraw defer code in the presence of multiple clients - the timerNicholas Marriott
2017-07-12Do not need to set up USR2 twice.Nicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-12proc_send_s now seems unnecessary.Nicholas Marriott
2017-06-07Return 1 if name matches not 0, also fix some spaces.Nicholas Marriott
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. AlsoNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-24Log some system and libevent information at startup.Nicholas Marriott
2015-11-24Make the log stuff a bit tidier with some helper functions.Nicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-10-31Don't shift version out of peerid, it is needed later.Nicholas Marriott
2015-10-29Break version check into a separate function, and limit version to 8 bits.Nicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott