Date: Tue, 26 Jul 2011 13:26:46 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 boot2.c Message-ID: <201107261326.p6QDQvqJ073509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-26 13:26:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/boot/common ufsread.c sys/boot/i386/boot2 boot2.c Log: SVN rev 224438 on 2011-07-26 13:26:46Z by marius MFC: r219452 Some more shrinking. o bunch of variables are turned into uint8_t o initial setting of namep[] in lookup() is removed as it's only overwritten a few lines down o kname is explicitly initialized in main() as BSS in boot2 is not zeroed o the setting and reading of "fmt" in load() is removed o buf in printf() is made static to save space Reviewed by: jhb Tested by: me and Fabian Keil <freebsd-listen fabiankeil de> Revision Changes Path 1.19.2.5 +1 -3 src/sys/boot/common/ufsread.c 1.88.2.8 +16 -18 src/sys/boot/i386/boot2/boot2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107261326.p6QDQvqJ073509>