Date: Mon, 10 May 1999 23:15:01 +0800 From: Peter Wemm <peter@netplex.com.au> To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c Message-ID: <19990510151503.796D81F73@spinner.netplex.com.au> In-Reply-To: Your message of "10 May 1999 16:57:06 %2B0200." <xzpr9opvupp.fsf@localhost.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote: > Peter Wemm <peter@FreeBSD.org> writes: > > Log: > > Put on my viking helmet from the closet, and get out the war axe and > > "retire" some more stuff. > > Any details on what is being retired? In this particular case, I traced calls through, looked at the kernel interfaces, etc etc and eliminated a stack more dead code or code that is run but has no side effects. eg: mkswapconf.c was creating a file that had was linked into the kernel, but the contents of the file were completely unused. Other things like static generated data for %LOAD was moved to the Makefile directly, etc. This commit in itself was just a cleanup - there should have been no user visible changes except for the version bump caused by stuff moving from config(8) to Makefile.* directly. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990510151503.796D81F73>