Deleted Added
full compact
syscalls.master (239296) syscalls.master (239347)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 239296 2012-08-15 15:17:56Z kib $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 239347 2012-08-17 02:26:31Z 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

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

452241 AUE_NULL NOPROTO { int ffclock_getcounter(ffcounter *ffcount); }
453242 AUE_NULL NOPROTO { int ffclock_setestimate( \
454 struct ffclock_estimate *cest); }
455243 AUE_NULL NOPROTO { int ffclock_getestimate( \
456 struct ffclock_estimate *cest); }
457244 AUE_NULL UNIMPL nosys
458245 AUE_NULL UNIMPL nosys
459246 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

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

452241 AUE_NULL NOPROTO { int ffclock_getcounter(ffcounter *ffcount); }
453242 AUE_NULL NOPROTO { int ffclock_setestimate( \
454 struct ffclock_estimate *cest); }
455243 AUE_NULL NOPROTO { int ffclock_getestimate( \
456 struct ffclock_estimate *cest); }
457244 AUE_NULL UNIMPL nosys
458245 AUE_NULL UNIMPL nosys
459246 AUE_NULL UNIMPL nosys
460247 AUE_NULL UNIMPL nosys
460247 AUE_NULL NOPROTO { int clock_getcpuclockid2(id_t id,\
461 int which, clockid_t *clock_id); }
461248 AUE_NULL UNIMPL ntp_gettime
462249 AUE_NULL UNIMPL nosys
463; syscall numbers initially used in OpenBSD
464250 AUE_MINHERIT NOPROTO { int minherit(void *addr, size_t len, \
465 int inherit); }
466251 AUE_RFORK NOPROTO { int rfork(int flags); }
467252 AUE_POLL NOPROTO { int openbsd_poll(struct pollfd *fds, \
468 u_int nfds, int timeout); }

--- 533 unchanged lines hidden ---
462248 AUE_NULL UNIMPL ntp_gettime
463249 AUE_NULL UNIMPL nosys
464; syscall numbers initially used in OpenBSD
465250 AUE_MINHERIT NOPROTO { int minherit(void *addr, size_t len, \
466 int inherit); }
467251 AUE_RFORK NOPROTO { int rfork(int flags); }
468252 AUE_POLL NOPROTO { int openbsd_poll(struct pollfd *fds, \
469 u_int nfds, int timeout); }

--- 533 unchanged lines hidden ---