From owner-cvs-all Mon Nov 18 18: 4:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004A937B401; Mon, 18 Nov 2002 18:04:37 -0800 (PST) Received: from smtp01.iprimus.net.au (smtp01.iprimus.net.au [210.50.30.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FAA43E88; Mon, 18 Nov 2002 18:04:35 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.216.30]) by smtp01.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Tue, 19 Nov 2002 13:04:18 +1100 Received: from dilbert.robbins.dropbear.id.au (w5z6kqvl515bbiaa@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id gAJ23pEi067346; Tue, 19 Nov 2002 13:03:56 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id gAJ23elP067345; Tue, 19 Nov 2002 13:03:40 +1100 (EST) (envelope-from tim) Date: Tue, 19 Nov 2002 13:03:40 +1100 From: Tim Robbins To: Alfred Perlstein Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/releases/5.0R todo.sgml Message-ID: <20021119130340.A66949@dilbert.robbins.dropbear.id.au> References: <200211190032.gAJ0WoNq032778@repoman.freebsd.org> <20021119005344.GE16066@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021119005344.GE16066@elvis.mu.org>; from bright@mu.org on Mon, Nov 18, 2002 at 04:53:44PM -0800 X-OriginalArrivalTime: 19 Nov 2002 02:04:21.0753 (UTC) FILETIME=[F9F52690:01C28F6F] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Nov 18, 2002 at 04:53:44PM -0800, Alfred Perlstein wrote: > * Robert Watson [021118 16:35] wrote: > > rwatson 2002/11/18 16:32:50 PST > > > > Modified files: > > en/releases/5.0R todo.sgml > > Log: > > Update the 5.0-RELEASE task list: > > > > Add a final release requirement that we tone down the debugging > > options. > > Just to name a few off the top of my head: > kernel: witness and invariants > userland: malloc > > any others? IIRC /boot/kernel/kernel.debug is still being installed, which takes up 32 MB of disk space. This probably needs to go since it is a significant amount of space for something that most people won't use; you can get away with a 40-50 MB root fs on 4.7-RELEASE (inc. modules.old and kernel.old). Also these debugging options in src/lib/libc_r/Makefile should probably be commented out again: # Uncomment this if you want libc_r to contain debug information for # thread locking. CFLAGS+=-D_LOCK_DEBUG # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message