cvs commit: src/share/man/man9 MUTEX_PROFILING.9 src/sys/conf NOTES options src/sys/kern kern_mutex.c

John-Mark Gurney jmg at FreeBSD.org
Wed Aug 18 23:38:27 PDT 2004


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


More information about the cvs-src mailing list