Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index