Date: Mon, 10 Aug 1998 07:27:35 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ie.c src/sys/kern kern_lkm.c subr_prf.c src/sys/pci ncr.c Message-ID: <199808101427.HAA28464@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/10 07:27:34 PDT Modified files: sys/i386/isa if_ie.c sys/kern kern_lkm.c subr_prf.c sys/pci ncr.c Log: Fixed the formatting of some tables (mainly the one produced by ps in ddb) which I broke by changing %8[l]x to %8p. Hacked the central printf routine to not add an "0x" prefix for %p formats if the field width is nonzero. The tables are still horribly misformatted on 64-bit machines. Use %p instead of %8p to print pointers when the field width isn't important. Revision Changes Path 1.55 +3 -3 src/sys/i386/isa/if_ie.c 1.53 +4 -3 src/sys/kern/kern_lkm.c 1.49 +2 -2 src/sys/kern/subr_prf.c 1.123 +3 -3 src/sys/pci/ncr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808101427.HAA28464>