git: kernel - KQueue: Create EVFILT_EXCEPT for exceptional conditions

Samuel Greear sjg at crater.dragonflybsd.org
Mon Jul 19 14:58:40 PDT 2010


commit 73c344d3671872754898a455ea06b122beb11295
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Thu Jun 24 07:45:58 2010 +0000

    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.

Summary of changes:
 lib/libc/sys/kqueue.2  |   12 +++++++-----
 sys/kern/kern_event.c  |    1 +
 sys/kern/sys_generic.c |   22 ++++++++++------------
 sys/kern/uipc_socket.c |   16 ++++++++++++----
 sys/sys/event.h        |    7 ++++++-
 5 files changed, 36 insertions(+), 22 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/73c344d3671872754898a455ea06b122beb11295


-- 
DragonFly BSD source repository





More information about the Commits mailing list