Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/03/2006 19:46:03
Module Name: src
Committed By: ad
Date: Fri Nov 3 19:46:03 UTC 2006
Modified Files:
src/sys/kern: kern_lwp.c kern_sig.c
Log Message:
- issignal(): acquire the kernel lock before inspecting signal state
- lwp_exit2(): don't drop the kernel lock until after doing wakeup()
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/kern/kern_lwp.c
cvs rdiff -r1.237 -r1.238 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.