From owner-trustedbsd-cvs@FreeBSD.ORG Sat Nov 25 13:53:32 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCD3D16A412 for ; Sat, 25 Nov 2006 13:53:32 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5693343D5D for ; Sat, 25 Nov 2006 13:52:44 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by cyrus.watson.org (Postfix) with ESMTP id 5665C46B90 for ; Sat, 25 Nov 2006 08:53:31 -0500 (EST) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id CA4BE589CA; Sat, 25 Nov 2006 13:53:26 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9B07F16A417; Sat, 25 Nov 2006 13:53:30 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 707C016A407 for ; Sat, 25 Nov 2006 13:53:30 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F3D43D5E for ; Sat, 25 Nov 2006 13:52:42 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAPDrTIG079537 for ; Sat, 25 Nov 2006 13:53:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAPDrTt5079532 for perforce@freebsd.org; Sat, 25 Nov 2006 13:53:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 25 Nov 2006 13:53:29 GMT Message-Id: <200611251353.kAPDrTt5079532@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 110515 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 13:53:32 -0000 http://perforce.freebsd.org/chv.cgi?CH=110515 Change 110515 by rwatson@rwatson_fledge on 2006/11/25 13:52:43 Rename AUE_KMQ_* to AUE_MQ_* to match the documented (and hence more likely portable) POSIX message queue call names. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#47 edit .. //depot/projects/trustedbsd/openbsm/etc/audit_event#20 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#47 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#46 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#47 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -487,12 +487,12 @@ #define AUE_MAC_EXECVE 43131 /* FreeBSD. */ #define AUE_GETPATH_FROMFD 43132 /* FreeBSD. */ #define AUE_GETPATH_FROMADDR 43133 /* FreeBSD. */ -#define AUE_KMQ_OPEN 43134 /* FreeBSD. */ -#define AUE_KMQ_SETATTR 43135 /* FreeBSD. */ -#define AUE_KMQ_TIMEDRECEIVE 43136 /* FreeBSD. */ -#define AUE_KMQ_TIMEDSEND 43137 /* FreeBSD. */ -#define AUE_KMQ_NOTIFY 43138 /* FreeBSD. */ -#define AUE_KMQ_UNLINK 43139 /* FreeBSD. */ +#define AUE_MQ_OPEN 43134 /* FreeBSD. */ +#define AUE_MQ_SETATTR 43135 /* FreeBSD. */ +#define AUE_MQ_TIMEDRECEIVE 43136 /* FreeBSD. */ +#define AUE_MQ_TIMEDSEND 43137 /* FreeBSD. */ +#define AUE_MQ_NOTIFY 43138 /* FreeBSD. */ +#define AUE_MQ_UNLINK 43139 /* FreeBSD. */ #define AUE_LISTEN 43140 /* FreeBSD/Darwin/Linux. */ #define AUE_MLOCKALL 43141 /* FreeBSD. */ #define AUE_MUNLOCKALL 43142 /* FreeBSD. */ ==== //depot/projects/trustedbsd/openbsm/etc/audit_event#20 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#19 $ +# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#20 $ # 0:AUE_NULL:indir system call:no 1:AUE_EXIT:exit(2):pc @@ -435,12 +435,12 @@ 43131:AUE_MAC_EXECVE:mac_exeve(2):ex,pc 43132:AUE_GETPATH_FROMFD:getpath_fromfd(2):fa 43133:AUE_GETPATH_FROMADDR:getpath_fromaddr(2):fa -43134:AUE_KMQ_OPEN:mq_open(2):ip -43135:AUE_KMQ_SETATTR:mq_setattr(2):ip -43136:AUE_KMQ_TIMEDRECEIVE:mq_timedreceive(2):ip -43137:AUE_KMQ_TIMEDSEND:mq_timedsend(2):ip -43138:AUE_KMQ_NOTIFY:mq_notify(2):ip -43139:AUE_KMQ_UNLINK:mq_unlink(2):ip +43134:AUE_MQ_OPEN:mq_open(2):ip +43135:AUE_MQ_SETATTR:mq_setattr(2):ip +43136:AUE_MQ_TIMEDRECEIVE:mq_timedreceive(2):ip +43137:AUE_MQ_TIMEDSEND:mq_timedsend(2):ip +43138:AUE_MQ_NOTIFY:mq_notify(2):ip +43139:AUE_MQ_UNLINK:mq_unlink(2):ip 43140:AUE_LISTEN:listen(2):nt 43141:AUE_MLOCKALL:mlockall(2):pc 43142:AUE_MUNLOCKALL:munlockall(2):pc