Date: Tue, 26 Jun 2001 23:27:30 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h Message-ID: <200106270627.f5R6RUT39970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106270627.f5R6RUT39970>