CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2010/08/19 12:29:01
Modified files: usr.bin/tmux : cmd-pipe-pane.c job.c server.c signal.c tmux.c tmux.h window.c Log message: Do not call event_del() for signals after fork(), just use sigaction() directly instead - calling libevent functions after fork() w/o event_reinit() is a bad idea, even if in this case it was harmless.