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 20:46:00
Module Name: src
Committed By: ad
Date: Fri Nov 3 20:46:00 UTC 2006
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
- ltsleep(): for now, stay at splsched() when releasing sched_lock, or we
may allow wakeup() to occur before switching away. PR/32962.
- mi_switch(): don't inspect p->p_cred or send signals without holding the
kernel lock.
To generate a diff of this commit:
cvs rdiff -r1.172 -r1.173 src/sys/kern/kern_synch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.