From owner-p4-projects@FreeBSD.ORG Tue Oct 3 21:36:02 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7B2EE16A417; Tue, 3 Oct 2006 21:36:02 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5482216A412 for ; Tue, 3 Oct 2006 21:36:02 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773D743D46 for ; Tue, 3 Oct 2006 21:35:58 +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 k93LZwpJ019512 for ; Tue, 3 Oct 2006 21:35:58 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 k93LZwOw019509 for perforce@freebsd.org; Tue, 3 Oct 2006 21:35:58 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Tue, 3 Oct 2006 21:35:58 GMT Message-Id: <200610032135.k93LZwOw019509@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 107221 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 21:36:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=107221 Change 107221 by rwatson@rwatson_peppercorn on 2006/10/03 21:35:23 Define event numbers for some more interesting events. Listen because it's interesting, and mlockall/munlockall because they require privilege. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#46 edit .. //depot/projects/trustedbsd/openbsm/etc/audit_event#19 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#46 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#45 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#46 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -493,6 +493,9 @@ #define AUE_KMQ_TIMEDSEND 43137 /* FreeBSD. */ #define AUE_KMQ_NOTIFY 43138 /* FreeBSD. */ #define AUE_KMQ_UNLINK 43139 /* FreeBSD. */ +#define AUE_LISTEN 43140 /* FreeBSD/Darwin/Linux. */ +#define AUE_MLOCKALL 43141 /* FreeBSD. */ +#define AUE_MUNLOCKALL 43142 /* FreeBSD. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the @@ -590,16 +593,13 @@ #define AUE_GETSOCKOPT AUE_NULL #define AUE_GTSOCKOPT AUE_GETSOCKOPT /* XXX: Typo in Darwin. */ #define AUE_ISSETUGID AUE_NULL -#define AUE_LISTEN AUE_NULL #define AUE_LSTATV AUE_NULL #define AUE_MADVISE AUE_NULL #define AUE_MINCORE AUE_NULL #define AUE_MKCOMPLEX AUE_NULL -#define AUE_MLOCKALL AUE_NULL #define AUE_MODWATCH AUE_NULL #define AUE_MSGCL AUE_NULL #define AUE_MSYNC AUE_NULL -#define AUE_MUNLOCKALL AUE_NULL #define AUE_PREAD AUE_NULL #define AUE_PWRITE AUE_NULL #define AUE_PREADV AUE_NULL ==== //depot/projects/trustedbsd/openbsm/etc/audit_event#19 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#18 $ +# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#19 $ # 0:AUE_NULL:indir system call:no 1:AUE_EXIT:exit(2):pc @@ -441,6 +441,9 @@ 43137:AUE_KMQ_TIMEDSEND:mq_timedsend(2):ip 43138:AUE_KMQ_NOTIFY:mq_notify(2):ip 43139:AUE_KMQ_UNLINK:mq_unlink(2):ip +43140:AUE_LISTEN:listen(2):nt +43141:AUE_MLOCKALL:mlockall(2):pc +43142:AUE_MUNLOCKALL:munlockall(2):pc # # User space system events. #