From owner-cvs-src@FreeBSD.ORG Fri Aug 1 11:00:23 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 8306C1065670; Fri, 1 Aug 2008 11:00:23 +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 50B338FC13; Fri, 1 Aug 2008 11:00:23 +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 m71B0NPm074612; Fri, 1 Aug 2008 11:00:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m71B0NQK074611; Fri, 1 Aug 2008 11:00:23 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200808011100.m71B0NQK074611@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 1 Aug 2008 11:00:14 +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.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: Fri, 01 Aug 2008 11:00:23 -0000 rwatson 2008-08-01 11:00:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.c Log: SVN rev 181122 on 2008-08-01 11:00:14Z by rwatson Merge r179517 from head to stable/7: Add an XXX comment regarding a bug I introduced when modifying the behavior of audit log vnode rotation: on shutdown, we may not properly drain all pending records, which could lead to lost records during system shutdown. Revision Changes Path 1.33.2.5 +3 -0 src/sys/security/audit/audit.c