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: Mon Dec 3 20:26:26 UTC 2007
Modified Files:
src/sys/kern: kern_fork.c kern_lwp.c kern_proc.c kern_sig.c
kern_synch.c
Log Message:
Soft interrupts can now take proclist_lock, so there is no need to
double-lock alllwp or allproc.
To generate a diff of this commit:
cvs rdiff -r1.148 -r1.149 src/sys/kern/kern_fork.c
cvs rdiff -r1.82 -r1.83 src/sys/kern/kern_lwp.c
cvs rdiff -r1.124 -r1.125 src/sys/kern/kern_proc.c
cvs rdiff -r1.260 -r1.261 src/sys/kern/kern_sig.c
cvs rdiff -r1.210 -r1.211 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