git: kernel - Add OOB support to kqueue

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


commit 70a4a30f482080ed3a5a05f9c2c03d0e166298d3
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Fri Jun 11 08:13:53 2010 +0000

    kernel - Add OOB support to kqueue
    
    Adds the ability to be notified of out-of-band data on a socket to
    kqueue by specifying NOTE_OOB in the fflags of a kevent.

Summary of changes:
 lib/libc/sys/kqueue.2  |    5 +++++
 sys/kern/uipc_socket.c |    6 ++++++
 sys/sys/event.h        |    1 +
 3 files changed, 12 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/70a4a30f482080ed3a5a05f9c2c03d0e166298d3


-- 
DragonFly BSD source repository





More information about the Commits mailing list