syscalls.c revision 1.318 1 /* $NetBSD: syscalls.c,v 1.318 2020/04/26 18:59:47 thorpej Exp $ */
2
3 /*
4 * System call names.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.303 2020/04/26 18:53:33 thorpej Exp
8 */
9
10 #include <sys/cdefs.h>
11 __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.318 2020/04/26 18:59:47 thorpej Exp $");
12
13 #if defined(_KERNEL_OPT)
14 #ifdef _KERNEL_OPT
15 #include "opt_modular.h"
16 #include "opt_ntp.h"
17 #include "opt_sysv.h"
18 #endif
19 #include <sys/param.h>
20 #include <sys/systm.h>
21 #include <sys/signal.h>
22 #include <sys/socket.h>
23 #include <sys/mount.h>
24 #include <sys/sched.h>
25 #include <sys/idtype.h>
26 #include <sys/syscallargs.h>
27 #else /* _KERNEL_OPT */
28 #include <sys/null.h>
29 #endif /* _KERNEL_OPT */
30
31 const char *const syscallnames[] = {
32 /* 0 */ "syscall",
33 /* 1 */ "exit",
34 /* 2 */ "fork",
35 /* 3 */ "read",
36 /* 4 */ "write",
37 /* 5 */ "open",
38 /* 6 */ "close",
39 /* 7 */ "compat_50_wait4",
40 /* 8 */ "compat_43_ocreat",
41 /* 9 */ "link",
42 /* 10 */ "unlink",
43 /* 11 */ "#11 (obsolete execv)",
44 /* 12 */ "chdir",
45 /* 13 */ "fchdir",
46 /* 14 */ "compat_50_mknod",
47 /* 15 */ "chmod",
48 /* 16 */ "chown",
49 /* 17 */ "break",
50 /* 18 */ "compat_20_getfsstat",
51 /* 19 */ "compat_43_olseek",
52 /* 20 */ "getpid",
53 /* 21 */ "compat_40_mount",
54 /* 22 */ "unmount",
55 /* 23 */ "setuid",
56 /* 24 */ "getuid",
57 /* 25 */ "geteuid",
58 /* 26 */ "ptrace",
59 /* 27 */ "recvmsg",
60 /* 28 */ "sendmsg",
61 /* 29 */ "recvfrom",
62 /* 30 */ "accept",
63 /* 31 */ "getpeername",
64 /* 32 */ "getsockname",
65 /* 33 */ "access",
66 /* 34 */ "chflags",
67 /* 35 */ "fchflags",
68 /* 36 */ "sync",
69 /* 37 */ "kill",
70 /* 38 */ "compat_43_stat43",
71 /* 39 */ "getppid",
72 /* 40 */ "compat_43_lstat43",
73 /* 41 */ "dup",
74 /* 42 */ "pipe",
75 /* 43 */ "getegid",
76 /* 44 */ "profil",
77 /* 45 */ "ktrace",
78 /* 46 */ "compat_13_sigaction13",
79 /* 47 */ "getgid",
80 /* 48 */ "compat_13_sigprocmask13",
81 /* 49 */ "__getlogin",
82 /* 50 */ "__setlogin",
83 /* 51 */ "acct",
84 /* 52 */ "compat_13_sigpending13",
85 /* 53 */ "compat_13_sigaltstack13",
86 /* 54 */ "ioctl",
87 /* 55 */ "compat_12_oreboot",
88 /* 56 */ "revoke",
89 /* 57 */ "symlink",
90 /* 58 */ "readlink",
91 /* 59 */ "execve",
92 /* 60 */ "umask",
93 /* 61 */ "chroot",
94 /* 62 */ "compat_43_fstat43",
95 /* 63 */ "compat_43_ogetkerninfo",
96 /* 64 */ "compat_43_ogetpagesize",
97 /* 65 */ "compat_12_msync",
98 /* 66 */ "vfork",
99 /* 67 */ "#67 (obsolete vread)",
100 /* 68 */ "#68 (obsolete vwrite)",
101 /* 69 */ "#69 (obsolete sbrk)",
102 /* 70 */ "#70 (obsolete sstk)",
103 /* 71 */ "compat_43_ommap",
104 /* 72 */ "vadvise",
105 /* 73 */ "munmap",
106 /* 74 */ "mprotect",
107 /* 75 */ "madvise",
108 /* 76 */ "#76 (obsolete vhangup)",
109 /* 77 */ "#77 (obsolete vlimit)",
110 /* 78 */ "mincore",
111 /* 79 */ "getgroups",
112 /* 80 */ "setgroups",
113 /* 81 */ "getpgrp",
114 /* 82 */ "setpgid",
115 /* 83 */ "compat_50_setitimer",
116 /* 84 */ "compat_43_owait",
117 /* 85 */ "compat_12_oswapon",
118 /* 86 */ "compat_50_getitimer",
119 /* 87 */ "compat_43_ogethostname",
120 /* 88 */ "compat_43_osethostname",
121 /* 89 */ "compat_43_ogetdtablesize",
122 /* 90 */ "dup2",
123 /* 91 */ "#91 (unimplemented getdopt)",
124 /* 92 */ "fcntl",
125 /* 93 */ "compat_50_select",
126 /* 94 */ "#94 (unimplemented setdopt)",
127 /* 95 */ "fsync",
128 /* 96 */ "setpriority",
129 /* 97 */ "compat_30_socket",
130 /* 98 */ "connect",
131 /* 99 */ "compat_43_oaccept",
132 /* 100 */ "getpriority",
133 /* 101 */ "compat_43_osend",
134 /* 102 */ "compat_43_orecv",
135 /* 103 */ "compat_13_sigreturn13",
136 /* 104 */ "bind",
137 /* 105 */ "setsockopt",
138 /* 106 */ "listen",
139 /* 107 */ "#107 (obsolete vtimes)",
140 /* 108 */ "compat_43_osigvec",
141 /* 109 */ "compat_43_osigblock",
142 /* 110 */ "compat_43_osigsetmask",
143 /* 111 */ "compat_13_sigsuspend13",
144 /* 112 */ "compat_43_osigstack",
145 /* 113 */ "compat_43_orecvmsg",
146 /* 114 */ "compat_43_osendmsg",
147 /* 115 */ "#115 (obsolete vtrace)",
148 /* 116 */ "compat_50_gettimeofday",
149 /* 117 */ "compat_50_getrusage",
150 /* 118 */ "getsockopt",
151 /* 119 */ "#119 (obsolete resuba)",
152 /* 120 */ "readv",
153 /* 121 */ "writev",
154 /* 122 */ "compat_50_settimeofday",
155 /* 123 */ "fchown",
156 /* 124 */ "fchmod",
157 /* 125 */ "compat_43_orecvfrom",
158 /* 126 */ "setreuid",
159 /* 127 */ "setregid",
160 /* 128 */ "rename",
161 /* 129 */ "compat_43_otruncate",
162 /* 130 */ "compat_43_oftruncate",
163 /* 131 */ "flock",
164 /* 132 */ "mkfifo",
165 /* 133 */ "sendto",
166 /* 134 */ "shutdown",
167 /* 135 */ "socketpair",
168 /* 136 */ "mkdir",
169 /* 137 */ "rmdir",
170 /* 138 */ "compat_50_utimes",
171 /* 139 */ "#139 (obsolete 4.2 sigreturn)",
172 /* 140 */ "compat_50_adjtime",
173 /* 141 */ "compat_43_ogetpeername",
174 /* 142 */ "compat_43_ogethostid",
175 /* 143 */ "compat_43_osethostid",
176 /* 144 */ "compat_43_ogetrlimit",
177 /* 145 */ "compat_43_osetrlimit",
178 /* 146 */ "compat_43_okillpg",
179 /* 147 */ "setsid",
180 /* 148 */ "compat_50_quotactl",
181 /* 149 */ "compat_43_oquota",
182 /* 150 */ "compat_43_ogetsockname",
183 /* 151 */ "#151 (unimplemented)",
184 /* 152 */ "#152 (unimplemented)",
185 /* 153 */ "#153 (unimplemented)",
186 /* 154 */ "#154 (unimplemented)",
187 /* 155 */ "nfssvc",
188 /* 156 */ "compat_43_ogetdirentries",
189 /* 157 */ "compat_20_statfs",
190 /* 158 */ "compat_20_fstatfs",
191 /* 159 */ "#159 (unimplemented)",
192 /* 160 */ "#160 (unimplemented)",
193 /* 161 */ "compat_30_getfh",
194 /* 162 */ "compat_09_ogetdomainname",
195 /* 163 */ "compat_09_osetdomainname",
196 /* 164 */ "compat_09_ouname",
197 /* 165 */ "sysarch",
198 /* 166 */ "#166 (unimplemented)",
199 /* 167 */ "#167 (unimplemented)",
200 /* 168 */ "#168 (unimplemented)",
201 #if !defined(_LP64)
202 /* 169 */ "compat_10_osemsys",
203 #else
204 /* 169 */ "#169 (excluded 1.0 semsys)",
205 #endif
206 #if !defined(_LP64)
207 /* 170 */ "compat_10_omsgsys",
208 #else
209 /* 170 */ "#170 (excluded 1.0 msgsys)",
210 #endif
211 #if !defined(_LP64)
212 /* 171 */ "compat_10_oshmsys",
213 #else
214 /* 171 */ "#171 (excluded 1.0 shmsys)",
215 #endif
216 /* 172 */ "#172 (unimplemented)",
217 /* 173 */ "pread",
218 /* 174 */ "pwrite",
219 /* 175 */ "compat_30_ntp_gettime",
220 #if defined(NTP) || !defined(_KERNEL_OPT)
221 /* 176 */ "ntp_adjtime",
222 #else
223 /* 176 */ "#176 (excluded ntp_adjtime)",
224 #endif
225 /* 177 */ "#177 (unimplemented)",
226 /* 178 */ "#178 (unimplemented)",
227 /* 179 */ "#179 (unimplemented)",
228 /* 180 */ "#180 (unimplemented)",
229 /* 181 */ "setgid",
230 /* 182 */ "setegid",
231 /* 183 */ "seteuid",
232 /* 184 */ "lfs_bmapv",
233 /* 185 */ "lfs_markv",
234 /* 186 */ "lfs_segclean",
235 /* 187 */ "compat_50_lfs_segwait",
236 /* 188 */ "compat_12_stat12",
237 /* 189 */ "compat_12_fstat12",
238 /* 190 */ "compat_12_lstat12",
239 /* 191 */ "pathconf",
240 /* 192 */ "fpathconf",
241 /* 193 */ "getsockopt2",
242 /* 194 */ "getrlimit",
243 /* 195 */ "setrlimit",
244 /* 196 */ "compat_12_getdirentries",
245 /* 197 */ "mmap",
246 /* 198 */ "__syscall",
247 /* 199 */ "lseek",
248 /* 200 */ "truncate",
249 /* 201 */ "ftruncate",
250 /* 202 */ "__sysctl",
251 /* 203 */ "mlock",
252 /* 204 */ "munlock",
253 /* 205 */ "undelete",
254 /* 206 */ "compat_50_futimes",
255 /* 207 */ "getpgid",
256 /* 208 */ "reboot",
257 /* 209 */ "poll",
258 /* 210 */ "afssys",
259 /* 211 */ "#211 (unimplemented)",
260 /* 212 */ "#212 (unimplemented)",
261 /* 213 */ "#213 (unimplemented)",
262 /* 214 */ "#214 (unimplemented)",
263 /* 215 */ "#215 (unimplemented)",
264 /* 216 */ "#216 (unimplemented)",
265 /* 217 */ "#217 (unimplemented)",
266 /* 218 */ "#218 (unimplemented)",
267 /* 219 */ "#219 (unimplemented)",
268 /* 220 */ "compat_14___semctl",
269 /* 221 */ "semget",
270 /* 222 */ "semop",
271 /* 223 */ "semconfig",
272 /* 224 */ "compat_14_msgctl",
273 /* 225 */ "msgget",
274 /* 226 */ "msgsnd",
275 /* 227 */ "msgrcv",
276 /* 228 */ "shmat",
277 /* 229 */ "compat_14_shmctl",
278 /* 230 */ "shmdt",
279 /* 231 */ "shmget",
280 /* 232 */ "compat_50_clock_gettime",
281 /* 233 */ "compat_50_clock_settime",
282 /* 234 */ "compat_50_clock_getres",
283 /* 235 */ "timer_create",
284 /* 236 */ "timer_delete",
285 /* 237 */ "compat_50_timer_settime",
286 /* 238 */ "compat_50_timer_gettime",
287 /* 239 */ "timer_getoverrun",
288 /* 240 */ "compat_50_nanosleep",
289 /* 241 */ "fdatasync",
290 /* 242 */ "mlockall",
291 /* 243 */ "munlockall",
292 /* 244 */ "compat_50___sigtimedwait",
293 /* 245 */ "sigqueueinfo",
294 /* 246 */ "modctl",
295 /* 247 */ "_ksem_init",
296 /* 248 */ "_ksem_open",
297 /* 249 */ "_ksem_unlink",
298 /* 250 */ "_ksem_close",
299 /* 251 */ "_ksem_post",
300 /* 252 */ "_ksem_wait",
301 /* 253 */ "_ksem_trywait",
302 /* 254 */ "_ksem_getvalue",
303 /* 255 */ "_ksem_destroy",
304 /* 256 */ "_ksem_timedwait",
305 /* 257 */ "mq_open",
306 /* 258 */ "mq_close",
307 /* 259 */ "mq_unlink",
308 /* 260 */ "mq_getattr",
309 /* 261 */ "mq_setattr",
310 /* 262 */ "mq_notify",
311 /* 263 */ "mq_send",
312 /* 264 */ "mq_receive",
313 /* 265 */ "compat_50_mq_timedsend",
314 /* 266 */ "compat_50_mq_timedreceive",
315 /* 267 */ "#267 (unimplemented)",
316 /* 268 */ "#268 (unimplemented)",
317 /* 269 */ "#269 (unimplemented)",
318 /* 270 */ "__posix_rename",
319 /* 271 */ "swapctl",
320 /* 272 */ "compat_30_getdents",
321 /* 273 */ "minherit",
322 /* 274 */ "lchmod",
323 /* 275 */ "lchown",
324 /* 276 */ "compat_50_lutimes",
325 /* 277 */ "__msync13",
326 /* 278 */ "compat_30___stat13",
327 /* 279 */ "compat_30___fstat13",
328 /* 280 */ "compat_30___lstat13",
329 /* 281 */ "__sigaltstack14",
330 /* 282 */ "__vfork14",
331 /* 283 */ "__posix_chown",
332 /* 284 */ "__posix_fchown",
333 /* 285 */ "__posix_lchown",
334 /* 286 */ "getsid",
335 /* 287 */ "__clone",
336 /* 288 */ "fktrace",
337 /* 289 */ "preadv",
338 /* 290 */ "pwritev",
339 /* 291 */ "compat_16___sigaction14",
340 /* 292 */ "__sigpending14",
341 /* 293 */ "__sigprocmask14",
342 /* 294 */ "__sigsuspend14",
343 /* 295 */ "compat_16___sigreturn14",
344 /* 296 */ "__getcwd",
345 /* 297 */ "fchroot",
346 /* 298 */ "compat_30_fhopen",
347 /* 299 */ "compat_30_fhstat",
348 /* 300 */ "compat_20_fhstatfs",
349 /* 301 */ "compat_50_____semctl13",
350 /* 302 */ "compat_50___msgctl13",
351 /* 303 */ "compat_50___shmctl13",
352 /* 304 */ "lchflags",
353 /* 305 */ "issetugid",
354 /* 306 */ "utrace",
355 /* 307 */ "getcontext",
356 /* 308 */ "setcontext",
357 /* 309 */ "_lwp_create",
358 /* 310 */ "_lwp_exit",
359 /* 311 */ "_lwp_self",
360 /* 312 */ "_lwp_wait",
361 /* 313 */ "_lwp_suspend",
362 /* 314 */ "_lwp_continue",
363 /* 315 */ "_lwp_wakeup",
364 /* 316 */ "_lwp_getprivate",
365 /* 317 */ "_lwp_setprivate",
366 /* 318 */ "_lwp_kill",
367 /* 319 */ "_lwp_detach",
368 /* 320 */ "compat_50__lwp_park",
369 /* 321 */ "_lwp_unpark",
370 /* 322 */ "_lwp_unpark_all",
371 /* 323 */ "_lwp_setname",
372 /* 324 */ "_lwp_getname",
373 /* 325 */ "_lwp_ctl",
374 /* 326 */ "#326 (unimplemented)",
375 /* 327 */ "#327 (unimplemented)",
376 /* 328 */ "#328 (unimplemented)",
377 /* 329 */ "#329 (unimplemented)",
378 /* 330 */ "compat_60_sa_register",
379 /* 331 */ "compat_60_sa_stacks",
380 /* 332 */ "compat_60_sa_enable",
381 /* 333 */ "compat_60_sa_setconcurrency",
382 /* 334 */ "compat_60_sa_yield",
383 /* 335 */ "compat_60_sa_preempt",
384 /* 336 */ "#336 (obsolete sys_sa_unblockyield)",
385 /* 337 */ "#337 (unimplemented)",
386 /* 338 */ "#338 (unimplemented)",
387 /* 339 */ "#339 (unimplemented)",
388 /* 340 */ "__sigaction_sigtramp",
389 /* 341 */ "#341 (obsolete sys_pmc_get_info)",
390 /* 342 */ "#342 (obsolete sys_pmc_control)",
391 /* 343 */ "rasctl",
392 /* 344 */ "kqueue",
393 /* 345 */ "compat_50_kevent",
394 /* 346 */ "_sched_setparam",
395 /* 347 */ "_sched_getparam",
396 /* 348 */ "_sched_setaffinity",
397 /* 349 */ "_sched_getaffinity",
398 /* 350 */ "sched_yield",
399 /* 351 */ "_sched_protect",
400 /* 352 */ "#352 (unimplemented)",
401 /* 353 */ "#353 (unimplemented)",
402 /* 354 */ "fsync_range",
403 /* 355 */ "uuidgen",
404 /* 356 */ "compat_90_getvfsstat",
405 /* 357 */ "compat_90_statvfs1",
406 /* 358 */ "compat_90_fstatvfs1",
407 /* 359 */ "compat_30_fhstatvfs1",
408 /* 360 */ "extattrctl",
409 /* 361 */ "extattr_set_file",
410 /* 362 */ "extattr_get_file",
411 /* 363 */ "extattr_delete_file",
412 /* 364 */ "extattr_set_fd",
413 /* 365 */ "extattr_get_fd",
414 /* 366 */ "extattr_delete_fd",
415 /* 367 */ "extattr_set_link",
416 /* 368 */ "extattr_get_link",
417 /* 369 */ "extattr_delete_link",
418 /* 370 */ "extattr_list_fd",
419 /* 371 */ "extattr_list_file",
420 /* 372 */ "extattr_list_link",
421 /* 373 */ "compat_50_pselect",
422 /* 374 */ "compat_50_pollts",
423 /* 375 */ "setxattr",
424 /* 376 */ "lsetxattr",
425 /* 377 */ "fsetxattr",
426 /* 378 */ "getxattr",
427 /* 379 */ "lgetxattr",
428 /* 380 */ "fgetxattr",
429 /* 381 */ "listxattr",
430 /* 382 */ "llistxattr",
431 /* 383 */ "flistxattr",
432 /* 384 */ "removexattr",
433 /* 385 */ "lremovexattr",
434 /* 386 */ "fremovexattr",
435 /* 387 */ "compat_50___stat30",
436 /* 388 */ "compat_50___fstat30",
437 /* 389 */ "compat_50___lstat30",
438 /* 390 */ "__getdents30",
439 /* 391 */ "#391 (ignored old posix_fadvise)",
440 /* 392 */ "compat_30___fhstat30",
441 /* 393 */ "compat_50___ntp_gettime30",
442 /* 394 */ "__socket30",
443 /* 395 */ "__getfh30",
444 /* 396 */ "__fhopen40",
445 /* 397 */ "compat_90_fhstatvfs1",
446 /* 398 */ "compat_50___fhstat40",
447 /* 399 */ "aio_cancel",
448 /* 400 */ "aio_error",
449 /* 401 */ "aio_fsync",
450 /* 402 */ "aio_read",
451 /* 403 */ "aio_return",
452 /* 404 */ "compat_50_aio_suspend",
453 /* 405 */ "aio_write",
454 /* 406 */ "lio_listio",
455 /* 407 */ "#407 (unimplemented)",
456 /* 408 */ "#408 (unimplemented)",
457 /* 409 */ "#409 (unimplemented)",
458 /* 410 */ "__mount50",
459 /* 411 */ "mremap",
460 /* 412 */ "pset_create",
461 /* 413 */ "pset_destroy",
462 /* 414 */ "pset_assign",
463 /* 415 */ "_pset_bind",
464 /* 416 */ "__posix_fadvise50",
465 /* 417 */ "__select50",
466 /* 418 */ "__gettimeofday50",
467 /* 419 */ "__settimeofday50",
468 /* 420 */ "__utimes50",
469 /* 421 */ "__adjtime50",
470 /* 422 */ "__lfs_segwait50",
471 /* 423 */ "__futimes50",
472 /* 424 */ "__lutimes50",
473 /* 425 */ "__setitimer50",
474 /* 426 */ "__getitimer50",
475 /* 427 */ "__clock_gettime50",
476 /* 428 */ "__clock_settime50",
477 /* 429 */ "__clock_getres50",
478 /* 430 */ "__nanosleep50",
479 /* 431 */ "____sigtimedwait50",
480 /* 432 */ "__mq_timedsend50",
481 /* 433 */ "__mq_timedreceive50",
482 /* 434 */ "compat_60__lwp_park",
483 /* 435 */ "__kevent50",
484 /* 436 */ "__pselect50",
485 /* 437 */ "__pollts50",
486 /* 438 */ "__aio_suspend50",
487 /* 439 */ "__stat50",
488 /* 440 */ "__fstat50",
489 /* 441 */ "__lstat50",
490 /* 442 */ "____semctl50",
491 /* 443 */ "__shmctl50",
492 /* 444 */ "__msgctl50",
493 /* 445 */ "__getrusage50",
494 /* 446 */ "__timer_settime50",
495 /* 447 */ "__timer_gettime50",
496 #if defined(NTP) || !defined(_KERNEL_OPT)
497 /* 448 */ "__ntp_gettime50",
498 #else
499 /* 448 */ "#448 (excluded ___ntp_gettime50)",
500 #endif
501 /* 449 */ "__wait450",
502 /* 450 */ "__mknod50",
503 /* 451 */ "__fhstat50",
504 /* 452 */ "#452 (obsolete 5.99 quotactl)",
505 /* 453 */ "pipe2",
506 /* 454 */ "dup3",
507 /* 455 */ "kqueue1",
508 /* 456 */ "paccept",
509 /* 457 */ "linkat",
510 /* 458 */ "renameat",
511 /* 459 */ "mkfifoat",
512 /* 460 */ "mknodat",
513 /* 461 */ "mkdirat",
514 /* 462 */ "faccessat",
515 /* 463 */ "fchmodat",
516 /* 464 */ "fchownat",
517 /* 465 */ "fexecve",
518 /* 466 */ "fstatat",
519 /* 467 */ "utimensat",
520 /* 468 */ "openat",
521 /* 469 */ "readlinkat",
522 /* 470 */ "symlinkat",
523 /* 471 */ "unlinkat",
524 /* 472 */ "futimens",
525 /* 473 */ "__quotactl",
526 /* 474 */ "posix_spawn",
527 /* 475 */ "recvmmsg",
528 /* 476 */ "sendmmsg",
529 /* 477 */ "clock_nanosleep",
530 /* 478 */ "___lwp_park60",
531 /* 479 */ "posix_fallocate",
532 /* 480 */ "fdiscard",
533 /* 481 */ "wait6",
534 /* 482 */ "clock_getcpuclockid2",
535 /* 483 */ "__getvfsstat90",
536 /* 484 */ "__statvfs190",
537 /* 485 */ "__fstatvfs190",
538 /* 486 */ "__fhstatvfs190",
539 /* 487 */ "__futex",
540 /* 488 */ "__futex_set_robust_list",
541 /* 489 */ "__futex_get_robust_list",
542 /* 490 */ "# filler",
543 /* 491 */ "# filler",
544 /* 492 */ "# filler",
545 /* 493 */ "# filler",
546 /* 494 */ "# filler",
547 /* 495 */ "# filler",
548 /* 496 */ "# filler",
549 /* 497 */ "# filler",
550 /* 498 */ "# filler",
551 /* 499 */ "# filler",
552 /* 500 */ "# filler",
553 /* 501 */ "# filler",
554 /* 502 */ "# filler",
555 /* 503 */ "# filler",
556 /* 504 */ "# filler",
557 /* 505 */ "# filler",
558 /* 506 */ "# filler",
559 /* 507 */ "# filler",
560 /* 508 */ "# filler",
561 /* 509 */ "# filler",
562 /* 510 */ "# filler",
563 /* 511 */ "# filler",
564 };
565
566
567 /* libc style syscall names */
568 const char *const altsyscallnames[] = {
569 /* 0 */ NULL, /* syscall */
570 /* 1 */ NULL, /* exit */
571 /* 2 */ NULL, /* fork */
572 /* 3 */ NULL, /* read */
573 /* 4 */ NULL, /* write */
574 /* 5 */ NULL, /* open */
575 /* 6 */ NULL, /* close */
576 /* 7 */ NULL, /* compat_50_wait4 */
577 /* 8 */ NULL, /* compat_43_ocreat */
578 /* 9 */ NULL, /* link */
579 /* 10 */ NULL, /* unlink */
580 /* 11 */ NULL, /* obsolete execv */
581 /* 12 */ NULL, /* chdir */
582 /* 13 */ NULL, /* fchdir */
583 /* 14 */ NULL, /* compat_50_mknod */
584 /* 15 */ NULL, /* chmod */
585 /* 16 */ NULL, /* chown */
586 /* 17 */ "obreak",
587 /* 18 */ NULL, /* compat_20_getfsstat */
588 /* 19 */ NULL, /* compat_43_olseek */
589 /* 20 */ "getpid_with_ppid",
590 /* 21 */ NULL, /* compat_40_mount */
591 /* 22 */ NULL, /* unmount */
592 /* 23 */ NULL, /* setuid */
593 /* 24 */ "getuid_with_euid",
594 /* 25 */ NULL, /* geteuid */
595 /* 26 */ NULL, /* ptrace */
596 /* 27 */ NULL, /* recvmsg */
597 /* 28 */ NULL, /* sendmsg */
598 /* 29 */ NULL, /* recvfrom */
599 /* 30 */ NULL, /* accept */
600 /* 31 */ NULL, /* getpeername */
601 /* 32 */ NULL, /* getsockname */
602 /* 33 */ NULL, /* access */
603 /* 34 */ NULL, /* chflags */
604 /* 35 */ NULL, /* fchflags */
605 /* 36 */ NULL, /* sync */
606 /* 37 */ NULL, /* kill */
607 /* 38 */ NULL, /* compat_43_stat43 */
608 /* 39 */ NULL, /* getppid */
609 /* 40 */ NULL, /* compat_43_lstat43 */
610 /* 41 */ NULL, /* dup */
611 /* 42 */ NULL, /* pipe */
612 /* 43 */ NULL, /* getegid */
613 /* 44 */ NULL, /* profil */
614 /* 45 */ NULL, /* ktrace */
615 /* 46 */ NULL, /* compat_13_sigaction13 */
616 /* 47 */ "getgid_with_egid",
617 /* 48 */ NULL, /* compat_13_sigprocmask13 */
618 /* 49 */ NULL, /* __getlogin */
619 /* 50 */ NULL, /* __setlogin */
620 /* 51 */ NULL, /* acct */
621 /* 52 */ NULL, /* compat_13_sigpending13 */
622 /* 53 */ NULL, /* compat_13_sigaltstack13 */
623 /* 54 */ NULL, /* ioctl */
624 /* 55 */ NULL, /* compat_12_oreboot */
625 /* 56 */ NULL, /* revoke */
626 /* 57 */ NULL, /* symlink */
627 /* 58 */ NULL, /* readlink */
628 /* 59 */ NULL, /* execve */
629 /* 60 */ NULL, /* umask */
630 /* 61 */ NULL, /* chroot */
631 /* 62 */ NULL, /* compat_43_fstat43 */
632 /* 63 */ NULL, /* compat_43_ogetkerninfo */
633 /* 64 */ NULL, /* compat_43_ogetpagesize */
634 /* 65 */ NULL, /* compat_12_msync */
635 /* 66 */ NULL, /* vfork */
636 /* 67 */ NULL, /* obsolete vread */
637 /* 68 */ NULL, /* obsolete vwrite */
638 /* 69 */ NULL, /* obsolete sbrk */
639 /* 70 */ NULL, /* obsolete sstk */
640 /* 71 */ NULL, /* compat_43_ommap */
641 /* 72 */ "ovadvise",
642 /* 73 */ NULL, /* munmap */
643 /* 74 */ NULL, /* mprotect */
644 /* 75 */ NULL, /* madvise */
645 /* 76 */ NULL, /* obsolete vhangup */
646 /* 77 */ NULL, /* obsolete vlimit */
647 /* 78 */ NULL, /* mincore */
648 /* 79 */ NULL, /* getgroups */
649 /* 80 */ NULL, /* setgroups */
650 /* 81 */ NULL, /* getpgrp */
651 /* 82 */ NULL, /* setpgid */
652 /* 83 */ NULL, /* compat_50_setitimer */
653 /* 84 */ NULL, /* compat_43_owait */
654 /* 85 */ NULL, /* compat_12_oswapon */
655 /* 86 */ NULL, /* compat_50_getitimer */
656 /* 87 */ NULL, /* compat_43_ogethostname */
657 /* 88 */ NULL, /* compat_43_osethostname */
658 /* 89 */ NULL, /* compat_43_ogetdtablesize */
659 /* 90 */ NULL, /* dup2 */
660 /* 91 */ NULL, /* unimplemented getdopt */
661 /* 92 */ NULL, /* fcntl */
662 /* 93 */ NULL, /* compat_50_select */
663 /* 94 */ NULL, /* unimplemented setdopt */
664 /* 95 */ NULL, /* fsync */
665 /* 96 */ NULL, /* setpriority */
666 /* 97 */ NULL, /* compat_30_socket */
667 /* 98 */ NULL, /* connect */
668 /* 99 */ NULL, /* compat_43_oaccept */
669 /* 100 */ NULL, /* getpriority */
670 /* 101 */ NULL, /* compat_43_osend */
671 /* 102 */ NULL, /* compat_43_orecv */
672 /* 103 */ NULL, /* compat_13_sigreturn13 */
673 /* 104 */ NULL, /* bind */
674 /* 105 */ NULL, /* setsockopt */
675 /* 106 */ NULL, /* listen */
676 /* 107 */ NULL, /* obsolete vtimes */
677 /* 108 */ NULL, /* compat_43_osigvec */
678 /* 109 */ NULL, /* compat_43_osigblock */
679 /* 110 */ NULL, /* compat_43_osigsetmask */
680 /* 111 */ NULL, /* compat_13_sigsuspend13 */
681 /* 112 */ NULL, /* compat_43_osigstack */
682 /* 113 */ NULL, /* compat_43_orecvmsg */
683 /* 114 */ NULL, /* compat_43_osendmsg */
684 /* 115 */ NULL, /* obsolete vtrace */
685 /* 116 */ NULL, /* compat_50_gettimeofday */
686 /* 117 */ NULL, /* compat_50_getrusage */
687 /* 118 */ NULL, /* getsockopt */
688 /* 119 */ NULL, /* obsolete resuba */
689 /* 120 */ NULL, /* readv */
690 /* 121 */ NULL, /* writev */
691 /* 122 */ NULL, /* compat_50_settimeofday */
692 /* 123 */ NULL, /* fchown */
693 /* 124 */ NULL, /* fchmod */
694 /* 125 */ NULL, /* compat_43_orecvfrom */
695 /* 126 */ NULL, /* setreuid */
696 /* 127 */ NULL, /* setregid */
697 /* 128 */ NULL, /* rename */
698 /* 129 */ NULL, /* compat_43_otruncate */
699 /* 130 */ NULL, /* compat_43_oftruncate */
700 /* 131 */ NULL, /* flock */
701 /* 132 */ NULL, /* mkfifo */
702 /* 133 */ NULL, /* sendto */
703 /* 134 */ NULL, /* shutdown */
704 /* 135 */ NULL, /* socketpair */
705 /* 136 */ NULL, /* mkdir */
706 /* 137 */ NULL, /* rmdir */
707 /* 138 */ NULL, /* compat_50_utimes */
708 /* 139 */ NULL, /* obsolete 4.2 sigreturn */
709 /* 140 */ NULL, /* compat_50_adjtime */
710 /* 141 */ NULL, /* compat_43_ogetpeername */
711 /* 142 */ NULL, /* compat_43_ogethostid */
712 /* 143 */ NULL, /* compat_43_osethostid */
713 /* 144 */ NULL, /* compat_43_ogetrlimit */
714 /* 145 */ NULL, /* compat_43_osetrlimit */
715 /* 146 */ NULL, /* compat_43_okillpg */
716 /* 147 */ NULL, /* setsid */
717 /* 148 */ NULL, /* compat_50_quotactl */
718 /* 149 */ NULL, /* compat_43_oquota */
719 /* 150 */ NULL, /* compat_43_ogetsockname */
720 /* 151 */ NULL, /* unimplemented */
721 /* 152 */ NULL, /* unimplemented */
722 /* 153 */ NULL, /* unimplemented */
723 /* 154 */ NULL, /* unimplemented */
724 /* 155 */ NULL, /* nfssvc */
725 /* 156 */ NULL, /* compat_43_ogetdirentries */
726 /* 157 */ NULL, /* compat_20_statfs */
727 /* 158 */ NULL, /* compat_20_fstatfs */
728 /* 159 */ NULL, /* unimplemented */
729 /* 160 */ NULL, /* unimplemented */
730 /* 161 */ NULL, /* compat_30_getfh */
731 /* 162 */ NULL, /* compat_09_ogetdomainname */
732 /* 163 */ NULL, /* compat_09_osetdomainname */
733 /* 164 */ NULL, /* compat_09_ouname */
734 /* 165 */ NULL, /* sysarch */
735 /* 166 */ NULL, /* unimplemented */
736 /* 167 */ NULL, /* unimplemented */
737 /* 168 */ NULL, /* unimplemented */
738 #if !defined(_LP64)
739 /* 169 */ NULL, /* compat_10_osemsys */
740 #else
741 /* 169 */ NULL, /* excluded 1.0 semsys */
742 #endif
743 #if !defined(_LP64)
744 /* 170 */ NULL, /* compat_10_omsgsys */
745 #else
746 /* 170 */ NULL, /* excluded 1.0 msgsys */
747 #endif
748 #if !defined(_LP64)
749 /* 171 */ NULL, /* compat_10_oshmsys */
750 #else
751 /* 171 */ NULL, /* excluded 1.0 shmsys */
752 #endif
753 /* 172 */ NULL, /* unimplemented */
754 /* 173 */ NULL, /* pread */
755 /* 174 */ NULL, /* pwrite */
756 /* 175 */ NULL, /* compat_30_ntp_gettime */
757 #if defined(NTP) || !defined(_KERNEL_OPT)
758 /* 176 */ NULL, /* ntp_adjtime */
759 #else
760 /* 176 */ NULL, /* excluded ntp_adjtime */
761 #endif
762 /* 177 */ NULL, /* unimplemented */
763 /* 178 */ NULL, /* unimplemented */
764 /* 179 */ NULL, /* unimplemented */
765 /* 180 */ NULL, /* unimplemented */
766 /* 181 */ NULL, /* setgid */
767 /* 182 */ NULL, /* setegid */
768 /* 183 */ NULL, /* seteuid */
769 /* 184 */ NULL, /* lfs_bmapv */
770 /* 185 */ NULL, /* lfs_markv */
771 /* 186 */ NULL, /* lfs_segclean */
772 /* 187 */ NULL, /* compat_50_lfs_segwait */
773 /* 188 */ NULL, /* compat_12_stat12 */
774 /* 189 */ NULL, /* compat_12_fstat12 */
775 /* 190 */ NULL, /* compat_12_lstat12 */
776 /* 191 */ NULL, /* pathconf */
777 /* 192 */ NULL, /* fpathconf */
778 /* 193 */ NULL, /* getsockopt2 */
779 /* 194 */ NULL, /* getrlimit */
780 /* 195 */ NULL, /* setrlimit */
781 /* 196 */ NULL, /* compat_12_getdirentries */
782 /* 197 */ NULL, /* mmap */
783 /* 198 */ NULL, /* __syscall */
784 /* 199 */ NULL, /* lseek */
785 /* 200 */ NULL, /* truncate */
786 /* 201 */ NULL, /* ftruncate */
787 /* 202 */ NULL, /* __sysctl */
788 /* 203 */ NULL, /* mlock */
789 /* 204 */ NULL, /* munlock */
790 /* 205 */ NULL, /* undelete */
791 /* 206 */ NULL, /* compat_50_futimes */
792 /* 207 */ NULL, /* getpgid */
793 /* 208 */ NULL, /* reboot */
794 /* 209 */ NULL, /* poll */
795 /* 210 */ NULL, /* afssys */
796 /* 211 */ NULL, /* unimplemented */
797 /* 212 */ NULL, /* unimplemented */
798 /* 213 */ NULL, /* unimplemented */
799 /* 214 */ NULL, /* unimplemented */
800 /* 215 */ NULL, /* unimplemented */
801 /* 216 */ NULL, /* unimplemented */
802 /* 217 */ NULL, /* unimplemented */
803 /* 218 */ NULL, /* unimplemented */
804 /* 219 */ NULL, /* unimplemented */
805 /* 220 */ NULL, /* compat_14___semctl */
806 /* 221 */ NULL, /* semget */
807 /* 222 */ NULL, /* semop */
808 /* 223 */ NULL, /* semconfig */
809 /* 224 */ NULL, /* compat_14_msgctl */
810 /* 225 */ NULL, /* msgget */
811 /* 226 */ NULL, /* msgsnd */
812 /* 227 */ NULL, /* msgrcv */
813 /* 228 */ NULL, /* shmat */
814 /* 229 */ NULL, /* compat_14_shmctl */
815 /* 230 */ NULL, /* shmdt */
816 /* 231 */ NULL, /* shmget */
817 /* 232 */ NULL, /* compat_50_clock_gettime */
818 /* 233 */ NULL, /* compat_50_clock_settime */
819 /* 234 */ NULL, /* compat_50_clock_getres */
820 /* 235 */ NULL, /* timer_create */
821 /* 236 */ NULL, /* timer_delete */
822 /* 237 */ NULL, /* compat_50_timer_settime */
823 /* 238 */ NULL, /* compat_50_timer_gettime */
824 /* 239 */ NULL, /* timer_getoverrun */
825 /* 240 */ NULL, /* compat_50_nanosleep */
826 /* 241 */ NULL, /* fdatasync */
827 /* 242 */ NULL, /* mlockall */
828 /* 243 */ NULL, /* munlockall */
829 /* 244 */ NULL, /* compat_50___sigtimedwait */
830 /* 245 */ NULL, /* sigqueueinfo */
831 /* 246 */ NULL, /* modctl */
832 /* 247 */ NULL, /* _ksem_init */
833 /* 248 */ NULL, /* _ksem_open */
834 /* 249 */ NULL, /* _ksem_unlink */
835 /* 250 */ NULL, /* _ksem_close */
836 /* 251 */ NULL, /* _ksem_post */
837 /* 252 */ NULL, /* _ksem_wait */
838 /* 253 */ NULL, /* _ksem_trywait */
839 /* 254 */ NULL, /* _ksem_getvalue */
840 /* 255 */ NULL, /* _ksem_destroy */
841 /* 256 */ NULL, /* _ksem_timedwait */
842 /* 257 */ NULL, /* mq_open */
843 /* 258 */ NULL, /* mq_close */
844 /* 259 */ NULL, /* mq_unlink */
845 /* 260 */ NULL, /* mq_getattr */
846 /* 261 */ NULL, /* mq_setattr */
847 /* 262 */ NULL, /* mq_notify */
848 /* 263 */ NULL, /* mq_send */
849 /* 264 */ NULL, /* mq_receive */
850 /* 265 */ NULL, /* compat_50_mq_timedsend */
851 /* 266 */ NULL, /* compat_50_mq_timedreceive */
852 /* 267 */ NULL, /* unimplemented */
853 /* 268 */ NULL, /* unimplemented */
854 /* 269 */ NULL, /* unimplemented */
855 /* 270 */ NULL, /* __posix_rename */
856 /* 271 */ NULL, /* swapctl */
857 /* 272 */ NULL, /* compat_30_getdents */
858 /* 273 */ NULL, /* minherit */
859 /* 274 */ NULL, /* lchmod */
860 /* 275 */ NULL, /* lchown */
861 /* 276 */ NULL, /* compat_50_lutimes */
862 /* 277 */ "msync",
863 /* 278 */ NULL, /* compat_30___stat13 */
864 /* 279 */ NULL, /* compat_30___fstat13 */
865 /* 280 */ NULL, /* compat_30___lstat13 */
866 /* 281 */ "sigaltstack",
867 /* 282 */ "vfork",
868 /* 283 */ NULL, /* __posix_chown */
869 /* 284 */ NULL, /* __posix_fchown */
870 /* 285 */ NULL, /* __posix_lchown */
871 /* 286 */ NULL, /* getsid */
872 /* 287 */ NULL, /* __clone */
873 /* 288 */ NULL, /* fktrace */
874 /* 289 */ NULL, /* preadv */
875 /* 290 */ NULL, /* pwritev */
876 /* 291 */ NULL, /* compat_16___sigaction14 */
877 /* 292 */ "sigpending",
878 /* 293 */ "sigprocmask",
879 /* 294 */ "sigsuspend",
880 /* 295 */ NULL, /* compat_16___sigreturn14 */
881 /* 296 */ NULL, /* __getcwd */
882 /* 297 */ NULL, /* fchroot */
883 /* 298 */ NULL, /* compat_30_fhopen */
884 /* 299 */ NULL, /* compat_30_fhstat */
885 /* 300 */ NULL, /* compat_20_fhstatfs */
886 /* 301 */ NULL, /* compat_50_____semctl13 */
887 /* 302 */ NULL, /* compat_50___msgctl13 */
888 /* 303 */ NULL, /* compat_50___shmctl13 */
889 /* 304 */ NULL, /* lchflags */
890 /* 305 */ NULL, /* issetugid */
891 /* 306 */ NULL, /* utrace */
892 /* 307 */ NULL, /* getcontext */
893 /* 308 */ NULL, /* setcontext */
894 /* 309 */ NULL, /* _lwp_create */
895 /* 310 */ NULL, /* _lwp_exit */
896 /* 311 */ NULL, /* _lwp_self */
897 /* 312 */ NULL, /* _lwp_wait */
898 /* 313 */ NULL, /* _lwp_suspend */
899 /* 314 */ NULL, /* _lwp_continue */
900 /* 315 */ NULL, /* _lwp_wakeup */
901 /* 316 */ NULL, /* _lwp_getprivate */
902 /* 317 */ NULL, /* _lwp_setprivate */
903 /* 318 */ NULL, /* _lwp_kill */
904 /* 319 */ NULL, /* _lwp_detach */
905 /* 320 */ NULL, /* compat_50__lwp_park */
906 /* 321 */ NULL, /* _lwp_unpark */
907 /* 322 */ NULL, /* _lwp_unpark_all */
908 /* 323 */ NULL, /* _lwp_setname */
909 /* 324 */ NULL, /* _lwp_getname */
910 /* 325 */ NULL, /* _lwp_ctl */
911 /* 326 */ NULL, /* unimplemented */
912 /* 327 */ NULL, /* unimplemented */
913 /* 328 */ NULL, /* unimplemented */
914 /* 329 */ NULL, /* unimplemented */
915 /* 330 */ NULL, /* compat_60_sa_register */
916 /* 331 */ NULL, /* compat_60_sa_stacks */
917 /* 332 */ NULL, /* compat_60_sa_enable */
918 /* 333 */ NULL, /* compat_60_sa_setconcurrency */
919 /* 334 */ NULL, /* compat_60_sa_yield */
920 /* 335 */ NULL, /* compat_60_sa_preempt */
921 /* 336 */ NULL, /* obsolete sys_sa_unblockyield */
922 /* 337 */ NULL, /* unimplemented */
923 /* 338 */ NULL, /* unimplemented */
924 /* 339 */ NULL, /* unimplemented */
925 /* 340 */ NULL, /* __sigaction_sigtramp */
926 /* 341 */ NULL, /* obsolete sys_pmc_get_info */
927 /* 342 */ NULL, /* obsolete sys_pmc_control */
928 /* 343 */ NULL, /* rasctl */
929 /* 344 */ NULL, /* kqueue */
930 /* 345 */ NULL, /* compat_50_kevent */
931 /* 346 */ NULL, /* _sched_setparam */
932 /* 347 */ NULL, /* _sched_getparam */
933 /* 348 */ NULL, /* _sched_setaffinity */
934 /* 349 */ NULL, /* _sched_getaffinity */
935 /* 350 */ NULL, /* sched_yield */
936 /* 351 */ NULL, /* _sched_protect */
937 /* 352 */ NULL, /* unimplemented */
938 /* 353 */ NULL, /* unimplemented */
939 /* 354 */ NULL, /* fsync_range */
940 /* 355 */ NULL, /* uuidgen */
941 /* 356 */ NULL, /* compat_90_getvfsstat */
942 /* 357 */ NULL, /* compat_90_statvfs1 */
943 /* 358 */ NULL, /* compat_90_fstatvfs1 */
944 /* 359 */ NULL, /* compat_30_fhstatvfs1 */
945 /* 360 */ NULL, /* extattrctl */
946 /* 361 */ NULL, /* extattr_set_file */
947 /* 362 */ NULL, /* extattr_get_file */
948 /* 363 */ NULL, /* extattr_delete_file */
949 /* 364 */ NULL, /* extattr_set_fd */
950 /* 365 */ NULL, /* extattr_get_fd */
951 /* 366 */ NULL, /* extattr_delete_fd */
952 /* 367 */ NULL, /* extattr_set_link */
953 /* 368 */ NULL, /* extattr_get_link */
954 /* 369 */ NULL, /* extattr_delete_link */
955 /* 370 */ NULL, /* extattr_list_fd */
956 /* 371 */ NULL, /* extattr_list_file */
957 /* 372 */ NULL, /* extattr_list_link */
958 /* 373 */ NULL, /* compat_50_pselect */
959 /* 374 */ NULL, /* compat_50_pollts */
960 /* 375 */ NULL, /* setxattr */
961 /* 376 */ NULL, /* lsetxattr */
962 /* 377 */ NULL, /* fsetxattr */
963 /* 378 */ NULL, /* getxattr */
964 /* 379 */ NULL, /* lgetxattr */
965 /* 380 */ NULL, /* fgetxattr */
966 /* 381 */ NULL, /* listxattr */
967 /* 382 */ NULL, /* llistxattr */
968 /* 383 */ NULL, /* flistxattr */
969 /* 384 */ NULL, /* removexattr */
970 /* 385 */ NULL, /* lremovexattr */
971 /* 386 */ NULL, /* fremovexattr */
972 /* 387 */ NULL, /* compat_50___stat30 */
973 /* 388 */ NULL, /* compat_50___fstat30 */
974 /* 389 */ NULL, /* compat_50___lstat30 */
975 /* 390 */ "getdents",
976 /* 391 */ NULL, /* ignored old posix_fadvise */
977 /* 392 */ NULL, /* compat_30___fhstat30 */
978 /* 393 */ NULL, /* compat_50___ntp_gettime30 */
979 /* 394 */ "socket",
980 /* 395 */ "getfh",
981 /* 396 */ "fhopen",
982 /* 397 */ NULL, /* compat_90_fhstatvfs1 */
983 /* 398 */ NULL, /* compat_50___fhstat40 */
984 /* 399 */ NULL, /* aio_cancel */
985 /* 400 */ NULL, /* aio_error */
986 /* 401 */ NULL, /* aio_fsync */
987 /* 402 */ NULL, /* aio_read */
988 /* 403 */ NULL, /* aio_return */
989 /* 404 */ NULL, /* compat_50_aio_suspend */
990 /* 405 */ NULL, /* aio_write */
991 /* 406 */ NULL, /* lio_listio */
992 /* 407 */ NULL, /* unimplemented */
993 /* 408 */ NULL, /* unimplemented */
994 /* 409 */ NULL, /* unimplemented */
995 /* 410 */ "mount",
996 /* 411 */ NULL, /* mremap */
997 /* 412 */ NULL, /* pset_create */
998 /* 413 */ NULL, /* pset_destroy */
999 /* 414 */ NULL, /* pset_assign */
1000 /* 415 */ NULL, /* _pset_bind */
1001 /* 416 */ "posix_fadvise",
1002 /* 417 */ "select",
1003 /* 418 */ "gettimeofday",
1004 /* 419 */ "settimeofday",
1005 /* 420 */ "utimes",
1006 /* 421 */ "adjtime",
1007 /* 422 */ "lfs_segwait",
1008 /* 423 */ "futimes",
1009 /* 424 */ "lutimes",
1010 /* 425 */ "setitimer",
1011 /* 426 */ "getitimer",
1012 /* 427 */ "clock_gettime",
1013 /* 428 */ "clock_settime",
1014 /* 429 */ "clock_getres",
1015 /* 430 */ "nanosleep",
1016 /* 431 */ "__sigtimedwait",
1017 /* 432 */ "mq_timedsend",
1018 /* 433 */ "mq_timedreceive",
1019 /* 434 */ NULL, /* compat_60__lwp_park */
1020 /* 435 */ "kevent",
1021 /* 436 */ "pselect",
1022 /* 437 */ "pollts",
1023 /* 438 */ "aio_suspend",
1024 /* 439 */ "stat",
1025 /* 440 */ "fstat",
1026 /* 441 */ "lstat",
1027 /* 442 */ "__semctl",
1028 /* 443 */ "shmctl",
1029 /* 444 */ "msgctl",
1030 /* 445 */ "getrusage",
1031 /* 446 */ "timer_settime",
1032 /* 447 */ "timer_gettime",
1033 #if defined(NTP) || !defined(_KERNEL_OPT)
1034 /* 448 */ "ntp_gettime",
1035 #else
1036 /* 448 */ NULL, /* excluded ___ntp_gettime50 */
1037 #endif
1038 /* 449 */ "wait4",
1039 /* 450 */ "mknod",
1040 /* 451 */ "fhstat",
1041 /* 452 */ NULL, /* obsolete 5.99 quotactl */
1042 /* 453 */ NULL, /* pipe2 */
1043 /* 454 */ NULL, /* dup3 */
1044 /* 455 */ NULL, /* kqueue1 */
1045 /* 456 */ NULL, /* paccept */
1046 /* 457 */ NULL, /* linkat */
1047 /* 458 */ NULL, /* renameat */
1048 /* 459 */ NULL, /* mkfifoat */
1049 /* 460 */ NULL, /* mknodat */
1050 /* 461 */ NULL, /* mkdirat */
1051 /* 462 */ NULL, /* faccessat */
1052 /* 463 */ NULL, /* fchmodat */
1053 /* 464 */ NULL, /* fchownat */
1054 /* 465 */ NULL, /* fexecve */
1055 /* 466 */ NULL, /* fstatat */
1056 /* 467 */ NULL, /* utimensat */
1057 /* 468 */ NULL, /* openat */
1058 /* 469 */ NULL, /* readlinkat */
1059 /* 470 */ NULL, /* symlinkat */
1060 /* 471 */ NULL, /* unlinkat */
1061 /* 472 */ NULL, /* futimens */
1062 /* 473 */ NULL, /* __quotactl */
1063 /* 474 */ NULL, /* posix_spawn */
1064 /* 475 */ NULL, /* recvmmsg */
1065 /* 476 */ NULL, /* sendmmsg */
1066 /* 477 */ NULL, /* clock_nanosleep */
1067 /* 478 */ "_lwp_park",
1068 /* 479 */ NULL, /* posix_fallocate */
1069 /* 480 */ NULL, /* fdiscard */
1070 /* 481 */ NULL, /* wait6 */
1071 /* 482 */ NULL, /* clock_getcpuclockid2 */
1072 /* 483 */ "getvfsstat",
1073 /* 484 */ "statvfs1",
1074 /* 485 */ "fstatvfs1",
1075 /* 486 */ "fhstatvfs1",
1076 /* 487 */ NULL, /* __futex */
1077 /* 488 */ NULL, /* __futex_set_robust_list */
1078 /* 489 */ NULL, /* __futex_get_robust_list */
1079 /* 490 */ NULL, /* filler */
1080 /* 491 */ NULL, /* filler */
1081 /* 492 */ NULL, /* filler */
1082 /* 493 */ NULL, /* filler */
1083 /* 494 */ NULL, /* filler */
1084 /* 495 */ NULL, /* filler */
1085 /* 496 */ NULL, /* filler */
1086 /* 497 */ NULL, /* filler */
1087 /* 498 */ NULL, /* filler */
1088 /* 499 */ NULL, /* filler */
1089 /* 500 */ NULL, /* filler */
1090 /* 501 */ NULL, /* filler */
1091 /* 502 */ NULL, /* filler */
1092 /* 503 */ NULL, /* filler */
1093 /* 504 */ NULL, /* filler */
1094 /* 505 */ NULL, /* filler */
1095 /* 506 */ NULL, /* filler */
1096 /* 507 */ NULL, /* filler */
1097 /* 508 */ NULL, /* filler */
1098 /* 509 */ NULL, /* filler */
1099 /* 510 */ NULL, /* filler */
1100 /* 511 */ NULL, /* filler */
1101 };
1102