git: kern: Add KTRACE support to kern_sigtimedwait()

Aaron LI aly at crater.dragonflybsd.org
Sat Jan 24 04:37:02 PST 2026


commit 129968d9720c990db0c109c33748220d022f3362
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Apr 8 10:46:23 2025 +0800

    kern: Add KTRACE support to kern_sigtimedwait()
    
    The sigtimedwait()/sigwaitinfo() functions provide the userland program
    with a way to explicitly accept signals, so add the KTRACE support
    similar to postsig().
    
    Meanwhile, tweak the code style in postsig().
    
    Referred-to: FreeBSD
    Reviewed-by: dillon

Summary of changes:
 sys/kern/kern_sig.c | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/129968d9720c990db0c109c33748220d022f3362


-- 
DragonFly BSD source repository


More information about the Commits mailing list