From owner-cvs-all Mon May 10 8:15:11 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 82170158D0; Mon, 10 May 1999 08:15:05 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 796D81F73; Mon, 10 May 1999 23:15:01 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Dag-Erling Smorgrav 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 In-reply-to: Your message of "10 May 1999 16:57:06 +0200." Date: Mon, 10 May 1999 23:15:01 +0800 From: Peter Wemm Message-Id: <19990510151503.796D81F73@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Smorgrav wrote: > Peter Wemm 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