From owner-cvs-src@FreeBSD.ORG Thu Feb 2 18:44:41 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD8416A420; Thu, 2 Feb 2006 18:44:41 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7378E43D45; Thu, 2 Feb 2006 18:44:40 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 7578736 for multiple; Thu, 02 Feb 2006 13:45:16 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k12IicF3003366; Thu, 2 Feb 2006 13:44:39 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Robert Watson Date: Thu, 2 Feb 2006 13:45:35 -0500 User-Agent: KMail/1.9.1 References: <200602020037.k120b6iM014699@repoman.freebsd.org> In-Reply-To: <200602020037.k120b6iM014699@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602021345.38364.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1270/Thu Feb 2 07:47:37 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h src/sys/sys proc.h 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: Thu, 02 Feb 2006 18:44:42 -0000 On Wednesday 01 February 2006 19:37, Robert Watson wrote: > rwatson 2006-02-02 00:37:06 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_thread.c > sys/security/audit audit.c audit.h > sys/sys proc.h > Log: > Add new fields to process-related data structures: > > - td_ar to struct thread, which holds the in-progress audit record during > a system call. > > - p_au to struct proc, which holds per-process audit state, such as the > audit identifier, audit terminal, and process audit masks. > > In the earlier implementation, td_ar was added to the zero'd section of > struct thread. In order to facilitate merging to RELENG_6, it has been > moved to the end of the data structure, requiring explicit > initalization in the thread constructor. > > Much help from: wsalamon > Obtained from: TrustedBSD Project Have you considered putting td_ar in the logical place in HEAD and only doing the ABI-friendly "hack" for RELENG_6? Maybe you could do the ABI thing in HEAD to make the MFC easier and then update HEAD after the MFC to be more intuitive? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org