From owner-cvs-all Tue Feb 12 23:45:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5482637B43E; Tue, 12 Feb 2002 23:44:59 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D7ixN41503; Tue, 12 Feb 2002 23:44:59 -0800 (PST) (envelope-from rwatson) Message-Id: <200202130744.g1D7ixN41503@freefall.freebsd.org> From: Robert Watson Date: Tue, 12 Feb 2002 23:44:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC src/sys/i386/conf GENERIC src/sys/alpha/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/02/12 23:44:59 PST Modified files: sys/ia64/conf GENERIC sys/i386/conf GENERIC sys/alpha/conf GENERIC Log: Remove WITNESS from GENERIC by default: as we grow more locks, this gets slower, and may be impeding adoption of -CURRENT by developers. We recommend turning on WITNESS by default on crash boxes, and when doing locking development. It will probably get turned on by default for a week or two following any major locking commits, also. Approved by: all and sundry (jhb, phk, ...) Revision Changes Path 1.132 +1 -1 src/sys/alpha/conf/GENERIC 1.334 +1 -1 src/sys/i386/conf/GENERIC 1.25 +1 -1 src/sys/ia64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message