From owner-cvs-src@FreeBSD.ORG Fri Sep 1 16:07:33 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 52A3C16A4E0; Fri, 1 Sep 2006 16:07:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16E343D4C; Fri, 1 Sep 2006 16:07:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k81G6oIX042490; Fri, 1 Sep 2006 10:06:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Sep 2006 10:07:05 -0600 (MDT) Message-Id: <20060901.100705.-1350495765.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20060901163733.T18193@fledge.watson.org> References: <20060901155603.W18193@fledge.watson.org> <20060901.093218.-265068061.imp@bsdimp.com> <20060901163733.T18193@fledge.watson.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 01 Sep 2006 10:06:52 -0600 (MDT) Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, wsalamon@FreeBSD.org, lothrandil@n00b.apagnu.se Subject: Re: cvs commit: src/sys/bsm audit_record.h src/sys/kern kern_exec.c src/sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_token.c audit_private.h audit_syscalls.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 Sep 2006 16:07:33 -0000 In message: <20060901163733.T18193@fledge.watson.org> Robert Watson writes: : : On Fri, 1 Sep 2006, M. Warner Losh wrote: : : > In message: <20060901155603.W18193@fledge.watson.org> : > Robert Watson writes: : > : I'm running a test build currently -- most likely, we now need to revert : > : Warner's build fixes, since this change was what the OpenBSM vs. src/sys/bsm : > : divergence was about. However, it will take a bit for my test builds to : > : finish. : > : > Like I said when I committed them, feel free. : : Sure, the tricky bit is not deciding to do it, it's figuring out the right cvs : import line. :-) I'm not in any way objecting to your having fixed the build : or the way you went about it, which I greatly appreciate your having cleaned : up for me! I used: cvs import src/contrib/openbsm TrustedBSD OPENBSM_1_0_ALPHA_9_kwikfix With the following tree in '.' bsm/audit_record.h libbsm/bsm_token.c Warner