cvs commit: src/sys/kern subr_turnstile.c
John Baldwin
jhb at FreeBSD.org
Tue Aug 15 16:44:19 UTC 2006
jhb 2006-08-15 16:44:18 UTC
FreeBSD src repository
Modified files:
sys/kern subr_turnstile.c
Log:
Rename 'show lockchain' to 'show locktree' and 'show threadchain' to
'show lockchain'. The churn is because I'm about to add a new
'show sleepchain' similar to 'show lockchain' for sleep locks (lockmgr and
sx) and 'show threadchain' was a bit ambiguous as both commands show
a chain of thread dependencies, 'lockchain' is for non-sleepable locks
(mtx and rw) and 'sleepchain' is for sleepable locks.
Revision Changes Path
1.162 +9 -5 src/sys/kern/subr_turnstile.c
More information about the cvs-src
mailing list