Module Name: src Committed By: riastradh Date: Fri Jan 1 14:08:33 UTC 2021
Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Use printf, not printf_nolog, in lockdebug dumps. Otherwise we get no diagnostic information in crash dumps or dmesg, which really puts a damper on the utility of lockdebug. (If there's a reason for printf_nolog instead of printf, it should be documented in comments here, and it had better be a pretty good reason for destroying the diagnostic information that is half the point of lockdebug.) To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 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.