cvs commit: src/sys/kern kern_mutex.c kern_sx.c src/sys/sys lock.h
John Baldwin
jhb at FreeBSD.org
Tue Dec 20 11:28:25 PST 2005
jhb 2005-12-20 19:28:24 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_mutex.c kern_sx.c
sys/sys lock.h
Log:
MFC: Add a new 'show lock' command to ddb that can dump information about
mutexes and sx locks including current owners, etc.
Revision Changes Path
1.154.2.5 +73 -2 src/sys/kern/kern_mutex.c
1.25.2.1 +37 -1 src/sys/kern/kern_sx.c
1.52.2.1 +1 -0 src/sys/sys/lock.h
More information about the cvs-src
mailing list