Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/05/2007 13:00:57
Module Name:	src
Committed By:	ad
Date:		Mon Feb  5 13:00:57 UTC 2007

Modified Files:
	src/sys/ddb [newlock2]: db_command.c
	src/sys/kern [newlock2]: kern_turnstile.c subr_lockdebug.c
	src/sys/sys [newlock2]: lockdebug.h

Log Message:
- Dump the contents of a lock's turnstile when an error is detected.
- Add a 'show lock' command to DDB.


To generate a diff of this commit:
cvs rdiff -r1.89.2.1 -r1.89.2.2 src/sys/ddb/db_command.c
cvs rdiff -r1.1.36.6 -r1.1.36.7 src/sys/kern/kern_turnstile.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/kern/subr_lockdebug.c
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/sys/lockdebug.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.