Date: Fri, 23 Jan 2009 22:49:23 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_cache.c src/sys/sys sysctl.h src/sys/vm vm_meter.c Message-ID: <200901232249.n0NMnmFP026727@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-01-23 22:49:23 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c sys/sys sysctl.h sys/vm vm_meter.c Log: SVN rev 187658 on 2009-01-23 22:49:23Z by jhb - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done inside the SYSCTL() macros and thus does not need to be done for all of the nodes scattered across the source tree. - Mark the name-cache related sysctl's (including debug.hashstat.*) MPSAFE. - Mark vm.loadavg MPSAFE. - Remove GIANT_REQUIRED from vmtotal() (everything in this routine already has sufficient locking) and mark vm.vmtotal MPSAFE. - Mark the vm.stats.(sys|vm).* sysctls MPSAFE. Revision Changes Path 1.134 +8 -6 src/sys/kern/vfs_cache.c 1.166 +18 -18 src/sys/sys/sysctl.h 1.100 +53 -53 src/sys/vm/vm_meter.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901232249.n0NMnmFP026727>