Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: atatat
Date: Mon Feb 10 00:35:17 UTC 2003
Modified Files:
src/share/man/man4: options.4
src/sys/conf: files
src/sys/kern: kern_sysctl.c subr_prf.c
src/sys/sys: sysctl.h
Log Message:
Add a kern.dump_on_panic sysctl variable (and documentation, and a
kernel config option) that controls whether the kernel dumps to the
dump device on panic. Dumps can still be forced via the ``sync''
command from ddb. Defaults to ``on''.
To generate a diff of this commit:
cvs rdiff -r1.193 -r1.194 src/share/man/man4/options.4
cvs rdiff -r1.596 -r1.597 src/sys/conf/files
cvs rdiff -r1.124 -r1.125 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.89 -r1.90 src/sys/kern/subr_prf.c
cvs rdiff -r1.89 -r1.90 src/sys/sys/sysctl.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