Module Name: src Committed By: mrg Date: Thu Sep 13 01:55:16 UTC 2018
Modified Files: src/sys/ddb: db_command.c src/sys/kern: subr_lockdebug.c Log Message: always call lockdebug_dismiss() from DDB -- there are always some minimal lockdebug checks in place, even without LOCKDEBUG. adjust lockdebug_abort() to ignore problems after ld_panic is set so that there's a chance of this working. this fixes ddb 'reboot' on softiron od1000. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/ddb/db_command.c cvs rdiff -u -r1.66 -r1.67 src/sys/kern/subr_lockdebug.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.