linux_syscalls.c revision 1.117 1 1.64 njoly /* $NetBSD: linux_syscalls.c,v 1.117 2023/07/28 19:01:44 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.117 christos * created from NetBSD: syscalls.master,v 1.103 2023/07/28 19:01:11 christos Exp
8 1.1 erh */
9 1.42 lukem
10 1.42 lukem #include <sys/cdefs.h>
11 1.64 njoly __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.117 2023/07/28 19:01:44 christos Exp $");
12 1.1 erh
13 1.39 mrg #if defined(_KERNEL_OPT)
14 1.39 mrg #if defined(_KERNEL_OPT)
15 1.5 tron #include "opt_sysv.h"
16 1.27 mycroft #endif
17 1.1 erh #include <sys/param.h>
18 1.9 tron #include <sys/poll.h>
19 1.1 erh #include <sys/systm.h>
20 1.1 erh #include <sys/signal.h>
21 1.1 erh #include <sys/mount.h>
22 1.1 erh #include <sys/syscallargs.h>
23 1.2 christos #include <compat/linux/common/linux_types.h>
24 1.2 christos #include <compat/linux/common/linux_signal.h>
25 1.2 christos #include <compat/linux/common/linux_siginfo.h>
26 1.2 christos #include <compat/linux/common/linux_ipc.h>
27 1.2 christos #include <compat/linux/common/linux_msg.h>
28 1.2 christos #include <compat/linux/common/linux_sem.h>
29 1.2 christos #include <compat/linux/common/linux_shm.h>
30 1.6 christos #include <compat/linux/common/linux_mmap.h>
31 1.2 christos #include <compat/linux/linux_syscallargs.h>
32 1.109 maxv #include <compat/linux/arch/alpha/linux_osf1.h>
33 1.102 martin #else /* _KERNEL_OPT */
34 1.102 martin #include <sys/null.h>
35 1.39 mrg #endif /* _KERNEL_OPT */
36 1.1 erh
37 1.27 mycroft const char *const linux_syscallnames[] = {
38 1.64 njoly /* 0 */ "syscall",
39 1.64 njoly /* 1 */ "exit",
40 1.64 njoly /* 2 */ "fork",
41 1.64 njoly /* 3 */ "read",
42 1.64 njoly /* 4 */ "write",
43 1.64 njoly /* 5 */ "#5 (unimplemented)",
44 1.64 njoly /* 6 */ "close",
45 1.109 maxv /* 7 */ "osf1_wait4",
46 1.64 njoly /* 8 */ "creat",
47 1.64 njoly /* 9 */ "link",
48 1.64 njoly /* 10 */ "unlink",
49 1.64 njoly /* 11 */ "#11 (unimplemented)",
50 1.64 njoly /* 12 */ "chdir",
51 1.64 njoly /* 13 */ "fchdir",
52 1.64 njoly /* 14 */ "mknod",
53 1.64 njoly /* 15 */ "chmod",
54 1.64 njoly /* 16 */ "__posix_chown",
55 1.64 njoly /* 17 */ "brk",
56 1.64 njoly /* 18 */ "#18 (unimplemented)",
57 1.64 njoly /* 19 */ "lseek",
58 1.64 njoly /* 20 */ "getpid_with_ppid",
59 1.109 maxv /* 21 */ "osf1_mount",
60 1.64 njoly /* 22 */ "#22 (unimplemented umount)",
61 1.64 njoly /* 23 */ "setuid",
62 1.64 njoly /* 24 */ "getuid_with_euid",
63 1.64 njoly /* 25 */ "#25 (unimplemented)",
64 1.64 njoly /* 26 */ "ptrace",
65 1.64 njoly /* 27 */ "#27 (unimplemented)",
66 1.64 njoly /* 28 */ "#28 (unimplemented)",
67 1.64 njoly /* 29 */ "#29 (unimplemented)",
68 1.64 njoly /* 30 */ "#30 (unimplemented)",
69 1.64 njoly /* 31 */ "#31 (unimplemented)",
70 1.64 njoly /* 32 */ "#32 (unimplemented)",
71 1.64 njoly /* 33 */ "access",
72 1.64 njoly /* 34 */ "#34 (unimplemented)",
73 1.64 njoly /* 35 */ "#35 (unimplemented)",
74 1.64 njoly /* 36 */ "sync",
75 1.64 njoly /* 37 */ "kill",
76 1.64 njoly /* 38 */ "#38 (unimplemented)",
77 1.64 njoly /* 39 */ "setpgid",
78 1.64 njoly /* 40 */ "#40 (unimplemented)",
79 1.64 njoly /* 41 */ "dup",
80 1.64 njoly /* 42 */ "pipe",
81 1.109 maxv /* 43 */ "osf1_set_program_attributes",
82 1.64 njoly /* 44 */ "#44 (unimplemented)",
83 1.64 njoly /* 45 */ "open",
84 1.64 njoly /* 46 */ "#46 (unimplemented)",
85 1.64 njoly /* 47 */ "getgid_with_egid",
86 1.64 njoly /* 48 */ "sigprocmask",
87 1.64 njoly /* 49 */ "#49 (unimplemented)",
88 1.64 njoly /* 50 */ "#50 (unimplemented)",
89 1.64 njoly /* 51 */ "acct",
90 1.64 njoly /* 52 */ "sigpending",
91 1.64 njoly /* 53 */ "#53 (unimplemented)",
92 1.64 njoly /* 54 */ "ioctl",
93 1.64 njoly /* 55 */ "#55 (unimplemented)",
94 1.64 njoly /* 56 */ "#56 (unimplemented)",
95 1.64 njoly /* 57 */ "symlink",
96 1.64 njoly /* 58 */ "readlink",
97 1.64 njoly /* 59 */ "execve",
98 1.64 njoly /* 60 */ "umask",
99 1.64 njoly /* 61 */ "chroot",
100 1.64 njoly /* 62 */ "#62 (unimplemented)",
101 1.64 njoly /* 63 */ "getpgrp",
102 1.64 njoly /* 64 */ "getpagesize",
103 1.64 njoly /* 65 */ "#65 (unimplemented)",
104 1.64 njoly /* 66 */ "__vfork14",
105 1.64 njoly /* 67 */ "stat",
106 1.64 njoly /* 68 */ "lstat",
107 1.64 njoly /* 69 */ "#69 (unimplemented)",
108 1.64 njoly /* 70 */ "#70 (unimplemented)",
109 1.64 njoly /* 71 */ "mmap",
110 1.64 njoly /* 72 */ "#72 (unimplemented)",
111 1.64 njoly /* 73 */ "munmap",
112 1.64 njoly /* 74 */ "mprotect",
113 1.64 njoly /* 75 */ "madvise",
114 1.64 njoly /* 76 */ "#76 (unimplemented vhangup)",
115 1.64 njoly /* 77 */ "#77 (unimplemented)",
116 1.64 njoly /* 78 */ "#78 (unimplemented)",
117 1.64 njoly /* 79 */ "getgroups",
118 1.64 njoly /* 80 */ "setgroups",
119 1.64 njoly /* 81 */ "#81 (unimplemented)",
120 1.64 njoly /* 82 */ "#82 (unimplemented setpgrp)",
121 1.109 maxv /* 83 */ "osf1_setitimer",
122 1.64 njoly /* 84 */ "#84 (unimplemented)",
123 1.64 njoly /* 85 */ "#85 (unimplemented)",
124 1.64 njoly /* 86 */ "#86 (unimplemented osf1_sys_getitimer)",
125 1.64 njoly /* 87 */ "gethostname",
126 1.64 njoly /* 88 */ "sethostname",
127 1.64 njoly /* 89 */ "#89 (unimplemented getdtablesize)",
128 1.64 njoly /* 90 */ "dup2",
129 1.64 njoly /* 91 */ "fstat",
130 1.64 njoly /* 92 */ "fcntl",
131 1.109 maxv /* 93 */ "osf1_select",
132 1.64 njoly /* 94 */ "poll",
133 1.64 njoly /* 95 */ "fsync",
134 1.64 njoly /* 96 */ "setpriority",
135 1.64 njoly /* 97 */ "socket",
136 1.64 njoly /* 98 */ "connect",
137 1.64 njoly /* 99 */ "accept",
138 1.64 njoly /* 100 */ "getpriority",
139 1.64 njoly /* 101 */ "send",
140 1.64 njoly /* 102 */ "recv",
141 1.64 njoly /* 103 */ "sigreturn",
142 1.64 njoly /* 104 */ "bind",
143 1.64 njoly /* 105 */ "setsockopt",
144 1.64 njoly /* 106 */ "listen",
145 1.64 njoly /* 107 */ "#107 (unimplemented)",
146 1.64 njoly /* 108 */ "#108 (unimplemented)",
147 1.64 njoly /* 109 */ "#109 (unimplemented)",
148 1.64 njoly /* 110 */ "#110 (unimplemented)",
149 1.64 njoly /* 111 */ "sigsuspend",
150 1.64 njoly /* 112 */ "sigstack",
151 1.64 njoly /* 113 */ "recvmsg",
152 1.64 njoly /* 114 */ "sendmsg",
153 1.64 njoly /* 115 */ "#115 (unimplemented)",
154 1.109 maxv /* 116 */ "osf1_gettimeofday",
155 1.109 maxv /* 117 */ "osf1_getrusage",
156 1.64 njoly /* 118 */ "getsockopt",
157 1.64 njoly /* 119 */ "#119 (unimplemented)",
158 1.64 njoly /* 120 */ "readv",
159 1.64 njoly /* 121 */ "writev",
160 1.109 maxv /* 122 */ "osf1_settimeofday",
161 1.64 njoly /* 123 */ "__posix_fchown",
162 1.64 njoly /* 124 */ "fchmod",
163 1.64 njoly /* 125 */ "recvfrom",
164 1.64 njoly /* 126 */ "setreuid",
165 1.64 njoly /* 127 */ "setregid",
166 1.64 njoly /* 128 */ "__posix_rename",
167 1.64 njoly /* 129 */ "truncate",
168 1.64 njoly /* 130 */ "ftruncate",
169 1.64 njoly /* 131 */ "flock",
170 1.64 njoly /* 132 */ "setgid",
171 1.64 njoly /* 133 */ "sendto",
172 1.64 njoly /* 134 */ "shutdown",
173 1.64 njoly /* 135 */ "socketpair",
174 1.64 njoly /* 136 */ "mkdir",
175 1.64 njoly /* 137 */ "rmdir",
176 1.109 maxv /* 138 */ "osf1_utimes",
177 1.64 njoly /* 139 */ "#139 (unimplemented)",
178 1.64 njoly /* 140 */ "#140 (unimplemented)",
179 1.64 njoly /* 141 */ "getpeername",
180 1.64 njoly /* 142 */ "#142 (unimplemented)",
181 1.64 njoly /* 143 */ "#143 (unimplemented)",
182 1.64 njoly /* 144 */ "getrlimit",
183 1.64 njoly /* 145 */ "setrlimit",
184 1.64 njoly /* 146 */ "#146 (unimplemented)",
185 1.64 njoly /* 147 */ "setsid",
186 1.64 njoly /* 148 */ "#148 (unimplemented quotactl)",
187 1.64 njoly /* 149 */ "#149 (unimplemented)",
188 1.64 njoly /* 150 */ "getsockname",
189 1.64 njoly /* 151 */ "#151 (unimplemented)",
190 1.64 njoly /* 152 */ "#152 (unimplemented)",
191 1.64 njoly /* 153 */ "#153 (unimplemented)",
192 1.64 njoly /* 154 */ "#154 (unimplemented)",
193 1.64 njoly /* 155 */ "#155 (unimplemented)",
194 1.64 njoly /* 156 */ "sigaction",
195 1.64 njoly /* 157 */ "#157 (unimplemented)",
196 1.64 njoly /* 158 */ "#158 (unimplemented)",
197 1.64 njoly /* 159 */ "getdirentries",
198 1.109 maxv /* 160 */ "osf1_statfs",
199 1.109 maxv /* 161 */ "osf1_fstatfs",
200 1.64 njoly /* 162 */ "#162 (unimplemented)",
201 1.64 njoly /* 163 */ "#163 (unimplemented)",
202 1.64 njoly /* 164 */ "#164 (unimplemented)",
203 1.64 njoly /* 165 */ "getdomainname",
204 1.64 njoly /* 166 */ "setdomainname",
205 1.64 njoly /* 167 */ "#167 (unimplemented)",
206 1.64 njoly /* 168 */ "#168 (unimplemented)",
207 1.64 njoly /* 169 */ "#169 (unimplemented)",
208 1.64 njoly /* 170 */ "#170 (unimplemented)",
209 1.64 njoly /* 171 */ "#171 (unimplemented)",
210 1.64 njoly /* 172 */ "#172 (unimplemented)",
211 1.64 njoly /* 173 */ "#173 (unimplemented)",
212 1.64 njoly /* 174 */ "#174 (unimplemented)",
213 1.64 njoly /* 175 */ "#175 (unimplemented)",
214 1.64 njoly /* 176 */ "#176 (unimplemented)",
215 1.64 njoly /* 177 */ "#177 (unimplemented)",
216 1.64 njoly /* 178 */ "#178 (unimplemented)",
217 1.64 njoly /* 179 */ "#179 (unimplemented)",
218 1.64 njoly /* 180 */ "#180 (unimplemented)",
219 1.64 njoly /* 181 */ "#181 (unimplemented)",
220 1.64 njoly /* 182 */ "#182 (unimplemented)",
221 1.64 njoly /* 183 */ "#183 (unimplemented)",
222 1.64 njoly /* 184 */ "#184 (unimplemented)",
223 1.64 njoly /* 185 */ "#185 (unimplemented)",
224 1.64 njoly /* 186 */ "#186 (unimplemented)",
225 1.64 njoly /* 187 */ "#187 (unimplemented)",
226 1.64 njoly /* 188 */ "#188 (unimplemented)",
227 1.64 njoly /* 189 */ "#189 (unimplemented)",
228 1.64 njoly /* 190 */ "#190 (unimplemented)",
229 1.64 njoly /* 191 */ "ugetrlimit",
230 1.64 njoly /* 192 */ "#192 (unimplemented mmap2)",
231 1.64 njoly /* 193 */ "#193 (unimplemented)",
232 1.64 njoly /* 194 */ "#194 (unimplemented)",
233 1.64 njoly /* 195 */ "#195 (unimplemented)",
234 1.64 njoly /* 196 */ "#196 (unimplemented)",
235 1.64 njoly /* 197 */ "#197 (unimplemented)",
236 1.64 njoly /* 198 */ "#198 (unimplemented)",
237 1.64 njoly /* 199 */ "#199 (unimplemented osf1_sys_swapon)",
238 1.1 erh #ifdef SYSVMSG
239 1.64 njoly /* 200 */ "msgctl",
240 1.64 njoly /* 201 */ "msgget",
241 1.64 njoly /* 202 */ "msgrcv",
242 1.64 njoly /* 203 */ "msgsnd",
243 1.1 erh #else
244 1.64 njoly /* 200 */ "#200 (unimplemented msgctl)",
245 1.64 njoly /* 201 */ "#201 (unimplemented msgget)",
246 1.64 njoly /* 202 */ "#202 (unimplemented msgrcv)",
247 1.64 njoly /* 203 */ "#203 (unimplemented msgsnd)",
248 1.1 erh #endif
249 1.1 erh #ifdef SYSVSEM
250 1.64 njoly /* 204 */ "semctl",
251 1.64 njoly /* 205 */ "semget",
252 1.64 njoly /* 206 */ "semop",
253 1.1 erh #else
254 1.64 njoly /* 204 */ "#204 (unimplemented semctl)",
255 1.64 njoly /* 205 */ "#205 (unimplemented semget)",
256 1.64 njoly /* 206 */ "#206 (unimplemented semop)",
257 1.1 erh #endif
258 1.64 njoly /* 207 */ "olduname",
259 1.64 njoly /* 208 */ "__posix_lchown",
260 1.1 erh #ifdef SYSVSHM
261 1.64 njoly /* 209 */ "shmat",
262 1.64 njoly /* 210 */ "shmctl",
263 1.64 njoly /* 211 */ "shmdt",
264 1.64 njoly /* 212 */ "shmget",
265 1.1 erh #else
266 1.64 njoly /* 209 */ "#209 (unimplemented shmat)",
267 1.64 njoly /* 210 */ "#210 (unimplemented shmctl)",
268 1.64 njoly /* 211 */ "#211 (unimplemented shmdt)",
269 1.64 njoly /* 212 */ "#212 (unimplemented shmget)",
270 1.1 erh #endif
271 1.64 njoly /* 213 */ "#213 (unimplemented)",
272 1.64 njoly /* 214 */ "#214 (unimplemented)",
273 1.64 njoly /* 215 */ "#215 (unimplemented)",
274 1.64 njoly /* 216 */ "#216 (unimplemented)",
275 1.68 njoly /* 217 */ "__msync13",
276 1.64 njoly /* 218 */ "#218 (unimplemented)",
277 1.64 njoly /* 219 */ "#219 (unimplemented)",
278 1.64 njoly /* 220 */ "#220 (unimplemented)",
279 1.64 njoly /* 221 */ "#221 (unimplemented)",
280 1.64 njoly /* 222 */ "#222 (unimplemented)",
281 1.64 njoly /* 223 */ "#223 (unimplemented)",
282 1.64 njoly /* 224 */ "#224 (unimplemented)",
283 1.64 njoly /* 225 */ "#225 (unimplemented)",
284 1.64 njoly /* 226 */ "#226 (unimplemented)",
285 1.64 njoly /* 227 */ "#227 (unimplemented)",
286 1.64 njoly /* 228 */ "#228 (unimplemented)",
287 1.64 njoly /* 229 */ "#229 (unimplemented)",
288 1.64 njoly /* 230 */ "#230 (unimplemented)",
289 1.64 njoly /* 231 */ "#231 (unimplemented)",
290 1.64 njoly /* 232 */ "#232 (unimplemented)",
291 1.64 njoly /* 233 */ "getpgid",
292 1.64 njoly /* 234 */ "getsid",
293 1.64 njoly /* 235 */ "#235 (unimplemented sigaltstack)",
294 1.64 njoly /* 236 */ "#236 (unimplemented)",
295 1.64 njoly /* 237 */ "#237 (unimplemented)",
296 1.64 njoly /* 238 */ "#238 (unimplemented)",
297 1.64 njoly /* 239 */ "#239 (unimplemented)",
298 1.64 njoly /* 240 */ "#240 (unimplemented)",
299 1.109 maxv /* 241 */ "osf1_sysinfo",
300 1.64 njoly /* 242 */ "#242 (unimplemented)",
301 1.64 njoly /* 243 */ "#243 (unimplemented)",
302 1.64 njoly /* 244 */ "#244 (unimplemented osf1_sys_proplist_syscall)",
303 1.64 njoly /* 245 */ "#245 (unimplemented)",
304 1.64 njoly /* 246 */ "#246 (unimplemented)",
305 1.64 njoly /* 247 */ "#247 (unimplemented)",
306 1.64 njoly /* 248 */ "#248 (unimplemented)",
307 1.64 njoly /* 249 */ "#249 (unimplemented)",
308 1.64 njoly /* 250 */ "#250 (unimplemented)",
309 1.109 maxv /* 251 */ "osf1_usleep_thread",
310 1.64 njoly /* 252 */ "#252 (unimplemented)",
311 1.64 njoly /* 253 */ "#253 (unimplemented)",
312 1.64 njoly /* 254 */ "#254 (unimplemented)",
313 1.64 njoly /* 255 */ "#255 (unimplemented sysfs)",
314 1.109 maxv /* 256 */ "osf1_getsysinfo",
315 1.109 maxv /* 257 */ "osf1_setsysinfo",
316 1.64 njoly /* 258 */ "#258 (unimplemented)",
317 1.64 njoly /* 259 */ "#259 (unimplemented)",
318 1.64 njoly /* 260 */ "#260 (unimplemented)",
319 1.64 njoly /* 261 */ "fdatasync",
320 1.64 njoly /* 262 */ "#262 (unimplemented)",
321 1.64 njoly /* 263 */ "#263 (unimplemented)",
322 1.64 njoly /* 264 */ "#264 (unimplemented)",
323 1.64 njoly /* 265 */ "#265 (unimplemented)",
324 1.64 njoly /* 266 */ "#266 (unimplemented)",
325 1.64 njoly /* 267 */ "#267 (unimplemented)",
326 1.64 njoly /* 268 */ "#268 (unimplemented)",
327 1.64 njoly /* 269 */ "#269 (unimplemented)",
328 1.64 njoly /* 270 */ "#270 (unimplemented)",
329 1.64 njoly /* 271 */ "#271 (unimplemented)",
330 1.64 njoly /* 272 */ "#272 (unimplemented)",
331 1.64 njoly /* 273 */ "#273 (unimplemented)",
332 1.64 njoly /* 274 */ "#274 (unimplemented)",
333 1.64 njoly /* 275 */ "#275 (unimplemented)",
334 1.64 njoly /* 276 */ "#276 (unimplemented)",
335 1.64 njoly /* 277 */ "#277 (unimplemented)",
336 1.64 njoly /* 278 */ "#278 (unimplemented)",
337 1.64 njoly /* 279 */ "#279 (unimplemented)",
338 1.64 njoly /* 280 */ "#280 (unimplemented)",
339 1.64 njoly /* 281 */ "#281 (unimplemented)",
340 1.64 njoly /* 282 */ "#282 (unimplemented)",
341 1.64 njoly /* 283 */ "#283 (unimplemented)",
342 1.64 njoly /* 284 */ "#284 (unimplemented)",
343 1.64 njoly /* 285 */ "#285 (unimplemented)",
344 1.64 njoly /* 286 */ "#286 (unimplemented)",
345 1.64 njoly /* 287 */ "#287 (unimplemented)",
346 1.64 njoly /* 288 */ "#288 (unimplemented)",
347 1.64 njoly /* 289 */ "#289 (unimplemented)",
348 1.64 njoly /* 290 */ "#290 (unimplemented)",
349 1.64 njoly /* 291 */ "#291 (unimplemented)",
350 1.64 njoly /* 292 */ "#292 (unimplemented)",
351 1.64 njoly /* 293 */ "#293 (unimplemented)",
352 1.64 njoly /* 294 */ "#294 (unimplemented)",
353 1.64 njoly /* 295 */ "#295 (unimplemented)",
354 1.64 njoly /* 296 */ "#296 (unimplemented)",
355 1.64 njoly /* 297 */ "#297 (unimplemented)",
356 1.64 njoly /* 298 */ "#298 (unimplemented)",
357 1.64 njoly /* 299 */ "#299 (unimplemented)",
358 1.64 njoly /* 300 */ "#300 (unimplemented bdflush)",
359 1.64 njoly /* 301 */ "#301 (unimplemented sethae)",
360 1.64 njoly /* 302 */ "#302 (unimplemented mount)",
361 1.64 njoly /* 303 */ "#303 (unimplemented old_adjtimex)",
362 1.64 njoly /* 304 */ "swapoff",
363 1.64 njoly /* 305 */ "getdents",
364 1.64 njoly /* 306 */ "#306 (unimplemented alpha_create_module)",
365 1.64 njoly /* 307 */ "#307 (unimplemented init_module)",
366 1.64 njoly /* 308 */ "#308 (unimplemented delete_module)",
367 1.64 njoly /* 309 */ "#309 (unimplemented get_kernel_syms)",
368 1.64 njoly /* 310 */ "#310 (unimplemented syslog)",
369 1.64 njoly /* 311 */ "reboot",
370 1.64 njoly /* 312 */ "clone",
371 1.1 erh #ifdef EXEC_AOUT
372 1.64 njoly /* 313 */ "uselib",
373 1.1 erh #else
374 1.64 njoly /* 313 */ "#313 (unimplemented sys_uselib)",
375 1.1 erh #endif
376 1.64 njoly /* 314 */ "mlock",
377 1.64 njoly /* 315 */ "munlock",
378 1.64 njoly /* 316 */ "mlockall",
379 1.64 njoly /* 317 */ "munlockall",
380 1.64 njoly /* 318 */ "sysinfo",
381 1.64 njoly /* 319 */ "__sysctl",
382 1.64 njoly /* 320 */ "#320 (unimplemented idle)",
383 1.64 njoly /* 321 */ "#321 (unimplemented oldumount)",
384 1.64 njoly /* 322 */ "swapon",
385 1.64 njoly /* 323 */ "times",
386 1.64 njoly /* 324 */ "personality",
387 1.64 njoly /* 325 */ "setfsuid",
388 1.66 njoly /* 326 */ "setfsgid",
389 1.64 njoly /* 327 */ "#327 (unimplemented ustat)",
390 1.64 njoly /* 328 */ "statfs",
391 1.64 njoly /* 329 */ "fstatfs",
392 1.64 njoly /* 330 */ "sched_setparam",
393 1.64 njoly /* 331 */ "sched_getparam",
394 1.64 njoly /* 332 */ "sched_setscheduler",
395 1.64 njoly /* 333 */ "sched_getscheduler",
396 1.64 njoly /* 334 */ "sched_yield",
397 1.64 njoly /* 335 */ "sched_get_priority_max",
398 1.64 njoly /* 336 */ "sched_get_priority_min",
399 1.64 njoly /* 337 */ "#337 (unimplemented sched_rr_get_interval)",
400 1.64 njoly /* 338 */ "#338 (unimplemented afs_syscall)",
401 1.64 njoly /* 339 */ "uname",
402 1.64 njoly /* 340 */ "nanosleep",
403 1.64 njoly /* 341 */ "mremap",
404 1.64 njoly /* 342 */ "#342 (unimplemented nfsservctl)",
405 1.64 njoly /* 343 */ "setresuid",
406 1.64 njoly /* 344 */ "getresuid",
407 1.64 njoly /* 345 */ "#345 (unimplemented pciconfig_read)",
408 1.64 njoly /* 346 */ "#346 (unimplemented pciconfig_write)",
409 1.64 njoly /* 347 */ "#347 (unimplemented query_module)",
410 1.64 njoly /* 348 */ "#348 (unimplemented prctl)",
411 1.64 njoly /* 349 */ "pread",
412 1.64 njoly /* 350 */ "pwrite",
413 1.64 njoly /* 351 */ "rt_sigreturn",
414 1.64 njoly /* 352 */ "rt_sigaction",
415 1.64 njoly /* 353 */ "rt_sigprocmask",
416 1.64 njoly /* 354 */ "rt_sigpending",
417 1.83 christos /* 355 */ "rt_sigtimedwait",
418 1.64 njoly /* 356 */ "rt_queueinfo",
419 1.64 njoly /* 357 */ "rt_sigsuspend",
420 1.64 njoly /* 358 */ "select",
421 1.64 njoly /* 359 */ "gettimeofday",
422 1.64 njoly /* 360 */ "settimeofday",
423 1.64 njoly /* 361 */ "getitimer",
424 1.64 njoly /* 362 */ "setitimer",
425 1.64 njoly /* 363 */ "utimes",
426 1.64 njoly /* 364 */ "getrusage",
427 1.64 njoly /* 365 */ "wait4",
428 1.64 njoly /* 366 */ "#366 (unimplemented adjtimex)",
429 1.64 njoly /* 367 */ "__getcwd",
430 1.64 njoly /* 368 */ "#368 (unimplemented capget)",
431 1.64 njoly /* 369 */ "#369 (unimplemented capset)",
432 1.64 njoly /* 370 */ "#370 (unimplemented sendfile)",
433 1.64 njoly /* 371 */ "#371 (unimplemented setresgid)",
434 1.64 njoly /* 372 */ "#372 (unimplemented getresgid)",
435 1.64 njoly /* 373 */ "#373 (unimplemented sys_dipc)",
436 1.64 njoly /* 374 */ "#374 (unimplemented pivot_root)",
437 1.64 njoly /* 375 */ "mincore",
438 1.64 njoly /* 376 */ "#376 (unimplemented pciconfig_iobase)",
439 1.64 njoly /* 377 */ "getdents64",
440 1.79 chs /* 378 */ "gettid",
441 1.64 njoly /* 379 */ "#379 (unimplemented readahead)",
442 1.64 njoly /* 380 */ "#380 (unimplemented / * unused * /)",
443 1.79 chs /* 381 */ "tkill",
444 1.64 njoly /* 382 */ "setxattr",
445 1.64 njoly /* 383 */ "lsetxattr",
446 1.64 njoly /* 384 */ "fsetxattr",
447 1.64 njoly /* 385 */ "getxattr",
448 1.64 njoly /* 386 */ "lgetxattr",
449 1.64 njoly /* 387 */ "fgetxattr",
450 1.64 njoly /* 388 */ "listxattr",
451 1.64 njoly /* 389 */ "llistxattr",
452 1.64 njoly /* 390 */ "flistxattr",
453 1.64 njoly /* 391 */ "removexattr",
454 1.64 njoly /* 392 */ "lremovexattr",
455 1.64 njoly /* 393 */ "fremovexattr",
456 1.79 chs /* 394 */ "futex",
457 1.79 chs /* 395 */ "sched_setaffinity",
458 1.79 chs /* 396 */ "sched_getaffinity",
459 1.64 njoly /* 397 */ "#397 (unimplemented tuxcall)",
460 1.64 njoly /* 398 */ "#398 (unimplemented io_setup)",
461 1.64 njoly /* 399 */ "#399 (unimplemented io_destroy)",
462 1.64 njoly /* 400 */ "#400 (unimplemented io_getevents)",
463 1.64 njoly /* 401 */ "#401 (unimplemented io_submit)",
464 1.64 njoly /* 402 */ "#402 (unimplemented io_cancel)",
465 1.64 njoly /* 403 */ "#403 (unimplemented / * unused * /)",
466 1.64 njoly /* 404 */ "#404 (unimplemented / * unused * /)",
467 1.64 njoly /* 405 */ "exit_group",
468 1.64 njoly /* 406 */ "#406 (unimplemented lookup_dcookie)",
469 1.117 christos /* 407 */ "epoll_create",
470 1.117 christos /* 408 */ "epoll_ctl",
471 1.117 christos /* 409 */ "epoll_wait",
472 1.64 njoly /* 410 */ "#410 (unimplemented remap_file_pages)",
473 1.79 chs /* 411 */ "set_tid_address",
474 1.64 njoly /* 412 */ "#412 (unimplemented restart_syscall)",
475 1.81 alnsn /* 413 */ "fadvise64",
476 1.112 thorpej /* 414 */ "timer_create",
477 1.112 thorpej /* 415 */ "timer_settime",
478 1.112 thorpej /* 416 */ "timer_gettime",
479 1.112 thorpej /* 417 */ "timer_getoverrun",
480 1.112 thorpej /* 418 */ "timer_delete",
481 1.64 njoly /* 419 */ "clock_settime",
482 1.64 njoly /* 420 */ "clock_gettime",
483 1.64 njoly /* 421 */ "clock_getres",
484 1.64 njoly /* 422 */ "clock_nanosleep",
485 1.64 njoly /* 423 */ "#423 (unimplemented semtimedop)",
486 1.79 chs /* 424 */ "tgkill",
487 1.89 njoly /* 425 */ "stat64",
488 1.89 njoly /* 426 */ "lstat64",
489 1.89 njoly /* 427 */ "fstat64",
490 1.64 njoly /* 428 */ "#428 (unimplemented vserver)",
491 1.64 njoly /* 429 */ "#429 (unimplemented mbind)",
492 1.64 njoly /* 430 */ "#430 (unimplemented get_mempolicy)",
493 1.64 njoly /* 431 */ "#431 (unimplemented set_mempolicy)",
494 1.64 njoly /* 432 */ "#432 (unimplemented mq_open)",
495 1.64 njoly /* 433 */ "#433 (unimplemented mq_unlink)",
496 1.64 njoly /* 434 */ "#434 (unimplemented mq_timedsend)",
497 1.64 njoly /* 435 */ "#435 (unimplemented mq_timedreceive)",
498 1.64 njoly /* 436 */ "#436 (unimplemented mq_notify)",
499 1.64 njoly /* 437 */ "#437 (unimplemented mq_getsetattr)",
500 1.79 chs /* 438 */ "#438 (unimplemented waitid)",
501 1.79 chs /* 439 */ "#439 (unimplemented add_key)",
502 1.79 chs /* 440 */ "#440 (unimplemented request_key)",
503 1.79 chs /* 441 */ "#441 (unimplemented keyctl)",
504 1.79 chs /* 442 */ "#442 (unimplemented ioprio_set)",
505 1.79 chs /* 443 */ "#443 (unimplemented ioprio_get)",
506 1.79 chs /* 444 */ "#444 (unimplemented inotify_init)",
507 1.79 chs /* 445 */ "#445 (unimplemented inotify_add_watch)",
508 1.79 chs /* 446 */ "#446 (unimplemented inotify_rm_watch)",
509 1.79 chs /* 447 */ "#447 (unimplemented fdatasync)",
510 1.79 chs /* 448 */ "#448 (unimplemented kexec_load)",
511 1.79 chs /* 449 */ "#449 (unimplemented migrate_pages)",
512 1.87 chs /* 450 */ "openat",
513 1.87 chs /* 451 */ "mkdirat",
514 1.87 chs /* 452 */ "mknodat",
515 1.87 chs /* 453 */ "fchownat",
516 1.79 chs /* 454 */ "#454 (unimplemented futimesat)",
517 1.89 njoly /* 455 */ "fstatat64",
518 1.87 chs /* 456 */ "unlinkat",
519 1.87 chs /* 457 */ "renameat",
520 1.87 chs /* 458 */ "linkat",
521 1.87 chs /* 459 */ "symlinkat",
522 1.87 chs /* 460 */ "readlinkat",
523 1.87 chs /* 461 */ "fchmodat",
524 1.87 chs /* 462 */ "faccessat",
525 1.101 manu /* 463 */ "pselect6",
526 1.84 pooka /* 464 */ "ppoll",
527 1.79 chs /* 465 */ "#465 (unimplemented unshare)",
528 1.111 thorpej /* 466 */ "__futex_set_robust_list",
529 1.111 thorpej /* 467 */ "__futex_get_robust_list",
530 1.79 chs /* 468 */ "#468 (unimplemented splice)",
531 1.79 chs /* 469 */ "#469 (unimplemented sync_file_range)",
532 1.79 chs /* 470 */ "#470 (unimplemented tee)",
533 1.79 chs /* 471 */ "#471 (unimplemented vmsplice)",
534 1.79 chs /* 472 */ "#472 (unimplemented move_pages)",
535 1.79 chs /* 473 */ "#473 (unimplemented getcpu)",
536 1.117 christos /* 474 */ "epoll_pwait",
537 1.86 njoly /* 475 */ "utimensat",
538 1.79 chs /* 476 */ "#476 (unimplemented signalfd)",
539 1.79 chs /* 477 */ "#477 (unimplemented timerfd)",
540 1.114 thorpej /* 478 */ "eventfd",
541 1.106 christos /* 479 */ "recvmmsg",
542 1.110 jdolecek /* 480 */ "fallocate",
543 1.113 thorpej /* 481 */ "timerfd_create",
544 1.113 thorpej /* 482 */ "timerfd_settime",
545 1.113 thorpej /* 483 */ "timerfd_gettime",
546 1.79 chs /* 484 */ "#484 (unimplemented signalfd4)",
547 1.114 thorpej /* 485 */ "eventfd2",
548 1.117 christos /* 486 */ "epoll_create1",
549 1.80 he /* 487 */ "dup3",
550 1.80 he /* 488 */ "pipe2",
551 1.79 chs /* 489 */ "#489 (unimplemented inotify_init1)",
552 1.115 thorpej /* 490 */ "preadv",
553 1.115 thorpej /* 491 */ "pwritev",
554 1.79 chs /* 492 */ "#492 (unimplemented rt_tgsigqueueinfo)",
555 1.79 chs /* 493 */ "#493 (unimplemented perf_counter_open)",
556 1.106 christos /* 494 */ "#494 (unimplemented fanotify_init)",
557 1.106 christos /* 495 */ "#495 (unimplemented fanotify_mark)",
558 1.116 ryo /* 496 */ "prlimit64",
559 1.106 christos /* 497 */ "#497 (unimplemented name_to_handle_at)",
560 1.106 christos /* 498 */ "#498 (unimplemented open_by_handle_at)",
561 1.106 christos /* 499 */ "#499 (unimplemented clock_adjtime)",
562 1.106 christos /* 500 */ "#500 (unimplemented syncfs)",
563 1.106 christos /* 501 */ "#501 (unimplemented setns)",
564 1.105 martin /* 502 */ "accept4",
565 1.106 christos /* 503 */ "sendmmsg",
566 1.106 christos /* 504 */ "#504 (unimplemented process_vm_readv)",
567 1.106 christos /* 505 */ "#505 (unimplemented process_vm_writev)",
568 1.106 christos /* 506 */ "#506 (unimplemented kcmp)",
569 1.106 christos /* 507 */ "#507 (unimplemented finit_module)",
570 1.106 christos /* 508 */ "#508 (unimplemented sched_setattr)",
571 1.106 christos /* 509 */ "#509 (unimplemented sched_getattr)",
572 1.106 christos /* 510 */ "#510 (unimplemented renameat2)",
573 1.117 christos /* 511 */ "#511 (unimplemented)",
574 1.117 christos /* 512 */ "#512 (unimplemented)",
575 1.117 christos /* 513 */ "#513 (unimplemented)",
576 1.117 christos /* 514 */ "#514 (unimplemented)",
577 1.117 christos /* 515 */ "#515 (unimplemented)",
578 1.117 christos /* 516 */ "#516 (unimplemented)",
579 1.117 christos /* 517 */ "#517 (unimplemented)",
580 1.117 christos /* 518 */ "#518 (unimplemented)",
581 1.117 christos /* 519 */ "#519 (unimplemented)",
582 1.117 christos /* 520 */ "#520 (unimplemented)",
583 1.117 christos /* 521 */ "#521 (unimplemented)",
584 1.117 christos /* 522 */ "#522 (unimplemented)",
585 1.117 christos /* 523 */ "#523 (unimplemented)",
586 1.117 christos /* 524 */ "#524 (unimplemented)",
587 1.117 christos /* 525 */ "#525 (unimplemented)",
588 1.117 christos /* 526 */ "#526 (unimplemented)",
589 1.117 christos /* 527 */ "#527 (unimplemented)",
590 1.117 christos /* 528 */ "#528 (unimplemented)",
591 1.117 christos /* 529 */ "#529 (unimplemented)",
592 1.117 christos /* 530 */ "#530 (unimplemented)",
593 1.117 christos /* 531 */ "#531 (unimplemented)",
594 1.117 christos /* 532 */ "#532 (unimplemented)",
595 1.117 christos /* 533 */ "#533 (unimplemented)",
596 1.117 christos /* 534 */ "#534 (unimplemented)",
597 1.117 christos /* 535 */ "#535 (unimplemented)",
598 1.117 christos /* 536 */ "#536 (unimplemented)",
599 1.117 christos /* 537 */ "#537 (unimplemented)",
600 1.117 christos /* 538 */ "#538 (unimplemented)",
601 1.117 christos /* 539 */ "#539 (unimplemented)",
602 1.117 christos /* 540 */ "#540 (unimplemented)",
603 1.117 christos /* 541 */ "#541 (unimplemented)",
604 1.117 christos /* 542 */ "#542 (unimplemented)",
605 1.117 christos /* 543 */ "#543 (unimplemented)",
606 1.117 christos /* 544 */ "#544 (unimplemented)",
607 1.117 christos /* 545 */ "#545 (unimplemented)",
608 1.117 christos /* 546 */ "#546 (unimplemented)",
609 1.117 christos /* 547 */ "#547 (unimplemented)",
610 1.117 christos /* 548 */ "#548 (unimplemented)",
611 1.117 christos /* 549 */ "#549 (unimplemented)",
612 1.117 christos /* 550 */ "#550 (unimplemented)",
613 1.117 christos /* 551 */ "epoll_pwait2",
614 1.117 christos /* 552 */ "# filler",
615 1.117 christos /* 553 */ "# filler",
616 1.117 christos /* 554 */ "# filler",
617 1.117 christos /* 555 */ "# filler",
618 1.117 christos /* 556 */ "# filler",
619 1.117 christos /* 557 */ "# filler",
620 1.117 christos /* 558 */ "# filler",
621 1.117 christos /* 559 */ "# filler",
622 1.117 christos /* 560 */ "# filler",
623 1.117 christos /* 561 */ "# filler",
624 1.117 christos /* 562 */ "# filler",
625 1.117 christos /* 563 */ "# filler",
626 1.117 christos /* 564 */ "# filler",
627 1.117 christos /* 565 */ "# filler",
628 1.117 christos /* 566 */ "# filler",
629 1.117 christos /* 567 */ "# filler",
630 1.117 christos /* 568 */ "# filler",
631 1.117 christos /* 569 */ "# filler",
632 1.117 christos /* 570 */ "# filler",
633 1.117 christos /* 571 */ "# filler",
634 1.117 christos /* 572 */ "# filler",
635 1.117 christos /* 573 */ "# filler",
636 1.117 christos /* 574 */ "# filler",
637 1.117 christos /* 575 */ "# filler",
638 1.117 christos /* 576 */ "# filler",
639 1.117 christos /* 577 */ "# filler",
640 1.117 christos /* 578 */ "# filler",
641 1.117 christos /* 579 */ "# filler",
642 1.117 christos /* 580 */ "# filler",
643 1.117 christos /* 581 */ "# filler",
644 1.117 christos /* 582 */ "# filler",
645 1.117 christos /* 583 */ "# filler",
646 1.117 christos /* 584 */ "# filler",
647 1.117 christos /* 585 */ "# filler",
648 1.117 christos /* 586 */ "# filler",
649 1.117 christos /* 587 */ "# filler",
650 1.117 christos /* 588 */ "# filler",
651 1.117 christos /* 589 */ "# filler",
652 1.117 christos /* 590 */ "# filler",
653 1.117 christos /* 591 */ "# filler",
654 1.117 christos /* 592 */ "# filler",
655 1.117 christos /* 593 */ "# filler",
656 1.117 christos /* 594 */ "# filler",
657 1.117 christos /* 595 */ "# filler",
658 1.117 christos /* 596 */ "# filler",
659 1.117 christos /* 597 */ "# filler",
660 1.117 christos /* 598 */ "# filler",
661 1.117 christos /* 599 */ "# filler",
662 1.117 christos /* 600 */ "# filler",
663 1.117 christos /* 601 */ "# filler",
664 1.117 christos /* 602 */ "# filler",
665 1.117 christos /* 603 */ "# filler",
666 1.117 christos /* 604 */ "# filler",
667 1.117 christos /* 605 */ "# filler",
668 1.117 christos /* 606 */ "# filler",
669 1.117 christos /* 607 */ "# filler",
670 1.117 christos /* 608 */ "# filler",
671 1.117 christos /* 609 */ "# filler",
672 1.117 christos /* 610 */ "# filler",
673 1.117 christos /* 611 */ "# filler",
674 1.117 christos /* 612 */ "# filler",
675 1.117 christos /* 613 */ "# filler",
676 1.117 christos /* 614 */ "# filler",
677 1.117 christos /* 615 */ "# filler",
678 1.117 christos /* 616 */ "# filler",
679 1.117 christos /* 617 */ "# filler",
680 1.117 christos /* 618 */ "# filler",
681 1.117 christos /* 619 */ "# filler",
682 1.117 christos /* 620 */ "# filler",
683 1.117 christos /* 621 */ "# filler",
684 1.117 christos /* 622 */ "# filler",
685 1.117 christos /* 623 */ "# filler",
686 1.117 christos /* 624 */ "# filler",
687 1.117 christos /* 625 */ "# filler",
688 1.117 christos /* 626 */ "# filler",
689 1.117 christos /* 627 */ "# filler",
690 1.117 christos /* 628 */ "# filler",
691 1.117 christos /* 629 */ "# filler",
692 1.117 christos /* 630 */ "# filler",
693 1.117 christos /* 631 */ "# filler",
694 1.117 christos /* 632 */ "# filler",
695 1.117 christos /* 633 */ "# filler",
696 1.117 christos /* 634 */ "# filler",
697 1.117 christos /* 635 */ "# filler",
698 1.117 christos /* 636 */ "# filler",
699 1.117 christos /* 637 */ "# filler",
700 1.117 christos /* 638 */ "# filler",
701 1.117 christos /* 639 */ "# filler",
702 1.117 christos /* 640 */ "# filler",
703 1.117 christos /* 641 */ "# filler",
704 1.117 christos /* 642 */ "# filler",
705 1.117 christos /* 643 */ "# filler",
706 1.117 christos /* 644 */ "# filler",
707 1.117 christos /* 645 */ "# filler",
708 1.117 christos /* 646 */ "# filler",
709 1.117 christos /* 647 */ "# filler",
710 1.117 christos /* 648 */ "# filler",
711 1.117 christos /* 649 */ "# filler",
712 1.117 christos /* 650 */ "# filler",
713 1.117 christos /* 651 */ "# filler",
714 1.117 christos /* 652 */ "# filler",
715 1.117 christos /* 653 */ "# filler",
716 1.117 christos /* 654 */ "# filler",
717 1.117 christos /* 655 */ "# filler",
718 1.117 christos /* 656 */ "# filler",
719 1.117 christos /* 657 */ "# filler",
720 1.117 christos /* 658 */ "# filler",
721 1.117 christos /* 659 */ "# filler",
722 1.117 christos /* 660 */ "# filler",
723 1.117 christos /* 661 */ "# filler",
724 1.117 christos /* 662 */ "# filler",
725 1.117 christos /* 663 */ "# filler",
726 1.117 christos /* 664 */ "# filler",
727 1.117 christos /* 665 */ "# filler",
728 1.117 christos /* 666 */ "# filler",
729 1.117 christos /* 667 */ "# filler",
730 1.117 christos /* 668 */ "# filler",
731 1.117 christos /* 669 */ "# filler",
732 1.117 christos /* 670 */ "# filler",
733 1.117 christos /* 671 */ "# filler",
734 1.117 christos /* 672 */ "# filler",
735 1.117 christos /* 673 */ "# filler",
736 1.117 christos /* 674 */ "# filler",
737 1.117 christos /* 675 */ "# filler",
738 1.117 christos /* 676 */ "# filler",
739 1.117 christos /* 677 */ "# filler",
740 1.117 christos /* 678 */ "# filler",
741 1.117 christos /* 679 */ "# filler",
742 1.117 christos /* 680 */ "# filler",
743 1.117 christos /* 681 */ "# filler",
744 1.117 christos /* 682 */ "# filler",
745 1.117 christos /* 683 */ "# filler",
746 1.117 christos /* 684 */ "# filler",
747 1.117 christos /* 685 */ "# filler",
748 1.117 christos /* 686 */ "# filler",
749 1.117 christos /* 687 */ "# filler",
750 1.117 christos /* 688 */ "# filler",
751 1.117 christos /* 689 */ "# filler",
752 1.117 christos /* 690 */ "# filler",
753 1.117 christos /* 691 */ "# filler",
754 1.117 christos /* 692 */ "# filler",
755 1.117 christos /* 693 */ "# filler",
756 1.117 christos /* 694 */ "# filler",
757 1.117 christos /* 695 */ "# filler",
758 1.117 christos /* 696 */ "# filler",
759 1.117 christos /* 697 */ "# filler",
760 1.117 christos /* 698 */ "# filler",
761 1.117 christos /* 699 */ "# filler",
762 1.117 christos /* 700 */ "# filler",
763 1.117 christos /* 701 */ "# filler",
764 1.117 christos /* 702 */ "# filler",
765 1.117 christos /* 703 */ "# filler",
766 1.117 christos /* 704 */ "# filler",
767 1.117 christos /* 705 */ "# filler",
768 1.117 christos /* 706 */ "# filler",
769 1.117 christos /* 707 */ "# filler",
770 1.117 christos /* 708 */ "# filler",
771 1.117 christos /* 709 */ "# filler",
772 1.117 christos /* 710 */ "# filler",
773 1.117 christos /* 711 */ "# filler",
774 1.117 christos /* 712 */ "# filler",
775 1.117 christos /* 713 */ "# filler",
776 1.117 christos /* 714 */ "# filler",
777 1.117 christos /* 715 */ "# filler",
778 1.117 christos /* 716 */ "# filler",
779 1.117 christos /* 717 */ "# filler",
780 1.117 christos /* 718 */ "# filler",
781 1.117 christos /* 719 */ "# filler",
782 1.117 christos /* 720 */ "# filler",
783 1.117 christos /* 721 */ "# filler",
784 1.117 christos /* 722 */ "# filler",
785 1.117 christos /* 723 */ "# filler",
786 1.117 christos /* 724 */ "# filler",
787 1.117 christos /* 725 */ "# filler",
788 1.117 christos /* 726 */ "# filler",
789 1.117 christos /* 727 */ "# filler",
790 1.117 christos /* 728 */ "# filler",
791 1.117 christos /* 729 */ "# filler",
792 1.117 christos /* 730 */ "# filler",
793 1.117 christos /* 731 */ "# filler",
794 1.117 christos /* 732 */ "# filler",
795 1.117 christos /* 733 */ "# filler",
796 1.117 christos /* 734 */ "# filler",
797 1.117 christos /* 735 */ "# filler",
798 1.117 christos /* 736 */ "# filler",
799 1.117 christos /* 737 */ "# filler",
800 1.117 christos /* 738 */ "# filler",
801 1.117 christos /* 739 */ "# filler",
802 1.117 christos /* 740 */ "# filler",
803 1.117 christos /* 741 */ "# filler",
804 1.117 christos /* 742 */ "# filler",
805 1.117 christos /* 743 */ "# filler",
806 1.117 christos /* 744 */ "# filler",
807 1.117 christos /* 745 */ "# filler",
808 1.117 christos /* 746 */ "# filler",
809 1.117 christos /* 747 */ "# filler",
810 1.117 christos /* 748 */ "# filler",
811 1.117 christos /* 749 */ "# filler",
812 1.117 christos /* 750 */ "# filler",
813 1.117 christos /* 751 */ "# filler",
814 1.117 christos /* 752 */ "# filler",
815 1.117 christos /* 753 */ "# filler",
816 1.117 christos /* 754 */ "# filler",
817 1.117 christos /* 755 */ "# filler",
818 1.117 christos /* 756 */ "# filler",
819 1.117 christos /* 757 */ "# filler",
820 1.117 christos /* 758 */ "# filler",
821 1.117 christos /* 759 */ "# filler",
822 1.117 christos /* 760 */ "# filler",
823 1.117 christos /* 761 */ "# filler",
824 1.117 christos /* 762 */ "# filler",
825 1.117 christos /* 763 */ "# filler",
826 1.117 christos /* 764 */ "# filler",
827 1.117 christos /* 765 */ "# filler",
828 1.117 christos /* 766 */ "# filler",
829 1.117 christos /* 767 */ "# filler",
830 1.117 christos /* 768 */ "# filler",
831 1.117 christos /* 769 */ "# filler",
832 1.117 christos /* 770 */ "# filler",
833 1.117 christos /* 771 */ "# filler",
834 1.117 christos /* 772 */ "# filler",
835 1.117 christos /* 773 */ "# filler",
836 1.117 christos /* 774 */ "# filler",
837 1.117 christos /* 775 */ "# filler",
838 1.117 christos /* 776 */ "# filler",
839 1.117 christos /* 777 */ "# filler",
840 1.117 christos /* 778 */ "# filler",
841 1.117 christos /* 779 */ "# filler",
842 1.117 christos /* 780 */ "# filler",
843 1.117 christos /* 781 */ "# filler",
844 1.117 christos /* 782 */ "# filler",
845 1.117 christos /* 783 */ "# filler",
846 1.117 christos /* 784 */ "# filler",
847 1.117 christos /* 785 */ "# filler",
848 1.117 christos /* 786 */ "# filler",
849 1.117 christos /* 787 */ "# filler",
850 1.117 christos /* 788 */ "# filler",
851 1.117 christos /* 789 */ "# filler",
852 1.117 christos /* 790 */ "# filler",
853 1.117 christos /* 791 */ "# filler",
854 1.117 christos /* 792 */ "# filler",
855 1.117 christos /* 793 */ "# filler",
856 1.117 christos /* 794 */ "# filler",
857 1.117 christos /* 795 */ "# filler",
858 1.117 christos /* 796 */ "# filler",
859 1.117 christos /* 797 */ "# filler",
860 1.117 christos /* 798 */ "# filler",
861 1.117 christos /* 799 */ "# filler",
862 1.117 christos /* 800 */ "# filler",
863 1.117 christos /* 801 */ "# filler",
864 1.117 christos /* 802 */ "# filler",
865 1.117 christos /* 803 */ "# filler",
866 1.117 christos /* 804 */ "# filler",
867 1.117 christos /* 805 */ "# filler",
868 1.117 christos /* 806 */ "# filler",
869 1.117 christos /* 807 */ "# filler",
870 1.117 christos /* 808 */ "# filler",
871 1.117 christos /* 809 */ "# filler",
872 1.117 christos /* 810 */ "# filler",
873 1.117 christos /* 811 */ "# filler",
874 1.117 christos /* 812 */ "# filler",
875 1.117 christos /* 813 */ "# filler",
876 1.117 christos /* 814 */ "# filler",
877 1.117 christos /* 815 */ "# filler",
878 1.117 christos /* 816 */ "# filler",
879 1.117 christos /* 817 */ "# filler",
880 1.117 christos /* 818 */ "# filler",
881 1.117 christos /* 819 */ "# filler",
882 1.117 christos /* 820 */ "# filler",
883 1.117 christos /* 821 */ "# filler",
884 1.117 christos /* 822 */ "# filler",
885 1.117 christos /* 823 */ "# filler",
886 1.117 christos /* 824 */ "# filler",
887 1.117 christos /* 825 */ "# filler",
888 1.117 christos /* 826 */ "# filler",
889 1.117 christos /* 827 */ "# filler",
890 1.117 christos /* 828 */ "# filler",
891 1.117 christos /* 829 */ "# filler",
892 1.117 christos /* 830 */ "# filler",
893 1.117 christos /* 831 */ "# filler",
894 1.117 christos /* 832 */ "# filler",
895 1.117 christos /* 833 */ "# filler",
896 1.117 christos /* 834 */ "# filler",
897 1.117 christos /* 835 */ "# filler",
898 1.117 christos /* 836 */ "# filler",
899 1.117 christos /* 837 */ "# filler",
900 1.117 christos /* 838 */ "# filler",
901 1.117 christos /* 839 */ "# filler",
902 1.117 christos /* 840 */ "# filler",
903 1.117 christos /* 841 */ "# filler",
904 1.117 christos /* 842 */ "# filler",
905 1.117 christos /* 843 */ "# filler",
906 1.117 christos /* 844 */ "# filler",
907 1.117 christos /* 845 */ "# filler",
908 1.117 christos /* 846 */ "# filler",
909 1.117 christos /* 847 */ "# filler",
910 1.117 christos /* 848 */ "# filler",
911 1.117 christos /* 849 */ "# filler",
912 1.117 christos /* 850 */ "# filler",
913 1.117 christos /* 851 */ "# filler",
914 1.117 christos /* 852 */ "# filler",
915 1.117 christos /* 853 */ "# filler",
916 1.117 christos /* 854 */ "# filler",
917 1.117 christos /* 855 */ "# filler",
918 1.117 christos /* 856 */ "# filler",
919 1.117 christos /* 857 */ "# filler",
920 1.117 christos /* 858 */ "# filler",
921 1.117 christos /* 859 */ "# filler",
922 1.117 christos /* 860 */ "# filler",
923 1.117 christos /* 861 */ "# filler",
924 1.117 christos /* 862 */ "# filler",
925 1.117 christos /* 863 */ "# filler",
926 1.117 christos /* 864 */ "# filler",
927 1.117 christos /* 865 */ "# filler",
928 1.117 christos /* 866 */ "# filler",
929 1.117 christos /* 867 */ "# filler",
930 1.117 christos /* 868 */ "# filler",
931 1.117 christos /* 869 */ "# filler",
932 1.117 christos /* 870 */ "# filler",
933 1.117 christos /* 871 */ "# filler",
934 1.117 christos /* 872 */ "# filler",
935 1.117 christos /* 873 */ "# filler",
936 1.117 christos /* 874 */ "# filler",
937 1.117 christos /* 875 */ "# filler",
938 1.117 christos /* 876 */ "# filler",
939 1.117 christos /* 877 */ "# filler",
940 1.117 christos /* 878 */ "# filler",
941 1.117 christos /* 879 */ "# filler",
942 1.117 christos /* 880 */ "# filler",
943 1.117 christos /* 881 */ "# filler",
944 1.117 christos /* 882 */ "# filler",
945 1.117 christos /* 883 */ "# filler",
946 1.117 christos /* 884 */ "# filler",
947 1.117 christos /* 885 */ "# filler",
948 1.117 christos /* 886 */ "# filler",
949 1.117 christos /* 887 */ "# filler",
950 1.117 christos /* 888 */ "# filler",
951 1.117 christos /* 889 */ "# filler",
952 1.117 christos /* 890 */ "# filler",
953 1.117 christos /* 891 */ "# filler",
954 1.117 christos /* 892 */ "# filler",
955 1.117 christos /* 893 */ "# filler",
956 1.117 christos /* 894 */ "# filler",
957 1.117 christos /* 895 */ "# filler",
958 1.117 christos /* 896 */ "# filler",
959 1.117 christos /* 897 */ "# filler",
960 1.117 christos /* 898 */ "# filler",
961 1.117 christos /* 899 */ "# filler",
962 1.117 christos /* 900 */ "# filler",
963 1.117 christos /* 901 */ "# filler",
964 1.117 christos /* 902 */ "# filler",
965 1.117 christos /* 903 */ "# filler",
966 1.117 christos /* 904 */ "# filler",
967 1.117 christos /* 905 */ "# filler",
968 1.117 christos /* 906 */ "# filler",
969 1.117 christos /* 907 */ "# filler",
970 1.117 christos /* 908 */ "# filler",
971 1.117 christos /* 909 */ "# filler",
972 1.117 christos /* 910 */ "# filler",
973 1.117 christos /* 911 */ "# filler",
974 1.117 christos /* 912 */ "# filler",
975 1.117 christos /* 913 */ "# filler",
976 1.117 christos /* 914 */ "# filler",
977 1.117 christos /* 915 */ "# filler",
978 1.117 christos /* 916 */ "# filler",
979 1.117 christos /* 917 */ "# filler",
980 1.117 christos /* 918 */ "# filler",
981 1.117 christos /* 919 */ "# filler",
982 1.117 christos /* 920 */ "# filler",
983 1.117 christos /* 921 */ "# filler",
984 1.117 christos /* 922 */ "# filler",
985 1.117 christos /* 923 */ "# filler",
986 1.117 christos /* 924 */ "# filler",
987 1.117 christos /* 925 */ "# filler",
988 1.117 christos /* 926 */ "# filler",
989 1.117 christos /* 927 */ "# filler",
990 1.117 christos /* 928 */ "# filler",
991 1.117 christos /* 929 */ "# filler",
992 1.117 christos /* 930 */ "# filler",
993 1.117 christos /* 931 */ "# filler",
994 1.117 christos /* 932 */ "# filler",
995 1.117 christos /* 933 */ "# filler",
996 1.117 christos /* 934 */ "# filler",
997 1.117 christos /* 935 */ "# filler",
998 1.117 christos /* 936 */ "# filler",
999 1.117 christos /* 937 */ "# filler",
1000 1.117 christos /* 938 */ "# filler",
1001 1.117 christos /* 939 */ "# filler",
1002 1.117 christos /* 940 */ "# filler",
1003 1.117 christos /* 941 */ "# filler",
1004 1.117 christos /* 942 */ "# filler",
1005 1.117 christos /* 943 */ "# filler",
1006 1.117 christos /* 944 */ "# filler",
1007 1.117 christos /* 945 */ "# filler",
1008 1.117 christos /* 946 */ "# filler",
1009 1.117 christos /* 947 */ "# filler",
1010 1.117 christos /* 948 */ "# filler",
1011 1.117 christos /* 949 */ "# filler",
1012 1.117 christos /* 950 */ "# filler",
1013 1.117 christos /* 951 */ "# filler",
1014 1.117 christos /* 952 */ "# filler",
1015 1.117 christos /* 953 */ "# filler",
1016 1.117 christos /* 954 */ "# filler",
1017 1.117 christos /* 955 */ "# filler",
1018 1.117 christos /* 956 */ "# filler",
1019 1.117 christos /* 957 */ "# filler",
1020 1.117 christos /* 958 */ "# filler",
1021 1.117 christos /* 959 */ "# filler",
1022 1.117 christos /* 960 */ "# filler",
1023 1.117 christos /* 961 */ "# filler",
1024 1.117 christos /* 962 */ "# filler",
1025 1.117 christos /* 963 */ "# filler",
1026 1.117 christos /* 964 */ "# filler",
1027 1.117 christos /* 965 */ "# filler",
1028 1.117 christos /* 966 */ "# filler",
1029 1.117 christos /* 967 */ "# filler",
1030 1.117 christos /* 968 */ "# filler",
1031 1.117 christos /* 969 */ "# filler",
1032 1.117 christos /* 970 */ "# filler",
1033 1.117 christos /* 971 */ "# filler",
1034 1.117 christos /* 972 */ "# filler",
1035 1.117 christos /* 973 */ "# filler",
1036 1.117 christos /* 974 */ "# filler",
1037 1.117 christos /* 975 */ "# filler",
1038 1.117 christos /* 976 */ "# filler",
1039 1.117 christos /* 977 */ "# filler",
1040 1.117 christos /* 978 */ "# filler",
1041 1.117 christos /* 979 */ "# filler",
1042 1.117 christos /* 980 */ "# filler",
1043 1.117 christos /* 981 */ "# filler",
1044 1.117 christos /* 982 */ "# filler",
1045 1.117 christos /* 983 */ "# filler",
1046 1.117 christos /* 984 */ "# filler",
1047 1.117 christos /* 985 */ "# filler",
1048 1.117 christos /* 986 */ "# filler",
1049 1.117 christos /* 987 */ "# filler",
1050 1.117 christos /* 988 */ "# filler",
1051 1.117 christos /* 989 */ "# filler",
1052 1.117 christos /* 990 */ "# filler",
1053 1.117 christos /* 991 */ "# filler",
1054 1.117 christos /* 992 */ "# filler",
1055 1.117 christos /* 993 */ "# filler",
1056 1.117 christos /* 994 */ "# filler",
1057 1.117 christos /* 995 */ "# filler",
1058 1.117 christos /* 996 */ "# filler",
1059 1.117 christos /* 997 */ "# filler",
1060 1.117 christos /* 998 */ "# filler",
1061 1.117 christos /* 999 */ "# filler",
1062 1.117 christos /* 1000 */ "# filler",
1063 1.117 christos /* 1001 */ "# filler",
1064 1.117 christos /* 1002 */ "# filler",
1065 1.117 christos /* 1003 */ "# filler",
1066 1.117 christos /* 1004 */ "# filler",
1067 1.117 christos /* 1005 */ "# filler",
1068 1.117 christos /* 1006 */ "# filler",
1069 1.117 christos /* 1007 */ "# filler",
1070 1.117 christos /* 1008 */ "# filler",
1071 1.117 christos /* 1009 */ "# filler",
1072 1.117 christos /* 1010 */ "# filler",
1073 1.117 christos /* 1011 */ "# filler",
1074 1.117 christos /* 1012 */ "# filler",
1075 1.117 christos /* 1013 */ "# filler",
1076 1.117 christos /* 1014 */ "# filler",
1077 1.117 christos /* 1015 */ "# filler",
1078 1.117 christos /* 1016 */ "# filler",
1079 1.117 christos /* 1017 */ "# filler",
1080 1.117 christos /* 1018 */ "# filler",
1081 1.117 christos /* 1019 */ "# filler",
1082 1.117 christos /* 1020 */ "# filler",
1083 1.117 christos /* 1021 */ "# filler",
1084 1.117 christos /* 1022 */ "# filler",
1085 1.117 christos /* 1023 */ "# filler",
1086 1.1 erh };
1087 1.102 martin
1088 1.102 martin
1089 1.102 martin /* libc style syscall names */
1090 1.102 martin const char *const altlinux_syscallnames[] = {
1091 1.102 martin /* 0 */ "nosys",
1092 1.102 martin /* 1 */ NULL, /* exit */
1093 1.102 martin /* 2 */ NULL, /* fork */
1094 1.102 martin /* 3 */ NULL, /* read */
1095 1.102 martin /* 4 */ NULL, /* write */
1096 1.102 martin /* 5 */ NULL, /* unimplemented */
1097 1.102 martin /* 6 */ NULL, /* close */
1098 1.109 maxv /* 7 */ NULL, /* osf1_wait4 */
1099 1.102 martin /* 8 */ NULL, /* creat */
1100 1.102 martin /* 9 */ NULL, /* link */
1101 1.102 martin /* 10 */ NULL, /* unlink */
1102 1.102 martin /* 11 */ NULL, /* unimplemented */
1103 1.102 martin /* 12 */ NULL, /* chdir */
1104 1.102 martin /* 13 */ NULL, /* fchdir */
1105 1.102 martin /* 14 */ NULL, /* mknod */
1106 1.102 martin /* 15 */ NULL, /* chmod */
1107 1.102 martin /* 16 */ NULL, /* __posix_chown */
1108 1.102 martin /* 17 */ NULL, /* brk */
1109 1.102 martin /* 18 */ NULL, /* unimplemented */
1110 1.102 martin /* 19 */ NULL, /* lseek */
1111 1.102 martin /* 20 */ NULL, /* getpid_with_ppid */
1112 1.109 maxv /* 21 */ NULL, /* osf1_mount */
1113 1.102 martin /* 22 */ NULL, /* unimplemented umount */
1114 1.102 martin /* 23 */ NULL, /* setuid */
1115 1.102 martin /* 24 */ NULL, /* getuid_with_euid */
1116 1.102 martin /* 25 */ NULL, /* unimplemented */
1117 1.102 martin /* 26 */ NULL, /* ptrace */
1118 1.102 martin /* 27 */ NULL, /* unimplemented */
1119 1.102 martin /* 28 */ NULL, /* unimplemented */
1120 1.102 martin /* 29 */ NULL, /* unimplemented */
1121 1.102 martin /* 30 */ NULL, /* unimplemented */
1122 1.102 martin /* 31 */ NULL, /* unimplemented */
1123 1.102 martin /* 32 */ NULL, /* unimplemented */
1124 1.102 martin /* 33 */ NULL, /* access */
1125 1.102 martin /* 34 */ NULL, /* unimplemented */
1126 1.102 martin /* 35 */ NULL, /* unimplemented */
1127 1.102 martin /* 36 */ NULL, /* sync */
1128 1.102 martin /* 37 */ NULL, /* kill */
1129 1.102 martin /* 38 */ NULL, /* unimplemented */
1130 1.102 martin /* 39 */ NULL, /* setpgid */
1131 1.102 martin /* 40 */ NULL, /* unimplemented */
1132 1.102 martin /* 41 */ NULL, /* dup */
1133 1.102 martin /* 42 */ NULL, /* pipe */
1134 1.109 maxv /* 43 */ NULL, /* osf1_set_program_attributes */
1135 1.102 martin /* 44 */ NULL, /* unimplemented */
1136 1.102 martin /* 45 */ NULL, /* open */
1137 1.102 martin /* 46 */ NULL, /* unimplemented */
1138 1.102 martin /* 47 */ NULL, /* getgid_with_egid */
1139 1.102 martin /* 48 */ NULL, /* sigprocmask */
1140 1.102 martin /* 49 */ NULL, /* unimplemented */
1141 1.102 martin /* 50 */ NULL, /* unimplemented */
1142 1.102 martin /* 51 */ NULL, /* acct */
1143 1.102 martin /* 52 */ NULL, /* sigpending */
1144 1.102 martin /* 53 */ NULL, /* unimplemented */
1145 1.102 martin /* 54 */ NULL, /* ioctl */
1146 1.102 martin /* 55 */ NULL, /* unimplemented */
1147 1.102 martin /* 56 */ NULL, /* unimplemented */
1148 1.102 martin /* 57 */ NULL, /* symlink */
1149 1.102 martin /* 58 */ NULL, /* readlink */
1150 1.102 martin /* 59 */ NULL, /* execve */
1151 1.102 martin /* 60 */ NULL, /* umask */
1152 1.102 martin /* 61 */ NULL, /* chroot */
1153 1.102 martin /* 62 */ NULL, /* unimplemented */
1154 1.102 martin /* 63 */ NULL, /* getpgrp */
1155 1.102 martin /* 64 */ NULL, /* getpagesize */
1156 1.102 martin /* 65 */ NULL, /* unimplemented */
1157 1.102 martin /* 66 */ "vfork",
1158 1.102 martin /* 67 */ NULL, /* stat */
1159 1.102 martin /* 68 */ NULL, /* lstat */
1160 1.102 martin /* 69 */ NULL, /* unimplemented */
1161 1.102 martin /* 70 */ NULL, /* unimplemented */
1162 1.102 martin /* 71 */ NULL, /* mmap */
1163 1.102 martin /* 72 */ NULL, /* unimplemented */
1164 1.102 martin /* 73 */ NULL, /* munmap */
1165 1.102 martin /* 74 */ NULL, /* mprotect */
1166 1.102 martin /* 75 */ NULL, /* madvise */
1167 1.102 martin /* 76 */ NULL, /* unimplemented vhangup */
1168 1.102 martin /* 77 */ NULL, /* unimplemented */
1169 1.102 martin /* 78 */ NULL, /* unimplemented */
1170 1.102 martin /* 79 */ NULL, /* getgroups */
1171 1.102 martin /* 80 */ NULL, /* setgroups */
1172 1.102 martin /* 81 */ NULL, /* unimplemented */
1173 1.102 martin /* 82 */ NULL, /* unimplemented setpgrp */
1174 1.109 maxv /* 83 */ NULL, /* osf1_setitimer */
1175 1.102 martin /* 84 */ NULL, /* unimplemented */
1176 1.102 martin /* 85 */ NULL, /* unimplemented */
1177 1.102 martin /* 86 */ NULL, /* unimplemented osf1_sys_getitimer */
1178 1.102 martin /* 87 */ NULL, /* gethostname */
1179 1.102 martin /* 88 */ NULL, /* sethostname */
1180 1.102 martin /* 89 */ NULL, /* unimplemented getdtablesize */
1181 1.102 martin /* 90 */ NULL, /* dup2 */
1182 1.102 martin /* 91 */ NULL, /* fstat */
1183 1.102 martin /* 92 */ NULL, /* fcntl */
1184 1.109 maxv /* 93 */ NULL, /* osf1_select */
1185 1.102 martin /* 94 */ NULL, /* poll */
1186 1.102 martin /* 95 */ NULL, /* fsync */
1187 1.102 martin /* 96 */ NULL, /* setpriority */
1188 1.102 martin /* 97 */ NULL, /* socket */
1189 1.102 martin /* 98 */ NULL, /* connect */
1190 1.102 martin /* 99 */ NULL, /* accept */
1191 1.102 martin /* 100 */ NULL, /* getpriority */
1192 1.102 martin /* 101 */ NULL, /* send */
1193 1.102 martin /* 102 */ NULL, /* recv */
1194 1.102 martin /* 103 */ NULL, /* sigreturn */
1195 1.102 martin /* 104 */ NULL, /* bind */
1196 1.102 martin /* 105 */ NULL, /* setsockopt */
1197 1.102 martin /* 106 */ NULL, /* listen */
1198 1.102 martin /* 107 */ NULL, /* unimplemented */
1199 1.102 martin /* 108 */ NULL, /* unimplemented */
1200 1.102 martin /* 109 */ NULL, /* unimplemented */
1201 1.102 martin /* 110 */ NULL, /* unimplemented */
1202 1.102 martin /* 111 */ NULL, /* sigsuspend */
1203 1.102 martin /* 112 */ NULL, /* sigstack */
1204 1.102 martin /* 113 */ NULL, /* recvmsg */
1205 1.102 martin /* 114 */ NULL, /* sendmsg */
1206 1.102 martin /* 115 */ NULL, /* unimplemented */
1207 1.109 maxv /* 116 */ NULL, /* osf1_gettimeofday */
1208 1.109 maxv /* 117 */ NULL, /* osf1_getrusage */
1209 1.102 martin /* 118 */ NULL, /* getsockopt */
1210 1.102 martin /* 119 */ NULL, /* unimplemented */
1211 1.102 martin /* 120 */ NULL, /* readv */
1212 1.102 martin /* 121 */ NULL, /* writev */
1213 1.109 maxv /* 122 */ NULL, /* osf1_settimeofday */
1214 1.102 martin /* 123 */ NULL, /* __posix_fchown */
1215 1.102 martin /* 124 */ NULL, /* fchmod */
1216 1.102 martin /* 125 */ NULL, /* recvfrom */
1217 1.102 martin /* 126 */ NULL, /* setreuid */
1218 1.102 martin /* 127 */ NULL, /* setregid */
1219 1.102 martin /* 128 */ NULL, /* __posix_rename */
1220 1.102 martin /* 129 */ NULL, /* truncate */
1221 1.102 martin /* 130 */ NULL, /* ftruncate */
1222 1.102 martin /* 131 */ NULL, /* flock */
1223 1.102 martin /* 132 */ NULL, /* setgid */
1224 1.102 martin /* 133 */ NULL, /* sendto */
1225 1.102 martin /* 134 */ NULL, /* shutdown */
1226 1.102 martin /* 135 */ NULL, /* socketpair */
1227 1.102 martin /* 136 */ NULL, /* mkdir */
1228 1.102 martin /* 137 */ NULL, /* rmdir */
1229 1.109 maxv /* 138 */ NULL, /* osf1_utimes */
1230 1.102 martin /* 139 */ NULL, /* unimplemented */
1231 1.102 martin /* 140 */ NULL, /* unimplemented */
1232 1.102 martin /* 141 */ NULL, /* getpeername */
1233 1.102 martin /* 142 */ NULL, /* unimplemented */
1234 1.102 martin /* 143 */ NULL, /* unimplemented */
1235 1.102 martin /* 144 */ NULL, /* getrlimit */
1236 1.102 martin /* 145 */ NULL, /* setrlimit */
1237 1.102 martin /* 146 */ NULL, /* unimplemented */
1238 1.102 martin /* 147 */ NULL, /* setsid */
1239 1.102 martin /* 148 */ NULL, /* unimplemented quotactl */
1240 1.102 martin /* 149 */ NULL, /* unimplemented */
1241 1.102 martin /* 150 */ NULL, /* getsockname */
1242 1.102 martin /* 151 */ NULL, /* unimplemented */
1243 1.102 martin /* 152 */ NULL, /* unimplemented */
1244 1.102 martin /* 153 */ NULL, /* unimplemented */
1245 1.102 martin /* 154 */ NULL, /* unimplemented */
1246 1.102 martin /* 155 */ NULL, /* unimplemented */
1247 1.102 martin /* 156 */ NULL, /* sigaction */
1248 1.102 martin /* 157 */ NULL, /* unimplemented */
1249 1.102 martin /* 158 */ NULL, /* unimplemented */
1250 1.102 martin /* 159 */ NULL, /* getdirentries */
1251 1.109 maxv /* 160 */ NULL, /* osf1_statfs */
1252 1.109 maxv /* 161 */ NULL, /* osf1_fstatfs */
1253 1.102 martin /* 162 */ NULL, /* unimplemented */
1254 1.102 martin /* 163 */ NULL, /* unimplemented */
1255 1.102 martin /* 164 */ NULL, /* unimplemented */
1256 1.102 martin /* 165 */ NULL, /* getdomainname */
1257 1.102 martin /* 166 */ NULL, /* setdomainname */
1258 1.102 martin /* 167 */ NULL, /* unimplemented */
1259 1.102 martin /* 168 */ NULL, /* unimplemented */
1260 1.102 martin /* 169 */ NULL, /* unimplemented */
1261 1.102 martin /* 170 */ NULL, /* unimplemented */
1262 1.102 martin /* 171 */ NULL, /* unimplemented */
1263 1.102 martin /* 172 */ NULL, /* unimplemented */
1264 1.102 martin /* 173 */ NULL, /* unimplemented */
1265 1.102 martin /* 174 */ NULL, /* unimplemented */
1266 1.102 martin /* 175 */ NULL, /* unimplemented */
1267 1.102 martin /* 176 */ NULL, /* unimplemented */
1268 1.102 martin /* 177 */ NULL, /* unimplemented */
1269 1.102 martin /* 178 */ NULL, /* unimplemented */
1270 1.102 martin /* 179 */ NULL, /* unimplemented */
1271 1.102 martin /* 180 */ NULL, /* unimplemented */
1272 1.102 martin /* 181 */ NULL, /* unimplemented */
1273 1.102 martin /* 182 */ NULL, /* unimplemented */
1274 1.102 martin /* 183 */ NULL, /* unimplemented */
1275 1.102 martin /* 184 */ NULL, /* unimplemented */
1276 1.102 martin /* 185 */ NULL, /* unimplemented */
1277 1.102 martin /* 186 */ NULL, /* unimplemented */
1278 1.102 martin /* 187 */ NULL, /* unimplemented */
1279 1.102 martin /* 188 */ NULL, /* unimplemented */
1280 1.102 martin /* 189 */ NULL, /* unimplemented */
1281 1.102 martin /* 190 */ NULL, /* unimplemented */
1282 1.102 martin /* 191 */ NULL, /* ugetrlimit */
1283 1.102 martin /* 192 */ NULL, /* unimplemented mmap2 */
1284 1.102 martin /* 193 */ NULL, /* unimplemented */
1285 1.102 martin /* 194 */ NULL, /* unimplemented */
1286 1.102 martin /* 195 */ NULL, /* unimplemented */
1287 1.102 martin /* 196 */ NULL, /* unimplemented */
1288 1.102 martin /* 197 */ NULL, /* unimplemented */
1289 1.102 martin /* 198 */ NULL, /* unimplemented */
1290 1.102 martin /* 199 */ NULL, /* unimplemented osf1_sys_swapon */
1291 1.102 martin #ifdef SYSVMSG
1292 1.102 martin /* 200 */ NULL, /* msgctl */
1293 1.102 martin /* 201 */ NULL, /* msgget */
1294 1.102 martin /* 202 */ NULL, /* msgrcv */
1295 1.102 martin /* 203 */ NULL, /* msgsnd */
1296 1.102 martin #else
1297 1.102 martin /* 200 */ NULL, /* unimplemented msgctl */
1298 1.102 martin /* 201 */ NULL, /* unimplemented msgget */
1299 1.102 martin /* 202 */ NULL, /* unimplemented msgrcv */
1300 1.102 martin /* 203 */ NULL, /* unimplemented msgsnd */
1301 1.102 martin #endif
1302 1.102 martin #ifdef SYSVSEM
1303 1.102 martin /* 204 */ NULL, /* semctl */
1304 1.102 martin /* 205 */ NULL, /* semget */
1305 1.102 martin /* 206 */ NULL, /* semop */
1306 1.102 martin #else
1307 1.102 martin /* 204 */ NULL, /* unimplemented semctl */
1308 1.102 martin /* 205 */ NULL, /* unimplemented semget */
1309 1.102 martin /* 206 */ NULL, /* unimplemented semop */
1310 1.102 martin #endif
1311 1.102 martin /* 207 */ NULL, /* olduname */
1312 1.102 martin /* 208 */ NULL, /* __posix_lchown */
1313 1.102 martin #ifdef SYSVSHM
1314 1.102 martin /* 209 */ NULL, /* shmat */
1315 1.102 martin /* 210 */ NULL, /* shmctl */
1316 1.102 martin /* 211 */ NULL, /* shmdt */
1317 1.102 martin /* 212 */ NULL, /* shmget */
1318 1.102 martin #else
1319 1.102 martin /* 209 */ NULL, /* unimplemented shmat */
1320 1.102 martin /* 210 */ NULL, /* unimplemented shmctl */
1321 1.102 martin /* 211 */ NULL, /* unimplemented shmdt */
1322 1.102 martin /* 212 */ NULL, /* unimplemented shmget */
1323 1.102 martin #endif
1324 1.102 martin /* 213 */ NULL, /* unimplemented */
1325 1.102 martin /* 214 */ NULL, /* unimplemented */
1326 1.102 martin /* 215 */ NULL, /* unimplemented */
1327 1.102 martin /* 216 */ NULL, /* unimplemented */
1328 1.102 martin /* 217 */ "msync",
1329 1.102 martin /* 218 */ NULL, /* unimplemented */
1330 1.102 martin /* 219 */ NULL, /* unimplemented */
1331 1.102 martin /* 220 */ NULL, /* unimplemented */
1332 1.102 martin /* 221 */ NULL, /* unimplemented */
1333 1.102 martin /* 222 */ NULL, /* unimplemented */
1334 1.102 martin /* 223 */ NULL, /* unimplemented */
1335 1.102 martin /* 224 */ NULL, /* unimplemented */
1336 1.102 martin /* 225 */ NULL, /* unimplemented */
1337 1.102 martin /* 226 */ NULL, /* unimplemented */
1338 1.102 martin /* 227 */ NULL, /* unimplemented */
1339 1.102 martin /* 228 */ NULL, /* unimplemented */
1340 1.102 martin /* 229 */ NULL, /* unimplemented */
1341 1.102 martin /* 230 */ NULL, /* unimplemented */
1342 1.102 martin /* 231 */ NULL, /* unimplemented */
1343 1.102 martin /* 232 */ NULL, /* unimplemented */
1344 1.102 martin /* 233 */ NULL, /* getpgid */
1345 1.102 martin /* 234 */ NULL, /* getsid */
1346 1.102 martin /* 235 */ NULL, /* unimplemented sigaltstack */
1347 1.102 martin /* 236 */ NULL, /* unimplemented */
1348 1.102 martin /* 237 */ NULL, /* unimplemented */
1349 1.102 martin /* 238 */ NULL, /* unimplemented */
1350 1.102 martin /* 239 */ NULL, /* unimplemented */
1351 1.102 martin /* 240 */ NULL, /* unimplemented */
1352 1.109 maxv /* 241 */ NULL, /* osf1_sysinfo */
1353 1.102 martin /* 242 */ NULL, /* unimplemented */
1354 1.102 martin /* 243 */ NULL, /* unimplemented */
1355 1.102 martin /* 244 */ NULL, /* unimplemented osf1_sys_proplist_syscall */
1356 1.102 martin /* 245 */ NULL, /* unimplemented */
1357 1.102 martin /* 246 */ NULL, /* unimplemented */
1358 1.102 martin /* 247 */ NULL, /* unimplemented */
1359 1.102 martin /* 248 */ NULL, /* unimplemented */
1360 1.102 martin /* 249 */ NULL, /* unimplemented */
1361 1.102 martin /* 250 */ NULL, /* unimplemented */
1362 1.109 maxv /* 251 */ NULL, /* osf1_usleep_thread */
1363 1.102 martin /* 252 */ NULL, /* unimplemented */
1364 1.102 martin /* 253 */ NULL, /* unimplemented */
1365 1.102 martin /* 254 */ NULL, /* unimplemented */
1366 1.102 martin /* 255 */ NULL, /* unimplemented sysfs */
1367 1.109 maxv /* 256 */ NULL, /* osf1_getsysinfo */
1368 1.109 maxv /* 257 */ NULL, /* osf1_setsysinfo */
1369 1.102 martin /* 258 */ NULL, /* unimplemented */
1370 1.102 martin /* 259 */ NULL, /* unimplemented */
1371 1.102 martin /* 260 */ NULL, /* unimplemented */
1372 1.102 martin /* 261 */ NULL, /* fdatasync */
1373 1.102 martin /* 262 */ NULL, /* unimplemented */
1374 1.102 martin /* 263 */ NULL, /* unimplemented */
1375 1.102 martin /* 264 */ NULL, /* unimplemented */
1376 1.102 martin /* 265 */ NULL, /* unimplemented */
1377 1.102 martin /* 266 */ NULL, /* unimplemented */
1378 1.102 martin /* 267 */ NULL, /* unimplemented */
1379 1.102 martin /* 268 */ NULL, /* unimplemented */
1380 1.102 martin /* 269 */ NULL, /* unimplemented */
1381 1.102 martin /* 270 */ NULL, /* unimplemented */
1382 1.102 martin /* 271 */ NULL, /* unimplemented */
1383 1.102 martin /* 272 */ NULL, /* unimplemented */
1384 1.102 martin /* 273 */ NULL, /* unimplemented */
1385 1.102 martin /* 274 */ NULL, /* unimplemented */
1386 1.102 martin /* 275 */ NULL, /* unimplemented */
1387 1.102 martin /* 276 */ NULL, /* unimplemented */
1388 1.102 martin /* 277 */ NULL, /* unimplemented */
1389 1.102 martin /* 278 */ NULL, /* unimplemented */
1390 1.102 martin /* 279 */ NULL, /* unimplemented */
1391 1.102 martin /* 280 */ NULL, /* unimplemented */
1392 1.102 martin /* 281 */ NULL, /* unimplemented */
1393 1.102 martin /* 282 */ NULL, /* unimplemented */
1394 1.102 martin /* 283 */ NULL, /* unimplemented */
1395 1.102 martin /* 284 */ NULL, /* unimplemented */
1396 1.102 martin /* 285 */ NULL, /* unimplemented */
1397 1.102 martin /* 286 */ NULL, /* unimplemented */
1398 1.102 martin /* 287 */ NULL, /* unimplemented */
1399 1.102 martin /* 288 */ NULL, /* unimplemented */
1400 1.102 martin /* 289 */ NULL, /* unimplemented */
1401 1.102 martin /* 290 */ NULL, /* unimplemented */
1402 1.102 martin /* 291 */ NULL, /* unimplemented */
1403 1.102 martin /* 292 */ NULL, /* unimplemented */
1404 1.102 martin /* 293 */ NULL, /* unimplemented */
1405 1.102 martin /* 294 */ NULL, /* unimplemented */
1406 1.102 martin /* 295 */ NULL, /* unimplemented */
1407 1.102 martin /* 296 */ NULL, /* unimplemented */
1408 1.102 martin /* 297 */ NULL, /* unimplemented */
1409 1.102 martin /* 298 */ NULL, /* unimplemented */
1410 1.102 martin /* 299 */ NULL, /* unimplemented */
1411 1.102 martin /* 300 */ NULL, /* unimplemented bdflush */
1412 1.102 martin /* 301 */ NULL, /* unimplemented sethae */
1413 1.102 martin /* 302 */ NULL, /* unimplemented mount */
1414 1.102 martin /* 303 */ NULL, /* unimplemented old_adjtimex */
1415 1.102 martin /* 304 */ NULL, /* swapoff */
1416 1.102 martin /* 305 */ NULL, /* getdents */
1417 1.102 martin /* 306 */ NULL, /* unimplemented alpha_create_module */
1418 1.102 martin /* 307 */ NULL, /* unimplemented init_module */
1419 1.102 martin /* 308 */ NULL, /* unimplemented delete_module */
1420 1.102 martin /* 309 */ NULL, /* unimplemented get_kernel_syms */
1421 1.102 martin /* 310 */ NULL, /* unimplemented syslog */
1422 1.102 martin /* 311 */ NULL, /* reboot */
1423 1.102 martin /* 312 */ NULL, /* clone */
1424 1.102 martin #ifdef EXEC_AOUT
1425 1.102 martin /* 313 */ NULL, /* uselib */
1426 1.102 martin #else
1427 1.102 martin /* 313 */ NULL, /* unimplemented sys_uselib */
1428 1.102 martin #endif
1429 1.102 martin /* 314 */ NULL, /* mlock */
1430 1.102 martin /* 315 */ NULL, /* munlock */
1431 1.102 martin /* 316 */ NULL, /* mlockall */
1432 1.102 martin /* 317 */ NULL, /* munlockall */
1433 1.102 martin /* 318 */ NULL, /* sysinfo */
1434 1.102 martin /* 319 */ NULL, /* __sysctl */
1435 1.102 martin /* 320 */ NULL, /* unimplemented idle */
1436 1.102 martin /* 321 */ NULL, /* unimplemented oldumount */
1437 1.102 martin /* 322 */ NULL, /* swapon */
1438 1.102 martin /* 323 */ NULL, /* times */
1439 1.102 martin /* 324 */ NULL, /* personality */
1440 1.102 martin /* 325 */ NULL, /* setfsuid */
1441 1.102 martin /* 326 */ NULL, /* setfsgid */
1442 1.102 martin /* 327 */ NULL, /* unimplemented ustat */
1443 1.102 martin /* 328 */ NULL, /* statfs */
1444 1.102 martin /* 329 */ NULL, /* fstatfs */
1445 1.102 martin /* 330 */ NULL, /* sched_setparam */
1446 1.102 martin /* 331 */ NULL, /* sched_getparam */
1447 1.102 martin /* 332 */ NULL, /* sched_setscheduler */
1448 1.102 martin /* 333 */ NULL, /* sched_getscheduler */
1449 1.102 martin /* 334 */ NULL, /* sched_yield */
1450 1.102 martin /* 335 */ NULL, /* sched_get_priority_max */
1451 1.102 martin /* 336 */ NULL, /* sched_get_priority_min */
1452 1.102 martin /* 337 */ NULL, /* unimplemented sched_rr_get_interval */
1453 1.102 martin /* 338 */ NULL, /* unimplemented afs_syscall */
1454 1.102 martin /* 339 */ NULL, /* uname */
1455 1.102 martin /* 340 */ NULL, /* nanosleep */
1456 1.102 martin /* 341 */ NULL, /* mremap */
1457 1.102 martin /* 342 */ NULL, /* unimplemented nfsservctl */
1458 1.102 martin /* 343 */ NULL, /* setresuid */
1459 1.102 martin /* 344 */ NULL, /* getresuid */
1460 1.102 martin /* 345 */ NULL, /* unimplemented pciconfig_read */
1461 1.102 martin /* 346 */ NULL, /* unimplemented pciconfig_write */
1462 1.102 martin /* 347 */ NULL, /* unimplemented query_module */
1463 1.102 martin /* 348 */ NULL, /* unimplemented prctl */
1464 1.102 martin /* 349 */ NULL, /* pread */
1465 1.102 martin /* 350 */ NULL, /* pwrite */
1466 1.102 martin /* 351 */ NULL, /* rt_sigreturn */
1467 1.102 martin /* 352 */ NULL, /* rt_sigaction */
1468 1.102 martin /* 353 */ NULL, /* rt_sigprocmask */
1469 1.102 martin /* 354 */ NULL, /* rt_sigpending */
1470 1.102 martin /* 355 */ NULL, /* rt_sigtimedwait */
1471 1.102 martin /* 356 */ NULL, /* rt_queueinfo */
1472 1.102 martin /* 357 */ NULL, /* rt_sigsuspend */
1473 1.102 martin /* 358 */ NULL, /* select */
1474 1.102 martin /* 359 */ NULL, /* gettimeofday */
1475 1.102 martin /* 360 */ NULL, /* settimeofday */
1476 1.102 martin /* 361 */ NULL, /* getitimer */
1477 1.102 martin /* 362 */ NULL, /* setitimer */
1478 1.102 martin /* 363 */ NULL, /* utimes */
1479 1.102 martin /* 364 */ NULL, /* getrusage */
1480 1.102 martin /* 365 */ NULL, /* wait4 */
1481 1.102 martin /* 366 */ NULL, /* unimplemented adjtimex */
1482 1.102 martin /* 367 */ NULL, /* __getcwd */
1483 1.102 martin /* 368 */ NULL, /* unimplemented capget */
1484 1.102 martin /* 369 */ NULL, /* unimplemented capset */
1485 1.102 martin /* 370 */ NULL, /* unimplemented sendfile */
1486 1.102 martin /* 371 */ NULL, /* unimplemented setresgid */
1487 1.102 martin /* 372 */ NULL, /* unimplemented getresgid */
1488 1.102 martin /* 373 */ NULL, /* unimplemented sys_dipc */
1489 1.102 martin /* 374 */ NULL, /* unimplemented pivot_root */
1490 1.102 martin /* 375 */ NULL, /* mincore */
1491 1.102 martin /* 376 */ NULL, /* unimplemented pciconfig_iobase */
1492 1.102 martin /* 377 */ NULL, /* getdents64 */
1493 1.102 martin /* 378 */ NULL, /* gettid */
1494 1.102 martin /* 379 */ NULL, /* unimplemented readahead */
1495 1.102 martin /* 380 */ NULL, /* unimplemented / * unused * / */
1496 1.102 martin /* 381 */ NULL, /* tkill */
1497 1.102 martin /* 382 */ NULL, /* setxattr */
1498 1.102 martin /* 383 */ NULL, /* lsetxattr */
1499 1.102 martin /* 384 */ NULL, /* fsetxattr */
1500 1.102 martin /* 385 */ NULL, /* getxattr */
1501 1.102 martin /* 386 */ NULL, /* lgetxattr */
1502 1.102 martin /* 387 */ NULL, /* fgetxattr */
1503 1.102 martin /* 388 */ NULL, /* listxattr */
1504 1.102 martin /* 389 */ NULL, /* llistxattr */
1505 1.102 martin /* 390 */ NULL, /* flistxattr */
1506 1.102 martin /* 391 */ NULL, /* removexattr */
1507 1.102 martin /* 392 */ NULL, /* lremovexattr */
1508 1.102 martin /* 393 */ NULL, /* fremovexattr */
1509 1.102 martin /* 394 */ NULL, /* futex */
1510 1.102 martin /* 395 */ NULL, /* sched_setaffinity */
1511 1.102 martin /* 396 */ NULL, /* sched_getaffinity */
1512 1.102 martin /* 397 */ NULL, /* unimplemented tuxcall */
1513 1.102 martin /* 398 */ NULL, /* unimplemented io_setup */
1514 1.102 martin /* 399 */ NULL, /* unimplemented io_destroy */
1515 1.102 martin /* 400 */ NULL, /* unimplemented io_getevents */
1516 1.102 martin /* 401 */ NULL, /* unimplemented io_submit */
1517 1.102 martin /* 402 */ NULL, /* unimplemented io_cancel */
1518 1.102 martin /* 403 */ NULL, /* unimplemented / * unused * / */
1519 1.102 martin /* 404 */ NULL, /* unimplemented / * unused * / */
1520 1.102 martin /* 405 */ NULL, /* exit_group */
1521 1.102 martin /* 406 */ NULL, /* unimplemented lookup_dcookie */
1522 1.117 christos /* 407 */ NULL, /* epoll_create */
1523 1.117 christos /* 408 */ NULL, /* epoll_ctl */
1524 1.117 christos /* 409 */ NULL, /* epoll_wait */
1525 1.102 martin /* 410 */ NULL, /* unimplemented remap_file_pages */
1526 1.102 martin /* 411 */ NULL, /* set_tid_address */
1527 1.102 martin /* 412 */ NULL, /* unimplemented restart_syscall */
1528 1.102 martin /* 413 */ NULL, /* fadvise64 */
1529 1.112 thorpej /* 414 */ NULL, /* timer_create */
1530 1.112 thorpej /* 415 */ NULL, /* timer_settime */
1531 1.112 thorpej /* 416 */ NULL, /* timer_gettime */
1532 1.112 thorpej /* 417 */ NULL, /* timer_getoverrun */
1533 1.112 thorpej /* 418 */ NULL, /* timer_delete */
1534 1.102 martin /* 419 */ NULL, /* clock_settime */
1535 1.102 martin /* 420 */ NULL, /* clock_gettime */
1536 1.102 martin /* 421 */ NULL, /* clock_getres */
1537 1.102 martin /* 422 */ NULL, /* clock_nanosleep */
1538 1.102 martin /* 423 */ NULL, /* unimplemented semtimedop */
1539 1.102 martin /* 424 */ NULL, /* tgkill */
1540 1.102 martin /* 425 */ NULL, /* stat64 */
1541 1.102 martin /* 426 */ NULL, /* lstat64 */
1542 1.102 martin /* 427 */ NULL, /* fstat64 */
1543 1.102 martin /* 428 */ NULL, /* unimplemented vserver */
1544 1.102 martin /* 429 */ NULL, /* unimplemented mbind */
1545 1.102 martin /* 430 */ NULL, /* unimplemented get_mempolicy */
1546 1.102 martin /* 431 */ NULL, /* unimplemented set_mempolicy */
1547 1.102 martin /* 432 */ NULL, /* unimplemented mq_open */
1548 1.102 martin /* 433 */ NULL, /* unimplemented mq_unlink */
1549 1.102 martin /* 434 */ NULL, /* unimplemented mq_timedsend */
1550 1.102 martin /* 435 */ NULL, /* unimplemented mq_timedreceive */
1551 1.102 martin /* 436 */ NULL, /* unimplemented mq_notify */
1552 1.102 martin /* 437 */ NULL, /* unimplemented mq_getsetattr */
1553 1.102 martin /* 438 */ NULL, /* unimplemented waitid */
1554 1.102 martin /* 439 */ NULL, /* unimplemented add_key */
1555 1.102 martin /* 440 */ NULL, /* unimplemented request_key */
1556 1.102 martin /* 441 */ NULL, /* unimplemented keyctl */
1557 1.102 martin /* 442 */ NULL, /* unimplemented ioprio_set */
1558 1.102 martin /* 443 */ NULL, /* unimplemented ioprio_get */
1559 1.102 martin /* 444 */ NULL, /* unimplemented inotify_init */
1560 1.102 martin /* 445 */ NULL, /* unimplemented inotify_add_watch */
1561 1.102 martin /* 446 */ NULL, /* unimplemented inotify_rm_watch */
1562 1.102 martin /* 447 */ NULL, /* unimplemented fdatasync */
1563 1.102 martin /* 448 */ NULL, /* unimplemented kexec_load */
1564 1.102 martin /* 449 */ NULL, /* unimplemented migrate_pages */
1565 1.102 martin /* 450 */ NULL, /* openat */
1566 1.102 martin /* 451 */ NULL, /* mkdirat */
1567 1.102 martin /* 452 */ NULL, /* mknodat */
1568 1.102 martin /* 453 */ NULL, /* fchownat */
1569 1.102 martin /* 454 */ NULL, /* unimplemented futimesat */
1570 1.102 martin /* 455 */ NULL, /* fstatat64 */
1571 1.102 martin /* 456 */ NULL, /* unlinkat */
1572 1.102 martin /* 457 */ NULL, /* renameat */
1573 1.102 martin /* 458 */ NULL, /* linkat */
1574 1.102 martin /* 459 */ NULL, /* symlinkat */
1575 1.102 martin /* 460 */ NULL, /* readlinkat */
1576 1.102 martin /* 461 */ NULL, /* fchmodat */
1577 1.102 martin /* 462 */ NULL, /* faccessat */
1578 1.102 martin /* 463 */ NULL, /* pselect6 */
1579 1.102 martin /* 464 */ NULL, /* ppoll */
1580 1.102 martin /* 465 */ NULL, /* unimplemented unshare */
1581 1.111 thorpej /* 466 */ NULL, /* __futex_set_robust_list */
1582 1.111 thorpej /* 467 */ NULL, /* __futex_get_robust_list */
1583 1.102 martin /* 468 */ NULL, /* unimplemented splice */
1584 1.102 martin /* 469 */ NULL, /* unimplemented sync_file_range */
1585 1.102 martin /* 470 */ NULL, /* unimplemented tee */
1586 1.102 martin /* 471 */ NULL, /* unimplemented vmsplice */
1587 1.102 martin /* 472 */ NULL, /* unimplemented move_pages */
1588 1.102 martin /* 473 */ NULL, /* unimplemented getcpu */
1589 1.117 christos /* 474 */ NULL, /* epoll_pwait */
1590 1.102 martin /* 475 */ NULL, /* utimensat */
1591 1.102 martin /* 476 */ NULL, /* unimplemented signalfd */
1592 1.102 martin /* 477 */ NULL, /* unimplemented timerfd */
1593 1.114 thorpej /* 478 */ NULL, /* eventfd */
1594 1.106 christos /* 479 */ NULL, /* recvmmsg */
1595 1.110 jdolecek /* 480 */ NULL, /* fallocate */
1596 1.113 thorpej /* 481 */ NULL, /* timerfd_create */
1597 1.113 thorpej /* 482 */ NULL, /* timerfd_settime */
1598 1.113 thorpej /* 483 */ NULL, /* timerfd_gettime */
1599 1.102 martin /* 484 */ NULL, /* unimplemented signalfd4 */
1600 1.114 thorpej /* 485 */ NULL, /* eventfd2 */
1601 1.117 christos /* 486 */ NULL, /* epoll_create1 */
1602 1.102 martin /* 487 */ NULL, /* dup3 */
1603 1.102 martin /* 488 */ NULL, /* pipe2 */
1604 1.102 martin /* 489 */ NULL, /* unimplemented inotify_init1 */
1605 1.115 thorpej /* 490 */ NULL, /* preadv */
1606 1.115 thorpej /* 491 */ NULL, /* pwritev */
1607 1.102 martin /* 492 */ NULL, /* unimplemented rt_tgsigqueueinfo */
1608 1.102 martin /* 493 */ NULL, /* unimplemented perf_counter_open */
1609 1.106 christos /* 494 */ NULL, /* unimplemented fanotify_init */
1610 1.106 christos /* 495 */ NULL, /* unimplemented fanotify_mark */
1611 1.116 ryo /* 496 */ NULL, /* prlimit64 */
1612 1.106 christos /* 497 */ NULL, /* unimplemented name_to_handle_at */
1613 1.106 christos /* 498 */ NULL, /* unimplemented open_by_handle_at */
1614 1.106 christos /* 499 */ NULL, /* unimplemented clock_adjtime */
1615 1.106 christos /* 500 */ NULL, /* unimplemented syncfs */
1616 1.106 christos /* 501 */ NULL, /* unimplemented setns */
1617 1.105 martin /* 502 */ NULL, /* accept4 */
1618 1.106 christos /* 503 */ NULL, /* sendmmsg */
1619 1.106 christos /* 504 */ NULL, /* unimplemented process_vm_readv */
1620 1.106 christos /* 505 */ NULL, /* unimplemented process_vm_writev */
1621 1.106 christos /* 506 */ NULL, /* unimplemented kcmp */
1622 1.106 christos /* 507 */ NULL, /* unimplemented finit_module */
1623 1.106 christos /* 508 */ NULL, /* unimplemented sched_setattr */
1624 1.106 christos /* 509 */ NULL, /* unimplemented sched_getattr */
1625 1.106 christos /* 510 */ NULL, /* unimplemented renameat2 */
1626 1.117 christos /* 511 */ NULL, /* unimplemented */
1627 1.117 christos /* 512 */ NULL, /* unimplemented */
1628 1.117 christos /* 513 */ NULL, /* unimplemented */
1629 1.117 christos /* 514 */ NULL, /* unimplemented */
1630 1.117 christos /* 515 */ NULL, /* unimplemented */
1631 1.117 christos /* 516 */ NULL, /* unimplemented */
1632 1.117 christos /* 517 */ NULL, /* unimplemented */
1633 1.117 christos /* 518 */ NULL, /* unimplemented */
1634 1.117 christos /* 519 */ NULL, /* unimplemented */
1635 1.117 christos /* 520 */ NULL, /* unimplemented */
1636 1.117 christos /* 521 */ NULL, /* unimplemented */
1637 1.117 christos /* 522 */ NULL, /* unimplemented */
1638 1.117 christos /* 523 */ NULL, /* unimplemented */
1639 1.117 christos /* 524 */ NULL, /* unimplemented */
1640 1.117 christos /* 525 */ NULL, /* unimplemented */
1641 1.117 christos /* 526 */ NULL, /* unimplemented */
1642 1.117 christos /* 527 */ NULL, /* unimplemented */
1643 1.117 christos /* 528 */ NULL, /* unimplemented */
1644 1.117 christos /* 529 */ NULL, /* unimplemented */
1645 1.117 christos /* 530 */ NULL, /* unimplemented */
1646 1.117 christos /* 531 */ NULL, /* unimplemented */
1647 1.117 christos /* 532 */ NULL, /* unimplemented */
1648 1.117 christos /* 533 */ NULL, /* unimplemented */
1649 1.117 christos /* 534 */ NULL, /* unimplemented */
1650 1.117 christos /* 535 */ NULL, /* unimplemented */
1651 1.117 christos /* 536 */ NULL, /* unimplemented */
1652 1.117 christos /* 537 */ NULL, /* unimplemented */
1653 1.117 christos /* 538 */ NULL, /* unimplemented */
1654 1.117 christos /* 539 */ NULL, /* unimplemented */
1655 1.117 christos /* 540 */ NULL, /* unimplemented */
1656 1.117 christos /* 541 */ NULL, /* unimplemented */
1657 1.117 christos /* 542 */ NULL, /* unimplemented */
1658 1.117 christos /* 543 */ NULL, /* unimplemented */
1659 1.117 christos /* 544 */ NULL, /* unimplemented */
1660 1.117 christos /* 545 */ NULL, /* unimplemented */
1661 1.117 christos /* 546 */ NULL, /* unimplemented */
1662 1.117 christos /* 547 */ NULL, /* unimplemented */
1663 1.117 christos /* 548 */ NULL, /* unimplemented */
1664 1.117 christos /* 549 */ NULL, /* unimplemented */
1665 1.117 christos /* 550 */ NULL, /* unimplemented */
1666 1.117 christos /* 551 */ NULL, /* epoll_pwait2 */
1667 1.117 christos /* 552 */ NULL, /* filler */
1668 1.117 christos /* 553 */ NULL, /* filler */
1669 1.117 christos /* 554 */ NULL, /* filler */
1670 1.117 christos /* 555 */ NULL, /* filler */
1671 1.117 christos /* 556 */ NULL, /* filler */
1672 1.117 christos /* 557 */ NULL, /* filler */
1673 1.117 christos /* 558 */ NULL, /* filler */
1674 1.117 christos /* 559 */ NULL, /* filler */
1675 1.117 christos /* 560 */ NULL, /* filler */
1676 1.117 christos /* 561 */ NULL, /* filler */
1677 1.117 christos /* 562 */ NULL, /* filler */
1678 1.117 christos /* 563 */ NULL, /* filler */
1679 1.117 christos /* 564 */ NULL, /* filler */
1680 1.117 christos /* 565 */ NULL, /* filler */
1681 1.117 christos /* 566 */ NULL, /* filler */
1682 1.117 christos /* 567 */ NULL, /* filler */
1683 1.117 christos /* 568 */ NULL, /* filler */
1684 1.117 christos /* 569 */ NULL, /* filler */
1685 1.117 christos /* 570 */ NULL, /* filler */
1686 1.117 christos /* 571 */ NULL, /* filler */
1687 1.117 christos /* 572 */ NULL, /* filler */
1688 1.117 christos /* 573 */ NULL, /* filler */
1689 1.117 christos /* 574 */ NULL, /* filler */
1690 1.117 christos /* 575 */ NULL, /* filler */
1691 1.117 christos /* 576 */ NULL, /* filler */
1692 1.117 christos /* 577 */ NULL, /* filler */
1693 1.117 christos /* 578 */ NULL, /* filler */
1694 1.117 christos /* 579 */ NULL, /* filler */
1695 1.117 christos /* 580 */ NULL, /* filler */
1696 1.117 christos /* 581 */ NULL, /* filler */
1697 1.117 christos /* 582 */ NULL, /* filler */
1698 1.117 christos /* 583 */ NULL, /* filler */
1699 1.117 christos /* 584 */ NULL, /* filler */
1700 1.117 christos /* 585 */ NULL, /* filler */
1701 1.117 christos /* 586 */ NULL, /* filler */
1702 1.117 christos /* 587 */ NULL, /* filler */
1703 1.117 christos /* 588 */ NULL, /* filler */
1704 1.117 christos /* 589 */ NULL, /* filler */
1705 1.117 christos /* 590 */ NULL, /* filler */
1706 1.117 christos /* 591 */ NULL, /* filler */
1707 1.117 christos /* 592 */ NULL, /* filler */
1708 1.117 christos /* 593 */ NULL, /* filler */
1709 1.117 christos /* 594 */ NULL, /* filler */
1710 1.117 christos /* 595 */ NULL, /* filler */
1711 1.117 christos /* 596 */ NULL, /* filler */
1712 1.117 christos /* 597 */ NULL, /* filler */
1713 1.117 christos /* 598 */ NULL, /* filler */
1714 1.117 christos /* 599 */ NULL, /* filler */
1715 1.117 christos /* 600 */ NULL, /* filler */
1716 1.117 christos /* 601 */ NULL, /* filler */
1717 1.117 christos /* 602 */ NULL, /* filler */
1718 1.117 christos /* 603 */ NULL, /* filler */
1719 1.117 christos /* 604 */ NULL, /* filler */
1720 1.117 christos /* 605 */ NULL, /* filler */
1721 1.117 christos /* 606 */ NULL, /* filler */
1722 1.117 christos /* 607 */ NULL, /* filler */
1723 1.117 christos /* 608 */ NULL, /* filler */
1724 1.117 christos /* 609 */ NULL, /* filler */
1725 1.117 christos /* 610 */ NULL, /* filler */
1726 1.117 christos /* 611 */ NULL, /* filler */
1727 1.117 christos /* 612 */ NULL, /* filler */
1728 1.117 christos /* 613 */ NULL, /* filler */
1729 1.117 christos /* 614 */ NULL, /* filler */
1730 1.117 christos /* 615 */ NULL, /* filler */
1731 1.117 christos /* 616 */ NULL, /* filler */
1732 1.117 christos /* 617 */ NULL, /* filler */
1733 1.117 christos /* 618 */ NULL, /* filler */
1734 1.117 christos /* 619 */ NULL, /* filler */
1735 1.117 christos /* 620 */ NULL, /* filler */
1736 1.117 christos /* 621 */ NULL, /* filler */
1737 1.117 christos /* 622 */ NULL, /* filler */
1738 1.117 christos /* 623 */ NULL, /* filler */
1739 1.117 christos /* 624 */ NULL, /* filler */
1740 1.117 christos /* 625 */ NULL, /* filler */
1741 1.117 christos /* 626 */ NULL, /* filler */
1742 1.117 christos /* 627 */ NULL, /* filler */
1743 1.117 christos /* 628 */ NULL, /* filler */
1744 1.117 christos /* 629 */ NULL, /* filler */
1745 1.117 christos /* 630 */ NULL, /* filler */
1746 1.117 christos /* 631 */ NULL, /* filler */
1747 1.117 christos /* 632 */ NULL, /* filler */
1748 1.117 christos /* 633 */ NULL, /* filler */
1749 1.117 christos /* 634 */ NULL, /* filler */
1750 1.117 christos /* 635 */ NULL, /* filler */
1751 1.117 christos /* 636 */ NULL, /* filler */
1752 1.117 christos /* 637 */ NULL, /* filler */
1753 1.117 christos /* 638 */ NULL, /* filler */
1754 1.117 christos /* 639 */ NULL, /* filler */
1755 1.117 christos /* 640 */ NULL, /* filler */
1756 1.117 christos /* 641 */ NULL, /* filler */
1757 1.117 christos /* 642 */ NULL, /* filler */
1758 1.117 christos /* 643 */ NULL, /* filler */
1759 1.117 christos /* 644 */ NULL, /* filler */
1760 1.117 christos /* 645 */ NULL, /* filler */
1761 1.117 christos /* 646 */ NULL, /* filler */
1762 1.117 christos /* 647 */ NULL, /* filler */
1763 1.117 christos /* 648 */ NULL, /* filler */
1764 1.117 christos /* 649 */ NULL, /* filler */
1765 1.117 christos /* 650 */ NULL, /* filler */
1766 1.117 christos /* 651 */ NULL, /* filler */
1767 1.117 christos /* 652 */ NULL, /* filler */
1768 1.117 christos /* 653 */ NULL, /* filler */
1769 1.117 christos /* 654 */ NULL, /* filler */
1770 1.117 christos /* 655 */ NULL, /* filler */
1771 1.117 christos /* 656 */ NULL, /* filler */
1772 1.117 christos /* 657 */ NULL, /* filler */
1773 1.117 christos /* 658 */ NULL, /* filler */
1774 1.117 christos /* 659 */ NULL, /* filler */
1775 1.117 christos /* 660 */ NULL, /* filler */
1776 1.117 christos /* 661 */ NULL, /* filler */
1777 1.117 christos /* 662 */ NULL, /* filler */
1778 1.117 christos /* 663 */ NULL, /* filler */
1779 1.117 christos /* 664 */ NULL, /* filler */
1780 1.117 christos /* 665 */ NULL, /* filler */
1781 1.117 christos /* 666 */ NULL, /* filler */
1782 1.117 christos /* 667 */ NULL, /* filler */
1783 1.117 christos /* 668 */ NULL, /* filler */
1784 1.117 christos /* 669 */ NULL, /* filler */
1785 1.117 christos /* 670 */ NULL, /* filler */
1786 1.117 christos /* 671 */ NULL, /* filler */
1787 1.117 christos /* 672 */ NULL, /* filler */
1788 1.117 christos /* 673 */ NULL, /* filler */
1789 1.117 christos /* 674 */ NULL, /* filler */
1790 1.117 christos /* 675 */ NULL, /* filler */
1791 1.117 christos /* 676 */ NULL, /* filler */
1792 1.117 christos /* 677 */ NULL, /* filler */
1793 1.117 christos /* 678 */ NULL, /* filler */
1794 1.117 christos /* 679 */ NULL, /* filler */
1795 1.117 christos /* 680 */ NULL, /* filler */
1796 1.117 christos /* 681 */ NULL, /* filler */
1797 1.117 christos /* 682 */ NULL, /* filler */
1798 1.117 christos /* 683 */ NULL, /* filler */
1799 1.117 christos /* 684 */ NULL, /* filler */
1800 1.117 christos /* 685 */ NULL, /* filler */
1801 1.117 christos /* 686 */ NULL, /* filler */
1802 1.117 christos /* 687 */ NULL, /* filler */
1803 1.117 christos /* 688 */ NULL, /* filler */
1804 1.117 christos /* 689 */ NULL, /* filler */
1805 1.117 christos /* 690 */ NULL, /* filler */
1806 1.117 christos /* 691 */ NULL, /* filler */
1807 1.117 christos /* 692 */ NULL, /* filler */
1808 1.117 christos /* 693 */ NULL, /* filler */
1809 1.117 christos /* 694 */ NULL, /* filler */
1810 1.117 christos /* 695 */ NULL, /* filler */
1811 1.117 christos /* 696 */ NULL, /* filler */
1812 1.117 christos /* 697 */ NULL, /* filler */
1813 1.117 christos /* 698 */ NULL, /* filler */
1814 1.117 christos /* 699 */ NULL, /* filler */
1815 1.117 christos /* 700 */ NULL, /* filler */
1816 1.117 christos /* 701 */ NULL, /* filler */
1817 1.117 christos /* 702 */ NULL, /* filler */
1818 1.117 christos /* 703 */ NULL, /* filler */
1819 1.117 christos /* 704 */ NULL, /* filler */
1820 1.117 christos /* 705 */ NULL, /* filler */
1821 1.117 christos /* 706 */ NULL, /* filler */
1822 1.117 christos /* 707 */ NULL, /* filler */
1823 1.117 christos /* 708 */ NULL, /* filler */
1824 1.117 christos /* 709 */ NULL, /* filler */
1825 1.117 christos /* 710 */ NULL, /* filler */
1826 1.117 christos /* 711 */ NULL, /* filler */
1827 1.117 christos /* 712 */ NULL, /* filler */
1828 1.117 christos /* 713 */ NULL, /* filler */
1829 1.117 christos /* 714 */ NULL, /* filler */
1830 1.117 christos /* 715 */ NULL, /* filler */
1831 1.117 christos /* 716 */ NULL, /* filler */
1832 1.117 christos /* 717 */ NULL, /* filler */
1833 1.117 christos /* 718 */ NULL, /* filler */
1834 1.117 christos /* 719 */ NULL, /* filler */
1835 1.117 christos /* 720 */ NULL, /* filler */
1836 1.117 christos /* 721 */ NULL, /* filler */
1837 1.117 christos /* 722 */ NULL, /* filler */
1838 1.117 christos /* 723 */ NULL, /* filler */
1839 1.117 christos /* 724 */ NULL, /* filler */
1840 1.117 christos /* 725 */ NULL, /* filler */
1841 1.117 christos /* 726 */ NULL, /* filler */
1842 1.117 christos /* 727 */ NULL, /* filler */
1843 1.117 christos /* 728 */ NULL, /* filler */
1844 1.117 christos /* 729 */ NULL, /* filler */
1845 1.117 christos /* 730 */ NULL, /* filler */
1846 1.117 christos /* 731 */ NULL, /* filler */
1847 1.117 christos /* 732 */ NULL, /* filler */
1848 1.117 christos /* 733 */ NULL, /* filler */
1849 1.117 christos /* 734 */ NULL, /* filler */
1850 1.117 christos /* 735 */ NULL, /* filler */
1851 1.117 christos /* 736 */ NULL, /* filler */
1852 1.117 christos /* 737 */ NULL, /* filler */
1853 1.117 christos /* 738 */ NULL, /* filler */
1854 1.117 christos /* 739 */ NULL, /* filler */
1855 1.117 christos /* 740 */ NULL, /* filler */
1856 1.117 christos /* 741 */ NULL, /* filler */
1857 1.117 christos /* 742 */ NULL, /* filler */
1858 1.117 christos /* 743 */ NULL, /* filler */
1859 1.117 christos /* 744 */ NULL, /* filler */
1860 1.117 christos /* 745 */ NULL, /* filler */
1861 1.117 christos /* 746 */ NULL, /* filler */
1862 1.117 christos /* 747 */ NULL, /* filler */
1863 1.117 christos /* 748 */ NULL, /* filler */
1864 1.117 christos /* 749 */ NULL, /* filler */
1865 1.117 christos /* 750 */ NULL, /* filler */
1866 1.117 christos /* 751 */ NULL, /* filler */
1867 1.117 christos /* 752 */ NULL, /* filler */
1868 1.117 christos /* 753 */ NULL, /* filler */
1869 1.117 christos /* 754 */ NULL, /* filler */
1870 1.117 christos /* 755 */ NULL, /* filler */
1871 1.117 christos /* 756 */ NULL, /* filler */
1872 1.117 christos /* 757 */ NULL, /* filler */
1873 1.117 christos /* 758 */ NULL, /* filler */
1874 1.117 christos /* 759 */ NULL, /* filler */
1875 1.117 christos /* 760 */ NULL, /* filler */
1876 1.117 christos /* 761 */ NULL, /* filler */
1877 1.117 christos /* 762 */ NULL, /* filler */
1878 1.117 christos /* 763 */ NULL, /* filler */
1879 1.117 christos /* 764 */ NULL, /* filler */
1880 1.117 christos /* 765 */ NULL, /* filler */
1881 1.117 christos /* 766 */ NULL, /* filler */
1882 1.117 christos /* 767 */ NULL, /* filler */
1883 1.117 christos /* 768 */ NULL, /* filler */
1884 1.117 christos /* 769 */ NULL, /* filler */
1885 1.117 christos /* 770 */ NULL, /* filler */
1886 1.117 christos /* 771 */ NULL, /* filler */
1887 1.117 christos /* 772 */ NULL, /* filler */
1888 1.117 christos /* 773 */ NULL, /* filler */
1889 1.117 christos /* 774 */ NULL, /* filler */
1890 1.117 christos /* 775 */ NULL, /* filler */
1891 1.117 christos /* 776 */ NULL, /* filler */
1892 1.117 christos /* 777 */ NULL, /* filler */
1893 1.117 christos /* 778 */ NULL, /* filler */
1894 1.117 christos /* 779 */ NULL, /* filler */
1895 1.117 christos /* 780 */ NULL, /* filler */
1896 1.117 christos /* 781 */ NULL, /* filler */
1897 1.117 christos /* 782 */ NULL, /* filler */
1898 1.117 christos /* 783 */ NULL, /* filler */
1899 1.117 christos /* 784 */ NULL, /* filler */
1900 1.117 christos /* 785 */ NULL, /* filler */
1901 1.117 christos /* 786 */ NULL, /* filler */
1902 1.117 christos /* 787 */ NULL, /* filler */
1903 1.117 christos /* 788 */ NULL, /* filler */
1904 1.117 christos /* 789 */ NULL, /* filler */
1905 1.117 christos /* 790 */ NULL, /* filler */
1906 1.117 christos /* 791 */ NULL, /* filler */
1907 1.117 christos /* 792 */ NULL, /* filler */
1908 1.117 christos /* 793 */ NULL, /* filler */
1909 1.117 christos /* 794 */ NULL, /* filler */
1910 1.117 christos /* 795 */ NULL, /* filler */
1911 1.117 christos /* 796 */ NULL, /* filler */
1912 1.117 christos /* 797 */ NULL, /* filler */
1913 1.117 christos /* 798 */ NULL, /* filler */
1914 1.117 christos /* 799 */ NULL, /* filler */
1915 1.117 christos /* 800 */ NULL, /* filler */
1916 1.117 christos /* 801 */ NULL, /* filler */
1917 1.117 christos /* 802 */ NULL, /* filler */
1918 1.117 christos /* 803 */ NULL, /* filler */
1919 1.117 christos /* 804 */ NULL, /* filler */
1920 1.117 christos /* 805 */ NULL, /* filler */
1921 1.117 christos /* 806 */ NULL, /* filler */
1922 1.117 christos /* 807 */ NULL, /* filler */
1923 1.117 christos /* 808 */ NULL, /* filler */
1924 1.117 christos /* 809 */ NULL, /* filler */
1925 1.117 christos /* 810 */ NULL, /* filler */
1926 1.117 christos /* 811 */ NULL, /* filler */
1927 1.117 christos /* 812 */ NULL, /* filler */
1928 1.117 christos /* 813 */ NULL, /* filler */
1929 1.117 christos /* 814 */ NULL, /* filler */
1930 1.117 christos /* 815 */ NULL, /* filler */
1931 1.117 christos /* 816 */ NULL, /* filler */
1932 1.117 christos /* 817 */ NULL, /* filler */
1933 1.117 christos /* 818 */ NULL, /* filler */
1934 1.117 christos /* 819 */ NULL, /* filler */
1935 1.117 christos /* 820 */ NULL, /* filler */
1936 1.117 christos /* 821 */ NULL, /* filler */
1937 1.117 christos /* 822 */ NULL, /* filler */
1938 1.117 christos /* 823 */ NULL, /* filler */
1939 1.117 christos /* 824 */ NULL, /* filler */
1940 1.117 christos /* 825 */ NULL, /* filler */
1941 1.117 christos /* 826 */ NULL, /* filler */
1942 1.117 christos /* 827 */ NULL, /* filler */
1943 1.117 christos /* 828 */ NULL, /* filler */
1944 1.117 christos /* 829 */ NULL, /* filler */
1945 1.117 christos /* 830 */ NULL, /* filler */
1946 1.117 christos /* 831 */ NULL, /* filler */
1947 1.117 christos /* 832 */ NULL, /* filler */
1948 1.117 christos /* 833 */ NULL, /* filler */
1949 1.117 christos /* 834 */ NULL, /* filler */
1950 1.117 christos /* 835 */ NULL, /* filler */
1951 1.117 christos /* 836 */ NULL, /* filler */
1952 1.117 christos /* 837 */ NULL, /* filler */
1953 1.117 christos /* 838 */ NULL, /* filler */
1954 1.117 christos /* 839 */ NULL, /* filler */
1955 1.117 christos /* 840 */ NULL, /* filler */
1956 1.117 christos /* 841 */ NULL, /* filler */
1957 1.117 christos /* 842 */ NULL, /* filler */
1958 1.117 christos /* 843 */ NULL, /* filler */
1959 1.117 christos /* 844 */ NULL, /* filler */
1960 1.117 christos /* 845 */ NULL, /* filler */
1961 1.117 christos /* 846 */ NULL, /* filler */
1962 1.117 christos /* 847 */ NULL, /* filler */
1963 1.117 christos /* 848 */ NULL, /* filler */
1964 1.117 christos /* 849 */ NULL, /* filler */
1965 1.117 christos /* 850 */ NULL, /* filler */
1966 1.117 christos /* 851 */ NULL, /* filler */
1967 1.117 christos /* 852 */ NULL, /* filler */
1968 1.117 christos /* 853 */ NULL, /* filler */
1969 1.117 christos /* 854 */ NULL, /* filler */
1970 1.117 christos /* 855 */ NULL, /* filler */
1971 1.117 christos /* 856 */ NULL, /* filler */
1972 1.117 christos /* 857 */ NULL, /* filler */
1973 1.117 christos /* 858 */ NULL, /* filler */
1974 1.117 christos /* 859 */ NULL, /* filler */
1975 1.117 christos /* 860 */ NULL, /* filler */
1976 1.117 christos /* 861 */ NULL, /* filler */
1977 1.117 christos /* 862 */ NULL, /* filler */
1978 1.117 christos /* 863 */ NULL, /* filler */
1979 1.117 christos /* 864 */ NULL, /* filler */
1980 1.117 christos /* 865 */ NULL, /* filler */
1981 1.117 christos /* 866 */ NULL, /* filler */
1982 1.117 christos /* 867 */ NULL, /* filler */
1983 1.117 christos /* 868 */ NULL, /* filler */
1984 1.117 christos /* 869 */ NULL, /* filler */
1985 1.117 christos /* 870 */ NULL, /* filler */
1986 1.117 christos /* 871 */ NULL, /* filler */
1987 1.117 christos /* 872 */ NULL, /* filler */
1988 1.117 christos /* 873 */ NULL, /* filler */
1989 1.117 christos /* 874 */ NULL, /* filler */
1990 1.117 christos /* 875 */ NULL, /* filler */
1991 1.117 christos /* 876 */ NULL, /* filler */
1992 1.117 christos /* 877 */ NULL, /* filler */
1993 1.117 christos /* 878 */ NULL, /* filler */
1994 1.117 christos /* 879 */ NULL, /* filler */
1995 1.117 christos /* 880 */ NULL, /* filler */
1996 1.117 christos /* 881 */ NULL, /* filler */
1997 1.117 christos /* 882 */ NULL, /* filler */
1998 1.117 christos /* 883 */ NULL, /* filler */
1999 1.117 christos /* 884 */ NULL, /* filler */
2000 1.117 christos /* 885 */ NULL, /* filler */
2001 1.117 christos /* 886 */ NULL, /* filler */
2002 1.117 christos /* 887 */ NULL, /* filler */
2003 1.117 christos /* 888 */ NULL, /* filler */
2004 1.117 christos /* 889 */ NULL, /* filler */
2005 1.117 christos /* 890 */ NULL, /* filler */
2006 1.117 christos /* 891 */ NULL, /* filler */
2007 1.117 christos /* 892 */ NULL, /* filler */
2008 1.117 christos /* 893 */ NULL, /* filler */
2009 1.117 christos /* 894 */ NULL, /* filler */
2010 1.117 christos /* 895 */ NULL, /* filler */
2011 1.117 christos /* 896 */ NULL, /* filler */
2012 1.117 christos /* 897 */ NULL, /* filler */
2013 1.117 christos /* 898 */ NULL, /* filler */
2014 1.117 christos /* 899 */ NULL, /* filler */
2015 1.117 christos /* 900 */ NULL, /* filler */
2016 1.117 christos /* 901 */ NULL, /* filler */
2017 1.117 christos /* 902 */ NULL, /* filler */
2018 1.117 christos /* 903 */ NULL, /* filler */
2019 1.117 christos /* 904 */ NULL, /* filler */
2020 1.117 christos /* 905 */ NULL, /* filler */
2021 1.117 christos /* 906 */ NULL, /* filler */
2022 1.117 christos /* 907 */ NULL, /* filler */
2023 1.117 christos /* 908 */ NULL, /* filler */
2024 1.117 christos /* 909 */ NULL, /* filler */
2025 1.117 christos /* 910 */ NULL, /* filler */
2026 1.117 christos /* 911 */ NULL, /* filler */
2027 1.117 christos /* 912 */ NULL, /* filler */
2028 1.117 christos /* 913 */ NULL, /* filler */
2029 1.117 christos /* 914 */ NULL, /* filler */
2030 1.117 christos /* 915 */ NULL, /* filler */
2031 1.117 christos /* 916 */ NULL, /* filler */
2032 1.117 christos /* 917 */ NULL, /* filler */
2033 1.117 christos /* 918 */ NULL, /* filler */
2034 1.117 christos /* 919 */ NULL, /* filler */
2035 1.117 christos /* 920 */ NULL, /* filler */
2036 1.117 christos /* 921 */ NULL, /* filler */
2037 1.117 christos /* 922 */ NULL, /* filler */
2038 1.117 christos /* 923 */ NULL, /* filler */
2039 1.117 christos /* 924 */ NULL, /* filler */
2040 1.117 christos /* 925 */ NULL, /* filler */
2041 1.117 christos /* 926 */ NULL, /* filler */
2042 1.117 christos /* 927 */ NULL, /* filler */
2043 1.117 christos /* 928 */ NULL, /* filler */
2044 1.117 christos /* 929 */ NULL, /* filler */
2045 1.117 christos /* 930 */ NULL, /* filler */
2046 1.117 christos /* 931 */ NULL, /* filler */
2047 1.117 christos /* 932 */ NULL, /* filler */
2048 1.117 christos /* 933 */ NULL, /* filler */
2049 1.117 christos /* 934 */ NULL, /* filler */
2050 1.117 christos /* 935 */ NULL, /* filler */
2051 1.117 christos /* 936 */ NULL, /* filler */
2052 1.117 christos /* 937 */ NULL, /* filler */
2053 1.117 christos /* 938 */ NULL, /* filler */
2054 1.117 christos /* 939 */ NULL, /* filler */
2055 1.117 christos /* 940 */ NULL, /* filler */
2056 1.117 christos /* 941 */ NULL, /* filler */
2057 1.117 christos /* 942 */ NULL, /* filler */
2058 1.117 christos /* 943 */ NULL, /* filler */
2059 1.117 christos /* 944 */ NULL, /* filler */
2060 1.117 christos /* 945 */ NULL, /* filler */
2061 1.117 christos /* 946 */ NULL, /* filler */
2062 1.117 christos /* 947 */ NULL, /* filler */
2063 1.117 christos /* 948 */ NULL, /* filler */
2064 1.117 christos /* 949 */ NULL, /* filler */
2065 1.117 christos /* 950 */ NULL, /* filler */
2066 1.117 christos /* 951 */ NULL, /* filler */
2067 1.117 christos /* 952 */ NULL, /* filler */
2068 1.117 christos /* 953 */ NULL, /* filler */
2069 1.117 christos /* 954 */ NULL, /* filler */
2070 1.117 christos /* 955 */ NULL, /* filler */
2071 1.117 christos /* 956 */ NULL, /* filler */
2072 1.117 christos /* 957 */ NULL, /* filler */
2073 1.117 christos /* 958 */ NULL, /* filler */
2074 1.117 christos /* 959 */ NULL, /* filler */
2075 1.117 christos /* 960 */ NULL, /* filler */
2076 1.117 christos /* 961 */ NULL, /* filler */
2077 1.117 christos /* 962 */ NULL, /* filler */
2078 1.117 christos /* 963 */ NULL, /* filler */
2079 1.117 christos /* 964 */ NULL, /* filler */
2080 1.117 christos /* 965 */ NULL, /* filler */
2081 1.117 christos /* 966 */ NULL, /* filler */
2082 1.117 christos /* 967 */ NULL, /* filler */
2083 1.117 christos /* 968 */ NULL, /* filler */
2084 1.117 christos /* 969 */ NULL, /* filler */
2085 1.117 christos /* 970 */ NULL, /* filler */
2086 1.117 christos /* 971 */ NULL, /* filler */
2087 1.117 christos /* 972 */ NULL, /* filler */
2088 1.117 christos /* 973 */ NULL, /* filler */
2089 1.117 christos /* 974 */ NULL, /* filler */
2090 1.117 christos /* 975 */ NULL, /* filler */
2091 1.117 christos /* 976 */ NULL, /* filler */
2092 1.117 christos /* 977 */ NULL, /* filler */
2093 1.117 christos /* 978 */ NULL, /* filler */
2094 1.117 christos /* 979 */ NULL, /* filler */
2095 1.117 christos /* 980 */ NULL, /* filler */
2096 1.117 christos /* 981 */ NULL, /* filler */
2097 1.117 christos /* 982 */ NULL, /* filler */
2098 1.117 christos /* 983 */ NULL, /* filler */
2099 1.117 christos /* 984 */ NULL, /* filler */
2100 1.117 christos /* 985 */ NULL, /* filler */
2101 1.117 christos /* 986 */ NULL, /* filler */
2102 1.117 christos /* 987 */ NULL, /* filler */
2103 1.117 christos /* 988 */ NULL, /* filler */
2104 1.117 christos /* 989 */ NULL, /* filler */
2105 1.117 christos /* 990 */ NULL, /* filler */
2106 1.117 christos /* 991 */ NULL, /* filler */
2107 1.117 christos /* 992 */ NULL, /* filler */
2108 1.117 christos /* 993 */ NULL, /* filler */
2109 1.117 christos /* 994 */ NULL, /* filler */
2110 1.117 christos /* 995 */ NULL, /* filler */
2111 1.117 christos /* 996 */ NULL, /* filler */
2112 1.117 christos /* 997 */ NULL, /* filler */
2113 1.117 christos /* 998 */ NULL, /* filler */
2114 1.117 christos /* 999 */ NULL, /* filler */
2115 1.117 christos /* 1000 */ NULL, /* filler */
2116 1.117 christos /* 1001 */ NULL, /* filler */
2117 1.117 christos /* 1002 */ NULL, /* filler */
2118 1.117 christos /* 1003 */ NULL, /* filler */
2119 1.117 christos /* 1004 */ NULL, /* filler */
2120 1.117 christos /* 1005 */ NULL, /* filler */
2121 1.117 christos /* 1006 */ NULL, /* filler */
2122 1.117 christos /* 1007 */ NULL, /* filler */
2123 1.117 christos /* 1008 */ NULL, /* filler */
2124 1.117 christos /* 1009 */ NULL, /* filler */
2125 1.117 christos /* 1010 */ NULL, /* filler */
2126 1.117 christos /* 1011 */ NULL, /* filler */
2127 1.117 christos /* 1012 */ NULL, /* filler */
2128 1.117 christos /* 1013 */ NULL, /* filler */
2129 1.117 christos /* 1014 */ NULL, /* filler */
2130 1.117 christos /* 1015 */ NULL, /* filler */
2131 1.117 christos /* 1016 */ NULL, /* filler */
2132 1.117 christos /* 1017 */ NULL, /* filler */
2133 1.117 christos /* 1018 */ NULL, /* filler */
2134 1.117 christos /* 1019 */ NULL, /* filler */
2135 1.117 christos /* 1020 */ NULL, /* filler */
2136 1.117 christos /* 1021 */ NULL, /* filler */
2137 1.117 christos /* 1022 */ NULL, /* filler */
2138 1.117 christos /* 1023 */ NULL, /* filler */
2139 1.102 martin };
2140