summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/proc.c
AgeCommit message (Expand)Author
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may beNicholas Marriott
2022-03-08Add formats for client and server UID and user (for multiuser setups).Nicholas Marriott
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott
2020-10-26SIGQUIT handler needs to be cleared before fork like the others,Nicholas Marriott
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.Nicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running aNicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
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