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