Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2006 21:22:09 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103138 for review
Message-ID:  <200608032122.k73LM9Cb080030@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103138

Change 103138 by jhb@jhb_mutex on 2006/08/03 21:21:39

	Generate the AUE tags so I can build kernels.

Affected files ...

.. //depot/projects/smpng/sys/sys/sysproto.h#76 edit

Differences ...

==== //depot/projects/smpng/sys/sys/sysproto.h#76 (text+ko) ====

@@ -2,7 +2,7 @@
  * System call prototypes.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD: src/sys/sys/sysproto.h,v 1.200 2006/08/02 08:14:00 davidxu Exp $
+ * $FreeBSD$
  * created from FreeBSD: src/sys/kern/syscalls.master,v 1.221 2006/07/28 19:05:28 jhb Exp 
  */
 
@@ -14,6 +14,8 @@
 #include <posix4/_semaphore.h>
 #include <sys/ucontext.h>
 
+#include <bsm/audit_kevents.h>
+
 struct proc;
 
 struct thread;
@@ -2010,6 +2012,337 @@
 
 #endif /* COMPAT_FREEBSD4 */
 
+#define	SYS_AUE_syscall	AUE_NULL
+#define	SYS_AUE_exit	AUE_EXIT
+#define	SYS_AUE_fork	AUE_FORK
+#define	SYS_AUE_read	AUE_NULL
+#define	SYS_AUE_write	AUE_NULL
+#define	SYS_AUE_open	AUE_OPEN_RWTC
+#define	SYS_AUE_close	AUE_CLOSE
+#define	SYS_AUE_wait4	AUE_WAIT4
+#define	SYS_AUE_link	AUE_LINK
+#define	SYS_AUE_unlink	AUE_UNLINK
+#define	SYS_AUE_chdir	AUE_CHDIR
+#define	SYS_AUE_fchdir	AUE_FCHDIR
+#define	SYS_AUE_mknod	AUE_MKNOD
+#define	SYS_AUE_chmod	AUE_CHMOD
+#define	SYS_AUE_chown	AUE_CHOWN
+#define	SYS_AUE_break	AUE_NULL
+#define	SYS_AUE_getpid	AUE_GETPID
+#define	SYS_AUE_mount	AUE_MOUNT
+#define	SYS_AUE_unmount	AUE_UMOUNT
+#define	SYS_AUE_setuid	AUE_SETUID
+#define	SYS_AUE_getuid	AUE_GETUID
+#define	SYS_AUE_geteuid	AUE_GETEUID
+#define	SYS_AUE_ptrace	AUE_PTRACE
+#define	SYS_AUE_recvmsg	AUE_RECVMSG
+#define	SYS_AUE_sendmsg	AUE_SENDMSG
+#define	SYS_AUE_recvfrom	AUE_RECVFROM
+#define	SYS_AUE_accept	AUE_ACCEPT
+#define	SYS_AUE_getpeername	AUE_GETPEERNAME
+#define	SYS_AUE_getsockname	AUE_GETSOCKNAME
+#define	SYS_AUE_access	AUE_ACCESS
+#define	SYS_AUE_chflags	AUE_CHFLAGS
+#define	SYS_AUE_fchflags	AUE_FCHFLAGS
+#define	SYS_AUE_sync	AUE_SYNC
+#define	SYS_AUE_kill	AUE_KILL
+#define	SYS_AUE_getppid	AUE_GETPPID
+#define	SYS_AUE_dup	AUE_DUP
+#define	SYS_AUE_pipe	AUE_PIPE
+#define	SYS_AUE_getegid	AUE_GETEGID
+#define	SYS_AUE_profil	AUE_PROFILE
+#define	SYS_AUE_ktrace	AUE_KTRACE
+#define	SYS_AUE_getgid	AUE_GETGID
+#define	SYS_AUE_getlogin	AUE_GETLOGIN
+#define	SYS_AUE_setlogin	AUE_SETLOGIN
+#define	SYS_AUE_acct	AUE_ACCT
+#define	SYS_AUE_sigaltstack	AUE_SIGPENDING
+#define	SYS_AUE_ioctl	AUE_IOCTL
+#define	SYS_AUE_reboot	AUE_REBOOT
+#define	SYS_AUE_revoke	AUE_REVOKE
+#define	SYS_AUE_symlink	AUE_SYMLINK
+#define	SYS_AUE_readlink	AUE_READLINK
+#define	SYS_AUE_execve	AUE_EXECVE
+#define	SYS_AUE_umask	AUE_UMASK
+#define	SYS_AUE_chroot	AUE_CHROOT
+#define	SYS_AUE_msync	AUE_MSYNC
+#define	SYS_AUE_vfork	AUE_VFORK
+#define	SYS_AUE_sbrk	AUE_SBRK
+#define	SYS_AUE_sstk	AUE_SSTK
+#define	SYS_AUE_vadvise	AUE_O_VADVISE
+#define	SYS_AUE_munmap	AUE_MUNMAP
+#define	SYS_AUE_mprotect	AUE_MPROTECT
+#define	SYS_AUE_madvise	AUE_MADVISE
+#define	SYS_AUE_mincore	AUE_MINCORE
+#define	SYS_AUE_getgroups	AUE_GETGROUPS
+#define	SYS_AUE_setgroups	AUE_SETGROUPS
+#define	SYS_AUE_getpgrp	AUE_GETPGRP
+#define	SYS_AUE_setpgid	AUE_SETPGRP
+#define	SYS_AUE_setitimer	AUE_SETITIMER
+#define	SYS_AUE_swapon	AUE_SWAPON
+#define	SYS_AUE_getitimer	AUE_GETITIMER
+#define	SYS_AUE_getdtablesize	AUE_GETDTABLESIZE
+#define	SYS_AUE_dup2	AUE_DUP2
+#define	SYS_AUE_fcntl	AUE_FCNTL
+#define	SYS_AUE_select	AUE_SELECT
+#define	SYS_AUE_fsync	AUE_FSYNC
+#define	SYS_AUE_setpriority	AUE_SETPRIORITY
+#define	SYS_AUE_socket	AUE_SOCKET
+#define	SYS_AUE_connect	AUE_CONNECT
+#define	SYS_AUE_getpriority	AUE_GETPRIORITY
+#define	SYS_AUE_bind	AUE_BIND
+#define	SYS_AUE_setsockopt	AUE_SETSOCKOPT
+#define	SYS_AUE_listen	AUE_LISTEN
+#define	SYS_AUE_gettimeofday	AUE_GETTIMEOFDAY
+#define	SYS_AUE_getrusage	AUE_GETRUSAGE
+#define	SYS_AUE_getsockopt	AUE_GETSOCKOPT
+#define	SYS_AUE_readv	AUE_READV
+#define	SYS_AUE_writev	AUE_WRITEV
+#define	SYS_AUE_settimeofday	AUE_SETTIMEOFDAY
+#define	SYS_AUE_fchown	AUE_FCHOWN
+#define	SYS_AUE_fchmod	AUE_FCHMOD
+#define	SYS_AUE_setreuid	AUE_SETREUID
+#define	SYS_AUE_setregid	AUE_SETREGID
+#define	SYS_AUE_rename	AUE_RENAME
+#define	SYS_AUE_flock	AUE_FLOCK
+#define	SYS_AUE_mkfifo	AUE_MKFIFO
+#define	SYS_AUE_sendto	AUE_SENDTO
+#define	SYS_AUE_shutdown	AUE_SHUTDOWN
+#define	SYS_AUE_socketpair	AUE_SOCKETPAIR
+#define	SYS_AUE_mkdir	AUE_MKDIR
+#define	SYS_AUE_rmdir	AUE_RMDIR
+#define	SYS_AUE_utimes	AUE_UTIMES
+#define	SYS_AUE_adjtime	AUE_ADJTIME
+#define	SYS_AUE_setsid	AUE_SETSID
+#define	SYS_AUE_quotactl	AUE_QUOTACTL
+#define	SYS_AUE_nfssvc	AUE_NFS_SVC
+#define	SYS_AUE_lgetfh	AUE_LGETFH
+#define	SYS_AUE_getfh	AUE_NFS_GETFH
+#define	SYS_AUE_getdomainname	AUE_SYSCTL
+#define	SYS_AUE_setdomainname	AUE_SYSCTL
+#define	SYS_AUE_uname	AUE_NULL
+#define	SYS_AUE_sysarch	AUE_NULL
+#define	SYS_AUE_rtprio	AUE_NULL
+#define	SYS_AUE_semsys	AUE_SEMSYS
+#define	SYS_AUE_msgsys	AUE_MSGSYS
+#define	SYS_AUE_shmsys	AUE_SHMSYS
+#define	SYS_AUE_pread	AUE_PREAD
+#define	SYS_AUE_pwrite	AUE_PWRITE
+#define	SYS_AUE_ntp_adjtime	AUE_ADJTIME
+#define	SYS_AUE_setgid	AUE_SETGID
+#define	SYS_AUE_setegid	AUE_SETEGID
+#define	SYS_AUE_seteuid	AUE_SETEUID
+#define	SYS_AUE_stat	AUE_STAT
+#define	SYS_AUE_fstat	AUE_FSTAT
+#define	SYS_AUE_lstat	AUE_LSTAT
+#define	SYS_AUE_pathconf	AUE_PATHCONF
+#define	SYS_AUE_fpathconf	AUE_FPATHCONF
+#define	SYS_AUE_getrlimit	AUE_GETRLIMIT
+#define	SYS_AUE_setrlimit	AUE_SETRLIMIT
+#define	SYS_AUE_getdirentries	AUE_GETDIRENTRIES
+#define	SYS_AUE_mmap	AUE_MMAP
+#define	SYS_AUE_lseek	AUE_LSEEK
+#define	SYS_AUE_truncate	AUE_TRUNCATE
+#define	SYS_AUE_ftruncate	AUE_FTRUNCATE
+#define	SYS_AUE___sysctl	AUE_SYSCTL
+#define	SYS_AUE_mlock	AUE_MLOCK
+#define	SYS_AUE_munlock	AUE_MUNLOCK
+#define	SYS_AUE_undelete	AUE_UNDELETE
+#define	SYS_AUE_futimes	AUE_FUTIMES
+#define	SYS_AUE_getpgid	AUE_GETPGID
+#define	SYS_AUE_poll	AUE_POLL
+#define	SYS_AUE_lkmnosys	AUE_NULL
+#define	SYS_AUE___semctl	AUE_SEMCTL
+#define	SYS_AUE_semget	AUE_SEMGET
+#define	SYS_AUE_semop	AUE_SEMOP
+#define	SYS_AUE_msgctl	AUE_MSGCTL
+#define	SYS_AUE_msgget	AUE_MSGGET
+#define	SYS_AUE_msgsnd	AUE_MSGSND
+#define	SYS_AUE_msgrcv	AUE_MSGRCV
+#define	SYS_AUE_shmat	AUE_SHMAT
+#define	SYS_AUE_shmctl	AUE_SHMCTL
+#define	SYS_AUE_shmdt	AUE_SHMDT
+#define	SYS_AUE_shmget	AUE_SHMGET
+#define	SYS_AUE_clock_gettime	AUE_NULL
+#define	SYS_AUE_clock_settime	AUE_NULL
+#define	SYS_AUE_clock_getres	AUE_NULL
+#define	SYS_AUE_ktimer_create	AUE_NULL
+#define	SYS_AUE_ktimer_delete	AUE_NULL
+#define	SYS_AUE_ktimer_settime	AUE_NULL
+#define	SYS_AUE_ktimer_gettime	AUE_NULL
+#define	SYS_AUE_ktimer_getoverrun	AUE_NULL
+#define	SYS_AUE_nanosleep	AUE_NULL
+#define	SYS_AUE_ntp_gettime	AUE_NULL
+#define	SYS_AUE_minherit	AUE_MINHERIT
+#define	SYS_AUE_rfork	AUE_RFORK
+#define	SYS_AUE_openbsd_poll	AUE_POLL
+#define	SYS_AUE_issetugid	AUE_ISSETUGID
+#define	SYS_AUE_lchown	AUE_LCHOWN
+#define	SYS_AUE_aio_read	AUE_NULL
+#define	SYS_AUE_aio_write	AUE_NULL
+#define	SYS_AUE_lio_listio	AUE_NULL
+#define	SYS_AUE_getdents	AUE_O_GETDENTS
+#define	SYS_AUE_lchmod	AUE_LCHMOD
+#define	SYS_AUE_lutimes	AUE_LUTIMES
+#define	SYS_AUE_nstat	AUE_STAT
+#define	SYS_AUE_nfstat	AUE_FSTAT
+#define	SYS_AUE_nlstat	AUE_LSTAT
+#define	SYS_AUE_preadv	AUE_NULL
+#define	SYS_AUE_pwritev	AUE_NULL
+#define	SYS_AUE_fhopen	AUE_FHOPEN
+#define	SYS_AUE_fhstat	AUE_FHSTAT
+#define	SYS_AUE_modnext	AUE_NULL
+#define	SYS_AUE_modstat	AUE_NULL
+#define	SYS_AUE_modfnext	AUE_NULL
+#define	SYS_AUE_modfind	AUE_NULL
+#define	SYS_AUE_kldload	AUE_MODLOAD
+#define	SYS_AUE_kldunload	AUE_MODUNLOAD
+#define	SYS_AUE_kldfind	AUE_NULL
+#define	SYS_AUE_kldnext	AUE_NULL
+#define	SYS_AUE_kldstat	AUE_NULL
+#define	SYS_AUE_kldfirstmod	AUE_NULL
+#define	SYS_AUE_getsid	AUE_GETSID
+#define	SYS_AUE_setresuid	AUE_SETRESUID
+#define	SYS_AUE_setresgid	AUE_SETRESGID
+#define	SYS_AUE_aio_return	AUE_NULL
+#define	SYS_AUE_aio_suspend	AUE_NULL
+#define	SYS_AUE_aio_cancel	AUE_NULL
+#define	SYS_AUE_aio_error	AUE_NULL
+#define	SYS_AUE_oaio_read	AUE_NULL
+#define	SYS_AUE_oaio_write	AUE_NULL
+#define	SYS_AUE_olio_listio	AUE_NULL
+#define	SYS_AUE_yield	AUE_NULL
+#define	SYS_AUE_mlockall	AUE_MLOCKALL
+#define	SYS_AUE_munlockall	AUE_MUNLOCKALL
+#define	SYS_AUE___getcwd	AUE_NULL
+#define	SYS_AUE_sched_setparam	AUE_NULL
+#define	SYS_AUE_sched_getparam	AUE_NULL
+#define	SYS_AUE_sched_setscheduler	AUE_NULL
+#define	SYS_AUE_sched_getscheduler	AUE_NULL
+#define	SYS_AUE_sched_yield	AUE_NULL
+#define	SYS_AUE_sched_get_priority_max	AUE_NULL
+#define	SYS_AUE_sched_get_priority_min	AUE_NULL
+#define	SYS_AUE_sched_rr_get_interval	AUE_NULL
+#define	SYS_AUE_utrace	AUE_NULL
+#define	SYS_AUE_kldsym	AUE_NULL
+#define	SYS_AUE_jail	AUE_JAIL
+#define	SYS_AUE_sigprocmask	AUE_SIGPROCMASK
+#define	SYS_AUE_sigsuspend	AUE_SIGSUSPEND
+#define	SYS_AUE_sigpending	AUE_SIGPENDING
+#define	SYS_AUE_sigtimedwait	AUE_SIGWAIT
+#define	SYS_AUE_sigwaitinfo	AUE_NULL
+#define	SYS_AUE___acl_get_file	AUE_NULL
+#define	SYS_AUE___acl_set_file	AUE_NULL
+#define	SYS_AUE___acl_get_fd	AUE_NULL
+#define	SYS_AUE___acl_set_fd	AUE_NULL
+#define	SYS_AUE___acl_delete_file	AUE_NULL
+#define	SYS_AUE___acl_delete_fd	AUE_NULL
+#define	SYS_AUE___acl_aclcheck_file	AUE_NULL
+#define	SYS_AUE___acl_aclcheck_fd	AUE_NULL
+#define	SYS_AUE_extattrctl	AUE_EXTATTRCTL
+#define	SYS_AUE_extattr_set_file	AUE_EXTATTR_SET_FILE
+#define	SYS_AUE_extattr_get_file	AUE_EXTATTR_GET_FILE
+#define	SYS_AUE_extattr_delete_file	AUE_EXTATTR_DELETE_FILE
+#define	SYS_AUE_aio_waitcomplete	AUE_NULL
+#define	SYS_AUE_getresuid	AUE_GETRESUID
+#define	SYS_AUE_getresgid	AUE_GETRESGID
+#define	SYS_AUE_kqueue	AUE_NULL
+#define	SYS_AUE_kevent	AUE_NULL
+#define	SYS_AUE_lkmressys	AUE_NULL
+#define	SYS_AUE_extattr_set_fd	AUE_EXTATTR_SET_FD
+#define	SYS_AUE_extattr_get_fd	AUE_EXTATTR_GET_FD
+#define	SYS_AUE_extattr_delete_fd	AUE_EXTATTR_DELETE_FD
+#define	SYS_AUE___setugid	AUE_NULL
+#define	SYS_AUE_nfsclnt	AUE_NULL
+#define	SYS_AUE_eaccess	AUE_EACCESS
+#define	SYS_AUE_nmount	AUE_NMOUNT
+#define	SYS_AUE_kse_exit	AUE_NULL
+#define	SYS_AUE_kse_wakeup	AUE_NULL
+#define	SYS_AUE_kse_create	AUE_NULL
+#define	SYS_AUE_kse_thr_interrupt	AUE_NULL
+#define	SYS_AUE_kse_release	AUE_NULL
+#define	SYS_AUE___mac_get_proc	AUE_NULL
+#define	SYS_AUE___mac_set_proc	AUE_NULL
+#define	SYS_AUE___mac_get_fd	AUE_NULL
+#define	SYS_AUE___mac_get_file	AUE_NULL
+#define	SYS_AUE___mac_set_fd	AUE_NULL
+#define	SYS_AUE___mac_set_file	AUE_NULL
+#define	SYS_AUE_kenv	AUE_NULL
+#define	SYS_AUE_lchflags	AUE_LCHFLAGS
+#define	SYS_AUE_uuidgen	AUE_NULL
+#define	SYS_AUE_sendfile	AUE_SENDFILE
+#define	SYS_AUE_mac_syscall	AUE_NULL
+#define	SYS_AUE_getfsstat	AUE_GETFSSTAT
+#define	SYS_AUE_statfs	AUE_STATFS
+#define	SYS_AUE_fstatfs	AUE_FSTATFS
+#define	SYS_AUE_fhstatfs	AUE_NULL
+#define	SYS_AUE_ksem_close	AUE_NULL
+#define	SYS_AUE_ksem_post	AUE_NULL
+#define	SYS_AUE_ksem_wait	AUE_NULL
+#define	SYS_AUE_ksem_trywait	AUE_NULL
+#define	SYS_AUE_ksem_init	AUE_NULL
+#define	SYS_AUE_ksem_open	AUE_NULL
+#define	SYS_AUE_ksem_unlink	AUE_NULL
+#define	SYS_AUE_ksem_getvalue	AUE_NULL
+#define	SYS_AUE_ksem_destroy	AUE_NULL
+#define	SYS_AUE___mac_get_pid	AUE_NULL
+#define	SYS_AUE___mac_get_link	AUE_NULL
+#define	SYS_AUE___mac_set_link	AUE_NULL
+#define	SYS_AUE_extattr_set_link	AUE_EXTATTR_SET_LINK
+#define	SYS_AUE_extattr_get_link	AUE_EXTATTR_GET_LINK
+#define	SYS_AUE_extattr_delete_link	AUE_EXTATTR_DELETE_LINK
+#define	SYS_AUE___mac_execve	AUE_NULL
+#define	SYS_AUE_sigaction	AUE_SIGACTION
+#define	SYS_AUE_sigreturn	AUE_SIGRETURN
+#define	SYS_AUE_getcontext	AUE_NULL
+#define	SYS_AUE_setcontext	AUE_NULL
+#define	SYS_AUE_swapcontext	AUE_NULL
+#define	SYS_AUE_swapoff	AUE_SWAPOFF
+#define	SYS_AUE___acl_get_link	AUE_NULL
+#define	SYS_AUE___acl_set_link	AUE_NULL
+#define	SYS_AUE___acl_delete_link	AUE_NULL
+#define	SYS_AUE___acl_aclcheck_link	AUE_NULL
+#define	SYS_AUE_sigwait	AUE_SIGWAIT
+#define	SYS_AUE_thr_create	AUE_NULL
+#define	SYS_AUE_thr_exit	AUE_NULL
+#define	SYS_AUE_thr_self	AUE_NULL
+#define	SYS_AUE_thr_kill	AUE_NULL
+#define	SYS_AUE__umtx_lock	AUE_NULL
+#define	SYS_AUE__umtx_unlock	AUE_NULL
+#define	SYS_AUE_jail_attach	AUE_NULL
+#define	SYS_AUE_extattr_list_fd	AUE_EXTATTR_LIST_FD
+#define	SYS_AUE_extattr_list_file	AUE_EXTATTR_LIST_FILE
+#define	SYS_AUE_extattr_list_link	AUE_EXTATTR_LIST_LINK
+#define	SYS_AUE_kse_switchin	AUE_NULL
+#define	SYS_AUE_ksem_timedwait	AUE_NULL
+#define	SYS_AUE_thr_suspend	AUE_NULL
+#define	SYS_AUE_thr_wake	AUE_NULL
+#define	SYS_AUE_kldunloadf	AUE_NULL
+#define	SYS_AUE_audit	AUE_AUDIT
+#define	SYS_AUE_auditon	AUE_AUDITON
+#define	SYS_AUE_getauid	AUE_GETAUID
+#define	SYS_AUE_setauid	AUE_SETAUID
+#define	SYS_AUE_getaudit	AUE_GETAUDIT
+#define	SYS_AUE_setaudit	AUE_SETAUDIT
+#define	SYS_AUE_getaudit_addr	AUE_GETAUDIT_ADDR
+#define	SYS_AUE_setaudit_addr	AUE_SETAUDIT_ADDR
+#define	SYS_AUE_auditctl	AUE_AUDITCTL
+#define	SYS_AUE__umtx_op	AUE_NULL
+#define	SYS_AUE_thr_new	AUE_NULL
+#define	SYS_AUE_sigqueue	AUE_NULL
+#define	SYS_AUE_kmq_open	AUE_NULL
+#define	SYS_AUE_kmq_setattr	AUE_NULL
+#define	SYS_AUE_kmq_timedreceive	AUE_NULL
+#define	SYS_AUE_kmq_timedsend	AUE_NULL
+#define	SYS_AUE_kmq_notify	AUE_NULL
+#define	SYS_AUE_kmq_unlink	AUE_NULL
+#define	SYS_AUE_abort2	AUE_NULL
+#define	SYS_AUE_thr_set_name	AUE_NULL
+#define	SYS_AUE_aio_fsync	AUE_NULL
+#define	SYS_AUE_thr_setscheduler	AUE_NULL
+#define	SYS_AUE_thr_getscheduler	AUE_NULL
+#define	SYS_AUE_thr_setschedparam	AUE_NULL
+
 #undef PAD_
 #undef PADL_
 #undef PADR_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608032122.k73LM9Cb080030>