From owner-freebsd-current@FreeBSD.ORG Wed May 7 14:18:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AC137B401 for ; Wed, 7 May 2003 14:18:53 -0700 (PDT) Received: from smtp2.Stanford.EDU (smtp2.Stanford.EDU [171.64.14.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D20743F93 for ; Wed, 7 May 2003 14:18:52 -0700 (PDT) (envelope-from jstockdale@stanford.edu) Received: from quenya (quenya.Stanford.EDU [128.12.44.61]) by smtp2.Stanford.EDU (8.12.9/8.12.9) with ESMTP id h47LInQN004377 for ; Wed, 7 May 2003 14:18:50 -0700 (PDT) From: "John Stockdale" To: Date: Wed, 7 May 2003 14:18:18 -0700 Message-ID: <001101c314de$2e8d8e30$3d2c0c80@quenya> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: DDB, INVARIENTS, WITNESS and derivatives X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 21:18:54 -0000 Just wondering if there is any reason to still be building the 5.0-Current kernel with DDB, INVARIENTS, INVARIENT_SUPPORT, WITNESS, and WITNESS_SKIPSPIN. I'd rather remove the debugging for speed, but not if it will break things (like I remember the report being a little while back). Thanks -John