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