Date: Fri, 6 Feb 2009 12:06:39 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/security/audit audit_bsm_klib.c Message-ID: <200902061206.n16C6mt3039093@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-02-06 12:06:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_bsm_klib.c Log: SVN rev 188223 on 2009-02-06 12:06:39Z by rwatson Merge r184482 from head to stable/7: Protect the event->class lookup database using an rwlock instead of a mutex, as it's rarely changed but frequently accessed read-only from multiple threads, so a potentially significant source of contention. Sponsored by: Apple, Inc. Revision Changes Path 1.7.2.9 +15 -8 src/sys/security/audit/audit_bsm_klib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902061206.n16C6mt3039093>