NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/41076 CVS commit: src/sys/kern



The following reply was made to PR kern/41076; it has been noted by GNATS.

From: Matthias Drochner <drochner%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41076 CVS commit: src/sys/kern
Date: Fri, 27 Mar 2009 10:58:38 +0000

 Module Name:   src
 Committed By:  drochner
 Date:          Fri Mar 27 10:58:38 UTC 2009
 
 Modified Files:
        src/sys/kern: kern_sig.c
 
 Log Message:
 In sigput(), save the siginfo no matter whether SA_SIGINFO is set or not.
 There are also sigtimedwait(2) et al. to catch signals without invoking
 a signal handler. Fixes PR kern/41076 by Matteo Beccati (the first
 test case, where the signal is sent before sigwaitinfo(2) gets called).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.295 -r1.296 src/sys/kern/kern_sig.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index