CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/24 13:25:32
Modified files:
usr.bin/tmux : tmux.c server.c
Log message:
kqueue(2) is currently broken when used with /dev/null and a few other
devices.
An upcoming fix for some problems with the client stdout/stderr handling
relies on it working, so make tmux force libevent to use poll(2) via
EVENT_NOKQUEUE, until we have fixed kqueue.
