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