Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/26/2000 13:25:58
Module Name: doc
Committed By: jhawk
Date: Fri May 26 20:25:58 UTC 2000
Modified Files:
doc: CHANGES
sharesrc/share/man/man9: panic.9
syssrc/sys/kern: subr_prf.c
Log Message:
If db_onpanic is unset and DDB is compiled in, panic() now calls
db_stack_trace_print(__builtin_frame_address(0),...), to printf() the
stack trace to the message bufffer and console. Idea from SunOS/Solaris.
Useful when dumping fails.
To generate a diff of this commit:
cvs rdiff -r1.1911 -r1.1912 doc/CHANGES
cvs rdiff -r1.7 -r1.8 sharesrc/share/man/man9/panic.9
cvs rdiff -r1.71 -r1.72 syssrc/sys/kern/subr_prf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.