Module Name: src Committed By: ad Date: Sun Mar 8 15:05:18 UTC 2020
Modified Files: src/sys/kern: kern_exit.c kern_lock.c kern_softint.c src/sys/sys: lock.h Log Message: Kill off kernel_lock_plug_leak(), and go back to dropping kernel_lock in exit1(), since there seems little hope of finding the leaking code any time soon. Can still be caught with LOCKDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/sys/kern/kern_exit.c cvs rdiff -u -r1.169 -r1.170 src/sys/kern/kern_lock.c cvs rdiff -u -r1.61 -r1.62 src/sys/kern/kern_softint.c cvs rdiff -u -r1.88 -r1.89 src/sys/sys/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.