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