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