From owner-cvs-src@FreeBSD.ORG Tue Aug 15 17:42:15 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 30A8516A4DE; Tue, 15 Aug 2006 17:42:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84E543D64; Tue, 15 Aug 2006 17:42:14 +0000 (GMT) (envelope-from jhb@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 k7FHgED9035287; Tue, 15 Aug 2006 17:42:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7FHgE5a035286; Tue, 15 Aug 2006 17:42:14 GMT (envelope-from jhb) Message-Id: <200608151742.k7FHgE5a035286@repoman.freebsd.org> From: John Baldwin Date: Tue, 15 Aug 2006 17:42:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sysent.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: Tue, 15 Aug 2006 17:42:15 -0000 jhb 2006-08-15 17:42:14 UTC FreeBSD src repository Modified files: sys/sys sysent.h Log: Use SYS_AUE_ to include the appropriate audit event identifier for syscalls in kld's, even when compiled into the kernel statically. Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now only works for native ABI system calls. Those are the only ones that used the macro anyway, and I chose to not require a second argument to the macro to specify the prefix or audit event directly. Revision Changes Path 1.51 +3 -2 src/sys/sys/sysent.h