kernel - KQueue: Create EVFILT_EXCEPT for exceptional conditions
authorSamuel J. Greear <sjg@thesjg.com>
Thu, 24 Jun 2010 07:45:58 +0000 (07:45 +0000)
committerSamuel J. Greear <sjg@thesjg.com>
Wed, 30 Jun 2010 00:31:45 +0000 (00:31 +0000)
commit73c344d3671872754898a455ea06b122beb11295
tree997556b7f24fbcc7af257c4443e5f75124c66962
parent8acdf1cfa6e56d6bf85dba89692dd5d2f6078d3a
kernel - KQueue: Create EVFILT_EXCEPT for exceptional conditions

 * Move the handling of out-of-band data (NOTE_OOB) under EVFILT_EXCEPT. This
simplifies the select implementation and makes room for additional exceptional
conditions to be added in the future.
lib/libc/sys/kqueue.2
sys/kern/kern_event.c
sys/kern/sys_generic.c
sys/kern/uipc_socket.c
sys/sys/event.h