kqueue(2) is currently broken when used with /dev/null and a few other
authornicm <nicm@openbsd.org>
Sat, 24 Jul 2010 19:25:31 +0000 (19:25 +0000)
committernicm <nicm@openbsd.org>
Sat, 24 Jul 2010 19:25:31 +0000 (19:25 +0000)
commit57fbede61a07780ace8600ea11c09e2bdafb3612
tree2225b8a7786b2c662d160903cb41f8ff7c12abb8
parentc0080829ef77d99abc8d5fbf6db7f20c18b0354a
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.
usr.bin/tmux/server.c
usr.bin/tmux/tmux.c