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