Date: Thu, 2 Feb 2006 20:42:12 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90930 for review Message-ID: <200602022042.k12KgCIV013513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90930 Change 90930 by rwatson@rwatson_peppercorn on 2006/02/02 20:42:09 Slight style tweak to AUE_NMOUNT line. Add a number of POSIX.1b and Linux system call entries in order to reserve event identifiers for them. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#29 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -358,7 +358,18 @@ #define AUE_KQUEUE 377 /* FreeBSD-specific. */ #define AUE_KEVENT 378 /* FreeBSD-specific. */ #define AUE_FSYNC 379 -#define AUE_NMOUNT 380 /* FreeBSD-specific. */ +#define AUE_NMOUNT 380 /* FreeBSD-specific. */ +#define AUE_BDFLUSH 381 /* Linux-specific. */ +#define AUE_SETFSUID 382 /* Linux-specific. */ +#define AUE_GETFSUID 383 /* Linux-specific. */ +#define AUE_PERSONALITY 384 /* Linux-specific. */ +#define AUE_SCHED_GETSCHEDULER 385 /* POSIX.1b. */ +#define AUE_SCHED_SETSCHEDULER 386 /* POSIX.1b. */ +#define AUE_PRCTL 387 /* Linux-specific. */ +#define AUE_GETCWD 388 /* FreeBSD/Linux-specific. */ +#define AUE_CAPGET 389 /* Linux-specific. */ +#define AUE_CAPSET 390 /* Linux-specific. */ +#define AUE_PIVOT_ROOT 391 /* Linux-specific. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602022042.k12KgCIV013513>