kqueue(2) is currently broken when used with /dev/null and a few other
commitbf09b00fe946a06c2f1192bd213f26e5a47889a8
authorNicholas Marriott <nicm@openbsd.org>
Sat, 24 Jul 2010 19:25:31 +0000 (24 19:25 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Sat, 24 Jul 2010 19:25:31 +0000 (24 19:25 +0000)
tree8b50a665463f0770aba1c0295e9829d1e2f3d13b
parenta97b7ad11cc6415a120c08bb6598ec9e0ccc5194
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.
server.c
tmux.c