0 | restart_syscall | 0 | - | - | - | - | - | - |
1 | exit | 1 | int error_code | - | - | - | - | - |
2 | fork | 2 | - | - | - | - | - | - |
3 | read | 3 | unsigned int fd | char *buf | size_t count | - | - | - |
4 | write | 4 | unsigned int fd | const char *buf | size_t count | - | - | - |
5 | open | 5 | const char *filename | int flags | umode_t mode | - | - | - |
6 | close | 6 | unsigned int fd | - | - | - | - | - |
7 | waitpid | 7 | pid_t pid | int *stat_addr | int options | - | - | - |
8 | creat | 8 | const char *pathname | umode_t mode | - | - | - | - |
9 | link | 9 | const char *oldname | const char *newname | - | - | - | - |
10 | unlink | A | const char *pathname | - | - | - | - | - |
11 | execve | B | const char *filename | const char *const *argv | const char *const *envp | - | - | - |
12 | chdir | C | const char *filename | - | - | - | - | - |
13 | time | D | time_t *tloc | - | - | - | - | - |
14 | mknod | E | const char *filename | umode_t mode | unsigned dev | - | - | - |
15 | chmod | F | const char *filename | umode_t mode | - | - | - | - |
16 | lchown | 10 | const char *filename | uid_t user | gid_t group | - | - | - |
17 | break | 11 | ? | ? | ? | ? | ? | ? |
18 | oldstat | 12 | ? | ? | ? | ? | ? | ? |
19 | lseek | 13 | unsigned int fd | off_t offset | unsigned int whence | - | - | - |
20 | getpid | 14 | - | - | - | - | - | - |
21 | mount | 15 | char *dev_name | char *dir_name | char *type | unsigned long flags | void *data | - |
22 | umount | 16 | char *name | int flags | - | - | - | - |
23 | setuid | 17 | uid_t uid | - | - | - | - | - |
24 | getuid | 18 | - | - | - | - | - | - |
25 | stime | 19 | time_t *tptr | - | - | - | - | - |
26 | ptrace | 1A | long request | long pid | unsigned long addr | unsigned long data | - | - |
27 | alarm | 1B | unsigned int seconds | - | - | - | - | - |
28 | oldfstat | 1C | ? | ? | ? | ? | ? | ? |
29 | pause | 1D | - | - | - | - | - | - |
30 | utime | 1E | char *filename | struct utimbuf *times | - | - | - | - |
31 | stty | 1F | ? | ? | ? | ? | ? | ? |
32 | gtty | 20 | ? | ? | ? | ? | ? | ? |
33 | access | 21 | const char *filename | int mode | - | - | - | - |
34 | nice | 22 | int increment | - | - | - | - | - |
35 | ftime | 23 | ? | ? | ? | ? | ? | ? |
36 | sync | 24 | - | - | - | - | - | - |
37 | kill | 25 | pid_t pid | int sig | - | - | - | - |
38 | rename | 26 | const char *oldname | const char *newname | - | - | - | - |
39 | mkdir | 27 | const char *pathname | umode_t mode | - | - | - | - |
40 | rmdir | 28 | const char *pathname | - | - | - | - | - |
41 | dup | 29 | unsigned int fildes | - | - | - | - | - |
42 | pipe | 2A | int *fildes | - | - | - | - | - |
43 | times | 2B | struct tms *tbuf | - | - | - | - | - |
44 | prof | 2C | ? | ? | ? | ? | ? | ? |
45 | brk | 2D | unsigned long brk | - | - | - | - | - |
46 | setgid | 2E | gid_t gid | - | - | - | - | - |
47 | getgid | 2F | - | - | - | - | - | - |
48 | signal | 30 | int sig | __sighandler_t handler | - | - | - | - |
49 | geteuid | 31 | - | - | - | - | - | - |
50 | getegid | 32 | - | - | - | - | - | - |
51 | acct | 33 | const char *name | - | - | - | - | - |
52 | umount2 | 34 | ? | ? | ? | ? | ? | ? |
53 | lock | 35 | ? | ? | ? | ? | ? | ? |
54 | ioctl | 36 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - |
55 | fcntl | 37 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - |
56 | mpx | 38 | ? | ? | ? | ? | ? | ? |
57 | setpgid | 39 | pid_t pid | pid_t pgid | - | - | - | - |
58 | ulimit | 3A | ? | ? | ? | ? | ? | ? |
59 | oldolduname | 3B | ? | ? | ? | ? | ? | ? |
60 | umask | 3C | int mask | - | - | - | - | - |
61 | chroot | 3D | const char *filename | - | - | - | - | - |
62 | ustat | 3E | unsigned dev | struct ustat *ubuf | - | - | - | - |
63 | dup2 | 3F | unsigned int oldfd | unsigned int newfd | - | - | - | - |
64 | getppid | 40 | - | - | - | - | - | - |
65 | getpgrp | 41 | - | - | - | - | - | - |
66 | setsid | 42 | - | - | - | - | - | - |
67 | sigaction | 43 | int | const struct old_sigaction * | struct old_sigaction * | - | - | - |
68 | sgetmask | 44 | - | - | - | - | - | - |
69 | ssetmask | 45 | int newmask | - | - | - | - | - |
70 | setreuid | 46 | uid_t ruid | uid_t euid | - | - | - | - |
71 | setregid | 47 | gid_t rgid | gid_t egid | - | - | - | - |
72 | sigsuspend | 48 | int unused1 | int unused2 | old_sigset_t mask | - | - | - |
73 | sigpending | 49 | old_sigset_t *uset | - | - | - | - | - |
74 | sethostname | 4A | char *name | int len | - | - | - | - |
75 | setrlimit | 4B | unsigned int resource | struct rlimit *rlim | - | - | - | - |
76 | getrlimit | 4C | unsigned int resource | struct rlimit *rlim | - | - | - | - |
77 | getrusage | 4D | int who | struct rusage *ru | - | - | - | - |
78 | gettimeofday | 4E | struct timeval *tv | struct timezone *tz | - | - | - | - |
79 | settimeofday | 4F | struct timeval *tv | struct timezone *tz | - | - | - | - |
80 | getgroups | 50 | int gidsetsize | gid_t *grouplist | - | - | - | - |
81 | setgroups | 51 | int gidsetsize | gid_t *grouplist | - | - | - | - |
82 | select | 52 | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timeval *tvp | - |
83 | symlink | 53 | const char *old | const char *new | - | - | - | - |
84 | oldlstat | 54 | ? | ? | ? | ? | ? | ? |
85 | readlink | 55 | const char *path | char *buf | int bufsiz | - | - | - |
86 | uselib | 56 | const char *library | - | - | - | - | - |
87 | swapon | 57 | const char *specialfile | int swap_flags | - | - | - | - |
88 | reboot | 58 | int magic1 | int magic2 | unsigned int cmd | void *arg | - | - |
89 | readdir | 59 | ? | ? | ? | ? | ? | ? |
90 | mmap | 5A | ? | ? | ? | ? | ? | ? |
91 | munmap | 5B | unsigned long addr | size_t len | - | - | - | - |
92 | truncate | 5C | const char *path | long length | - | - | - | - |
93 | ftruncate | 5D | unsigned int fd | unsigned long length | - | - | - | - |
94 | fchmod | 5E | unsigned int fd | umode_t mode | - | - | - | - |
95 | fchown | 5F | unsigned int fd | uid_t user | gid_t group | - | - | - |
96 | getpriority | 60 | int which | int who | - | - | - | - |
97 | setpriority | 61 | int which | int who | int niceval | - | - | - |
98 | profil | 62 | ? | ? | ? | ? | ? | ? |
99 | statfs | 63 | const char * path | struct statfs *buf | - | - | - | - |
100 | fstatfs | 64 | unsigned int fd | struct statfs *buf | - | - | - | - |
101 | ioperm | 65 | unsigned long from | unsigned long num | int on | - | - | - |
102 | socketcall | 66 | int call | unsigned long *args | - | - | - | - |
103 | syslog | 67 | int type | char *buf | int len | - | - | - |
104 | setitimer | 68 | int which | struct itimerval *value | struct itimerval *ovalue | - | - | - |
105 | getitimer | 69 | int which | struct itimerval *value | - | - | - | - |
106 | stat | 6A | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - |
107 | lstat | 6B | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - |
108 | fstat | 6C | unsigned int fd | struct __old_kernel_stat *statbuf | - | - | - | - |
109 | olduname | 6D | struct oldold_utsname * | - | - | - | - | - |
110 | iopl | 6E | ? | ? | ? | ? | ? | ? |
111 | vhangup | 6F | - | - | - | - | - | - |
112 | idle | 70 | ? | ? | ? | ? | ? | ? |
113 | vm86old | 71 | ? | ? | ? | ? | ? | ? |
114 | wait4 | 72 | pid_t pid | int *stat_addr | int options | struct rusage *ru | - | - |
115 | swapoff | 73 | const char *specialfile | - | - | - | - | - |
116 | sysinfo | 74 | struct sysinfo *info | - | - | - | - | - |
117 | ipc | 75 | unsigned int call | int first | unsigned long second | unsigned long third | void *ptr | long fifth |
118 | fsync | 76 | unsigned int fd | - | - | - | - | - |
119 | sigreturn | 77 | ? | ? | ? | ? | ? | ? |
120 | clone | 78 | unsigned long | unsigned long | int * | int * | unsigned long | - |
121 | setdomainname | 79 | char *name | int len | - | - | - | - |
122 | uname | 7A | struct old_utsname * | - | - | - | - | - |
123 | modify_ldt | 7B | ? | ? | ? | ? | ? | ? |
124 | adjtimex | 7C | struct timex *txc_p | - | - | - | - | - |
125 | mprotect | 7D | unsigned long start | size_t len | unsigned long prot | - | - | - |
126 | sigprocmask | 7E | int how | old_sigset_t *set | old_sigset_t *oset | - | - | - |
127 | create_module | 7F | ? | ? | ? | ? | ? | ? |
128 | init_module | 80 | void *umod | unsigned long len | const char *uargs | - | - | - |
129 | delete_module | 81 | const char *name_user | unsigned int flags | - | - | - | - |
130 | get_kernel_syms | 82 | ? | ? | ? | ? | ? | ? |
131 | quotactl | 83 | unsigned int cmd | const char *special | qid_t id | void *addr | - | - |
132 | getpgid | 84 | pid_t pid | - | - | - | - | - |
133 | fchdir | 85 | unsigned int fd | - | - | - | - | - |
134 | bdflush | 86 | int func | long data | - | - | - | - |
135 | sysfs | 87 | int option | unsigned long arg1 | unsigned long arg2 | - | - | - |
136 | personality | 88 | unsigned int personality | - | - | - | - | - |
137 | afs_syscall | 89 | ? | ? | ? | ? | ? | ? |
138 | setfsuid | 8A | uid_t uid | - | - | - | - | - |
139 | setfsgid | 8B | gid_t gid | - | - | - | - | - |
140 | _llseek | 8C | ? | ? | ? | ? | ? | ? |
141 | getdents | 8D | unsigned int fd | struct linux_dirent *dirent | unsigned int count | - | - | - |
142 | _newselect | 8E | ? | ? | ? | ? | ? | ? |
143 | flock | 8F | unsigned int fd | unsigned int cmd | - | - | - | - |
144 | msync | 90 | unsigned long start | size_t len | int flags | - | - | - |
145 | readv | 91 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - |
146 | writev | 92 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - |
147 | getsid | 93 | pid_t pid | - | - | - | - | - |
148 | fdatasync | 94 | unsigned int fd | - | - | - | - | - |
149 | _sysctl | 95 | ? | ? | ? | ? | ? | ? |
150 | mlock | 96 | unsigned long start | size_t len | - | - | - | - |
151 | munlock | 97 | unsigned long start | size_t len | - | - | - | - |
152 | mlockall | 98 | int flags | - | - | - | - | - |
153 | munlockall | 99 | - | - | - | - | - | - |
154 | sched_setparam | 9A | pid_t pid | struct sched_param *param | - | - | - | - |
155 | sched_getparam | 9B | pid_t pid | struct sched_param *param | - | - | - | - |
156 | sched_setscheduler | 9C | pid_t pid | int policy | struct sched_param *param | - | - | - |
157 | sched_getscheduler | 9D | pid_t pid | - | - | - | - | - |
158 | sched_yield | 9E | - | - | - | - | - | - |
159 | sched_get_priority_max | 9F | int policy | - | - | - | - | - |
160 | sched_get_priority_min | A0 | int policy | - | - | - | - | - |
161 | sched_rr_get_interval | A1 | pid_t pid | struct timespec *interval | - | - | - | - |
162 | nanosleep | A2 | struct __kernel_timespec *rqtp | struct __kernel_timespec *rmtp | - | - | - | - |
163 | mremap | A3 | unsigned long addr | unsigned long old_len | unsigned long new_len | unsigned long flags | unsigned long new_addr | - |
164 | setresuid | A4 | uid_t ruid | uid_t euid | uid_t suid | - | - | - |
165 | getresuid | A5 | uid_t *ruid | uid_t *euid | uid_t *suid | - | - | - |
166 | vm86 | A6 | ? | ? | ? | ? | ? | ? |
167 | query_module | A7 | ? | ? | ? | ? | ? | ? |
168 | poll | A8 | struct pollfd *ufds | unsigned int nfds | int timeout | - | - | - |
169 | nfsservctl | A9 | ? | ? | ? | ? | ? | ? |
170 | setresgid | AA | gid_t rgid | gid_t egid | gid_t sgid | - | - | - |
171 | getresgid | AB | gid_t *rgid | gid_t *egid | gid_t *sgid | - | - | - |
172 | prctl | AC | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - |
173 | rt_sigreturn | AD | ? | ? | ? | ? | ? | ? |
174 | rt_sigaction | AE | int | const struct sigaction * | struct sigaction * | size_t | - | - |
175 | rt_sigprocmask | AF | int how | sigset_t *set | sigset_t *oset | size_t sigsetsize | - | - |
176 | rt_sigpending | B0 | sigset_t *set | size_t sigsetsize | - | - | - | - |
177 | rt_sigtimedwait | B1 | const sigset_t *uthese | siginfo_t *uinfo | const struct timespec *uts | size_t sigsetsize | - | - |
178 | rt_sigqueueinfo | B2 | pid_t pid | int sig | siginfo_t *uinfo | - | - | - |
179 | rt_sigsuspend | B3 | sigset_t *unewset | size_t sigsetsize | - | - | - | - |
180 | pread64 | B4 | unsigned int fd | char *buf | size_t count | loff_t pos | - | - |
181 | pwrite64 | B5 | unsigned int fd | const char *buf | size_t count | loff_t pos | - | - |
182 | chown | B6 | const char *filename | uid_t user | gid_t group | - | - | - |
183 | getcwd | B7 | char *buf | unsigned long size | - | - | - | - |
184 | capget | B8 | cap_user_header_t header | cap_user_data_t dataptr | - | - | - | - |
185 | capset | B9 | cap_user_header_t header | const cap_user_data_t data | - | - | - | - |
186 | sigaltstack | BA | const struct sigaltstack *uss | struct sigaltstack *uoss | - | - | - | - |
187 | sendfile | BB | int out_fd | int in_fd | off_t *offset | size_t count | - | - |
188 | getpmsg | BC | ? | ? | ? | ? | ? | ? |
189 | putpmsg | BD | ? | ? | ? | ? | ? | ? |
190 | vfork | BE | - | - | - | - | - | - |
191 | ugetrlimit | BF | ? | ? | ? | ? | ? | ? |
192 | mmap2 | C0 | ? | ? | ? | ? | ? | ? |
193 | truncate64 | C1 | const char *path | loff_t length | - | - | - | - |
194 | ftruncate64 | C2 | unsigned int fd | loff_t length | - | - | - | - |
195 | stat64 | C3 | const char *filename | struct stat64 *statbuf | - | - | - | - |
196 | lstat64 | C4 | const char *filename | struct stat64 *statbuf | - | - | - | - |
197 | fstat64 | C5 | unsigned long fd | struct stat64 *statbuf | - | - | - | - |
198 | lchown32 | C6 | ? | ? | ? | ? | ? | ? |
199 | getuid32 | C7 | ? | ? | ? | ? | ? | ? |
200 | getgid32 | C8 | ? | ? | ? | ? | ? | ? |
201 | geteuid32 | C9 | ? | ? | ? | ? | ? | ? |
202 | getegid32 | CA | ? | ? | ? | ? | ? | ? |
203 | setreuid32 | CB | ? | ? | ? | ? | ? | ? |
204 | setregid32 | CC | ? | ? | ? | ? | ? | ? |
205 | getgroups32 | CD | ? | ? | ? | ? | ? | ? |
206 | setgroups32 | CE | ? | ? | ? | ? | ? | ? |
207 | fchown32 | CF | ? | ? | ? | ? | ? | ? |
208 | setresuid32 | D0 | ? | ? | ? | ? | ? | ? |
209 | getresuid32 | D1 | ? | ? | ? | ? | ? | ? |
210 | setresgid32 | D2 | ? | ? | ? | ? | ? | ? |
211 | getresgid32 | D3 | ? | ? | ? | ? | ? | ? |
212 | chown32 | D4 | ? | ? | ? | ? | ? | ? |
213 | setuid32 | D5 | ? | ? | ? | ? | ? | ? |
214 | setgid32 | D6 | ? | ? | ? | ? | ? | ? |
215 | setfsuid32 | D7 | ? | ? | ? | ? | ? | ? |
216 | setfsgid32 | D8 | ? | ? | ? | ? | ? | ? |
217 | pivot_root | D9 | const char *new_root | const char *put_old | - | - | - | - |
218 | mincore | DA | unsigned long start | size_t len | unsigned char * vec | - | - | - |
219 | madvise | DB | unsigned long start | size_t len | int behavior | - | - | - |
220 | getdents64 | DC | unsigned int fd | struct linux_dirent64 *dirent | unsigned int count | - | - | - |
221 | fcntl64 | DD | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - |
222 | not implemented | DE | | | | | | |
223 | not implemented | DF | | | | | | |
224 | gettid | E0 | - | - | - | - | - | - |
225 | readahead | E1 | int fd | loff_t offset | size_t count | - | - | - |
226 | setxattr | E2 | const char *path | const char *name | const void *value | size_t size | int flags | - |
227 | lsetxattr | E3 | const char *path | const char *name | const void *value | size_t size | int flags | - |
228 | fsetxattr | E4 | int fd | const char *name | const void *value | size_t size | int flags | - |
229 | getxattr | E5 | const char *path | const char *name | void *value | size_t size | - | - |
230 | lgetxattr | E6 | const char *path | const char *name | void *value | size_t size | - | - |
231 | fgetxattr | E7 | int fd | const char *name | void *value | size_t size | - | - |
232 | listxattr | E8 | const char *path | char *list | size_t size | - | - | - |
233 | llistxattr | E9 | const char *path | char *list | size_t size | - | - | - |
234 | flistxattr | EA | int fd | char *list | size_t size | - | - | - |
235 | removexattr | EB | const char *path | const char *name | - | - | - | - |
236 | lremovexattr | EC | const char *path | const char *name | - | - | - | - |
237 | fremovexattr | ED | int fd | const char *name | - | - | - | - |
238 | tkill | EE | pid_t pid | int sig | - | - | - | - |
239 | sendfile64 | EF | int out_fd | int in_fd | loff_t *offset | size_t count | - | - |
240 | futex | F0 | u32 *uaddr | int op | u32 val | struct timespec *utime | u32 *uaddr2 | u32 val3 |
241 | sched_setaffinity | F1 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - |
242 | sched_getaffinity | F2 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - |
243 | set_thread_area | F3 | ? | ? | ? | ? | ? | ? |
244 | get_thread_area | F4 | ? | ? | ? | ? | ? | ? |
245 | io_setup | F5 | unsigned nr_reqs | aio_context_t *ctx | - | - | - | - |
246 | io_destroy | F6 | aio_context_t ctx | - | - | - | - | - |
247 | io_getevents | F7 | aio_context_t ctx_id | long min_nr | long nr | struct io_event *events | struct timespec *timeout | - |
248 | io_submit | F8 | aio_context_t | long | struct iocb * * | - | - | - |
249 | io_cancel | F9 | aio_context_t ctx_id | struct iocb *iocb | struct io_event *result | - | - | - |
250 | fadvise64 | FA | int fd | loff_t offset | size_t len | int advice | - | - |
251 | not implemented | FB | | | | | | |
252 | exit_group | FC | int error_code | - | - | - | - | - |
253 | lookup_dcookie | FD | u64 cookie64 | char *buf | size_t len | - | - | - |
254 | epoll_create | FE | int size | - | - | - | - | - |
255 | epoll_ctl | FF | int epfd | int op | int fd | struct epoll_event *event | - | - |
256 | epoll_wait | 100 | int epfd | struct epoll_event *events | int maxevents | int timeout | - | - |
257 | remap_file_pages | 101 | unsigned long start | unsigned long size | unsigned long prot | unsigned long pgoff | unsigned long flags | - |
258 | set_tid_address | 102 | int *tidptr | - | - | - | - | - |
259 | timer_create | 103 | clockid_t which_clock | struct sigevent *timer_event_spec | timer_t * created_timer_id | - | - | - |
260 | timer_settime | 104 | timer_t timer_id | int flags | const struct __kernel_itimerspec *new_setting | struct itimerspec *old_setting | - | - |
261 | timer_gettime | 105 | timer_t timer_id | struct __kernel_itimerspec *setting | - | - | - | - |
262 | timer_getoverrun | 106 | timer_t timer_id | - | - | - | - | - |
263 | timer_delete | 107 | timer_t timer_id | - | - | - | - | - |
264 | clock_settime | 108 | clockid_t which_clock | const struct __kernel_timespec *tp | - | - | - | - |
265 | clock_gettime | 109 | clockid_t which_clock | struct __kernel_timespec *tp | - | - | - | - |
266 | clock_getres | 10A | clockid_t which_clock | struct __kernel_timespec *tp | - | - | - | - |
267 | clock_nanosleep | 10B | clockid_t which_clock | int flags | const struct __kernel_timespec *rqtp | struct __kernel_timespec *rmtp | - | - |
268 | statfs64 | 10C | const char *path | size_t sz | struct statfs64 *buf | - | - | - |
269 | fstatfs64 | 10D | unsigned int fd | size_t sz | struct statfs64 *buf | - | - | - |
270 | tgkill | 10E | pid_t tgid | pid_t pid | int sig | - | - | - |
271 | utimes | 10F | char *filename | struct timeval *utimes | - | - | - | - |
272 | fadvise64_64 | 110 | int fd | loff_t offset | loff_t len | int advice | - | - |
273 | vserver | 111 | ? | ? | ? | ? | ? | ? |
274 | mbind | 112 | unsigned long start | unsigned long len | unsigned long mode | const unsigned long *nmask | unsigned long maxnode | unsigned flags |
275 | get_mempolicy | 113 | int *policy | unsigned long *nmask | unsigned long maxnode | unsigned long addr | unsigned long flags | - |
276 | set_mempolicy | 114 | int mode | const unsigned long *nmask | unsigned long maxnode | - | - | - |
277 | mq_open | 115 | const char *name | int oflag | umode_t mode | struct mq_attr *attr | - | - |
278 | mq_unlink | 116 | const char *name | - | - | - | - | - |
279 | mq_timedsend | 117 | mqd_t mqdes | const char *msg_ptr | size_t msg_len | unsigned int msg_prio | const struct __kernel_timespec *abs_timeout | - |
280 | mq_timedreceive | 118 | mqd_t mqdes | char *msg_ptr | size_t msg_len | unsigned int *msg_prio | const struct __kernel_timespec *abs_timeout | - |
281 | mq_notify | 119 | mqd_t mqdes | const struct sigevent *notification | - | - | - | - |
282 | mq_getsetattr | 11A | mqd_t mqdes | const struct mq_attr *mqstat | struct mq_attr *omqstat | - | - | - |
283 | kexec_load | 11B | unsigned long entry | unsigned long nr_segments | struct kexec_segment *segments | unsigned long flags | - | - |
284 | waitid | 11C | int which | pid_t pid | struct siginfo *infop | int options | struct rusage *ru | - |
285 | not implemented | 11D | | | | | | |
286 | add_key | 11E | const char *_type | const char *_description | const void *_payload | size_t plen | key_serial_t destringid | - |
287 | request_key | 11F | const char *_type | const char *_description | const char *_callout_info | key_serial_t destringid | - | - |
288 | keyctl | 120 | int cmd | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - |
289 | ioprio_set | 121 | int which | int who | int ioprio | - | - | - |
290 | ioprio_get | 122 | int which | int who | - | - | - | - |
291 | inotify_init | 123 | - | - | - | - | - | - |
292 | inotify_add_watch | 124 | int fd | const char *path | u32 mask | - | - | - |
293 | inotify_rm_watch | 125 | int fd | __s32 wd | - | - | - | - |
294 | migrate_pages | 126 | pid_t pid | unsigned long maxnode | const unsigned long *from | const unsigned long *to | - | - |
295 | openat | 127 | int dfd | const char *filename | int flags | umode_t mode | - | - |
296 | mkdirat | 128 | int dfd | const char * pathname | umode_t mode | - | - | - |
297 | mknodat | 129 | int dfd | const char * filename | umode_t mode | unsigned dev | - | - |
298 | fchownat | 12A | int dfd | const char *filename | uid_t user | gid_t group | int flag | - |
299 | futimesat | 12B | int dfd | const char *filename | struct timeval *utimes | - | - | - |
300 | fstatat64 | 12C | int dfd | const char *filename | struct stat64 *statbuf | int flag | - | - |
301 | unlinkat | 12D | int dfd | const char * pathname | int flag | - | - | - |
302 | renameat | 12E | int olddfd | const char * oldname | int newdfd | const char * newname | - | - |
303 | linkat | 12F | int olddfd | const char *oldname | int newdfd | const char *newname | int flags | - |
304 | symlinkat | 130 | const char * oldname | int newdfd | const char * newname | - | - | - |
305 | readlinkat | 131 | int dfd | const char *path | char *buf | int bufsiz | - | - |
306 | fchmodat | 132 | int dfd | const char * filename | umode_t mode | - | - | - |
307 | faccessat | 133 | int dfd | const char *filename | int mode | - | - | - |
308 | pselect6 | 134 | int | fd_set * | fd_set * | fd_set * | struct timespec * | void * |
309 | ppoll | 135 | struct pollfd * | unsigned int | struct timespec * | const sigset_t * | size_t | - |
310 | unshare | 136 | unsigned long unshare_flags | - | - | - | - | - |
311 | set_robust_list | 137 | struct robust_list_head *head | size_t len | - | - | - | - |
312 | get_robust_list | 138 | int pid | struct robust_list_head * *head_ptr | size_t *len_ptr | - | - | - |
313 | splice | 139 | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags |
314 | sync_file_range | 13A | int fd | loff_t offset | loff_t nbytes | unsigned int flags | - | - |
315 | tee | 13B | int fdin | int fdout | size_t len | unsigned int flags | - | - |
316 | vmsplice | 13C | int fd | const struct iovec *iov | unsigned long nr_segs | unsigned int flags | - | - |
317 | move_pages | 13D | pid_t pid | unsigned long nr_pages | const void * *pages | const int *nodes | int *status | int flags |
318 | getcpu | 13E | unsigned *cpu | unsigned *node | struct getcpu_cache *cache | - | - | - |
319 | epoll_pwait | 13F | int epfd | struct epoll_event *events | int maxevents | int timeout | const sigset_t *sigmask | size_t sigsetsize |
320 | utimensat | 140 | int dfd | const char *filename | struct timespec *utimes | int flags | - | - |
321 | signalfd | 141 | int ufd | sigset_t *user_mask | size_t sizemask | - | - | - |
322 | timerfd_create | 142 | int clockid | int flags | - | - | - | - |
323 | eventfd | 143 | unsigned int count | - | - | - | - | - |
324 | fallocate | 144 | int fd | int mode | loff_t offset | loff_t len | - | - |
325 | timerfd_settime | 145 | int ufd | int flags | const struct __kernel_itimerspec *utmr | struct __kernel_itimerspec *otmr | - | - |
326 | timerfd_gettime | 146 | int ufd | struct __kernel_itimerspec *otmr | - | - | - | - |
327 | signalfd4 | 147 | int ufd | sigset_t *user_mask | size_t sizemask | int flags | - | - |
328 | eventfd2 | 148 | unsigned int count | int flags | - | - | - | - |
329 | epoll_create1 | 149 | int flags | - | - | - | - | - |
330 | dup3 | 14A | unsigned int oldfd | unsigned int newfd | int flags | - | - | - |
331 | pipe2 | 14B | int *fildes | int flags | - | - | - | - |
332 | inotify_init1 | 14C | int flags | - | - | - | - | - |
333 | preadv | 14D | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - |
334 | pwritev | 14E | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - |
335 | rt_tgsigqueueinfo | 14F | pid_t tgid | pid_t pid | int sig | siginfo_t *uinfo | - | - |
336 | perf_event_open | 150 | struct perf_event_attr *attr_uptr | pid_t pid | int cpu | int group_fd | unsigned long flags | - |
337 | recvmmsg | 151 | int fd | struct mmsghdr *msg | unsigned int vlen | unsigned flags | struct timespec *timeout | - |
338 | fanotify_init | 152 | unsigned int flags | unsigned int event_f_flags | - | - | - | - |
339 | fanotify_mark | 153 | int fanotify_fd | unsigned int flags | u64 mask | int fd | const char *pathname | - |
340 | prlimit64 | 154 | pid_t pid | unsigned int resource | const struct rlimit64 *new_rlim | struct rlimit64 *old_rlim | - | - |
341 | name_to_handle_at | 155 | int dfd | const char *name | struct file_handle *handle | int *mnt_id | int flag | - |
342 | open_by_handle_at | 156 | int mountdirfd | struct file_handle *handle | int flags | - | - | - |
343 | clock_adjtime | 157 | clockid_t which_clock | struct timex *tx | - | - | - | - |
344 | syncfs | 158 | int fd | - | - | - | - | - |
345 | sendmmsg | 159 | int fd | struct mmsghdr *msg | unsigned int vlen | unsigned flags | - | - |
346 | setns | 15A | int fd | int nstype | - | - | - | - |
347 | process_vm_readv | 15B | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags |
348 | process_vm_writev | 15C | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags |
349 | kcmp | 15D | pid_t pid1 | pid_t pid2 | int type | unsigned long idx1 | unsigned long idx2 | - |
350 | finit_module | 15E | int fd | const char *uargs | int flags | - | - | - |
351 | sched_setattr | 15F | pid_t pid | struct sched_attr *attr | unsigned int flags | - | - | - |
352 | sched_getattr | 160 | pid_t pid | struct sched_attr *attr | unsigned int size | unsigned int flags | - | - |
353 | renameat2 | 161 | int olddfd | const char *oldname | int newdfd | const char *newname | unsigned int flags | - |
354 | seccomp | 162 | unsigned int op | unsigned int flags | const char *uargs | - | - | - |
355 | getrandom | 163 | char *buf | size_t count | unsigned int flags | - | - | - |
356 | memfd_create | 164 | const char *uname_ptr | unsigned int flags | - | - | - | - |
357 | bpf | 165 | int cmd | union bpf_attr *attr | unsigned int size | - | - | - |
358 | execveat | 166 | int dfd | const char *filename | const char *const *argv | const char *const *envp | int flags | - |
359 | socket | 167 | int | int | int | - | - | - |
360 | socketpair | 168 | int | int | int | int * | - | - |
361 | bind | 169 | int | struct sockaddr * | int | - | - | - |
362 | connect | 16A | int | struct sockaddr * | int | - | - | - |
363 | listen | 16B | int | int | - | - | - | - |
364 | accept4 | 16C | int | struct sockaddr * | int * | int | - | - |
365 | getsockopt | 16D | int fd | int level | int optname | char *optval | int *optlen | - |
366 | setsockopt | 16E | int fd | int level | int optname | char *optval | int optlen | - |
367 | getsockname | 16F | int | struct sockaddr * | int * | - | - | - |
368 | getpeername | 170 | int | struct sockaddr * | int * | - | - | - |
369 | sendto | 171 | int | void * | size_t | unsigned | struct sockaddr * | int |
370 | sendmsg | 172 | int fd | struct user_msghdr *msg | unsigned flags | - | - | - |
371 | recvfrom | 173 | int | void * | size_t | unsigned | struct sockaddr * | int * |
372 | recvmsg | 174 | int fd | struct user_msghdr *msg | unsigned flags | - | - | - |
373 | shutdown | 175 | int | int | - | - | - | - |
374 | userfaultfd | 176 | int flags | - | - | - | - | - |
375 | membarrier | 177 | int cmd | int flags | - | - | - | - |
376 | mlock2 | 178 | unsigned long start | size_t len | int flags | - | - | - |
377 | copy_file_range | 179 | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags |
378 | preadv2 | 17A | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | rwf_t flags |
379 | pwritev2 | 17B | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | rwf_t flags |
380 | pkey_mprotect | 17C | unsigned long start | size_t len | unsigned long prot | int pkey | - | - |
381 | pkey_alloc | 17D | unsigned long flags | unsigned long init_val | - | - | - | - |
382 | pkey_free | 17E | int pkey | - | - | - | - | - |
383 | statx | 17F | int dfd | const char *path | unsigned flags | unsigned mask | struct statx *buffer | - |
384 | arch_prctl | 180 | ? | ? | ? | ? | ? | ? |