From owner-cvs-src-old@FreeBSD.ORG Sun Apr 19 14:54:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B6E1106564A for ; Sun, 19 Apr 2009 14:54:49 +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 554278FC12 for ; Sun, 19 Apr 2009 14:54:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3JEsn6s053071 for ; Sun, 19 Apr 2009 14:54:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3JEsnmR053070 for cvs-src-old@freebsd.org; Sun, 19 Apr 2009 14:54:49 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200904191454.n3JEsnmR053070@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 19 Apr 2009 14:53:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/bsm audit.h audit_kevents.h audit_record.h src/sys/conf files src/sys/security/audit audit.c audit_bsm.c audit_bsm_domain.c audit_bsm_fcntl.c audit_bsm_token.c audit_private.h audit_syscalls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 14:54:49 -0000 rwatson 2009-04-19 14:53:17 UTC FreeBSD src repository Modified files: sys/bsm audit.h audit_kevents.h audit_record.h sys/conf files sys/security/audit audit.c audit_bsm.c audit_bsm_domain.c audit_bsm_fcntl.c audit_bsm_token.c audit_private.h audit_syscalls.c Log: SVN rev 191270 on 2009-04-19 14:53:17Z by rwatson Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel: - Add and use mapping of fcntl(2) commands to new BSM constant space. - Adopt (int) rather than (long) arguments to a number of auditon(2) commands, as has happened in Solaris, and add compatibility code to handle the old comments. Note that BSM_PF_IEEE80211 is partially but not fully removed, as the userspace OpenBSM 1.1alpha5 code still depends on it. Once userspace is updated, I'll GCC the kernel constant. MFC after: 2 weeks Sponsored by: Apple, Inc. Obtained from: TrustedBSD Project Portions submitted by: sson Revision Changes Path 1.16 +38 -26 src/sys/bsm/audit.h 1.20 +10 -4 src/sys/bsm/audit_kevents.h 1.16 +4 -2 src/sys/bsm/audit_record.h 1.1393 +1 -0 src/sys/conf/files 1.51 +2 -2 src/sys/security/audit/audit.c 1.42 +68 -23 src/sys/security/audit/audit_bsm.c 1.2 +1 -8 src/sys/security/audit/audit_bsm_domain.c 1.2 +5 -3 src/sys/security/audit/audit_bsm_fcntl.c 1.25 +2 -2 src/sys/security/audit/audit_bsm_token.c 1.27 +21 -5 src/sys/security/audit/audit_private.h 1.38 +126 -1 src/sys/security/audit/audit_syscalls.c