From owner-cvs-all@FreeBSD.ORG Thu Nov 8 16:32:30 2007 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 0592216A419; Thu, 8 Nov 2007 16:32:30 +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 E387413C4CE; Thu, 8 Nov 2007 16:32:29 +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 lA8GWT9a058777; Thu, 8 Nov 2007 16:32:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA8GWTKV058776; Thu, 8 Nov 2007 16:32:29 GMT (envelope-from rwatson) Message-Id: <200711081632.lA8GWTKV058776@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Nov 2007 16:32:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_private.h audit_worker.c 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: Thu, 08 Nov 2007 16:32:30 -0000 rwatson 2007-11-08 16:32:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/audit audit.c audit_private.h audit_worker.c Log: Merge audit.c:1.28, audit_private.h:1.15, audit_worker.c:1.15 from HEAD to RELENG_6: Remove AUDIT_PRINTF() debugging statements and definition; clean up or remove associated comments. Slip audit_file_rotate_wait assignment in audit_rotate_vnode() before the drop of the global audit mutex. Obtained from: TrustedBSD Project Revision Changes Path 1.18.2.7 +3 -12 src/sys/security/audit/audit.c 1.10.2.4 +0 -13 src/sys/security/audit/audit_private.h 1.9.2.7 +7 -30 src/sys/security/audit/audit_worker.c