From owner-freebsd-current Sat Nov 2 10: 0: 5 2002 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 78B6A37B401 for ; Sat, 2 Nov 2002 10:00:04 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BDE43E3B for ; Sat, 2 Nov 2002 10:00:03 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA2HxVpk071416; Sat, 2 Nov 2002 10:59:32 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 10:58:30 -0700 (MST) Message-Id: <20021102.105830.104343551.imp@bsdimp.com> To: keramida@ceid.upatras.gr Cc: conrads@cox.net, current@FreeBSD.ORG Subject: Re: A few questions From: "M. Warner Losh" In-Reply-To: <20021101120227.GB1778@gray.sea.gr> References: <20021101120227.GB1778@gray.sea.gr> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20021101120227.GB1778@gray.sea.gr> Giorgos Keramidas writes: : On 2002-10-31 18:39, Conrad Sabatier wrote: : > I just upgraded a 4.7-STABLE box to current over the weekend. Went off : > very well, thanks to the great documentation in UPDATING. : > [...] : > And finally, is there a simple way to ensure that none of the debugging : > code (including INVARIANTS stuff) is included during a buildworld? : : INVARIANTS and WITNESS are kernel-only stuff. They shouldn't affect : your userland programs. If they do, it's probably a bug. Actually, they slow things down a little, which is likely why someone wants to get of them. Just make sure that they aren't in the kernel config file should be sufficient. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message