From owner-p4-projects Mon Apr 8 17:15:49 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EC11D37B429; Mon, 8 Apr 2002 17:15:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC90D37B404 for ; Mon, 8 Apr 2002 17:15:03 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g390F3Y18432 for perforce@freebsd.org; Mon, 8 Apr 2002 17:15:03 -0700 (PDT) (envelope-from arr@freebsd.org) Date: Mon, 8 Apr 2002 17:15:03 -0700 (PDT) Message-Id: <200204090015.g390F3Y18432@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to arr@freebsd.org using -f From: "Andrew R. Reiter" Subject: PERFORCE change 9412 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9412 Change 9412 by arr@arr_shibby on 2002/04/08 17:14:35 - Finish XXX note about re-includes. - Add ai_lname element to audit_info. Affected files ... ... //depot/projects/trustedbsd/audit/sys/sys/audit.h#11 edit Differences ... ==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#11 (text+ko) ==== @@ -29,7 +29,7 @@ #ifndef _SYS_AUDIT_H_ #define _SYS_AUDIT_H_ -/* XXX */ +/* XXX arr: this is all very bad. */ #include #include #include @@ -69,6 +69,7 @@ struct vnode *ai_vp; audit_id_t ai_id; u_long ai_leased; + char *ai_lname; }; #define AINFO_LOCK(a) mtx_lock(&(a)->ai_mtx) @@ -239,6 +240,7 @@ void audit_init(int, void *, struct thread *); void audit_shutdown(int, void *, struct thread *); + struct vnode *audit_write_init(const char *, struct thread *, struct ucred **); void audit_write_shutdown(struct vnode *, struct thread *, struct ucred *); int audit_record_write(audit_record_t *, struct audit_info *, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message