Deleted Added
full compact
syscalls.master (254130) syscalls.master (254398)
1 $FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254130 2013-08-09 06:51:34Z kib $
1 $FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254398 2013-08-16 06:40:12Z davidxu $
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 name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

456 const struct timespec32 *rqtp, \
457 struct timespec32 *rmtp); }
458241 AUE_NULL UNIMPL nosys
459242 AUE_NULL UNIMPL nosys
460243 AUE_NULL UNIMPL nosys
461244 AUE_NULL UNIMPL nosys
462245 AUE_NULL UNIMPL nosys
463246 AUE_NULL UNIMPL nosys
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 name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

456 const struct timespec32 *rqtp, \
457 struct timespec32 *rmtp); }
458241 AUE_NULL UNIMPL nosys
459242 AUE_NULL UNIMPL nosys
460243 AUE_NULL UNIMPL nosys
461244 AUE_NULL UNIMPL nosys
462245 AUE_NULL UNIMPL nosys
463246 AUE_NULL UNIMPL nosys
464247 AUE_NULL UNIMPL nosys
464247 AUE_NULL NOPROTO { int clock_getcpuclockid2(id_t id,\
465 int which, clockid_t *clock_id); }
465248 AUE_NULL UNIMPL ntp_gettime
466249 AUE_NULL UNIMPL nosys
467; syscall numbers initially used in OpenBSD
468250 AUE_MINHERIT NOPROTO { int minherit(void *addr, size_t len, \
469 int inherit); }
470251 AUE_RFORK NOPROTO { int rfork(int flags); }
471252 AUE_POLL NOPROTO { int openbsd_poll(struct pollfd *fds, \
472 u_int nfds, int timeout); }

--- 555 unchanged lines hidden ---
466248 AUE_NULL UNIMPL ntp_gettime
467249 AUE_NULL UNIMPL nosys
468; syscall numbers initially used in OpenBSD
469250 AUE_MINHERIT NOPROTO { int minherit(void *addr, size_t len, \
470 int inherit); }
471251 AUE_RFORK NOPROTO { int rfork(int flags); }
472252 AUE_POLL NOPROTO { int openbsd_poll(struct pollfd *fds, \
473 u_int nfds, int timeout); }

--- 555 unchanged lines hidden ---