Deleted Added
full compact
syscalls.master (293555) syscalls.master (293567)
1 $FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293555 2016-01-09 16:58:57Z dchagin $
1 $FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293567 2016-01-09 17:13:43Z dchagin $
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
5; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
6
7; Columns: number audit type nargs 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

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

533319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
534 l_int maxevents, l_int timeout, l_osigset_t *mask); }
535; linux 2.6.22:
536320 AUE_NULL STD { int linux_utimensat(void); }
537321 AUE_NULL STD { int linux_signalfd(void); }
538322 AUE_NULL STD { int linux_timerfd_create(void); }
539323 AUE_NULL STD { int linux_eventfd(l_uint initval); }
540; linux 2.6.23:
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
5; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
6
7; Columns: number audit type nargs 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

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

533319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
534 l_int maxevents, l_int timeout, l_osigset_t *mask); }
535; linux 2.6.22:
536320 AUE_NULL STD { int linux_utimensat(void); }
537321 AUE_NULL STD { int linux_signalfd(void); }
538322 AUE_NULL STD { int linux_timerfd_create(void); }
539323 AUE_NULL STD { int linux_eventfd(l_uint initval); }
540; linux 2.6.23:
541324 AUE_NULL STD { int linux_fallocate(void); }
541324 AUE_NULL STD { int linux_fallocate(l_int fd, l_int mode, \
542 l_loff_t offset, l_loff_t len); }
542; linux 2.6.25:
543325 AUE_NULL STD { int linux_timerfd_settime(void); }
544326 AUE_NULL STD { int linux_timerfd_gettime(void); }
545; linux 2.6.27:
546327 AUE_NULL STD { int linux_signalfd4(void); }
547328 AUE_NULL STD { int linux_eventfd2(l_uint initval, l_int flags); }
548329 AUE_NULL STD { int linux_epoll_create1(l_int flags); }
549330 AUE_NULL STD { int linux_dup3(l_int oldfd, \

--- 27 unchanged lines hidden ---
543; linux 2.6.25:
544325 AUE_NULL STD { int linux_timerfd_settime(void); }
545326 AUE_NULL STD { int linux_timerfd_gettime(void); }
546; linux 2.6.27:
547327 AUE_NULL STD { int linux_signalfd4(void); }
548328 AUE_NULL STD { int linux_eventfd2(l_uint initval, l_int flags); }
549329 AUE_NULL STD { int linux_epoll_create1(l_int flags); }
550330 AUE_NULL STD { int linux_dup3(l_int oldfd, \

--- 27 unchanged lines hidden ---