Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamt
Date: Tue May 18 11:59:11 UTC 2004
Modified Files:
src/sys/kern: kern_lock.c kern_sa.c kern_synch.c
src/sys/sys: lwp.h systm.h
Log Message:
use lockstatus() instead of L_BIGLOCK to check if we're holding a biglock.
fix PR/25595.
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/kern/kern_lock.c
cvs rdiff -r1.50 -r1.51 src/sys/kern/kern_sa.c
cvs rdiff -r1.143 -r1.144 src/sys/kern/kern_synch.c
cvs rdiff -r1.21 -r1.22 src/sys/sys/lwp.h
cvs rdiff -r1.171 -r1.172 src/sys/sys/systm.h
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