Deleted Added
sdiff udiff text old ( 236026 ) new ( 239347 )
full compact
1 $FreeBSD: head/sys/kern/syscalls.master 236026 2012-05-25 21:50:48Z ed $
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
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 ---