Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/25/2000 14:32:43
Module Name: syssrc
Committed By: jhawk
Date: Thu May 25 21:32:43 UTC 2000
Modified Files:
syssrc/sys/kern: subr_prf.c
Log Message:
Support ddb-specific nonstandard printf formats %r and %z in kprintf(),
even when not called with (flags&TODDB != 0), such that ddb print routines
can use them when printing elsewhere, such as to the message buffer.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 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.