From owner-cvs-all@FreeBSD.ORG Tue Jul 1 18:58:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 076E7106567B; Tue, 1 Jul 2008 18:58:18 +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 E8CC98FC12; Tue, 1 Jul 2008 18:58:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m61IwHra061848; Tue, 1 Jul 2008 18:58:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m61IwHia061847; Tue, 1 Jul 2008 18:58:17 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200807011858.m61IwHia061847@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 1 Jul 2008 18:58:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/audit audit.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 18:58:18 -0000 rwatson 2008-07-01 18:58:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.h Log: SVN rev 180151 on 2008-07-01 18:58:07Z by rwatson Merge audit.h:1.18 (sys:r178802) from head to stable/7: When testing whether to enter the audit argument gathering code, rather than checking whether audit is enabled globally, instead check whether the current thread has an audit record. This avoids entering the audit code to collect argument data if auditing is enabled but the current system call is not of interest to audit. Sponsored by: Apple, Inc. Revision Changes Path 1.14.2.2 +1 -1 src/sys/security/audit/audit.h