From owner-cvs-src@FreeBSD.ORG Thu Apr 10 19:54:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B58A9106564A; Thu, 10 Apr 2008 19:54:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3BD18FC1D; Thu, 10 Apr 2008 19:54:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3AJstia016715; Thu, 10 Apr 2008 19:54:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3AJstb5016714; Thu, 10 Apr 2008 19:54:55 GMT (envelope-from rwatson) Message-Id: <200804101954.m3AJstb5016714@repoman.freebsd.org> From: Robert Watson Date: Thu, 10 Apr 2008 19:54:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/audit audit_arg.c audit_bsm.c audit_bsm_klib.c audit_private.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, 10 Apr 2008 19:54:55 -0000 rwatson 2008-04-10 19:54:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_arg.c audit_bsm.c audit_bsm_klib.c audit_private.h Log: Merge audit_arg.c:1.18, audit_bsm.c:1.25, audit_bsm_klib.c:1.10, audit_private.h:1.17 from HEAD to RELENG_7: Rename several audit functions in the global kernel symbol namespace to have audit_ on the front: - canon_path -> audit_canon_path - msgctl_to_event -> audit_msgctl_to_event - semctl_to_event -> audit_semctl_to_event Note that audit.c:1.38 is not merged as changes it depends on have also not yet been merged. Revision Changes Path 1.15.2.1 +1 -1 src/sys/security/audit/audit_arg.c 1.20.2.4 +2 -2 src/sys/security/audit/audit_bsm.c 1.7.2.2 +4 -4 src/sys/security/audit/audit_bsm_klib.c 1.16.2.2 +3 -3 src/sys/security/audit/audit_private.h