Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 01/28/2006 14:37:31
Module Name:	src
Committed By:	darrenr
Date:		Sat Jan 28 14:37:31 UTC 2006

Modified Files:
	src/share/man/man4: options.4
	src/sys/kern: subr_prf.c

Log Message:
if db_onpanic is -1, do not invoke any ddb functions at all when handling
a panic.  This allows ddb's behaviour on a panic to be controlled via
sysctl rather than just compiling it in/out.


To generate a diff of this commit:
cvs rdiff -r1.304 -r1.305 src/share/man/man4/options.4
cvs rdiff -r1.101 -r1.102 src/sys/kern/subr_prf.c

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