From owner-svn-src-all@FreeBSD.ORG Fri Jan 16 12:31:29 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DD45B19; Fri, 16 Jan 2015 12:31:29 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9490B2E; Fri, 16 Jan 2015 12:31:28 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so2996610igb.3; Fri, 16 Jan 2015 04:31:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=AxOSwj8+hL9Nt6rwqzZ2l41po5RxliH2045l5NpcUZE=; b=ADf/DV7xqPYfydtVM8a2KHisenHBQySM4O9FtYrpNnwgsgcabABT6U95zUcOiUjT/F sQD7uqEUl5wFL8To8n064YAHUWHg/s+WbPau97Zp9TNAvbf1c1gJzSkaqOGet5nZgkwG 3POVuyJW9zylUW9+9uDY4i5T/0mj+XddWPK6XpY2Ow8IEmQmRqtrfkKmgGn87sU6QcWk IgLEQZBMrYACa+KWyiSr5RF5p7zrxuGCSjAhRulA58aksUWhWNoehn6qjpP+5LsoWnIE +GaaRv41wL4WfLUGDLlAbChEU9nV0N2k12DYKM60aMU9Hh3EljPl/5Aoc2fp0VZFJ0z3 z3Lg== X-Received: by 10.42.251.68 with SMTP id mr4mr7659496icb.94.1421411488277; Fri, 16 Jan 2015 04:31:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.175.4 with HTTP; Fri, 16 Jan 2015 04:30:58 -0800 (PST) In-Reply-To: <201412021955.sB2JtiXL009756@svn.freebsd.org> References: <201412021955.sB2JtiXL009756@svn.freebsd.org> From: Jia-Shiun Li Date: Fri, 16 Jan 2015 20:30:58 +0800 Message-ID: Subject: Re: svn commit: r275422 - in head/sys: amd64/conf i386/conf pc98/conf powerpc/conf sparc64/conf To: "George V. Neville-Neil" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 12:31:29 -0000 On Wed, Dec 3, 2014 at 3:55 AM, George V. Neville-Neil wrote: > Author: gnn > Date: Tue Dec 2 19:55:43 2014 > New Revision: 275422 > URL: https://svnweb.freebsd.org/changeset/base/275422 > > Log: > This configuration file removes several debugging options, including > WITNESS and INVARIANTS checking, which are known to have significant > performance impact on running systems. When benchmarking new features > this kernel should be used instead of the standard GENERIC. > This kernel configuration should never appear outside of the HEAD > of the FreeBSD tree. > Just noticed the newly added config file. Shall we mention it in foreword of /usr/src/UPDATING to tell people interested in benchmarking -current to use it instead? -Jia-Shiun