From owner-svn-src-stable-9@FreeBSD.ORG  Sun Oct 16 01:48:00 2011
Return-Path: <owner-svn-src-stable-9@FreeBSD.ORG>
Delivered-To: svn-src-stable-9@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C19C5106564A;
	Sun, 16 Oct 2011 01:48:00 +0000 (UTC)
	(envelope-from adrian.chadd@gmail.com)
Received: from mail-yx0-f177.google.com (mail-yx0-f177.google.com
	[209.85.213.177])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F5F68FC1D;
	Sun, 16 Oct 2011 01:47:59 +0000 (UTC)
Received: by yxk36 with SMTP id 36so2552719yxk.8
	for <multiple recipients>; Sat, 15 Oct 2011 18:47:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:sender:in-reply-to:references:date
	:x-google-sender-auth:message-id:subject:from:to:cc:content-type;
	bh=GNw6A1J30hIkA4wKteidZDwSMhmRbWBA8RdRn0JnCbc=;
	b=tSysL1SvhCyq0j0yKrtcK+V1XGo3qUDAZS/VHCetQSZDJ23R40wC46GzUVB7HlPtL+
	3g4FSQgXDVw7Y6fSMKQzW9tbNOJsXWaQKWXW9LY5wZvH3hM2iUnUYNnz3tCk5qLYSPek
	7/qRCZSoBMXjOWqnT8dDSxrzwGYGd27CJkMxQ=
MIME-Version: 1.0
Received: by 10.236.178.41 with SMTP id e29mr19389524yhm.117.1318728297954;
	Sat, 15 Oct 2011 18:24:57 -0700 (PDT)
Sender: adrian.chadd@gmail.com
Received: by 10.236.95.147 with HTTP; Sat, 15 Oct 2011 18:24:57 -0700 (PDT)
In-Reply-To: <201110152123.p9FLN5Ht031202@svn.freebsd.org>
References: <201110152123.p9FLN5Ht031202@svn.freebsd.org>
Date: Sun, 16 Oct 2011 09:24:57 +0800
X-Google-Sender-Auth: FJmXmEaqmzXsqw_2uZEc7vwEpuY
Message-ID: <CAJ-Vmo=BTek=WFcEPUM7EdJMeG3Z9LegXw0+HuR=mjbrHAT55A@mail.gmail.com>
From: Adrian Chadd <adrian@freebsd.org>
To: Ken Smith <kensmith@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org,
	src-committers@freebsd.org, svn-src-stable-9@freebsd.org
Subject: Re: svn commit: r226405 - in stable/9: . etc/defaults
 lib/libc/stdlib
 sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf
 sys/sparc64/conf
X-BeenThere: svn-src-stable-9@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SVN commit messages for only the 9-stable src tree
	<svn-src-stable-9.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9>, 
	<mailto:svn-src-stable-9-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-stable-9>
List-Post: <mailto:svn-src-stable-9@freebsd.org>
List-Help: <mailto:svn-src-stable-9-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9>, 
	<mailto:svn-src-stable-9-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 16 Oct 2011 01:48:00 -0000

Hi!

Would you consider leaving these in but just commenting them out?

That way if a user hits a deadlock or memory corruption issue, we can
just say "uncomment the section marked _debugging_ in your config
file."

Thanks,



Adrian