From owner-freebsd-stable@FreeBSD.ORG Tue Jul 12 02:21:40 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4AD916A41C; Tue, 12 Jul 2005 02:21:40 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2211643D4C; Tue, 12 Jul 2005 02:21:39 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice3.sentex.ca (pumice3.sentex.ca [64.7.153.26]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j6C2LMUB084897; Mon, 11 Jul 2005 22:21:22 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice3.sentex.ca (8.13.3/8.13.3) with ESMTP id j6C2LbNE005847; Mon, 11 Jul 2005 22:21:37 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j6C2LaKp090078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Jul 2005 22:21:36 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050711222106.0350cb10@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 11 Jul 2005 22:23:07 -0400 To: Robert Watson , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20050711215527.D29110@fledge.watson.org> References: <1121099976.62346.48.camel@opus.cse.buffalo.edu> <20050711215527.D29110@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.26 Cc: Ken Smith Subject: Re: FYI - RELENG_6 branch has been created. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 02:21:40 -0000 At 05:04 PM 11/07/2005, Robert Watson wrote: >As a further FYI, a variety of debugging features are still enabled by >default in RELENG_6, including INVARINTS, WITNESS, and user space malloc >debugging. These will remain enabled through the first snapshot from the Apart from the kernel settings, what other debug settings need to be turned off ? i.e. How do I turn off malloc debugging ? ---Mike