Deleted Added
full compact
syscalls.master (203660) syscalls.master (227691)
1 $FreeBSD: head/sys/compat/svr4/syscalls.master 203660 2010-02-08 10:02:01Z ed $
1 $FreeBSD: head/sys/compat/svr4/syscalls.master 227691 2011-11-19 06:35:15Z ed $
2; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
3;
4; System call name/number master file (or rather, slave, from SVR4).
5; Processed to create svr4_sysent.c, svr4_syscalls.c and svr4_syscall.h.
6
7; Columns: number type nargs name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; audit the audit event associated with the system call

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

7228 AUE_NULL STD { int svr4_sys_fstat(int fd, \
73 struct svr4_stat *sb); }
7429 AUE_NULL STD { int svr4_sys_pause(void); }
7530 AUE_NULL STD { int svr4_sys_utime(char *path, \
76 struct svr4_utimbuf *ubuf); }
7731 AUE_NULL UNIMPL stty
7832 AUE_NULL UNIMPL gtty
7933 AUE_NULL STD { int svr4_sys_access(char *path, \
2; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
3;
4; System call name/number master file (or rather, slave, from SVR4).
5; Processed to create svr4_sysent.c, svr4_syscalls.c and svr4_syscall.h.
6
7; Columns: number type nargs name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; audit the audit event associated with the system call

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

7228 AUE_NULL STD { int svr4_sys_fstat(int fd, \
73 struct svr4_stat *sb); }
7429 AUE_NULL STD { int svr4_sys_pause(void); }
7530 AUE_NULL STD { int svr4_sys_utime(char *path, \
76 struct svr4_utimbuf *ubuf); }
7731 AUE_NULL UNIMPL stty
7832 AUE_NULL UNIMPL gtty
7933 AUE_NULL STD { int svr4_sys_access(char *path, \
80 int flags); }
80 int amode); }
8134 AUE_NULL STD { int svr4_sys_nice(int prio); }
8235 AUE_NULL UNIMPL statfs
8336 AUE_NULL NOPROTO { int sync(void); }
8437 AUE_NULL STD { int svr4_sys_kill(int pid, int signum); }
8538 AUE_NULL UNIMPL fstatfs
8639 AUE_NULL STD { int svr4_sys_pgrpsys(int cmd, int pid, \
87 int pgid); }
8840 AUE_NULL UNIMPL xenix

--- 308 unchanged lines hidden ---
8134 AUE_NULL STD { int svr4_sys_nice(int prio); }
8235 AUE_NULL UNIMPL statfs
8336 AUE_NULL NOPROTO { int sync(void); }
8437 AUE_NULL STD { int svr4_sys_kill(int pid, int signum); }
8538 AUE_NULL UNIMPL fstatfs
8639 AUE_NULL STD { int svr4_sys_pgrpsys(int cmd, int pid, \
87 int pgid); }
8840 AUE_NULL UNIMPL xenix

--- 308 unchanged lines hidden ---