Deleted Added
full compact
syscalls.master (293592) syscalls.master (293897)
1 $FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293592 2016-01-09 17:54:37Z dchagin $
1 $FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293897 2016-01-14 09:11:42Z glebius $
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

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

515 l_fd_set *writefds, l_fd_set *exceptfds, \
516 struct l_timespec *tsp, l_uintptr_t *sig); }
517309 AUE_POLL STD { int linux_ppoll(struct pollfd *fds, uint32_t nfds, \
518 struct l_timespec *tsp, l_sigset_t *sset, l_size_t ssize); }
519310 AUE_NULL STD { int linux_unshare(void); }
520; linux 2.6.17:
521311 AUE_NULL STD { int linux_set_robust_list(struct linux_robust_list_head *head, \
522 l_size_t len); }
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

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

515 l_fd_set *writefds, l_fd_set *exceptfds, \
516 struct l_timespec *tsp, l_uintptr_t *sig); }
517309 AUE_POLL STD { int linux_ppoll(struct pollfd *fds, uint32_t nfds, \
518 struct l_timespec *tsp, l_sigset_t *sset, l_size_t ssize); }
519310 AUE_NULL STD { int linux_unshare(void); }
520; linux 2.6.17:
521311 AUE_NULL STD { int linux_set_robust_list(struct linux_robust_list_head *head, \
522 l_size_t len); }
523312 AUE_NULL STD { int linux_get_robust_list(l_int pid, struct linux_robust_list_head *head, \
524 l_size_t *len); }
523312 AUE_NULL STD { int linux_get_robust_list(l_int pid, \
524 struct linux_robust_list_head **head, l_size_t *len); }
525313 AUE_NULL STD { int linux_splice(void); }
526314 AUE_NULL STD { int linux_sync_file_range(void); }
527315 AUE_NULL STD { int linux_tee(void); }
528316 AUE_NULL STD { int linux_vmsplice(void); }
529; linux 2.6.18:
530317 AUE_NULL STD { int linux_move_pages(void); }
531; linux 2.6.19:
532318 AUE_NULL STD { int linux_getcpu(void); }

--- 52 unchanged lines hidden ---
525313 AUE_NULL STD { int linux_splice(void); }
526314 AUE_NULL STD { int linux_sync_file_range(void); }
527315 AUE_NULL STD { int linux_tee(void); }
528316 AUE_NULL STD { int linux_vmsplice(void); }
529; linux 2.6.18:
530317 AUE_NULL STD { int linux_move_pages(void); }
531; linux 2.6.19:
532318 AUE_NULL STD { int linux_getcpu(void); }

--- 52 unchanged lines hidden ---