Deleted Added
full compact
syscalls.master (236026) syscalls.master (239347)
1 $FreeBSD: head/sys/kern/syscalls.master 236026 2012-05-25 21:50:48Z ed $
1 $FreeBSD: head/sys/kern/syscalls.master 239347 2012-08-17 02:26:31Z davidxu $
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

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

459241 AUE_NULL STD { int ffclock_getcounter(ffcounter *ffcount); }
460242 AUE_NULL STD { int ffclock_setestimate( \
461 struct ffclock_estimate *cest); }
462243 AUE_NULL STD { int ffclock_getestimate( \
463 struct ffclock_estimate *cest); }
464244 AUE_NULL UNIMPL nosys
465245 AUE_NULL UNIMPL nosys
466246 AUE_NULL UNIMPL nosys
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

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

459241 AUE_NULL STD { int ffclock_getcounter(ffcounter *ffcount); }
460242 AUE_NULL STD { int ffclock_setestimate( \
461 struct ffclock_estimate *cest); }
462243 AUE_NULL STD { int ffclock_getestimate( \
463 struct ffclock_estimate *cest); }
464244 AUE_NULL UNIMPL nosys
465245 AUE_NULL UNIMPL nosys
466246 AUE_NULL UNIMPL nosys
467247 AUE_NULL UNIMPL nosys
467247 AUE_NULL STD { int clock_getcpuclockid2(id_t id,\
468 int which, clockid_t *clock_id); }
468248 AUE_NULL STD { int ntp_gettime(struct ntptimeval *ntvp); }
469249 AUE_NULL UNIMPL nosys
470; syscall numbers initially used in OpenBSD
471250 AUE_MINHERIT STD { int minherit(void *addr, size_t len, \
472 int inherit); }
473251 AUE_RFORK STD { int rfork(int flags); }
474252 AUE_POLL STD { int openbsd_poll(struct pollfd *fds, \
475 u_int nfds, int timeout); }

--- 480 unchanged lines hidden ---
469248 AUE_NULL STD { int ntp_gettime(struct ntptimeval *ntvp); }
470249 AUE_NULL UNIMPL nosys
471; syscall numbers initially used in OpenBSD
472250 AUE_MINHERIT STD { int minherit(void *addr, size_t len, \
473 int inherit); }
474251 AUE_RFORK STD { int rfork(int flags); }
475252 AUE_POLL STD { int openbsd_poll(struct pollfd *fds, \
476 u_int nfds, int timeout); }

--- 480 unchanged lines hidden ---