ed 9afe297ee5 Add kqueue()-support to pseudo-terminal master devices.
One thing I didn't expect many applications to use, was kqueue() on
pseudo-terminal master devices. There are applications that use kqueue()
on the TTY itself (rtorrent, etc). That doesn't mean we shouldn't
implement this. Libraries like libevent use kqueue() by default, which
means they wouldn't be able to use kqueue().

The old TTY layer implements a very broken version of kqueue() by
performing the actual polling on the TTY device.

Discussed with:	peter
2008-12-11 21:44:02 +00:00
..
2008-12-11 00:58:05 +00:00
2008-12-08 17:09:02 +00:00
2008-11-14 09:58:16 +00:00
2008-12-11 07:00:23 +00:00
2008-11-12 12:21:18 +00:00
2008-12-04 07:59:05 +00:00