Date: Thu, 19 Aug 2004 06:38:26 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 src/sys/conf NOTES options src/sys/kern kern_mutex.c Message-ID: <200408190638.i7J6cQeL015335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-08-19 06:38:26 UTC FreeBSD src repository Modified files: share/man/man9 MUTEX_PROFILING.9 sys/conf NOTES options sys/kern kern_mutex.c Log: add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of the mutex profiling buffers. Document them in the man page and in NOTES. Ensure _HASH_SIZE is larger than _BUFFERS with a cpp error. Revision Changes Path 1.7 +6 -0 src/share/man/man9/MUTEX_PROFILING.9 1.1262 +4 -0 src/sys/conf/NOTES 1.476 +2 -0 src/sys/conf/options 1.148 +10 -0 src/sys/kern/kern_mutex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408190638.i7J6cQeL015335>