linux_syscalls.c revision 1.86 1 1.27 njoly /* $NetBSD: linux_syscalls.c,v 1.86 2023/07/28 19:01:44 christos Exp $ */
2 1.1 manu
3 1.1 manu /*
4 1.1 manu * System call names.
5 1.1 manu *
6 1.1 manu * DO NOT EDIT-- this file is automatically generated.
7 1.86 christos * created from NetBSD: syscalls.master,v 1.75 2023/07/28 19:01:11 christos Exp
8 1.1 manu */
9 1.1 manu
10 1.5 lukem #include <sys/cdefs.h>
11 1.27 njoly __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.86 2023/07/28 19:01:44 christos Exp $");
12 1.5 lukem
13 1.1 manu #if defined(_KERNEL_OPT)
14 1.1 manu #include <sys/param.h>
15 1.1 manu #include <sys/poll.h>
16 1.1 manu #include <sys/systm.h>
17 1.1 manu #include <sys/signal.h>
18 1.1 manu #include <sys/mount.h>
19 1.1 manu #include <sys/syscallargs.h>
20 1.1 manu #include <compat/linux/common/linux_types.h>
21 1.1 manu #include <compat/linux/common/linux_signal.h>
22 1.1 manu #include <compat/linux/common/linux_siginfo.h>
23 1.1 manu #include <compat/linux/common/linux_machdep.h>
24 1.1 manu #include <compat/linux/common/linux_mmap.h>
25 1.3 manu #include <compat/linux/common/linux_socketcall.h>
26 1.1 manu #include <compat/linux/linux_syscallargs.h>
27 1.28 dsl #define linux_sys_mmap2_args linux_sys_mmap_args
28 1.68 martin #else /* _KERNEL_OPT */
29 1.68 martin #include <sys/null.h>
30 1.8 christos #endif /* _KERNEL_OPT */
31 1.8 christos
32 1.8 christos const char *const linux_syscallnames[] = {
33 1.27 njoly /* 0 */ "syscall",
34 1.27 njoly /* 1 */ "exit",
35 1.27 njoly /* 2 */ "fork",
36 1.27 njoly /* 3 */ "read",
37 1.27 njoly /* 4 */ "write",
38 1.27 njoly /* 5 */ "open",
39 1.27 njoly /* 6 */ "close",
40 1.27 njoly /* 7 */ "waitpid",
41 1.27 njoly /* 8 */ "creat",
42 1.27 njoly /* 9 */ "link",
43 1.27 njoly /* 10 */ "unlink",
44 1.27 njoly /* 11 */ "execve",
45 1.27 njoly /* 12 */ "chdir",
46 1.27 njoly /* 13 */ "time",
47 1.27 njoly /* 14 */ "mknod",
48 1.27 njoly /* 15 */ "chmod",
49 1.27 njoly /* 16 */ "__posix_lchown",
50 1.27 njoly /* 17 */ "#17 (unimplemented)",
51 1.27 njoly /* 18 */ "#18 (obsolete ostat)",
52 1.27 njoly /* 19 */ "lseek",
53 1.27 njoly /* 20 */ "getpid",
54 1.27 njoly /* 21 */ "#21 (unimplemented mount)",
55 1.27 njoly /* 22 */ "#22 (obsolete umount)",
56 1.27 njoly /* 23 */ "setuid",
57 1.27 njoly /* 24 */ "getuid",
58 1.27 njoly /* 25 */ "stime",
59 1.27 njoly /* 26 */ "ptrace",
60 1.27 njoly /* 27 */ "alarm",
61 1.27 njoly /* 28 */ "#28 (obsolete ofstat)",
62 1.27 njoly /* 29 */ "pause",
63 1.27 njoly /* 30 */ "utime",
64 1.27 njoly /* 31 */ "#31 (unimplemented)",
65 1.27 njoly /* 32 */ "#32 (unimplemented)",
66 1.27 njoly /* 33 */ "access",
67 1.27 njoly /* 34 */ "nice",
68 1.27 njoly /* 35 */ "#35 (unimplemented)",
69 1.27 njoly /* 36 */ "sync",
70 1.27 njoly /* 37 */ "kill",
71 1.27 njoly /* 38 */ "__posix_rename",
72 1.27 njoly /* 39 */ "mkdir",
73 1.27 njoly /* 40 */ "rmdir",
74 1.27 njoly /* 41 */ "dup",
75 1.27 njoly /* 42 */ "pipe",
76 1.27 njoly /* 43 */ "times",
77 1.27 njoly /* 44 */ "#44 (unimplemented)",
78 1.27 njoly /* 45 */ "brk",
79 1.27 njoly /* 46 */ "setgid",
80 1.27 njoly /* 47 */ "getgid",
81 1.27 njoly /* 48 */ "signal",
82 1.27 njoly /* 49 */ "geteuid",
83 1.27 njoly /* 50 */ "getegid",
84 1.27 njoly /* 51 */ "acct",
85 1.27 njoly /* 52 */ "#52 (unimplemented umount)",
86 1.27 njoly /* 53 */ "#53 (unimplemented)",
87 1.27 njoly /* 54 */ "ioctl",
88 1.27 njoly /* 55 */ "fcntl",
89 1.27 njoly /* 56 */ "#56 (obsolete mpx)",
90 1.27 njoly /* 57 */ "setpgid",
91 1.27 njoly /* 58 */ "#58 (unimplemented)",
92 1.27 njoly /* 59 */ "olduname",
93 1.27 njoly /* 60 */ "umask",
94 1.27 njoly /* 61 */ "chroot",
95 1.27 njoly /* 62 */ "#62 (unimplemented ustat)",
96 1.27 njoly /* 63 */ "dup2",
97 1.27 njoly /* 64 */ "getppid",
98 1.27 njoly /* 65 */ "getpgrp",
99 1.27 njoly /* 66 */ "setsid",
100 1.27 njoly /* 67 */ "sigaction",
101 1.27 njoly /* 68 */ "siggetmask",
102 1.27 njoly /* 69 */ "sigsetmask",
103 1.27 njoly /* 70 */ "setreuid",
104 1.27 njoly /* 71 */ "setregid",
105 1.27 njoly /* 72 */ "sigsuspend",
106 1.27 njoly /* 73 */ "sigpending",
107 1.27 njoly /* 74 */ "sethostname",
108 1.27 njoly /* 75 */ "setrlimit",
109 1.27 njoly /* 76 */ "getrlimit",
110 1.27 njoly /* 77 */ "getrusage",
111 1.27 njoly /* 78 */ "gettimeofday",
112 1.27 njoly /* 79 */ "settimeofday",
113 1.27 njoly /* 80 */ "getgroups",
114 1.27 njoly /* 81 */ "setgroups",
115 1.27 njoly /* 82 */ "#82 (unimplemented old_select)",
116 1.27 njoly /* 83 */ "symlink",
117 1.27 njoly /* 84 */ "oolstat",
118 1.27 njoly /* 85 */ "readlink",
119 1.27 njoly /* 86 */ "#86 (unimplemented uselib)",
120 1.27 njoly /* 87 */ "swapon",
121 1.27 njoly /* 88 */ "reboot",
122 1.27 njoly /* 89 */ "readdir",
123 1.27 njoly /* 90 */ "mmap",
124 1.27 njoly /* 91 */ "munmap",
125 1.27 njoly /* 92 */ "truncate",
126 1.27 njoly /* 93 */ "ftruncate",
127 1.27 njoly /* 94 */ "fchmod",
128 1.27 njoly /* 95 */ "__posix_fchown",
129 1.27 njoly /* 96 */ "getpriority",
130 1.27 njoly /* 97 */ "setpriority",
131 1.27 njoly /* 98 */ "#98 (unimplemented)",
132 1.27 njoly /* 99 */ "statfs",
133 1.27 njoly /* 100 */ "fstatfs",
134 1.27 njoly /* 101 */ "ioperm",
135 1.27 njoly /* 102 */ "socketcall",
136 1.27 njoly /* 103 */ "#103 (unimplemented syslog)",
137 1.27 njoly /* 104 */ "setitimer",
138 1.27 njoly /* 105 */ "getitimer",
139 1.27 njoly /* 106 */ "stat",
140 1.27 njoly /* 107 */ "lstat",
141 1.27 njoly /* 108 */ "fstat",
142 1.27 njoly /* 109 */ "uname",
143 1.27 njoly /* 110 */ "#110 (unimplemented iopl)",
144 1.27 njoly /* 111 */ "#111 (unimplemented vhangup)",
145 1.27 njoly /* 112 */ "#112 (unimplemented idle)",
146 1.27 njoly /* 113 */ "#113 (unimplemented vm86old)",
147 1.27 njoly /* 114 */ "wait4",
148 1.27 njoly /* 115 */ "swapoff",
149 1.27 njoly /* 116 */ "sysinfo",
150 1.27 njoly /* 117 */ "ipc",
151 1.27 njoly /* 118 */ "fsync",
152 1.27 njoly /* 119 */ "sigreturn",
153 1.27 njoly /* 120 */ "clone",
154 1.27 njoly /* 121 */ "setdomainname",
155 1.27 njoly /* 122 */ "new_uname",
156 1.27 njoly /* 123 */ "#123 (unimplemented modify_ldt)",
157 1.27 njoly /* 124 */ "#124 (unimplemented adjtimex)",
158 1.27 njoly /* 125 */ "mprotect",
159 1.27 njoly /* 126 */ "sigprocmask",
160 1.27 njoly /* 127 */ "#127 (unimplemented create_module)",
161 1.27 njoly /* 128 */ "#128 (unimplemented init_module)",
162 1.27 njoly /* 129 */ "#129 (unimplemented delete_module)",
163 1.27 njoly /* 130 */ "#130 (unimplemented get_kernel_syms)",
164 1.27 njoly /* 131 */ "#131 (unimplemented quotactl)",
165 1.27 njoly /* 132 */ "getpgid",
166 1.27 njoly /* 133 */ "fchdir",
167 1.27 njoly /* 134 */ "#134 (unimplemented bdflush)",
168 1.27 njoly /* 135 */ "#135 (unimplemented sysfs)",
169 1.27 njoly /* 136 */ "personality",
170 1.27 njoly /* 137 */ "#137 (unimplemented afs_syscall)",
171 1.27 njoly /* 138 */ "setfsuid",
172 1.29 njoly /* 139 */ "setfsgid",
173 1.27 njoly /* 140 */ "llseek",
174 1.27 njoly /* 141 */ "getdents",
175 1.27 njoly /* 142 */ "select",
176 1.27 njoly /* 143 */ "flock",
177 1.31 njoly /* 144 */ "__msync13",
178 1.27 njoly /* 145 */ "readv",
179 1.27 njoly /* 146 */ "writev",
180 1.27 njoly /* 147 */ "cacheflush",
181 1.27 njoly /* 148 */ "#148 (unimplemented cachectl)",
182 1.27 njoly /* 149 */ "sysmips",
183 1.27 njoly /* 150 */ "#150 (unimplemented)",
184 1.27 njoly /* 151 */ "getsid",
185 1.27 njoly /* 152 */ "fdatasync",
186 1.27 njoly /* 153 */ "__sysctl",
187 1.27 njoly /* 154 */ "mlock",
188 1.27 njoly /* 155 */ "munlock",
189 1.27 njoly /* 156 */ "mlockall",
190 1.27 njoly /* 157 */ "munlockall",
191 1.27 njoly /* 158 */ "sched_setparam",
192 1.27 njoly /* 159 */ "sched_getparam",
193 1.27 njoly /* 160 */ "sched_setscheduler",
194 1.27 njoly /* 161 */ "sched_getscheduler",
195 1.27 njoly /* 162 */ "sched_yield",
196 1.27 njoly /* 163 */ "sched_get_priority_max",
197 1.27 njoly /* 164 */ "sched_get_priority_min",
198 1.27 njoly /* 165 */ "#165 (unimplemented sched_rr_get_interval)",
199 1.27 njoly /* 166 */ "nanosleep",
200 1.27 njoly /* 167 */ "mremap",
201 1.27 njoly /* 168 */ "accept",
202 1.27 njoly /* 169 */ "bind",
203 1.27 njoly /* 170 */ "connect",
204 1.27 njoly /* 171 */ "getpeername",
205 1.27 njoly /* 172 */ "getsockname",
206 1.27 njoly /* 173 */ "getsockopt",
207 1.27 njoly /* 174 */ "listen",
208 1.27 njoly /* 175 */ "recv",
209 1.27 njoly /* 176 */ "recvfrom",
210 1.27 njoly /* 177 */ "recvmsg",
211 1.27 njoly /* 178 */ "send",
212 1.27 njoly /* 179 */ "sendmsg",
213 1.27 njoly /* 180 */ "sendto",
214 1.27 njoly /* 181 */ "setsockopt",
215 1.27 njoly /* 182 */ "#182 (unimplemented shutdown)",
216 1.27 njoly /* 183 */ "socket",
217 1.27 njoly /* 184 */ "socketpair",
218 1.27 njoly /* 185 */ "setresuid",
219 1.27 njoly /* 186 */ "getresuid",
220 1.27 njoly /* 187 */ "#187 (unimplemented query_module)",
221 1.27 njoly /* 188 */ "poll",
222 1.27 njoly /* 189 */ "#189 (unimplemented nfsservctl)",
223 1.27 njoly /* 190 */ "setresgid",
224 1.27 njoly /* 191 */ "getresgid",
225 1.27 njoly /* 192 */ "#192 (unimplemented prctl)",
226 1.27 njoly /* 193 */ "rt_sigreturn",
227 1.27 njoly /* 194 */ "rt_sigaction",
228 1.27 njoly /* 195 */ "rt_sigprocmask",
229 1.27 njoly /* 196 */ "rt_sigpending",
230 1.47 christos /* 197 */ "rt_sigtimedwait",
231 1.27 njoly /* 198 */ "rt_queueinfo",
232 1.27 njoly /* 199 */ "rt_sigsuspend",
233 1.27 njoly /* 200 */ "pread",
234 1.27 njoly /* 201 */ "pwrite",
235 1.27 njoly /* 202 */ "__posix_chown",
236 1.27 njoly /* 203 */ "__getcwd",
237 1.27 njoly /* 204 */ "#204 (unimplemented capget)",
238 1.27 njoly /* 205 */ "#205 (unimplemented capset)",
239 1.27 njoly /* 206 */ "sigaltstack",
240 1.27 njoly /* 207 */ "#207 (unimplemented sendfile)",
241 1.27 njoly /* 208 */ "#208 (unimplemented)",
242 1.27 njoly /* 209 */ "#209 (unimplemented)",
243 1.27 njoly /* 210 */ "mmap2",
244 1.27 njoly /* 211 */ "truncate64",
245 1.27 njoly /* 212 */ "ftruncate64",
246 1.27 njoly /* 213 */ "stat64",
247 1.27 njoly /* 214 */ "lstat64",
248 1.27 njoly /* 215 */ "fstat64",
249 1.27 njoly /* 216 */ "#216 (unimplemented pivot_root)",
250 1.27 njoly /* 217 */ "mincore",
251 1.27 njoly /* 218 */ "madvise",
252 1.27 njoly /* 219 */ "getdents64",
253 1.27 njoly /* 220 */ "fcntl64",
254 1.27 njoly /* 221 */ "#221 (unimplemented / * reserved * /)",
255 1.42 chs /* 222 */ "gettid",
256 1.27 njoly /* 223 */ "#223 (unimplemented readahead)",
257 1.27 njoly /* 224 */ "setxattr",
258 1.27 njoly /* 225 */ "lsetxattr",
259 1.27 njoly /* 226 */ "fsetxattr",
260 1.27 njoly /* 227 */ "getxattr",
261 1.27 njoly /* 228 */ "lgetxattr",
262 1.27 njoly /* 229 */ "fgetxattr",
263 1.27 njoly /* 230 */ "listxattr",
264 1.27 njoly /* 231 */ "llistxattr",
265 1.27 njoly /* 232 */ "flistxattr",
266 1.27 njoly /* 233 */ "removexattr",
267 1.27 njoly /* 234 */ "lremovexattr",
268 1.27 njoly /* 235 */ "fremovexattr",
269 1.42 chs /* 236 */ "tkill",
270 1.27 njoly /* 237 */ "#237 (unimplemented sendfile64)",
271 1.42 chs /* 238 */ "futex",
272 1.42 chs /* 239 */ "sched_setaffinity",
273 1.42 chs /* 240 */ "sched_getaffinity",
274 1.27 njoly /* 241 */ "#241 (unimplemented io_setup)",
275 1.27 njoly /* 242 */ "#242 (unimplemented io_destroy)",
276 1.27 njoly /* 243 */ "#243 (unimplemented io_getevents)",
277 1.27 njoly /* 244 */ "#244 (unimplemented io_submit)",
278 1.27 njoly /* 245 */ "#245 (unimplemented io_cancel)",
279 1.27 njoly /* 246 */ "exit_group",
280 1.27 njoly /* 247 */ "#247 (unimplemented lookup_dcookie)",
281 1.86 christos /* 248 */ "epoll_create",
282 1.86 christos /* 249 */ "epoll_ctl",
283 1.86 christos /* 250 */ "epoll_wait",
284 1.27 njoly /* 251 */ "#251 (unimplemented remap_file_pages)",
285 1.42 chs /* 252 */ "set_tid_address",
286 1.27 njoly /* 253 */ "#253 (unimplemented restart_syscall)",
287 1.45 alnsn /* 254 */ "fadvise64",
288 1.27 njoly /* 255 */ "statfs64",
289 1.27 njoly /* 256 */ "fstatfs64",
290 1.80 thorpej /* 257 */ "timer_create",
291 1.80 thorpej /* 258 */ "timer_settime",
292 1.80 thorpej /* 259 */ "timer_gettime",
293 1.80 thorpej /* 260 */ "timer_getoverrun",
294 1.80 thorpej /* 261 */ "timer_delete",
295 1.27 njoly /* 262 */ "clock_settime",
296 1.27 njoly /* 263 */ "clock_gettime",
297 1.27 njoly /* 264 */ "clock_getres",
298 1.27 njoly /* 265 */ "clock_nanosleep",
299 1.42 chs /* 266 */ "tgkill",
300 1.49 pooka /* 267 */ "utimes",
301 1.27 njoly /* 268 */ "#268 (unimplemented mbind)",
302 1.27 njoly /* 269 */ "#269 (unimplemented get_mempolicy)",
303 1.27 njoly /* 270 */ "#270 (unimplemented set_mempolicy)",
304 1.27 njoly /* 271 */ "#271 (unimplemented mq_open)",
305 1.27 njoly /* 272 */ "#272 (unimplemented mq_unlink)",
306 1.27 njoly /* 273 */ "#273 (unimplemented mq_timedsend)",
307 1.27 njoly /* 274 */ "#274 (unimplemented mq_timedreceive)",
308 1.27 njoly /* 275 */ "#275 (unimplemented mq_notify)",
309 1.27 njoly /* 276 */ "#276 (unimplemented mq_getsetattr)",
310 1.42 chs /* 277 */ "#277 (unimplemented vserve)",
311 1.42 chs /* 278 */ "#278 (unimplemented waitid)",
312 1.42 chs /* 279 */ "#279 (unimplemented setaltroot)",
313 1.42 chs /* 280 */ "#280 (unimplemented add_key)",
314 1.42 chs /* 281 */ "#281 (unimplemented request_key)",
315 1.42 chs /* 282 */ "#282 (unimplemented keyctl)",
316 1.42 chs /* 283 */ "set_thread_area",
317 1.42 chs /* 284 */ "#284 (unimplemented inotify_init)",
318 1.42 chs /* 285 */ "#285 (unimplemented inotify_add_watch)",
319 1.42 chs /* 286 */ "#286 (unimplemented inotify_rm_watch)",
320 1.42 chs /* 287 */ "#287 (unimplemented migrate_pages)",
321 1.52 chs /* 288 */ "openat",
322 1.52 chs /* 289 */ "mkdirat",
323 1.52 chs /* 290 */ "mknodat",
324 1.52 chs /* 291 */ "fchownat",
325 1.42 chs /* 292 */ "#292 (unimplemented futimesat)",
326 1.52 chs /* 293 */ "fstatat64",
327 1.52 chs /* 294 */ "unlinkat",
328 1.52 chs /* 295 */ "renameat",
329 1.52 chs /* 296 */ "linkat",
330 1.52 chs /* 297 */ "symlinkat",
331 1.52 chs /* 298 */ "readlinkat",
332 1.52 chs /* 299 */ "fchmodat",
333 1.52 chs /* 300 */ "faccessat",
334 1.67 manu /* 301 */ "pselect6",
335 1.48 pooka /* 302 */ "ppoll",
336 1.42 chs /* 303 */ "#303 (unimplemented unshare)",
337 1.42 chs /* 304 */ "#304 (unimplemented splice)",
338 1.42 chs /* 305 */ "#305 (unimplemented sync_file_range)",
339 1.42 chs /* 306 */ "#306 (unimplemented tee)",
340 1.42 chs /* 307 */ "#307 (unimplemented vmsplice)",
341 1.42 chs /* 308 */ "#308 (unimplemented move_pages)",
342 1.79 thorpej /* 309 */ "__futex_set_robust_list",
343 1.79 thorpej /* 310 */ "__futex_get_robust_list",
344 1.42 chs /* 311 */ "#311 (unimplemented kexec_load)",
345 1.42 chs /* 312 */ "#312 (unimplemented getcpu)",
346 1.86 christos /* 313 */ "epoll_pwait",
347 1.42 chs /* 314 */ "#314 (unimplemented ioprio_set)",
348 1.42 chs /* 315 */ "#315 (unimplemented ioprio_get)",
349 1.50 njoly /* 316 */ "utimensat",
350 1.42 chs /* 317 */ "#317 (unimplemented signalfd)",
351 1.42 chs /* 318 */ "#318 (unimplemented timerfd)",
352 1.82 thorpej /* 319 */ "eventfd",
353 1.78 jdolecek /* 320 */ "fallocate",
354 1.81 thorpej /* 321 */ "timerfd_create",
355 1.81 thorpej /* 322 */ "timerfd_gettime",
356 1.81 thorpej /* 323 */ "timerfd_settime",
357 1.42 chs /* 324 */ "#324 (unimplemented signalfd4)",
358 1.82 thorpej /* 325 */ "eventfd2",
359 1.86 christos /* 326 */ "epoll_create1",
360 1.44 he /* 327 */ "dup3",
361 1.44 he /* 328 */ "pipe2",
362 1.42 chs /* 329 */ "#329 (unimplemented inotify_init1)",
363 1.83 thorpej /* 330 */ "preadv",
364 1.83 thorpej /* 331 */ "pwritev",
365 1.42 chs /* 332 */ "#332 (unimplemented rt_tgsigqueueinfo)",
366 1.42 chs /* 333 */ "#333 (unimplemented perf_event_open)",
367 1.71 christos /* 334 */ "accept4",
368 1.72 christos /* 335 */ "recvmmsg",
369 1.72 christos /* 336 */ "#336 (unimplemented getdents64)",
370 1.72 christos /* 337 */ "#337 (unimplemented fanotify_init)",
371 1.72 christos /* 338 */ "#338 (unimplemented fanotify_mark)",
372 1.85 ryo /* 339 */ "prlimit64",
373 1.72 christos /* 340 */ "#340 (unimplemented name_to_handle_at)",
374 1.72 christos /* 341 */ "#341 (unimplemented open_by_handle_at)",
375 1.72 christos /* 342 */ "#342 (unimplemented clock_adjtime)",
376 1.72 christos /* 343 */ "#343 (unimplemented syncfs)",
377 1.72 christos /* 344 */ "sendmmsg",
378 1.72 christos /* 345 */ "#345 (unimplemented setns)",
379 1.72 christos /* 346 */ "#346 (unimplemented process_vm_readv)",
380 1.72 christos /* 347 */ "#347 (unimplemented process_vm_writev)",
381 1.72 christos /* 348 */ "#348 (unimplemented kcmp)",
382 1.72 christos /* 349 */ "#349 (unimplemented finit_module)",
383 1.72 christos /* 350 */ "#350 (unimplemented sched_setattr)",
384 1.72 christos /* 351 */ "#351 (unimplemented sched_getattr)",
385 1.72 christos /* 352 */ "#352 (unimplemented renameat2)",
386 1.72 christos /* 353 */ "#353 (unimplemented seccomp)",
387 1.84 ryo /* 354 */ "getrandom",
388 1.72 christos /* 355 */ "#355 (unimplemented memfd_create)",
389 1.72 christos /* 356 */ "#356 (unimplemented bpf)",
390 1.72 christos /* 357 */ "#357 (unimplemented execveat)",
391 1.72 christos /* 358 */ "#358 (unimplemented userfaultfd)",
392 1.72 christos /* 359 */ "#359 (unimplemented membarrier)",
393 1.72 christos /* 360 */ "#360 (unimplemented mlock2)",
394 1.72 christos /* 361 */ "#361 (unimplemented copy_file_range)",
395 1.72 christos /* 362 */ "#362 (unimplemented preadv2)",
396 1.72 christos /* 363 */ "#363 (unimplemented pwritev2)",
397 1.72 christos /* 364 */ "#364 (unimplemented pkey_mprotect)",
398 1.72 christos /* 365 */ "#365 (unimplemented pkey_alloc)",
399 1.72 christos /* 366 */ "#366 (unimplemented pkey_free)",
400 1.86 christos /* 367 */ "#367 (unimplemented)",
401 1.86 christos /* 368 */ "#368 (unimplemented)",
402 1.86 christos /* 369 */ "#369 (unimplemented)",
403 1.86 christos /* 370 */ "#370 (unimplemented)",
404 1.86 christos /* 371 */ "#371 (unimplemented)",
405 1.86 christos /* 372 */ "#372 (unimplemented)",
406 1.86 christos /* 373 */ "#373 (unimplemented)",
407 1.86 christos /* 374 */ "#374 (unimplemented)",
408 1.86 christos /* 375 */ "#375 (unimplemented)",
409 1.86 christos /* 376 */ "#376 (unimplemented)",
410 1.86 christos /* 377 */ "#377 (unimplemented)",
411 1.86 christos /* 378 */ "#378 (unimplemented)",
412 1.86 christos /* 379 */ "#379 (unimplemented)",
413 1.86 christos /* 380 */ "#380 (unimplemented)",
414 1.86 christos /* 381 */ "#381 (unimplemented)",
415 1.86 christos /* 382 */ "#382 (unimplemented)",
416 1.86 christos /* 383 */ "#383 (unimplemented)",
417 1.86 christos /* 384 */ "#384 (unimplemented)",
418 1.86 christos /* 385 */ "#385 (unimplemented)",
419 1.86 christos /* 386 */ "#386 (unimplemented)",
420 1.86 christos /* 387 */ "#387 (unimplemented)",
421 1.86 christos /* 388 */ "#388 (unimplemented)",
422 1.86 christos /* 389 */ "#389 (unimplemented)",
423 1.86 christos /* 390 */ "#390 (unimplemented)",
424 1.86 christos /* 391 */ "#391 (unimplemented)",
425 1.86 christos /* 392 */ "#392 (unimplemented)",
426 1.86 christos /* 393 */ "#393 (unimplemented)",
427 1.86 christos /* 394 */ "#394 (unimplemented)",
428 1.86 christos /* 395 */ "#395 (unimplemented)",
429 1.86 christos /* 396 */ "#396 (unimplemented)",
430 1.86 christos /* 397 */ "#397 (unimplemented)",
431 1.86 christos /* 398 */ "#398 (unimplemented)",
432 1.86 christos /* 399 */ "#399 (unimplemented)",
433 1.86 christos /* 400 */ "#400 (unimplemented)",
434 1.86 christos /* 401 */ "#401 (unimplemented)",
435 1.86 christos /* 402 */ "#402 (unimplemented)",
436 1.86 christos /* 403 */ "#403 (unimplemented)",
437 1.86 christos /* 404 */ "#404 (unimplemented)",
438 1.86 christos /* 405 */ "#405 (unimplemented)",
439 1.86 christos /* 406 */ "#406 (unimplemented)",
440 1.86 christos /* 407 */ "#407 (unimplemented)",
441 1.86 christos /* 408 */ "#408 (unimplemented)",
442 1.86 christos /* 409 */ "#409 (unimplemented)",
443 1.86 christos /* 410 */ "#410 (unimplemented)",
444 1.86 christos /* 411 */ "#411 (unimplemented)",
445 1.86 christos /* 412 */ "#412 (unimplemented)",
446 1.86 christos /* 413 */ "#413 (unimplemented)",
447 1.86 christos /* 414 */ "#414 (unimplemented)",
448 1.86 christos /* 415 */ "#415 (unimplemented)",
449 1.86 christos /* 416 */ "#416 (unimplemented)",
450 1.86 christos /* 417 */ "#417 (unimplemented)",
451 1.86 christos /* 418 */ "#418 (unimplemented)",
452 1.86 christos /* 419 */ "#419 (unimplemented)",
453 1.86 christos /* 420 */ "#420 (unimplemented)",
454 1.86 christos /* 421 */ "#421 (unimplemented)",
455 1.86 christos /* 422 */ "#422 (unimplemented)",
456 1.86 christos /* 423 */ "#423 (unimplemented)",
457 1.86 christos /* 424 */ "#424 (unimplemented)",
458 1.86 christos /* 425 */ "#425 (unimplemented)",
459 1.86 christos /* 426 */ "#426 (unimplemented)",
460 1.86 christos /* 427 */ "#427 (unimplemented)",
461 1.86 christos /* 428 */ "#428 (unimplemented)",
462 1.86 christos /* 429 */ "#429 (unimplemented)",
463 1.86 christos /* 430 */ "#430 (unimplemented)",
464 1.86 christos /* 431 */ "#431 (unimplemented)",
465 1.86 christos /* 432 */ "#432 (unimplemented)",
466 1.86 christos /* 433 */ "#433 (unimplemented)",
467 1.86 christos /* 434 */ "#434 (unimplemented)",
468 1.86 christos /* 435 */ "#435 (unimplemented)",
469 1.86 christos /* 436 */ "#436 (unimplemented)",
470 1.86 christos /* 437 */ "#437 (unimplemented)",
471 1.86 christos /* 438 */ "#438 (unimplemented)",
472 1.86 christos /* 439 */ "#439 (unimplemented)",
473 1.86 christos /* 440 */ "#440 (unimplemented)",
474 1.86 christos /* 441 */ "epoll_pwait2",
475 1.43 matt /* 442 */ "# filler",
476 1.43 matt /* 443 */ "# filler",
477 1.43 matt /* 444 */ "# filler",
478 1.43 matt /* 445 */ "# filler",
479 1.43 matt /* 446 */ "# filler",
480 1.43 matt /* 447 */ "# filler",
481 1.43 matt /* 448 */ "# filler",
482 1.43 matt /* 449 */ "# filler",
483 1.43 matt /* 450 */ "# filler",
484 1.43 matt /* 451 */ "# filler",
485 1.43 matt /* 452 */ "# filler",
486 1.43 matt /* 453 */ "# filler",
487 1.43 matt /* 454 */ "# filler",
488 1.43 matt /* 455 */ "# filler",
489 1.43 matt /* 456 */ "# filler",
490 1.43 matt /* 457 */ "# filler",
491 1.43 matt /* 458 */ "# filler",
492 1.43 matt /* 459 */ "# filler",
493 1.43 matt /* 460 */ "# filler",
494 1.43 matt /* 461 */ "# filler",
495 1.43 matt /* 462 */ "# filler",
496 1.43 matt /* 463 */ "# filler",
497 1.43 matt /* 464 */ "# filler",
498 1.43 matt /* 465 */ "# filler",
499 1.43 matt /* 466 */ "# filler",
500 1.43 matt /* 467 */ "# filler",
501 1.43 matt /* 468 */ "# filler",
502 1.43 matt /* 469 */ "# filler",
503 1.43 matt /* 470 */ "# filler",
504 1.43 matt /* 471 */ "# filler",
505 1.43 matt /* 472 */ "# filler",
506 1.43 matt /* 473 */ "# filler",
507 1.43 matt /* 474 */ "# filler",
508 1.43 matt /* 475 */ "# filler",
509 1.43 matt /* 476 */ "# filler",
510 1.43 matt /* 477 */ "# filler",
511 1.43 matt /* 478 */ "# filler",
512 1.43 matt /* 479 */ "# filler",
513 1.43 matt /* 480 */ "# filler",
514 1.43 matt /* 481 */ "# filler",
515 1.43 matt /* 482 */ "# filler",
516 1.43 matt /* 483 */ "# filler",
517 1.43 matt /* 484 */ "# filler",
518 1.43 matt /* 485 */ "# filler",
519 1.43 matt /* 486 */ "# filler",
520 1.43 matt /* 487 */ "# filler",
521 1.43 matt /* 488 */ "# filler",
522 1.43 matt /* 489 */ "# filler",
523 1.43 matt /* 490 */ "# filler",
524 1.43 matt /* 491 */ "# filler",
525 1.43 matt /* 492 */ "# filler",
526 1.43 matt /* 493 */ "# filler",
527 1.43 matt /* 494 */ "# filler",
528 1.43 matt /* 495 */ "# filler",
529 1.43 matt /* 496 */ "# filler",
530 1.43 matt /* 497 */ "# filler",
531 1.43 matt /* 498 */ "# filler",
532 1.43 matt /* 499 */ "# filler",
533 1.43 matt /* 500 */ "# filler",
534 1.43 matt /* 501 */ "# filler",
535 1.43 matt /* 502 */ "# filler",
536 1.43 matt /* 503 */ "# filler",
537 1.43 matt /* 504 */ "# filler",
538 1.43 matt /* 505 */ "# filler",
539 1.43 matt /* 506 */ "# filler",
540 1.43 matt /* 507 */ "# filler",
541 1.43 matt /* 508 */ "# filler",
542 1.43 matt /* 509 */ "# filler",
543 1.43 matt /* 510 */ "# filler",
544 1.43 matt /* 511 */ "# filler",
545 1.8 christos };
546 1.68 martin
547 1.68 martin
548 1.68 martin /* libc style syscall names */
549 1.68 martin const char *const altlinux_syscallnames[] = {
550 1.68 martin /* 0 */ "nosys",
551 1.68 martin /* 1 */ NULL, /* exit */
552 1.68 martin /* 2 */ NULL, /* fork */
553 1.68 martin /* 3 */ NULL, /* read */
554 1.68 martin /* 4 */ NULL, /* write */
555 1.68 martin /* 5 */ NULL, /* open */
556 1.68 martin /* 6 */ NULL, /* close */
557 1.68 martin /* 7 */ NULL, /* waitpid */
558 1.68 martin /* 8 */ NULL, /* creat */
559 1.68 martin /* 9 */ NULL, /* link */
560 1.68 martin /* 10 */ NULL, /* unlink */
561 1.68 martin /* 11 */ NULL, /* execve */
562 1.68 martin /* 12 */ NULL, /* chdir */
563 1.68 martin /* 13 */ NULL, /* time */
564 1.68 martin /* 14 */ NULL, /* mknod */
565 1.68 martin /* 15 */ NULL, /* chmod */
566 1.68 martin /* 16 */ NULL, /* __posix_lchown */
567 1.68 martin /* 17 */ NULL, /* unimplemented */
568 1.68 martin /* 18 */ NULL, /* obsolete ostat */
569 1.68 martin /* 19 */ NULL, /* lseek */
570 1.68 martin /* 20 */ NULL, /* getpid */
571 1.68 martin /* 21 */ NULL, /* unimplemented mount */
572 1.68 martin /* 22 */ NULL, /* obsolete umount */
573 1.68 martin /* 23 */ NULL, /* setuid */
574 1.68 martin /* 24 */ NULL, /* getuid */
575 1.68 martin /* 25 */ NULL, /* stime */
576 1.68 martin /* 26 */ NULL, /* ptrace */
577 1.68 martin /* 27 */ NULL, /* alarm */
578 1.68 martin /* 28 */ NULL, /* obsolete ofstat */
579 1.68 martin /* 29 */ NULL, /* pause */
580 1.68 martin /* 30 */ NULL, /* utime */
581 1.68 martin /* 31 */ NULL, /* unimplemented */
582 1.68 martin /* 32 */ NULL, /* unimplemented */
583 1.68 martin /* 33 */ NULL, /* access */
584 1.68 martin /* 34 */ NULL, /* nice */
585 1.68 martin /* 35 */ NULL, /* unimplemented */
586 1.68 martin /* 36 */ NULL, /* sync */
587 1.68 martin /* 37 */ NULL, /* kill */
588 1.68 martin /* 38 */ NULL, /* __posix_rename */
589 1.68 martin /* 39 */ NULL, /* mkdir */
590 1.68 martin /* 40 */ NULL, /* rmdir */
591 1.68 martin /* 41 */ NULL, /* dup */
592 1.68 martin /* 42 */ NULL, /* pipe */
593 1.68 martin /* 43 */ NULL, /* times */
594 1.68 martin /* 44 */ NULL, /* unimplemented */
595 1.68 martin /* 45 */ NULL, /* brk */
596 1.68 martin /* 46 */ NULL, /* setgid */
597 1.68 martin /* 47 */ NULL, /* getgid */
598 1.68 martin /* 48 */ NULL, /* signal */
599 1.68 martin /* 49 */ NULL, /* geteuid */
600 1.68 martin /* 50 */ NULL, /* getegid */
601 1.68 martin /* 51 */ NULL, /* acct */
602 1.68 martin /* 52 */ NULL, /* unimplemented umount */
603 1.68 martin /* 53 */ NULL, /* unimplemented */
604 1.68 martin /* 54 */ NULL, /* ioctl */
605 1.68 martin /* 55 */ NULL, /* fcntl */
606 1.68 martin /* 56 */ NULL, /* obsolete mpx */
607 1.68 martin /* 57 */ NULL, /* setpgid */
608 1.68 martin /* 58 */ NULL, /* unimplemented */
609 1.68 martin /* 59 */ NULL, /* olduname */
610 1.68 martin /* 60 */ NULL, /* umask */
611 1.68 martin /* 61 */ NULL, /* chroot */
612 1.68 martin /* 62 */ NULL, /* unimplemented ustat */
613 1.68 martin /* 63 */ NULL, /* dup2 */
614 1.68 martin /* 64 */ NULL, /* getppid */
615 1.68 martin /* 65 */ NULL, /* getpgrp */
616 1.68 martin /* 66 */ NULL, /* setsid */
617 1.68 martin /* 67 */ NULL, /* sigaction */
618 1.68 martin /* 68 */ NULL, /* siggetmask */
619 1.68 martin /* 69 */ NULL, /* sigsetmask */
620 1.68 martin /* 70 */ NULL, /* setreuid */
621 1.68 martin /* 71 */ NULL, /* setregid */
622 1.68 martin /* 72 */ NULL, /* sigsuspend */
623 1.68 martin /* 73 */ NULL, /* sigpending */
624 1.68 martin /* 74 */ NULL, /* sethostname */
625 1.68 martin /* 75 */ NULL, /* setrlimit */
626 1.68 martin /* 76 */ NULL, /* getrlimit */
627 1.68 martin /* 77 */ NULL, /* getrusage */
628 1.68 martin /* 78 */ NULL, /* gettimeofday */
629 1.68 martin /* 79 */ NULL, /* settimeofday */
630 1.68 martin /* 80 */ NULL, /* getgroups */
631 1.68 martin /* 81 */ NULL, /* setgroups */
632 1.68 martin /* 82 */ NULL, /* unimplemented old_select */
633 1.68 martin /* 83 */ NULL, /* symlink */
634 1.68 martin /* 84 */ "lstat",
635 1.68 martin /* 85 */ NULL, /* readlink */
636 1.68 martin /* 86 */ NULL, /* unimplemented uselib */
637 1.68 martin /* 87 */ NULL, /* swapon */
638 1.68 martin /* 88 */ NULL, /* reboot */
639 1.68 martin /* 89 */ NULL, /* readdir */
640 1.68 martin /* 90 */ NULL, /* mmap */
641 1.68 martin /* 91 */ NULL, /* munmap */
642 1.68 martin /* 92 */ NULL, /* truncate */
643 1.68 martin /* 93 */ NULL, /* ftruncate */
644 1.68 martin /* 94 */ NULL, /* fchmod */
645 1.68 martin /* 95 */ NULL, /* __posix_fchown */
646 1.68 martin /* 96 */ NULL, /* getpriority */
647 1.68 martin /* 97 */ NULL, /* setpriority */
648 1.68 martin /* 98 */ NULL, /* unimplemented */
649 1.68 martin /* 99 */ NULL, /* statfs */
650 1.68 martin /* 100 */ NULL, /* fstatfs */
651 1.68 martin /* 101 */ NULL, /* ioperm */
652 1.68 martin /* 102 */ NULL, /* socketcall */
653 1.68 martin /* 103 */ NULL, /* unimplemented syslog */
654 1.68 martin /* 104 */ NULL, /* setitimer */
655 1.68 martin /* 105 */ NULL, /* getitimer */
656 1.68 martin /* 106 */ NULL, /* stat */
657 1.68 martin /* 107 */ NULL, /* lstat */
658 1.68 martin /* 108 */ NULL, /* fstat */
659 1.68 martin /* 109 */ NULL, /* uname */
660 1.68 martin /* 110 */ NULL, /* unimplemented iopl */
661 1.68 martin /* 111 */ NULL, /* unimplemented vhangup */
662 1.68 martin /* 112 */ NULL, /* unimplemented idle */
663 1.68 martin /* 113 */ NULL, /* unimplemented vm86old */
664 1.68 martin /* 114 */ NULL, /* wait4 */
665 1.68 martin /* 115 */ NULL, /* swapoff */
666 1.68 martin /* 116 */ NULL, /* sysinfo */
667 1.68 martin /* 117 */ NULL, /* ipc */
668 1.68 martin /* 118 */ NULL, /* fsync */
669 1.68 martin /* 119 */ NULL, /* sigreturn */
670 1.68 martin /* 120 */ NULL, /* clone */
671 1.68 martin /* 121 */ NULL, /* setdomainname */
672 1.68 martin /* 122 */ NULL, /* new_uname */
673 1.68 martin /* 123 */ NULL, /* unimplemented modify_ldt */
674 1.68 martin /* 124 */ NULL, /* unimplemented adjtimex */
675 1.68 martin /* 125 */ NULL, /* mprotect */
676 1.68 martin /* 126 */ NULL, /* sigprocmask */
677 1.68 martin /* 127 */ NULL, /* unimplemented create_module */
678 1.68 martin /* 128 */ NULL, /* unimplemented init_module */
679 1.68 martin /* 129 */ NULL, /* unimplemented delete_module */
680 1.68 martin /* 130 */ NULL, /* unimplemented get_kernel_syms */
681 1.68 martin /* 131 */ NULL, /* unimplemented quotactl */
682 1.68 martin /* 132 */ NULL, /* getpgid */
683 1.68 martin /* 133 */ NULL, /* fchdir */
684 1.68 martin /* 134 */ NULL, /* unimplemented bdflush */
685 1.68 martin /* 135 */ NULL, /* unimplemented sysfs */
686 1.68 martin /* 136 */ NULL, /* personality */
687 1.68 martin /* 137 */ NULL, /* unimplemented afs_syscall */
688 1.68 martin /* 138 */ NULL, /* setfsuid */
689 1.68 martin /* 139 */ NULL, /* setfsgid */
690 1.68 martin /* 140 */ NULL, /* llseek */
691 1.68 martin /* 141 */ NULL, /* getdents */
692 1.68 martin /* 142 */ NULL, /* select */
693 1.68 martin /* 143 */ NULL, /* flock */
694 1.68 martin /* 144 */ "msync",
695 1.68 martin /* 145 */ NULL, /* readv */
696 1.68 martin /* 146 */ NULL, /* writev */
697 1.68 martin /* 147 */ NULL, /* cacheflush */
698 1.68 martin /* 148 */ NULL, /* unimplemented cachectl */
699 1.68 martin /* 149 */ NULL, /* sysmips */
700 1.68 martin /* 150 */ NULL, /* unimplemented */
701 1.68 martin /* 151 */ NULL, /* getsid */
702 1.68 martin /* 152 */ NULL, /* fdatasync */
703 1.68 martin /* 153 */ NULL, /* __sysctl */
704 1.68 martin /* 154 */ NULL, /* mlock */
705 1.68 martin /* 155 */ NULL, /* munlock */
706 1.68 martin /* 156 */ NULL, /* mlockall */
707 1.68 martin /* 157 */ NULL, /* munlockall */
708 1.68 martin /* 158 */ NULL, /* sched_setparam */
709 1.68 martin /* 159 */ NULL, /* sched_getparam */
710 1.68 martin /* 160 */ NULL, /* sched_setscheduler */
711 1.68 martin /* 161 */ NULL, /* sched_getscheduler */
712 1.68 martin /* 162 */ NULL, /* sched_yield */
713 1.68 martin /* 163 */ NULL, /* sched_get_priority_max */
714 1.68 martin /* 164 */ NULL, /* sched_get_priority_min */
715 1.68 martin /* 165 */ NULL, /* unimplemented sched_rr_get_interval */
716 1.68 martin /* 166 */ NULL, /* nanosleep */
717 1.68 martin /* 167 */ NULL, /* mremap */
718 1.68 martin /* 168 */ NULL, /* accept */
719 1.68 martin /* 169 */ NULL, /* bind */
720 1.68 martin /* 170 */ NULL, /* connect */
721 1.68 martin /* 171 */ NULL, /* getpeername */
722 1.68 martin /* 172 */ NULL, /* getsockname */
723 1.68 martin /* 173 */ NULL, /* getsockopt */
724 1.68 martin /* 174 */ NULL, /* listen */
725 1.68 martin /* 175 */ NULL, /* recv */
726 1.68 martin /* 176 */ NULL, /* recvfrom */
727 1.68 martin /* 177 */ NULL, /* recvmsg */
728 1.68 martin /* 178 */ NULL, /* send */
729 1.68 martin /* 179 */ NULL, /* sendmsg */
730 1.68 martin /* 180 */ NULL, /* sendto */
731 1.68 martin /* 181 */ NULL, /* setsockopt */
732 1.68 martin /* 182 */ NULL, /* unimplemented shutdown */
733 1.68 martin /* 183 */ NULL, /* socket */
734 1.68 martin /* 184 */ NULL, /* socketpair */
735 1.68 martin /* 185 */ NULL, /* setresuid */
736 1.68 martin /* 186 */ NULL, /* getresuid */
737 1.68 martin /* 187 */ NULL, /* unimplemented query_module */
738 1.68 martin /* 188 */ NULL, /* poll */
739 1.68 martin /* 189 */ NULL, /* unimplemented nfsservctl */
740 1.68 martin /* 190 */ NULL, /* setresgid */
741 1.68 martin /* 191 */ NULL, /* getresgid */
742 1.68 martin /* 192 */ NULL, /* unimplemented prctl */
743 1.68 martin /* 193 */ NULL, /* rt_sigreturn */
744 1.68 martin /* 194 */ NULL, /* rt_sigaction */
745 1.68 martin /* 195 */ NULL, /* rt_sigprocmask */
746 1.68 martin /* 196 */ NULL, /* rt_sigpending */
747 1.68 martin /* 197 */ NULL, /* rt_sigtimedwait */
748 1.68 martin /* 198 */ NULL, /* rt_queueinfo */
749 1.68 martin /* 199 */ NULL, /* rt_sigsuspend */
750 1.68 martin /* 200 */ NULL, /* pread */
751 1.68 martin /* 201 */ NULL, /* pwrite */
752 1.68 martin /* 202 */ NULL, /* __posix_chown */
753 1.68 martin /* 203 */ NULL, /* __getcwd */
754 1.68 martin /* 204 */ NULL, /* unimplemented capget */
755 1.68 martin /* 205 */ NULL, /* unimplemented capset */
756 1.68 martin /* 206 */ NULL, /* sigaltstack */
757 1.68 martin /* 207 */ NULL, /* unimplemented sendfile */
758 1.68 martin /* 208 */ NULL, /* unimplemented */
759 1.68 martin /* 209 */ NULL, /* unimplemented */
760 1.68 martin /* 210 */ NULL, /* mmap2 */
761 1.68 martin /* 211 */ NULL, /* truncate64 */
762 1.68 martin /* 212 */ NULL, /* ftruncate64 */
763 1.68 martin /* 213 */ NULL, /* stat64 */
764 1.68 martin /* 214 */ NULL, /* lstat64 */
765 1.68 martin /* 215 */ NULL, /* fstat64 */
766 1.68 martin /* 216 */ NULL, /* unimplemented pivot_root */
767 1.68 martin /* 217 */ NULL, /* mincore */
768 1.68 martin /* 218 */ NULL, /* madvise */
769 1.68 martin /* 219 */ NULL, /* getdents64 */
770 1.68 martin /* 220 */ NULL, /* fcntl64 */
771 1.68 martin /* 221 */ NULL, /* unimplemented / * reserved * / */
772 1.68 martin /* 222 */ NULL, /* gettid */
773 1.68 martin /* 223 */ NULL, /* unimplemented readahead */
774 1.68 martin /* 224 */ NULL, /* setxattr */
775 1.68 martin /* 225 */ NULL, /* lsetxattr */
776 1.68 martin /* 226 */ NULL, /* fsetxattr */
777 1.68 martin /* 227 */ NULL, /* getxattr */
778 1.68 martin /* 228 */ NULL, /* lgetxattr */
779 1.68 martin /* 229 */ NULL, /* fgetxattr */
780 1.68 martin /* 230 */ NULL, /* listxattr */
781 1.68 martin /* 231 */ NULL, /* llistxattr */
782 1.68 martin /* 232 */ NULL, /* flistxattr */
783 1.68 martin /* 233 */ NULL, /* removexattr */
784 1.68 martin /* 234 */ NULL, /* lremovexattr */
785 1.68 martin /* 235 */ NULL, /* fremovexattr */
786 1.68 martin /* 236 */ NULL, /* tkill */
787 1.68 martin /* 237 */ NULL, /* unimplemented sendfile64 */
788 1.68 martin /* 238 */ NULL, /* futex */
789 1.68 martin /* 239 */ NULL, /* sched_setaffinity */
790 1.68 martin /* 240 */ NULL, /* sched_getaffinity */
791 1.68 martin /* 241 */ NULL, /* unimplemented io_setup */
792 1.68 martin /* 242 */ NULL, /* unimplemented io_destroy */
793 1.68 martin /* 243 */ NULL, /* unimplemented io_getevents */
794 1.68 martin /* 244 */ NULL, /* unimplemented io_submit */
795 1.68 martin /* 245 */ NULL, /* unimplemented io_cancel */
796 1.68 martin /* 246 */ NULL, /* exit_group */
797 1.68 martin /* 247 */ NULL, /* unimplemented lookup_dcookie */
798 1.86 christos /* 248 */ NULL, /* epoll_create */
799 1.86 christos /* 249 */ NULL, /* epoll_ctl */
800 1.86 christos /* 250 */ NULL, /* epoll_wait */
801 1.68 martin /* 251 */ NULL, /* unimplemented remap_file_pages */
802 1.68 martin /* 252 */ NULL, /* set_tid_address */
803 1.68 martin /* 253 */ NULL, /* unimplemented restart_syscall */
804 1.68 martin /* 254 */ NULL, /* fadvise64 */
805 1.68 martin /* 255 */ NULL, /* statfs64 */
806 1.68 martin /* 256 */ NULL, /* fstatfs64 */
807 1.80 thorpej /* 257 */ NULL, /* timer_create */
808 1.80 thorpej /* 258 */ NULL, /* timer_settime */
809 1.80 thorpej /* 259 */ NULL, /* timer_gettime */
810 1.80 thorpej /* 260 */ NULL, /* timer_getoverrun */
811 1.80 thorpej /* 261 */ NULL, /* timer_delete */
812 1.68 martin /* 262 */ NULL, /* clock_settime */
813 1.68 martin /* 263 */ NULL, /* clock_gettime */
814 1.68 martin /* 264 */ NULL, /* clock_getres */
815 1.68 martin /* 265 */ NULL, /* clock_nanosleep */
816 1.68 martin /* 266 */ NULL, /* tgkill */
817 1.68 martin /* 267 */ NULL, /* utimes */
818 1.68 martin /* 268 */ NULL, /* unimplemented mbind */
819 1.68 martin /* 269 */ NULL, /* unimplemented get_mempolicy */
820 1.68 martin /* 270 */ NULL, /* unimplemented set_mempolicy */
821 1.68 martin /* 271 */ NULL, /* unimplemented mq_open */
822 1.68 martin /* 272 */ NULL, /* unimplemented mq_unlink */
823 1.68 martin /* 273 */ NULL, /* unimplemented mq_timedsend */
824 1.68 martin /* 274 */ NULL, /* unimplemented mq_timedreceive */
825 1.68 martin /* 275 */ NULL, /* unimplemented mq_notify */
826 1.68 martin /* 276 */ NULL, /* unimplemented mq_getsetattr */
827 1.68 martin /* 277 */ NULL, /* unimplemented vserve */
828 1.68 martin /* 278 */ NULL, /* unimplemented waitid */
829 1.68 martin /* 279 */ NULL, /* unimplemented setaltroot */
830 1.68 martin /* 280 */ NULL, /* unimplemented add_key */
831 1.68 martin /* 281 */ NULL, /* unimplemented request_key */
832 1.68 martin /* 282 */ NULL, /* unimplemented keyctl */
833 1.68 martin /* 283 */ NULL, /* set_thread_area */
834 1.68 martin /* 284 */ NULL, /* unimplemented inotify_init */
835 1.68 martin /* 285 */ NULL, /* unimplemented inotify_add_watch */
836 1.68 martin /* 286 */ NULL, /* unimplemented inotify_rm_watch */
837 1.68 martin /* 287 */ NULL, /* unimplemented migrate_pages */
838 1.68 martin /* 288 */ NULL, /* openat */
839 1.68 martin /* 289 */ NULL, /* mkdirat */
840 1.68 martin /* 290 */ NULL, /* mknodat */
841 1.68 martin /* 291 */ NULL, /* fchownat */
842 1.68 martin /* 292 */ NULL, /* unimplemented futimesat */
843 1.68 martin /* 293 */ NULL, /* fstatat64 */
844 1.68 martin /* 294 */ NULL, /* unlinkat */
845 1.68 martin /* 295 */ NULL, /* renameat */
846 1.68 martin /* 296 */ NULL, /* linkat */
847 1.68 martin /* 297 */ NULL, /* symlinkat */
848 1.68 martin /* 298 */ NULL, /* readlinkat */
849 1.68 martin /* 299 */ NULL, /* fchmodat */
850 1.68 martin /* 300 */ NULL, /* faccessat */
851 1.68 martin /* 301 */ NULL, /* pselect6 */
852 1.68 martin /* 302 */ NULL, /* ppoll */
853 1.68 martin /* 303 */ NULL, /* unimplemented unshare */
854 1.68 martin /* 304 */ NULL, /* unimplemented splice */
855 1.68 martin /* 305 */ NULL, /* unimplemented sync_file_range */
856 1.68 martin /* 306 */ NULL, /* unimplemented tee */
857 1.68 martin /* 307 */ NULL, /* unimplemented vmsplice */
858 1.68 martin /* 308 */ NULL, /* unimplemented move_pages */
859 1.79 thorpej /* 309 */ NULL, /* __futex_set_robust_list */
860 1.79 thorpej /* 310 */ NULL, /* __futex_get_robust_list */
861 1.68 martin /* 311 */ NULL, /* unimplemented kexec_load */
862 1.68 martin /* 312 */ NULL, /* unimplemented getcpu */
863 1.86 christos /* 313 */ NULL, /* epoll_pwait */
864 1.68 martin /* 314 */ NULL, /* unimplemented ioprio_set */
865 1.68 martin /* 315 */ NULL, /* unimplemented ioprio_get */
866 1.68 martin /* 316 */ NULL, /* utimensat */
867 1.68 martin /* 317 */ NULL, /* unimplemented signalfd */
868 1.68 martin /* 318 */ NULL, /* unimplemented timerfd */
869 1.82 thorpej /* 319 */ NULL, /* eventfd */
870 1.78 jdolecek /* 320 */ NULL, /* fallocate */
871 1.81 thorpej /* 321 */ NULL, /* timerfd_create */
872 1.81 thorpej /* 322 */ NULL, /* timerfd_gettime */
873 1.81 thorpej /* 323 */ NULL, /* timerfd_settime */
874 1.68 martin /* 324 */ NULL, /* unimplemented signalfd4 */
875 1.82 thorpej /* 325 */ NULL, /* eventfd2 */
876 1.86 christos /* 326 */ NULL, /* epoll_create1 */
877 1.68 martin /* 327 */ NULL, /* dup3 */
878 1.68 martin /* 328 */ NULL, /* pipe2 */
879 1.68 martin /* 329 */ NULL, /* unimplemented inotify_init1 */
880 1.83 thorpej /* 330 */ NULL, /* preadv */
881 1.83 thorpej /* 331 */ NULL, /* pwritev */
882 1.68 martin /* 332 */ NULL, /* unimplemented rt_tgsigqueueinfo */
883 1.68 martin /* 333 */ NULL, /* unimplemented perf_event_open */
884 1.71 christos /* 334 */ NULL, /* accept4 */
885 1.72 christos /* 335 */ NULL, /* recvmmsg */
886 1.72 christos /* 336 */ NULL, /* unimplemented getdents64 */
887 1.72 christos /* 337 */ NULL, /* unimplemented fanotify_init */
888 1.72 christos /* 338 */ NULL, /* unimplemented fanotify_mark */
889 1.85 ryo /* 339 */ NULL, /* prlimit64 */
890 1.72 christos /* 340 */ NULL, /* unimplemented name_to_handle_at */
891 1.72 christos /* 341 */ NULL, /* unimplemented open_by_handle_at */
892 1.72 christos /* 342 */ NULL, /* unimplemented clock_adjtime */
893 1.72 christos /* 343 */ NULL, /* unimplemented syncfs */
894 1.72 christos /* 344 */ NULL, /* sendmmsg */
895 1.72 christos /* 345 */ NULL, /* unimplemented setns */
896 1.72 christos /* 346 */ NULL, /* unimplemented process_vm_readv */
897 1.72 christos /* 347 */ NULL, /* unimplemented process_vm_writev */
898 1.72 christos /* 348 */ NULL, /* unimplemented kcmp */
899 1.72 christos /* 349 */ NULL, /* unimplemented finit_module */
900 1.72 christos /* 350 */ NULL, /* unimplemented sched_setattr */
901 1.72 christos /* 351 */ NULL, /* unimplemented sched_getattr */
902 1.72 christos /* 352 */ NULL, /* unimplemented renameat2 */
903 1.72 christos /* 353 */ NULL, /* unimplemented seccomp */
904 1.84 ryo /* 354 */ NULL, /* getrandom */
905 1.72 christos /* 355 */ NULL, /* unimplemented memfd_create */
906 1.72 christos /* 356 */ NULL, /* unimplemented bpf */
907 1.72 christos /* 357 */ NULL, /* unimplemented execveat */
908 1.72 christos /* 358 */ NULL, /* unimplemented userfaultfd */
909 1.72 christos /* 359 */ NULL, /* unimplemented membarrier */
910 1.72 christos /* 360 */ NULL, /* unimplemented mlock2 */
911 1.72 christos /* 361 */ NULL, /* unimplemented copy_file_range */
912 1.72 christos /* 362 */ NULL, /* unimplemented preadv2 */
913 1.72 christos /* 363 */ NULL, /* unimplemented pwritev2 */
914 1.72 christos /* 364 */ NULL, /* unimplemented pkey_mprotect */
915 1.72 christos /* 365 */ NULL, /* unimplemented pkey_alloc */
916 1.72 christos /* 366 */ NULL, /* unimplemented pkey_free */
917 1.86 christos /* 367 */ NULL, /* unimplemented */
918 1.86 christos /* 368 */ NULL, /* unimplemented */
919 1.86 christos /* 369 */ NULL, /* unimplemented */
920 1.86 christos /* 370 */ NULL, /* unimplemented */
921 1.86 christos /* 371 */ NULL, /* unimplemented */
922 1.86 christos /* 372 */ NULL, /* unimplemented */
923 1.86 christos /* 373 */ NULL, /* unimplemented */
924 1.86 christos /* 374 */ NULL, /* unimplemented */
925 1.86 christos /* 375 */ NULL, /* unimplemented */
926 1.86 christos /* 376 */ NULL, /* unimplemented */
927 1.86 christos /* 377 */ NULL, /* unimplemented */
928 1.86 christos /* 378 */ NULL, /* unimplemented */
929 1.86 christos /* 379 */ NULL, /* unimplemented */
930 1.86 christos /* 380 */ NULL, /* unimplemented */
931 1.86 christos /* 381 */ NULL, /* unimplemented */
932 1.86 christos /* 382 */ NULL, /* unimplemented */
933 1.86 christos /* 383 */ NULL, /* unimplemented */
934 1.86 christos /* 384 */ NULL, /* unimplemented */
935 1.86 christos /* 385 */ NULL, /* unimplemented */
936 1.86 christos /* 386 */ NULL, /* unimplemented */
937 1.86 christos /* 387 */ NULL, /* unimplemented */
938 1.86 christos /* 388 */ NULL, /* unimplemented */
939 1.86 christos /* 389 */ NULL, /* unimplemented */
940 1.86 christos /* 390 */ NULL, /* unimplemented */
941 1.86 christos /* 391 */ NULL, /* unimplemented */
942 1.86 christos /* 392 */ NULL, /* unimplemented */
943 1.86 christos /* 393 */ NULL, /* unimplemented */
944 1.86 christos /* 394 */ NULL, /* unimplemented */
945 1.86 christos /* 395 */ NULL, /* unimplemented */
946 1.86 christos /* 396 */ NULL, /* unimplemented */
947 1.86 christos /* 397 */ NULL, /* unimplemented */
948 1.86 christos /* 398 */ NULL, /* unimplemented */
949 1.86 christos /* 399 */ NULL, /* unimplemented */
950 1.86 christos /* 400 */ NULL, /* unimplemented */
951 1.86 christos /* 401 */ NULL, /* unimplemented */
952 1.86 christos /* 402 */ NULL, /* unimplemented */
953 1.86 christos /* 403 */ NULL, /* unimplemented */
954 1.86 christos /* 404 */ NULL, /* unimplemented */
955 1.86 christos /* 405 */ NULL, /* unimplemented */
956 1.86 christos /* 406 */ NULL, /* unimplemented */
957 1.86 christos /* 407 */ NULL, /* unimplemented */
958 1.86 christos /* 408 */ NULL, /* unimplemented */
959 1.86 christos /* 409 */ NULL, /* unimplemented */
960 1.86 christos /* 410 */ NULL, /* unimplemented */
961 1.86 christos /* 411 */ NULL, /* unimplemented */
962 1.86 christos /* 412 */ NULL, /* unimplemented */
963 1.86 christos /* 413 */ NULL, /* unimplemented */
964 1.86 christos /* 414 */ NULL, /* unimplemented */
965 1.86 christos /* 415 */ NULL, /* unimplemented */
966 1.86 christos /* 416 */ NULL, /* unimplemented */
967 1.86 christos /* 417 */ NULL, /* unimplemented */
968 1.86 christos /* 418 */ NULL, /* unimplemented */
969 1.86 christos /* 419 */ NULL, /* unimplemented */
970 1.86 christos /* 420 */ NULL, /* unimplemented */
971 1.86 christos /* 421 */ NULL, /* unimplemented */
972 1.86 christos /* 422 */ NULL, /* unimplemented */
973 1.86 christos /* 423 */ NULL, /* unimplemented */
974 1.86 christos /* 424 */ NULL, /* unimplemented */
975 1.86 christos /* 425 */ NULL, /* unimplemented */
976 1.86 christos /* 426 */ NULL, /* unimplemented */
977 1.86 christos /* 427 */ NULL, /* unimplemented */
978 1.86 christos /* 428 */ NULL, /* unimplemented */
979 1.86 christos /* 429 */ NULL, /* unimplemented */
980 1.86 christos /* 430 */ NULL, /* unimplemented */
981 1.86 christos /* 431 */ NULL, /* unimplemented */
982 1.86 christos /* 432 */ NULL, /* unimplemented */
983 1.86 christos /* 433 */ NULL, /* unimplemented */
984 1.86 christos /* 434 */ NULL, /* unimplemented */
985 1.86 christos /* 435 */ NULL, /* unimplemented */
986 1.86 christos /* 436 */ NULL, /* unimplemented */
987 1.86 christos /* 437 */ NULL, /* unimplemented */
988 1.86 christos /* 438 */ NULL, /* unimplemented */
989 1.86 christos /* 439 */ NULL, /* unimplemented */
990 1.86 christos /* 440 */ NULL, /* unimplemented */
991 1.86 christos /* 441 */ NULL, /* epoll_pwait2 */
992 1.68 martin /* 442 */ NULL, /* filler */
993 1.68 martin /* 443 */ NULL, /* filler */
994 1.68 martin /* 444 */ NULL, /* filler */
995 1.68 martin /* 445 */ NULL, /* filler */
996 1.68 martin /* 446 */ NULL, /* filler */
997 1.68 martin /* 447 */ NULL, /* filler */
998 1.68 martin /* 448 */ NULL, /* filler */
999 1.68 martin /* 449 */ NULL, /* filler */
1000 1.68 martin /* 450 */ NULL, /* filler */
1001 1.68 martin /* 451 */ NULL, /* filler */
1002 1.68 martin /* 452 */ NULL, /* filler */
1003 1.68 martin /* 453 */ NULL, /* filler */
1004 1.68 martin /* 454 */ NULL, /* filler */
1005 1.68 martin /* 455 */ NULL, /* filler */
1006 1.68 martin /* 456 */ NULL, /* filler */
1007 1.68 martin /* 457 */ NULL, /* filler */
1008 1.68 martin /* 458 */ NULL, /* filler */
1009 1.68 martin /* 459 */ NULL, /* filler */
1010 1.68 martin /* 460 */ NULL, /* filler */
1011 1.68 martin /* 461 */ NULL, /* filler */
1012 1.68 martin /* 462 */ NULL, /* filler */
1013 1.68 martin /* 463 */ NULL, /* filler */
1014 1.68 martin /* 464 */ NULL, /* filler */
1015 1.68 martin /* 465 */ NULL, /* filler */
1016 1.68 martin /* 466 */ NULL, /* filler */
1017 1.68 martin /* 467 */ NULL, /* filler */
1018 1.68 martin /* 468 */ NULL, /* filler */
1019 1.68 martin /* 469 */ NULL, /* filler */
1020 1.68 martin /* 470 */ NULL, /* filler */
1021 1.68 martin /* 471 */ NULL, /* filler */
1022 1.68 martin /* 472 */ NULL, /* filler */
1023 1.68 martin /* 473 */ NULL, /* filler */
1024 1.68 martin /* 474 */ NULL, /* filler */
1025 1.68 martin /* 475 */ NULL, /* filler */
1026 1.68 martin /* 476 */ NULL, /* filler */
1027 1.68 martin /* 477 */ NULL, /* filler */
1028 1.68 martin /* 478 */ NULL, /* filler */
1029 1.68 martin /* 479 */ NULL, /* filler */
1030 1.68 martin /* 480 */ NULL, /* filler */
1031 1.68 martin /* 481 */ NULL, /* filler */
1032 1.68 martin /* 482 */ NULL, /* filler */
1033 1.68 martin /* 483 */ NULL, /* filler */
1034 1.68 martin /* 484 */ NULL, /* filler */
1035 1.68 martin /* 485 */ NULL, /* filler */
1036 1.68 martin /* 486 */ NULL, /* filler */
1037 1.68 martin /* 487 */ NULL, /* filler */
1038 1.68 martin /* 488 */ NULL, /* filler */
1039 1.68 martin /* 489 */ NULL, /* filler */
1040 1.68 martin /* 490 */ NULL, /* filler */
1041 1.68 martin /* 491 */ NULL, /* filler */
1042 1.68 martin /* 492 */ NULL, /* filler */
1043 1.68 martin /* 493 */ NULL, /* filler */
1044 1.68 martin /* 494 */ NULL, /* filler */
1045 1.68 martin /* 495 */ NULL, /* filler */
1046 1.68 martin /* 496 */ NULL, /* filler */
1047 1.68 martin /* 497 */ NULL, /* filler */
1048 1.68 martin /* 498 */ NULL, /* filler */
1049 1.68 martin /* 499 */ NULL, /* filler */
1050 1.68 martin /* 500 */ NULL, /* filler */
1051 1.68 martin /* 501 */ NULL, /* filler */
1052 1.68 martin /* 502 */ NULL, /* filler */
1053 1.68 martin /* 503 */ NULL, /* filler */
1054 1.68 martin /* 504 */ NULL, /* filler */
1055 1.68 martin /* 505 */ NULL, /* filler */
1056 1.68 martin /* 506 */ NULL, /* filler */
1057 1.68 martin /* 507 */ NULL, /* filler */
1058 1.68 martin /* 508 */ NULL, /* filler */
1059 1.68 martin /* 509 */ NULL, /* filler */
1060 1.68 martin /* 510 */ NULL, /* filler */
1061 1.68 martin /* 511 */ NULL, /* filler */
1062 1.68 martin };
1063