git: kqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD

John Marino marino at crater.dragonflybsd.org
Fri Dec 4 01:20:55 PST 2015


commit 790e2e546ea2fa0a2da2055c14d439ba2cb5edfb
Author: Ben Woolley <tautolog at gmail.com>
Date:   Thu Dec 3 23:58:21 2015 -0800

    kqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD
    
    EV_RECEIPT:  FreeBSD SVN 197243
    EV_DISPATCH: FreeBSD SVN 197242
    
    Since EV_RECEIPT has been on FreeBSD since release 8.1 and on OSX
    since Release 10.5, it's starting to show up in 3rd party software.
    And authors assume if FreeBSD has it, all BSDs have.
    
    suggested by:   Jan Beich
    contributed by: Ben Woolley

Summary of changes:
 lib/libc/sys/kqueue.2 | 14 ++++++++++++++
 sys/kern/kern_event.c | 13 +++++++++----
 sys/sys/event.h       |  2 ++
 3 files changed, 25 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/790e2e546ea2fa0a2da2055c14d439ba2cb5edfb


-- 
DragonFly BSD source repository



More information about the Commits mailing list