Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
5080acc12714862ef7a66286d7c3bce538c6d74f
/
proc.c
2b58c22
Add a couple of helper functions, and flush imsgs on exit.
by nicm
· 4 years, 9 months ago
31ed29e
SIGQUIT handler needs to be cleared before fork like the others,
by nicm
· 5 years ago
82c65e3
Also ignore SIGQUIT so it can't be used to kill the client when locked.
by nicm
· 5 years ago
dceb6a1
Add a -D flag to ask tmux not to daemonize, useful both for running a
by nicm
· 5 years ago
f165221
Reduce a difference with portable tmux by adding the -V flag and
by nicm
· 6 years ago
932f6cf
Because ignore SIGCHLD early, letting signal_del restore it doesn't work
by nicm
· 8 years ago
2678fe5
Fix redraw defer code in the presence of multiple clients - the timer
by nicm
· 8 years ago
fba6140
Do not need to set up USR2 twice.
by nicm
· 8 years ago
0453ad0
Move signal code into proc.c.
by nicm
· 8 years ago
d0d42dc
proc_send_s now seems unnecessary.
by nicm
· 8 years ago
356fab7
Return 1 if name matches not 0, also fix some spaces.
by nicm
· 8 years ago
adf5628
Support SIGUSR2 to stop and start logging for an existing server. Also
by nicm
· 8 years ago
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 10 years ago
0417f1f
EAGAIN handling for imsg_read. OK henning@ benno@
by claudio
· 10 years ago
4e3015a
Log some system and libevent information at startup.
by nicm
· 10 years ago
9cccb8c
Make the log stuff a bit tidier with some helper functions.
by nicm
· 10 years ago
577c0e3
Use __unused rather than rolling our own.
by nicm
· 10 years ago
b0a99e8
Don't shift version out of peerid, it is needed later.
by nicm
· 10 years ago
45f3cea
Break version check into a separate function, and limit version to 8 bits.
by nicm
· 10 years ago
07b0ea0
Break the common process set up, event loop and imsg dispatch code
by nicm
· 10 years ago