From owner-cvs-all Thu Nov 30 16:11: 3 2000 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 26B1437B400; Thu, 30 Nov 2000 16:11:00 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB10B0h35323; Thu, 30 Nov 2000 16:11:00 -0800 (PST) (envelope-from jhb) Message-Id: <200012010011.eB10B0h35323@freefall.freebsd.org> From: John Baldwin Date: Thu, 30 Nov 2000 16:11:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/30 16:11:00 PST Modified files: sys/sys mutex.h sys/kern kern_mutex.c Log: Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not depend on MUTEX_DEBUG. The MUTEX_DEBUG option turns on extra assertions and checks to verify that mutexes themselves are implemented properly. The WITNESS option uses extra checks and diagnostics to verify that other code is using mutexes properly. Revision Changes Path 1.10 +7 -10 src/sys/sys/mutex.h 1.26 +13 -10 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message