From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 19:59:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F681065676 for ; Sat, 6 Mar 2010 19:59:11 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6876F8FC16 for ; Sat, 6 Mar 2010 19:59:11 +0000 (UTC) Received: by gwaa20 with SMTP id a20so2605333gwa.13 for ; Sat, 06 Mar 2010 11:59:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=THu+8Gz9NaWCfXIfA9zOtXLLGUCHIrX0KYrBDsnb7fw=; b=tRrrX2ckep07h4TGAmxNHWXVQPNTL8kw/BFv6HZgYX9fGAF5HJA8/WrdGvj1sfEcPQ zSzBCKpsT53wvGqacd+74VN2k5Yzzcb6iKJ2ozcY0np5orOtER5OAZSl4cbzfqZEpPjK G4c8G0ZoO61xzsanbNiBB1HloN3UM8Oeu7Xjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rnPJX1ETon4lrk5y60CcxRLXXEexXa9XuFDkZJUdnT2jer6RxIgbili8tkICqgvXxT hjl/Xf644L2rZAlMnaXOSFJT/YSGfZev/WOq7x4ZYrg38DSxOiGA3a3twkIYU2UzjcNn fBkyNojAeIPximPrKiUnll3rIrGrxc+dH4k94= MIME-Version: 1.0 Received: by 10.150.237.13 with SMTP id k13mr2486548ybh.120.1267905545676; Sat, 06 Mar 2010 11:59:05 -0800 (PST) In-Reply-To: References: <970380131003060754t32f70d1x9c40d716f01b325a@mail.gmail.com> Date: Sat, 6 Mar 2010 13:59:05 -0600 Message-ID: <970380131003061159i49dbd22cl4ec4856adf2a340f@mail.gmail.com> From: Jason Garrett To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Debug still in kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2010 19:59:11 -0000 On Sat, Mar 6, 2010 at 13:51, Tim Judd wrote: > On 3/6/10, Jason Garrett wrote: > > Hello all, > > > > I am currently tracking RELENG_8_0. I did a csup last night and noticed > that > > debug is still enabled in the GENERIC kernel. I thought debugging was > > supposed to be left out once the 8 branch went RELEASE? Can anyone shed > > light on this subject? > > What makes you think debugging is still on? > >From /usr/src/sys/i386/conf/GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options PREEMPTION # Enable kernel thread preemption why are these still in GENERIC after release?