Module Name: src Committed By: ad Date: Tue Jan 21 20:31:57 UTC 2020
Modified Files: src/sys/kern: kern_turnstile.c subr_lockdebug.c src/sys/sys: lwp.h Log Message: ddb's "show all locks": - Make the output easier to scan quickly. - Show every LWP that is blocked on a lock, and the details of the lock. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_turnstile.c cvs rdiff -u -r1.73 -r1.74 src/sys/kern/subr_lockdebug.c cvs rdiff -u -r1.196 -r1.197 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.