Deleted Added
full compact
syscalls.master (177612) syscalls.master (177633)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 177612 2008-03-25 19:34:47Z jhb $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 177633 2008-03-26 15:23:12Z dfr $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number audit type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

269
270; Syscalls 151-180 inclusive are reserved for vendor-specific
271; system calls. (This includes various calls added for compatibity
272; with other Unix variants.)
273; Some of these calls are now supported by BSD...
274151 AUE_NULL UNIMPL sem_lock (BSD/OS 2.x)
275152 AUE_NULL UNIMPL sem_wakeup (BSD/OS 2.x)
276153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x)
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number audit type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

269
270; Syscalls 151-180 inclusive are reserved for vendor-specific
271; system calls. (This includes various calls added for compatibity
272; with other Unix variants.)
273; Some of these calls are now supported by BSD...
274151 AUE_NULL UNIMPL sem_lock (BSD/OS 2.x)
275152 AUE_NULL UNIMPL sem_wakeup (BSD/OS 2.x)
276153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x)
277154 AUE_NULL UNIMPL nosys
277; 154 is initialised by the NLM code, if present.
278154 AUE_NULL UNIMPL nlm_syscall
278; 155 is initialized by the NFS code, if present.
279; XXX this is a problem!!!
280155 AUE_NFS_SVC UNIMPL nfssvc
281156 AUE_GETDIRENTRIES OBSOL ogetdirentries
282157 AUE_STATFS COMPAT4 { int freebsd32_statfs(char *path, \
283 struct statfs32 *buf); }
284158 AUE_FSTATFS COMPAT4 { int freebsd32_fstatfs(int fd, \
285 struct statfs32 *buf); }

--- 526 unchanged lines hidden ---
279; 155 is initialized by the NFS code, if present.
280; XXX this is a problem!!!
281155 AUE_NFS_SVC UNIMPL nfssvc
282156 AUE_GETDIRENTRIES OBSOL ogetdirentries
283157 AUE_STATFS COMPAT4 { int freebsd32_statfs(char *path, \
284 struct statfs32 *buf); }
285158 AUE_FSTATFS COMPAT4 { int freebsd32_fstatfs(int fd, \
286 struct statfs32 *buf); }

--- 526 unchanged lines hidden ---