Deleted Added
full compact
syscalls.master (160798) syscalls.master (191919)
1 $FreeBSD: head/sys/i386/ibcs2/syscalls.master 160798 2006-07-28 19:05:28Z jhb $
1 $FreeBSD: head/sys/i386/ibcs2/syscalls.master 191919 2009-05-08 20:06:37Z ed $
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from IBCS2).
5; Processed to created ibcs2_sysent.c, ibcs2_syscalls.c and ibcs2_syscall.h.
6
7; Columns: number audit 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

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

7426 AUE_PTRACE NOPROTO { int ptrace(int req, pid_t pid, \
75 caddr_t addr, int data); }
7627 AUE_NULL STD { int ibcs2_alarm(unsigned sec); }
7728 AUE_FSTAT STD { int ibcs2_fstat(int fd, \
78 struct ibcs2_stat *st); }
7929 AUE_NULL STD { int ibcs2_pause(void); }
8030 AUE_NULL STD { int ibcs2_utime(char *path, \
81 struct ibcs2_utimbuf *buf); }
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from IBCS2).
5; Processed to created ibcs2_sysent.c, ibcs2_syscalls.c and ibcs2_syscall.h.
6
7; Columns: number audit 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

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

7426 AUE_PTRACE NOPROTO { int ptrace(int req, pid_t pid, \
75 caddr_t addr, int data); }
7627 AUE_NULL STD { int ibcs2_alarm(unsigned sec); }
7728 AUE_FSTAT STD { int ibcs2_fstat(int fd, \
78 struct ibcs2_stat *st); }
7929 AUE_NULL STD { int ibcs2_pause(void); }
8030 AUE_NULL STD { int ibcs2_utime(char *path, \
81 struct ibcs2_utimbuf *buf); }
8231 AUE_NULL STD { int ibcs2_stty(int fd, \
83 struct sgttyb *buf); }
8432 AUE_NULL STD { int ibcs2_gtty(int fd, \
85 struct sgttyb *buf); }
8231 AUE_NULL UNIMPL ibcs2_stty
8332 AUE_NULL UNIMPL ibcs2_gtty
8633 AUE_ACCESS STD { int ibcs2_access(char *path, int flags); }
8734 AUE_NICE STD { int ibcs2_nice(int incr); }
8835 AUE_STATFS STD { int ibcs2_statfs(char *path, \
89 struct ibcs2_statfs *buf, int len, \
90 int fstype); }
9136 AUE_NULL NOPROTO { int sync(void); }
9237 AUE_KILL STD { int ibcs2_kill(int pid, int signo); }
9338 AUE_FSTATFS STD { int ibcs2_fstatfs(int fd, \

--- 114 unchanged lines hidden ---
8433 AUE_ACCESS STD { int ibcs2_access(char *path, int flags); }
8534 AUE_NICE STD { int ibcs2_nice(int incr); }
8635 AUE_STATFS STD { int ibcs2_statfs(char *path, \
87 struct ibcs2_statfs *buf, int len, \
88 int fstype); }
8936 AUE_NULL NOPROTO { int sync(void); }
9037 AUE_KILL STD { int ibcs2_kill(int pid, int signo); }
9138 AUE_FSTATFS STD { int ibcs2_fstatfs(int fd, \

--- 114 unchanged lines hidden ---