summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/syscalls.isc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-05 23:15:22 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-05 23:15:22 +0000
commitee99b2f3a58425626b42f2ec3e08dd2742492b29 (patch)
treefe11f865c995bb4689cd971aad36eac0de66fd5b /sys/i386/ibcs2/syscalls.isc
parent1bebb42407cf0b0fa9c59375846ea50b496221d1 (diff)
downloadFreeBSD-src-ee99b2f3a58425626b42f2ec3e08dd2742492b29.zip
FreeBSD-src-ee99b2f3a58425626b42f2ec3e08dd2742492b29.tar.gz
Assign audit event identifiers to ibcs2 ISC system calls.
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/i386/ibcs2/syscalls.isc')
-rw-r--r--sys/i386/ibcs2/syscalls.isc35
1 files changed, 18 insertions, 17 deletions
diff --git a/sys/i386/ibcs2/syscalls.isc b/sys/i386/ibcs2/syscalls.isc
index 40892e6..abf0b18 100644
--- a/sys/i386/ibcs2/syscalls.isc
+++ b/sys/i386/ibcs2/syscalls.isc
@@ -10,28 +10,29 @@
0 AUE_NULL UNIMPL nosys
1 AUE_NULL UNIMPL isc_setostype
-2 AUE_NULL MNOPROTO { int ibcs2_rename(char *from, char *to); }
+2 AUE_RENAME MNOPROTO { int ibcs2_rename(char *from, char *to); }
3 AUE_NULL MNOPROTO { int ibcs2_sigaction(int sig, \
- struct ibcs2_sigaction *act, \
- struct ibcs2_sigaction *oact); }
-4 AUE_NULL MNOPROTO { int ibcs2_sigprocmask(int how, \
- ibcs2_sigset_t *set, ibcs2_sigset_t *oset); }
+ struct ibcs2_sigaction *act, \
+ struct ibcs2_sigaction *oact); }
+4 AUE_NULL NOPROTO { int ibcs2_sigprocmask(int how, \
+ ibcs2_sigset_t *set, \
+ ibcs2_sigset_t *oset); }
5 AUE_NULL MNOPROTO { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
-6 AUE_NULL MNOPROTO { int getgroups(u_int gidsetsize, \
- gid_t *gidset); }
-7 AUE_NULL MNOPROTO { int setgroups(u_int gidsetsize, \
- gid_t *gidset); }
-8 AUE_NULL MNOPROTO { int ibcs2_pathconf(char *path, int name); }
-9 AUE_NULL MNOPROTO { int ibcs2_fpathconf(int fd, int name); }
+6 AUE_GETGROUPS MNOPROTO { int getgroups(u_int gidsetsize, \
+ gid_t *gidset); }
+7 AUE_SETGROUPS MNOPROTO { int setgroups(u_int gidsetsize, \
+ gid_t *gidset); }
+8 AUE_PATHCONF MNOPROTO { int ibcs2_pathconf(char *path, int name); }
+9 AUE_FPATHCONF MNOPROTO { int ibcs2_fpathconf(int fd, int name); }
10 AUE_NULL UNIMPL nosys
-11 AUE_NULL MNOPROTO { int ibcs2_wait(int a1, int a2, int a3); }
-12 AUE_NULL MNOPROTO { int setsid(void); }
-13 AUE_NULL MNOPROTO { pid_t getpid(void); }
+11 AUE_WAIT4 MNOPROTO { int ibcs2_wait(int a1, int a2, int a3); }
+12 AUE_SETSID MNOPROTO { int setsid(void); }
+13 AUE_GETPID MNOPROTO { pid_t getpid(void); }
14 AUE_NULL UNIMPL isc_adduser
15 AUE_NULL UNIMPL isc_setuser
16 AUE_NULL MNOPROTO { int ibcs2_sysconf(int name); }
17 AUE_NULL MNOPROTO { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
-18 AUE_NULL MNOPROTO { int ibcs2_symlink(char *path, char *link); }
-19 AUE_NULL MNOPROTO { int ibcs2_readlink(char *path, char *buf, \
- int count); }
+18 AUE_SYMLINK MNOPROTO { int ibcs2_symlink(char *path, char *link); }
+19 AUE_READLINK MNOPROTO { int ibcs2_readlink(char *path, char *buf, \
+ int count); }
20 AUE_NULL UNIMPL isc_getmajor
OpenPOWER on IntegriCloud