From owner-cvs-src@FreeBSD.ORG Sun Aug 31 13:36:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C36B9106568D; Sun, 31 Aug 2008 13:36:01 +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 B14378FC6D; Sun, 31 Aug 2008 13:36:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VDa13f046930; Sun, 31 Aug 2008 13:36:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VDa1bo046929; Sun, 31 Aug 2008 13:36:01 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200808311336.m7VDa1bo046929@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 31 Aug 2008 13:35:49 +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_arg.c audit_bsm.c audit_bsm_klib.c audit_bsm_token.c audit_private.h audit_trigger.c audit_worker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 13:36:01 -0000 rwatson 2008-08-31 13:35:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_arg.c audit_bsm.c audit_bsm_klib.c audit_bsm_token.c audit_private.h audit_trigger.c audit_worker.c Log: SVN rev 182540 on 2008-08-31 13:35:49Z by rwatson Merge r180703, r180704, r180706, r180708, r180709, r180711, r180712, and r180715 from head to stable/7: Minor white space synchronization to Apple version of security audit. Comment typo fix. Comment fix. Use #define rather than #define. Generally avoid as a white space anomoly. Further minor white space tweaks. Remove unneeded \ at the end of a macro. Further minor style fixes to audit. Obtained from: Apple, Inc. Revision Changes Path 1.15.2.6 +4 -4 src/sys/security/audit/audit_arg.c 1.20.2.8 +28 -23 src/sys/security/audit/audit_bsm.c 1.7.2.6 +1 -1 src/sys/security/audit/audit_bsm_klib.c 1.14.2.3 +4 -4 src/sys/security/audit/audit_bsm_token.c 1.16.2.5 +1 -1 src/sys/security/audit/audit_private.h 1.5.2.4 +5 -5 src/sys/security/audit/audit_trigger.c 1.16.2.9 +1 -1 src/sys/security/audit/audit_worker.c