Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 03/21/2004 18:41:38
Module Name: src
Committed By: cl
Date: Sun Mar 21 18:41:38 UTC 2004
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
On MP, exit postsig() when another LWP has already handled the signal while
this LWP was waiting for the kernel lock.
Fixes PR kern/24829
To generate a diff of this commit:
cvs rdiff -r1.187 -r1.188 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.