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