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