Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   mrg
Date:           Sun Aug 12 22:05:29 UTC 2018

Modified Files:
        src/sys/ddb: db_command.c
        src/sys/kern: subr_lockdebug.c
        src/sys/sys: lockdebug.h

Log Message:
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.154 -r1.155 src/sys/ddb/db_command.c
cvs rdiff -u -r1.64 -r1.65 src/sys/kern/subr_lockdebug.c
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/lockdebug.h

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




Home | Main Index | Thread Index | Old Index