Module Name: src Committed By: martin Date: Fri Sep 7 12:34:18 UTC 2018
Modified Files: src/sys/ddb [netbsd-8]: db_command.c src/sys/kern [netbsd-8]: subr_lockdebug.c src/sys/sys [netbsd-8]: lockdebug.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1013): sys/sys/lockdebug.h: revision 1.20 sys/ddb/db_command.c: revision 1.155 sys/kern/subr_lockdebug.c: revision 1.65 add a lockdebug_dismiss() function for DDB to use that tells lockdebug to avoid asserts. use it for the ddb "reboot" command, so that it doesn't matter how ddb was entered, the reboot not trigger mutex checks and not work. To generate a diff of this commit: cvs rdiff -u -r1.148.8.2 -r1.148.8.3 src/sys/ddb/db_command.c cvs rdiff -u -r1.57.2.1 -r1.57.2.2 src/sys/kern/subr_lockdebug.c cvs rdiff -u -r1.15.6.1 -r1.15.6.2 src/sys/sys/lockdebug.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.