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

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

523 l_fd_set *writefds, l_fd_set *exceptfds, \
524 struct l_timespec *tsp, l_uintptr_t *sig); }
525309 AUE_POLL STD { int linux_ppoll(struct pollfd *fds, uint32_t nfds, \
526 struct l_timespec *tsp, l_sigset_t *sset, l_size_t ssize); }
527310 AUE_NULL STD { int linux_unshare(void); }
528; linux 2.6.17:
529311 AUE_NULL STD { int linux_set_robust_list(struct linux_robust_list_head *head, \
530 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

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

523 l_fd_set *writefds, l_fd_set *exceptfds, \
524 struct l_timespec *tsp, l_uintptr_t *sig); }
525309 AUE_POLL STD { int linux_ppoll(struct pollfd *fds, uint32_t nfds, \
526 struct l_timespec *tsp, l_sigset_t *sset, l_size_t ssize); }
527310 AUE_NULL STD { int linux_unshare(void); }
528; linux 2.6.17:
529311 AUE_NULL STD { int linux_set_robust_list(struct linux_robust_list_head *head, \
530 l_size_t len); }
531312 AUE_NULL STD { int linux_get_robust_list(l_int pid, struct linux_robust_list_head **head, \
532 l_size_t *len); }
531312 AUE_NULL STD { int linux_get_robust_list(l_int pid, \
532 struct linux_robust_list_head **head, l_size_t *len); }
533313 AUE_NULL STD { int linux_splice(void); }
534314 AUE_NULL STD { int linux_sync_file_range(void); }
535315 AUE_NULL STD { int linux_tee(void); }
536316 AUE_NULL STD { int linux_vmsplice(void); }
537; linux 2.6.18:
538317 AUE_NULL STD { int linux_move_pages(void); }
539; linux 2.6.19:
540318 AUE_NULL STD { int linux_getcpu(void); }

--- 52 unchanged lines hidden ---
533313 AUE_NULL STD { int linux_splice(void); }
534314 AUE_NULL STD { int linux_sync_file_range(void); }
535315 AUE_NULL STD { int linux_tee(void); }
536316 AUE_NULL STD { int linux_vmsplice(void); }
537; linux 2.6.18:
538317 AUE_NULL STD { int linux_move_pages(void); }
539; linux 2.6.19:
540318 AUE_NULL STD { int linux_getcpu(void); }

--- 52 unchanged lines hidden ---