From owner-cvs-sys Mon Jan 15 14:41:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15764 for cvs-sys-outgoing; Mon, 15 Jan 1996 14:41:14 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15752 Mon, 15 Jan 1996 14:41:11 -0800 (PST) Date: Mon, 15 Jan 1996 14:41:11 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601152241.OAA15752@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 14:41:10 Modified: sys/ddb db_examine.c db_output.c db_sym.c sys/i386/i386 db_disasm.c sys/i386/isa/pcvt pcvt_drv.c sys/kern subr_prf.c sys/sys systm.h Log: Get rid of two and a half printf in the kernel. Add more features to the one remaining to handle the job: + signed quantity. # alternate format - left padding * read width as next arg. n numeric in (argument specified) default radix. Fix the DDB debugger to use these. Use vprintf in debug routine in pcvt. The warnings from gcc may become more wrong and intolerable because of this. Warning: I have not checked the entire source for unsupported or changed constructs, but generally belive that there are only a few. Suggested by: bde Revision Changes Path 1.13 +4 -4 src/sys/ddb/db_examine.c 1.16 +2 -180 src/sys/ddb/db_output.c 1.15 +2 -2 src/sys/ddb/db_sym.c 1.13 +4 -4 src/sys/i386/i386/db_disasm.c 1.19 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c 1.21 +231 -223 src/sys/kern/subr_prf.c 1.32 +4 -3 src/sys/sys/systm.h