summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/syscalls.isc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-06-29 17:27:40 +0000
committerrwatson <rwatson@FreeBSD.org>2005-06-29 17:27:40 +0000
commit6f17517fcb5d500526c791275de2ef2520a01639 (patch)
tree5f66896bbe567ce05edfa7e92b6040bae6916047 /sys/i386/ibcs2/syscalls.isc
parent62d0fed7ecd50977971467ed1288cad1e358a7c3 (diff)
downloadFreeBSD-src-6f17517fcb5d500526c791275de2ef2520a01639.zip
FreeBSD-src-6f17517fcb5d500526c791275de2ef2520a01639.tar.gz
During the system call table format change adding audit record event
fields for each system call, I missed two system call files because they weren't named syscalls.master. Catch up with this last two, mapping the system calls to the NULL event for now. Spotted by: jhb Approved by: re (scottl)
Diffstat (limited to 'sys/i386/ibcs2/syscalls.isc')
-rw-r--r--sys/i386/ibcs2/syscalls.isc50
1 files changed, 27 insertions, 23 deletions
diff --git a/sys/i386/ibcs2/syscalls.isc b/sys/i386/ibcs2/syscalls.isc
index 22ab06a..9576227 100644
--- a/sys/i386/ibcs2/syscalls.isc
+++ b/sys/i386/ibcs2/syscalls.isc
@@ -8,26 +8,30 @@
#include <i386/ibcs2/ibcs2_proto.h>
#include <i386/ibcs2/ibcs2_xenix.h>
-0 UNIMPL nosys
-1 UNIMPL isc_setostype
-2 NOPROTO { int ibcs2_rename(char *from, char *to); }
-3 NOPROTO { int ibcs2_sigaction(int sig, struct ibcs2_sigaction *act, \
- struct ibcs2_sigaction *oact); }
-4 NOPROTO { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \
- ibcs2_sigset_t *oset); }
-5 NOPROTO { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
-6 NOPROTO { int getgroups(u_int gidsetsize, gid_t *gidset); }
-7 NOPROTO { int setgroups(u_int gidsetsize, gid_t *gidset); }
-8 NOPROTO { int ibcs2_pathconf(char *path, int name); }
-9 NOPROTO { int ibcs2_fpathconf(int fd, int name); }
-10 UNIMPL nosys
-11 NOPROTO { int ibcs2_wait(int a1, int a2, int a3); }
-12 NOPROTO { int setsid(void); }
-13 NOPROTO { pid_t getpid(void); }
-14 UNIMPL isc_adduser
-15 UNIMPL isc_setuser
-16 MNOPROTO { int ibcs2_sysconf(int name); }
-17 NOPROTO { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
-18 NOPROTO { int ibcs2_symlink(char *path, char *link); }
-19 NOPROTO { int ibcs2_readlink(char *path, char *buf, int count); }
-20 UNIMPL isc_getmajor
+0 AUE_NULL UNIMPL nosys
+1 AUE_NULL UNIMPL isc_setostype
+2 AUE_NULL NOPROTO { int ibcs2_rename(char *from, char *to); }
+3 AUE_NULL NOPROTO { int ibcs2_sigaction(int sig, \
+ 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 NOPROTO { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
+6 AUE_NULL NOPROTO { int getgroups(u_int gidsetsize, \
+ gid_t *gidset); }
+7 AUE_NULL NOPROTO { int setgroups(u_int gidsetsize, \
+ gid_t *gidset); }
+8 AUE_NULL NOPROTO { int ibcs2_pathconf(char *path, int name); }
+9 AUE_NULL NOPROTO { int ibcs2_fpathconf(int fd, int name); }
+10 AUE_NULL UNIMPL nosys
+11 AUE_NULL NOPROTO { int ibcs2_wait(int a1, int a2, int a3); }
+12 AUE_NULL NOPROTO { int setsid(void); }
+13 AUE_NULL NOPROTO { 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 NOPROTO { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
+18 AUE_NULL NOPROTO { int ibcs2_symlink(char *path, char *link); }
+19 AUE_NULL NOPROTO { int ibcs2_readlink(char *path, char *buf, \
+ int count); }
+20 AUE_NULL UNIMPL isc_getmajor
OpenPOWER on IntegriCloud