From owner-cvs-src-old@FreeBSD.ORG Tue Jan 6 14:00:16 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 415D0106577D for ; Tue, 6 Jan 2009 14:00:16 +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 A04D48FC16 for ; Tue, 6 Jan 2009 14:00:11 +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 n06E0Bap063278 for ; Tue, 6 Jan 2009 14:00:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n06E0Bic063277 for cvs-src-old@freebsd.org; Tue, 6 Jan 2009 14:00:11 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200901061400.n06E0Bic063277@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 6 Jan 2009 13:59:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/audit audit.h 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: Tue, 06 Jan 2009 14:00:17 -0000 rwatson 2009-01-06 13:59:59 UTC FreeBSD src repository Modified files: sys/security/audit audit.h Log: SVN rev 186822 on 2009-01-06 13:59:59Z by rwatson In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an audit record is active on the current thread--historically we may always have wanted to enter the audit code if auditing was enabled, but now we just commit the audit record so don't need to enter if there isn't one. Obtained from: TrustedBSD Project Sponsored by: Apple, Inc. Revision Changes Path 1.23 +3 -3 src/sys/security/audit/audit.h