Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 14:41:11 -0800 (PST)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/sys systm.h
Message-ID:  <199601152241.OAA15752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601152241.OAA15752>