From owner-cvs-all@FreeBSD.ORG Sat Sep 2 17:24:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4D116A4DD; Sat, 2 Sep 2006 17:24:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB9343D58; Sat, 2 Sep 2006 17:24:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k82HOa5V048133; Sat, 2 Sep 2006 17:24:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82HOarC048132; Sat, 2 Sep 2006 17:24:36 GMT (envelope-from rwatson) Message-Id: <200609021724.k82HOarC048132@repoman.freebsd.org> From: Robert Watson Date: Sat, 2 Sep 2006 17:24:36 +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/kern vfs_lookup.c src/sys/sys namei.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: Sat, 02 Sep 2006 17:24:38 -0000 rwatson 2006-09-02 17:24:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c sys/sys namei.h Log: Merge vfs_lookup.c:187, namei.h:1.48 from HEAD to RELENG_6: Add AUDITVNODE[12] flags to namei(), which cause namei() to audit path and vnode attribute information for looked up vnodes during the lookup operation. This will allow consumers of namei() to specify that this information be added to the in-process audit record. Obtained from: TrustedBSD Project Revision Changes Path 1.80.2.9 +19 -0 src/sys/kern/vfs_lookup.c 1.47.2.1 +3 -1 src/sys/sys/namei.h