From owner-cvs-src@FreeBSD.ORG Fri Aug 29 19:12:58 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5D01065708; Fri, 29 Aug 2008 19:12:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2FE678FC14; Fri, 29 Aug 2008 19:12:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m7TJCPIo098064; Fri, 29 Aug 2008 15:12:52 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Fri, 29 Aug 2008 15:01:23 -0400 User-Agent: KMail/1.9.7 References: <200808291855.m7TItadb076914@repoman.freebsd.org> In-Reply-To: <200808291855.m7TItadb076914@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808291501.24078.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 29 Aug 2008 15:12:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8117/Fri Aug 29 10:55:12 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, jb@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 19:12:58 -0000 On Friday 29 August 2008 02:54:35 pm John Baldwin wrote: > jhb 2008-08-29 18:54:35 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/amd64/conf GENERIC > sys/i386/conf GENERIC > Log: > SVN rev 182453 on 2008-08-29 18:54:35Z by jhb > > Disable the KDTRACE options in GENERIC for now. They have not yet been > enabled in HEAD, and they really need to be enabled in HEAD first and > have some soak time there before they are turned on by default in 7. If we want to enable this by default, we need to do this in HEAD first. Also, I think the changes in 7.x that aren't in HEAD (slightly newer dtrace bits, support for Linux/i386 system call tracing, etc.) need to go into HEAD before anything else is put into the dtrace stuff in 7.x so that we can get back to the normal process of code going into HEAD and sitting there a while before being merged into 7.x. -- John Baldwin