From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 12:23:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B27A37B401; Tue, 1 Apr 2003 12:23:12 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5066D43FCB; Tue, 1 Apr 2003 12:23:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.7) with ESMTP id h31KN4D0010606; Tue, 1 Apr 2003 12:23:04 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h31KMxKK010601; Tue, 1 Apr 2003 12:22:59 -0800 (PST) Date: Tue, 1 Apr 2003 12:22:58 -0800 From: "David O'Brien" To: Juli Mallett Message-ID: <20030401202258.GA10571@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Juli Mallett , Ruslan Ermilov , Makoto Matsushita , current@freebsd.org References: <20030329190908R.matusita@jp.FreeBSD.org> <3E857E9C.F7476A32@mindspring.com> <20030329203005.GB94956@sunbay.com> <20030331150348.GD21700@sunbay.com> <20030401194712.GA10151@dragon.nuxi.com> <20030401135652.A53787@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030401135652.A53787@FreeBSD.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Makoto Matsushita cc: Ruslan Ermilov cc: current@FreeBSD.org Subject: Re: FreeBSD/alpha kern.flp flood X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 20:23:12 -0000 On Tue, Apr 01, 2003 at 01:56:52PM -0600, Juli Mallett wrote: > * De: David O'Brien [ Data: 2003-04-01 ] > [ Subjecte: Re: FreeBSD/alpha kern.flp flood ] > > On Mon, Mar 31, 2003 at 06:03:48PM +0300, Ruslan Ermilov wrote: > > > Anyway, I've committed the fix to release/Makefile that strips > > > the .comment section out from the BOOTMFS kernel. If you have > > > time, you can exploit the effect of this by changing sweaping > > > over src/sys/ and changing rcsid = "$FreeBSD$" lines to be > > > __FBSDID() -- that would put these IDs in the .comment section, > > > thus reducing the size of the stripped kernel by a few more > > > kilobytes. > > > > Why can't the bits be built with -Dlint to remove rcsid's. > > Because that would change other things, wouldn't it. Like maybe > structure sizes or macros which need to actually work? I didn't see any issues like that with a very curiory look at the sources. Are you willing to take a look also?