git: kernel - Stop KTR logging during panic
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 16 09:14:23 PDT 2012
commit ab1b43851c7b5160ad787019355b96f56534c39a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 16 09:11:07 2012 -0700
kernel - Stop KTR logging during panic
* Stop all KTR logging when a panic occurs so the KTR buffer doesn't
get wiped out by events during the panic & core dump. This gives
us a KTR buf snapshot as of the panic entry.
Summary of changes:
sys/kern/kern_ktr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ab1b43851c7b5160ad787019355b96f56534c39a
--
DragonFly BSD source repository
More information about the Commits
mailing list