Date: Sat, 25 Nov 2006 13:53:29 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110515 for review Message-ID: <200611251353.kAPDrTt5079532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611251353.kAPDrTt5079532>