syscalls.master (416ba5c74546f32a993436a99516d35008e9f384) | syscalls.master (871ef8b0d892b58074d64c3b4285540d5c483e08) |
---|---|
1 $FreeBSD$ 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 --- 974 unchanged lines hidden (view full) --- 983545 AUE_POLL STD { int ppoll(struct pollfd *fds, u_int nfds, \ 984 const struct timespec *ts, \ 985 const sigset_t *set); } 986546 AUE_FUTIMES STD { int futimens(int fd, \ 987 struct timespec *times); } 988547 AUE_FUTIMESAT STD { int utimensat(int fd, \ 989 char *path, \ 990 struct timespec *times, int flag); } | 1 $FreeBSD$ 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 --- 974 unchanged lines hidden (view full) --- 983545 AUE_POLL STD { int ppoll(struct pollfd *fds, u_int nfds, \ 984 const struct timespec *ts, \ 985 const sigset_t *set); } 986546 AUE_FUTIMES STD { int futimens(int fd, \ 987 struct timespec *times); } 988547 AUE_FUTIMESAT STD { int utimensat(int fd, \ 989 char *path, \ 990 struct timespec *times, int flag); } |
991548 AUE_NULL STD { int numa_getaffinity(cpuwhich_t which, \ 992 id_t id, \ 993 struct vm_domain_policy_entry *policy); } 994549 AUE_NULL STD { int numa_setaffinity(cpuwhich_t which, \ 995 id_t id, \ 996 const struct vm_domain_policy_entry *policy); } 997 |
|
991; Please copy any additions and changes to the following compatability tables: 992; sys/compat/freebsd32/syscalls.master | 998; Please copy any additions and changes to the following compatability tables: 999; sys/compat/freebsd32/syscalls.master |