Deleted Added
full compact
audit_kevents.h (247602) audit_kevents.h (247667)
1/*-
2 * Copyright (c) 2005-2009 Apple Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 13 unchanged lines hidden (view full) ---

22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#7
1/*-
2 * Copyright (c) 2005-2009 Apple Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 13 unchanged lines hidden (view full) ---

22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#7
30 * $FreeBSD: head/sys/bsm/audit_kevents.h 247602 2013-03-02 00:53:12Z pjd $
30 * $FreeBSD: head/sys/bsm/audit_kevents.h 247667 2013-03-02 21:11:30Z pjd $
31 */
32
33#ifndef _BSM_AUDIT_KEVENTS_H_
34#define _BSM_AUDIT_KEVENTS_H_
35
36/*
37 * The reserved event numbers for kernel events are 1...2047 and 43001..44900.
38 */

--- 564 unchanged lines hidden (view full) ---

603#define AUE_PDGETPID 43199 /* FreeBSD. */
604#define AUE_PDWAIT 43200 /* FreeBSD. */
605#define AUE_WAIT6 43201 /* FreeBSD. */
606#define AUE_CAP_RIGHTS_LIMIT 43202 /* TrustedBSD. */
607#define AUE_CAP_IOCTLS_LIMIT 43203 /* TrustedBSD. */
608#define AUE_CAP_IOCTLS_GET 43204 /* TrustedBSD. */
609#define AUE_CAP_FCNTLS_LIMIT 43205 /* TrustedBSD. */
610#define AUE_CAP_FCNTLS_GET 43206 /* TrustedBSD. */
31 */
32
33#ifndef _BSM_AUDIT_KEVENTS_H_
34#define _BSM_AUDIT_KEVENTS_H_
35
36/*
37 * The reserved event numbers for kernel events are 1...2047 and 43001..44900.
38 */

--- 564 unchanged lines hidden (view full) ---

603#define AUE_PDGETPID 43199 /* FreeBSD. */
604#define AUE_PDWAIT 43200 /* FreeBSD. */
605#define AUE_WAIT6 43201 /* FreeBSD. */
606#define AUE_CAP_RIGHTS_LIMIT 43202 /* TrustedBSD. */
607#define AUE_CAP_IOCTLS_LIMIT 43203 /* TrustedBSD. */
608#define AUE_CAP_IOCTLS_GET 43204 /* TrustedBSD. */
609#define AUE_CAP_FCNTLS_LIMIT 43205 /* TrustedBSD. */
610#define AUE_CAP_FCNTLS_GET 43206 /* TrustedBSD. */
611#define AUE_BINDAT 43207 /* TrustedBSD. */
612#define AUE_CONNECTAT 43208 /* TrustedBSD. */
611
612/*
613 * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
614 * normal Solaris BSM identifiers. _O_ refers to it being an old, or compat
615 * interface. In most cases, Darwin has never implemented these system calls
616 * but picked up the fields in their system call table from their FreeBSD
617 * import. Happily, these have different names than the AUE_O* definitions
618 * in Solaris BSM.

--- 187 unchanged lines hidden ---
613
614/*
615 * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
616 * normal Solaris BSM identifiers. _O_ refers to it being an old, or compat
617 * interface. In most cases, Darwin has never implemented these system calls
618 * but picked up the fields in their system call table from their FreeBSD
619 * import. Happily, these have different names than the AUE_O* definitions
620 * in Solaris BSM.

--- 187 unchanged lines hidden ---