Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/09/2000 22:51:49
Module Name:	syssrc
Committed By:	tv
Date:		Wed Aug  9 19:51:48 UTC 2000

Modified Files:
	syssrc/sys/ddb: db_examine.c db_output.c db_output.h db_print.c
	    db_sym.c

Log Message:
Add two new functions, db_format_radix() and db_format_hex(), which supplant
the former %r and %z nonstandard kprintf strings.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/ddb/db_examine.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/ddb/db_output.c syssrc/sys/ddb/db_sym.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/ddb/db_output.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/ddb/db_print.c

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