From owner-cvs-all@FreeBSD.ORG Sat Sep 2 17:12:48 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 E52BC16A4DD; Sat, 2 Sep 2006 17:12:48 +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 226B943D68; Sat, 2 Sep 2006 17:12:47 +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 k82HClAZ047451; Sat, 2 Sep 2006 17:12:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82HCkrM047450; Sat, 2 Sep 2006 17:12:46 GMT (envelope-from rwatson) Message-Id: <200609021712.k82HCkrM047450@repoman.freebsd.org> From: Robert Watson Date: Sat, 2 Sep 2006 17:12:46 +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/i386/i386 trap.c 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:12:49 -0000 rwatson 2006-09-02 17:12:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 trap.c Log: Merge trap.c:1.288 from HEAD to RELENG_6: Hook up the audit system to system call entry and exit. System calls will now be audited. Obtained from: TrustedBSD Project Revision Changes Path 1.277.2.4 +3 -0 src/sys/i386/i386/trap.c