Date: Fri, 6 Feb 2009 12:10:28 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/security/audit audit.c audit_arg.c audit_syscalls.c Message-ID: <200902061210.n16CAqXk039428@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-02-06 12:10:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.c audit_arg.c audit_syscalls.c Log: SVN rev 188224 on 2009-02-06 12:10:28Z by rwatson Merge r184948 from head to stable/7: When repeatedly accessing a thread credential, cache the credential pointer in a local thread. While this is unlikely to significantly improve performance given modern compiler behavior, it makes the code more readable and reduces diffs to the Mac OS X version of the same code (which stores things in creds in the same way, but where the cred for a thread is reached quite differently). Discussed with: sson Sponsored by: Apple Inc. Obtained from: TrustedBSD Project Revision Changes Path 1.33.2.12 +15 -10 src/sys/security/audit/audit.c 1.15.2.8 +9 -7 src/sys/security/audit/audit_arg.c 1.21.2.8 +24 -25 src/sys/security/audit/audit_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902061210.n16CAqXk039428>