From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 11:47:24 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 D352737B401; Tue, 1 Apr 2003 11:47:24 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152A443FB1; Tue, 1 Apr 2003 11:47:24 -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 h31JlID0010174; Tue, 1 Apr 2003 11:47:22 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h31JlCeD010173; Tue, 1 Apr 2003 11:47:12 -0800 (PST) Date: Tue, 1 Apr 2003 11:47:12 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030401194712.GA10151@dragon.nuxi.com> Mail-Followup-To: David O'Brien , 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030331150348.GD21700@sunbay.com> 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: 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 19:47:25 -0000 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.