git: kqueue/signal: Send kevent even if the signal is masked

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Feb 13 00:34:26 PST 2016


commit 0a02ff72ed0d9403f526b441c40c1b7efe616cef
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sat Feb 13 16:25:33 2016 +0800

    kqueue/signal: Send kevent even if the signal is masked
    
    This kinda follows FreeBSD's signal kqueue filter semantic, though
    FreeBSD seems to send kevent even if no pending signal will be
    rendered.
    
    Reported-by: ftigeot@
    Tested-by: ftigeot@

Summary of changes:
 lib/libc/sys/kqueue.2 | 5 ++++-
 sys/kern/kern_sig.c   | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0a02ff72ed0d9403f526b441c40c1b7efe616cef


-- 
DragonFly BSD source repository



More information about the Commits mailing list