Deleted Added
full compact
syscalls.master (177597) syscalls.master (177633)
1 $FreeBSD: head/sys/kern/syscalls.master 177597 2008-03-25 09:11:53Z ru $
1 $FreeBSD: head/sys/kern/syscalls.master 177633 2008-03-26 15:23:12Z dfr $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type 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

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

292
293; Syscalls 151-180 inclusive are reserved for vendor-specific
294; system calls. (This includes various calls added for compatibity
295; with other Unix variants.)
296; Some of these calls are now supported by BSD...
297151 AUE_NULL UNIMPL sem_lock (BSD/OS 2.x)
298152 AUE_NULL UNIMPL sem_wakeup (BSD/OS 2.x)
299153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x)
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type 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

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

292
293; Syscalls 151-180 inclusive are reserved for vendor-specific
294; system calls. (This includes various calls added for compatibity
295; with other Unix variants.)
296; Some of these calls are now supported by BSD...
297151 AUE_NULL UNIMPL sem_lock (BSD/OS 2.x)
298152 AUE_NULL UNIMPL sem_wakeup (BSD/OS 2.x)
299153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x)
300154 AUE_NULL UNIMPL nosys
300; 154 is initialised by the NLM code, if present.
301154 AUE_NULL NOSTD { int nlm_syscall(int debug_level, int grace_period, int addr_count, char **addrs); }
301; 155 is initialized by the NFS code, if present.
302155 AUE_NFS_SVC NOSTD { int nfssvc(int flag, caddr_t argp); }
303156 AUE_GETDIRENTRIES COMPAT { int getdirentries(int fd, char *buf, \
304 u_int count, long *basep); }
305157 AUE_STATFS COMPAT4 { int statfs(char *path, \
306 struct ostatfs *buf); }
307158 AUE_FSTATFS COMPAT4 { int fstatfs(int fd, \
308 struct ostatfs *buf); }

--- 554 unchanged lines hidden ---
302; 155 is initialized by the NFS code, if present.
303155 AUE_NFS_SVC NOSTD { int nfssvc(int flag, caddr_t argp); }
304156 AUE_GETDIRENTRIES COMPAT { int getdirentries(int fd, char *buf, \
305 u_int count, long *basep); }
306157 AUE_STATFS COMPAT4 { int statfs(char *path, \
307 struct ostatfs *buf); }
308158 AUE_FSTATFS COMPAT4 { int fstatfs(int fd, \
309 struct ostatfs *buf); }

--- 554 unchanged lines hidden ---