From owner-cvs-src-old@FreeBSD.ORG Fri Feb 6 12:11:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3000D1065A30 for ; Fri, 6 Feb 2009 12:11:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16A2A8FC1B for ; Fri, 6 Feb 2009 12:11:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n16CB1LN039454 for ; Fri, 6 Feb 2009 12:11:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n16CAqXk039428 for cvs-src-old@freebsd.org; Fri, 6 Feb 2009 12:10:52 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200902061210.n16CAqXk039428@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 6 Feb 2009 12:10:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/security/audit audit.c audit_arg.c audit_syscalls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 12:11:09 -0000 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