Date: Sat, 19 May 2007 16:35:27 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sx.c src/sys/sys sx.h Message-ID: <200705191635.l4JGZRCT075772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-05-19 16:35:27 UTC FreeBSD src repository Modified files: sys/kern kern_sx.c sys/sys sx.h Log: Add a new SX_RECURSE flag to make support for recursive exclusive locks conditional. By default, sx(9) locks are back to not supporting recursive exclusive locks. Submitted by: attilio Revision Changes Path 1.47 +8 -2 src/sys/kern/kern_sx.c 1.32 +1 -0 src/sys/sys/sx.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705191635.l4JGZRCT075772>