From owner-cvs-all Tue Jun 26 23:27:33 2001 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 6B5E437B406; Tue, 26 Jun 2001 23:27:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5R6RUT39970; Tue, 26 Jun 2001 23:27:30 -0700 (PDT) (envelope-from jhb) Message-Id: <200106270627.f5R6RUT39970@freefall.freebsd.org> From: John Baldwin Date: Tue, 26 Jun 2001 23:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h 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 jhb 2001/06/26 23:27:30 PDT Modified files: sys/kern subr_witness.c sys/sys lock.h Log: - Add a new witness_assert() to perform arbitrary locking assertions. - Clean up the KTR tracepoints to be slighlty more consistent and useful - Fix a bug in WITNESS where we would recurse indefinitely and blow the stack when acquiring Giant after sleeping with a sleepable lock held. Reported by: tanimura (3) Revision Changes Path 1.77 +78 -14 src/sys/kern/subr_witness.c 1.32 +10 -1 src/sys/sys/lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message