1/* $NetBSD: freebsd_syscalls.c,v 1.91 2019/06/18 01:42:44 christos Exp $ */
2
3/*
4 * System call names.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.73 2019/06/18 01:42:36 christos Exp
8 */
9
10#include <sys/cdefs.h>
11__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.91 2019/06/18 01:42:44 christos Exp $");
12
13#if defined(_KERNEL_OPT)
14#if defined(_KERNEL_OPT)
15#include "opt_ktrace.h"
16#include "opt_ntp.h"
17#include "opt_sysv.h"
18#include "opt_compat_43.h"
19#include "opt_quota.h"
20#endif
21#include <sys/param.h>
22#include <sys/systm.h>
23#include <sys/signal.h>
24#include <sys/mount.h>
25#include <sys/syscallargs.h>
26#include <compat/sys/signal.h>
27#include <compat/sys/time.h>
28#include <compat/freebsd/freebsd_syscallargs.h>
29#include <compat/freebsd/freebsd_machdep.h>
30#else /* _KERNEL_OPT */
31#include <sys/null.h>
32#endif /* _KERNEL_OPT */
33
34const char *const freebsd_syscallnames[] = {
35 /* 0 */ "syscall",
36 /* 1 */ "exit",
37 /* 2 */ "fork",
38 /* 3 */ "read",
39 /* 4 */ "write",
40 /* 5 */ "open",
41 /* 6 */ "close",
42 /* 7 */ "wait4",
43 /* 8 */ "ocreat",
44 /* 9 */ "link",
45 /* 10 */ "unlink",
46 /* 11 */ "#11 (obsolete execv)",
47 /* 12 */ "chdir",
48 /* 13 */ "fchdir",
49 /* 14 */ "mknod",
50 /* 15 */ "chmod",
51 /* 16 */ "chown",
52 /* 17 */ "break",
53 /* 18 */ "getfsstat",
54 /* 19 */ "olseek",
55 /* 20 */ "getpid_with_ppid",
56 /* 21 */ "mount",
57 /* 22 */ "unmount",
58 /* 23 */ "setuid",
59 /* 24 */ "getuid_with_euid",
60 /* 25 */ "geteuid",
61 /* 26 */ "ptrace",
62 /* 27 */ "recvmsg",
63 /* 28 */ "sendmsg",
64 /* 29 */ "recvfrom",
65 /* 30 */ "accept",
66 /* 31 */ "getpeername",
67 /* 32 */ "getsockname",
68 /* 33 */ "access",
69 /* 34 */ "chflags",
70 /* 35 */ "fchflags",
71 /* 36 */ "sync",
72 /* 37 */ "kill",
73 /* 38 */ "stat43",
74 /* 39 */ "getppid",
75 /* 40 */ "lstat43",
76 /* 41 */ "dup",
77 /* 42 */ "pipe",
78 /* 43 */ "getegid",
79 /* 44 */ "profil",
80#ifdef KTRACE
81 /* 45 */ "ktrace",
82#else
83 /* 45 */ "#45 (excluded ktrace)",
84#endif
85 /* 46 */ "sigaction",
86 /* 47 */ "getgid_with_egid",
87 /* 48 */ "sigprocmask",
88 /* 49 */ "__getlogin",
89 /* 50 */ "__setlogin",
90 /* 51 */ "acct",
91 /* 52 */ "sigpending",
92 /* 53 */ "sigaltstack",
93 /* 54 */ "ioctl",
94 /* 55 */ "oreboot",
95 /* 56 */ "revoke",
96 /* 57 */ "symlink",
97 /* 58 */ "readlink",
98 /* 59 */ "execve",
99 /* 60 */ "umask",
100 /* 61 */ "chroot",
101 /* 62 */ "fstat43",
102 /* 63 */ "ogetkerninfo",
103 /* 64 */ "ogetpagesize",
104 /* 65 */ "msync",
105 /* 66 */ "vfork",
106 /* 67 */ "#67 (obsolete vread)",
107 /* 68 */ "#68 (obsolete vwrite)",
108 /* 69 */ "#69 (obsolete sbrk)",
109 /* 70 */ "#70 (obsolete sstk)",
110 /* 71 */ "ommap",
111 /* 72 */ "vadvise",
112 /* 73 */ "munmap",
113 /* 74 */ "mprotect",
114 /* 75 */ "madvise",
115 /* 76 */ "#76 (obsolete vhangup)",
116 /* 77 */ "#77 (obsolete vlimit)",
117 /* 78 */ "mincore",
118 /* 79 */ "getgroups",
119 /* 80 */ "setgroups",
120 /* 81 */ "getpgrp",
121 /* 82 */ "setpgid",
122 /* 83 */ "setitimer",
123 /* 84 */ "owait",
124 /* 85 */ "swapon",
125 /* 86 */ "getitimer",
126 /* 87 */ "ogethostname",
127 /* 88 */ "osethostname",
128 /* 89 */ "ogetdtablesize",
129 /* 90 */ "dup2",
130 /* 91 */ "#91 (unimplemented getdopt)",
131 /* 92 */ "fcntl",
132 /* 93 */ "select",
133 /* 94 */ "#94 (unimplemented setdopt)",
134 /* 95 */ "fsync",
135 /* 96 */ "setpriority",
136 /* 97 */ "socket",
137 /* 98 */ "connect",
138 /* 99 */ "oaccept",
139 /* 100 */ "getpriority",
140 /* 101 */ "osend",
141 /* 102 */ "orecv",
142 /* 103 */ "sigreturn",
143 /* 104 */ "bind",
144 /* 105 */ "setsockopt",
145 /* 106 */ "listen",
146 /* 107 */ "#107 (obsolete vtimes)",
147 /* 108 */ "osigvec",
148 /* 109 */ "osigblock",
149 /* 110 */ "osigsetmask",
150 /* 111 */ "sigsuspend",
151 /* 112 */ "osigstack",
152 /* 113 */ "orecvmsg",
153 /* 114 */ "osendmsg",
154#ifdef TRACE
155 /* 115 */ "vtrace",
156#else
157 /* 115 */ "#115 (obsolete vtrace)",
158#endif
159 /* 116 */ "gettimeofday",
160 /* 117 */ "getrusage",
161 /* 118 */ "getsockopt",
162 /* 119 */ "#119 (obsolete resuba)",
163 /* 120 */ "readv",
164 /* 121 */ "writev",
165 /* 122 */ "settimeofday",
166 /* 123 */ "fchown",
167 /* 124 */ "fchmod",
168 /* 125 */ "orecvfrom",
169 /* 126 */ "setreuid",
170 /* 127 */ "setregid",
171 /* 128 */ "rename",
172 /* 129 */ "otruncate",
173 /* 130 */ "oftruncate",
174 /* 131 */ "flock",
175 /* 132 */ "mkfifo",
176 /* 133 */ "sendto",
177 /* 134 */ "shutdown",
178 /* 135 */ "socketpair",
179 /* 136 */ "mkdir",
180 /* 137 */ "rmdir",
181 /* 138 */ "utimes",
182 /* 139 */ "#139 (obsolete 4.2 sigreturn)",
183 /* 140 */ "adjtime",
184 /* 141 */ "ogetpeername",
185 /* 142 */ "ogethostid",
186 /* 143 */ "osethostid",
187 /* 144 */ "ogetrlimit",
188 /* 145 */ "osetrlimit",
189 /* 146 */ "okillpg",
190 /* 147 */ "setsid",
191#if defined(QUOTA) || !defined(_KERNEL_OPT)
192 /* 148 */ "quotactl",
193 /* 149 */ "oquota",
194#else
195 /* 148 */ "#148 (excluded compat_50_sys_quotactl)",
196 /* 149 */ "#149 (excluded compat_43_sys_quota)",
197#endif
198 /* 150 */ "ogetsockname",
199 /* 151 */ "#151 (unimplemented sem_lock)",
200 /* 152 */ "#152 (unimplemented sem_wakeup)",
201 /* 153 */ "#153 (unimplemented asyncdaemon)",
202 /* 154 */ "#154 (unimplemented)",
203 /* 155 */ "#155 (unimplemented nfssvc)",
204 /* 156 */ "ogetdirentries",
205 /* 157 */ "statfs",
206 /* 158 */ "fstatfs",
207 /* 159 */ "#159 (unimplemented)",
208 /* 160 */ "#160 (unimplemented)",
209 /* 161 */ "getfh",
210 /* 162 */ "getdomainname",
211 /* 163 */ "setdomainname",
212 /* 164 */ "uname",
213 /* 165 */ "sysarch",
214 /* 166 */ "rtprio",
215 /* 167 */ "#167 (unimplemented)",
216 /* 168 */ "#168 (unimplemented)",
217#if defined(SYSVSEM) && !defined(_LP64)
218 /* 169 */ "semsys",
219#else
220 /* 169 */ "#169 (unimplemented 1.0 semsys)",
221#endif
222#if defined(SYSVMSG) && !defined(_LP64)
223 /* 170 */ "msgsys",
224#else
225 /* 170 */ "#170 (unimplemented 1.0 msgsys)",
226#endif
227#if defined(SYSVSHM) && !defined(_LP64)
228 /* 171 */ "shmsys",
229#else
230 /* 171 */ "#171 (unimplemented 1.0 shmsys)",
231#endif
232 /* 172 */ "#172 (unimplemented)",
233 /* 173 */ "pread",
234 /* 174 */ "pwrite",
235 /* 175 */ "#175 (unimplemented)",
236#ifdef NTP
237 /* 176 */ "freebsd_ntp_adjtime",
238#else
239 /* 176 */ "#176 (excluded ntp_adjtime)",
240#endif
241 /* 177 */ "#177 (unimplemented sfork)",
242 /* 178 */ "#178 (unimplemented getdescriptor)",
243 /* 179 */ "#179 (unimplemented setdescriptor)",
244 /* 180 */ "#180 (unimplemented)",
245 /* 181 */ "setgid",
246 /* 182 */ "setegid",
247 /* 183 */ "seteuid",
248 /* 184 */ "#184 (unimplemented)",
249 /* 185 */ "#185 (unimplemented)",
250 /* 186 */ "#186 (unimplemented)",
251 /* 187 */ "#187 (unimplemented)",
252 /* 188 */ "stat",
253 /* 189 */ "fstat",
254 /* 190 */ "lstat",
255 /* 191 */ "pathconf",
256 /* 192 */ "fpathconf",
257 /* 193 */ "#193 (unimplemented)",
258 /* 194 */ "getrlimit",
259 /* 195 */ "setrlimit",
260 /* 196 */ "getdirentries",
261 /* 197 */ "mmap",
262 /* 198 */ "__syscall",
263 /* 199 */ "lseek",
264 /* 200 */ "truncate",
265 /* 201 */ "ftruncate",
266 /* 202 */ "sysctl",
267 /* 203 */ "mlock",
268 /* 204 */ "munlock",
269#ifdef FREEBSD_BASED_ON_44LITE_R2
270 /* 205 */ "undelete",
271#else
272 /* 205 */ "#205 (unimplemented undelete)",
273#endif
274 /* 206 */ "futimes",
275 /* 207 */ "getpgid",
276#if 0
277 /* 208 */ "reboot",
278#else
279 /* 208 */ "#208 (unimplemented newreboot)",
280#endif
281 /* 209 */ "poll",
282 /* 210 */ "#210 (unimplemented)",
283 /* 211 */ "#211 (unimplemented)",
284 /* 212 */ "#212 (unimplemented)",
285 /* 213 */ "#213 (unimplemented)",
286 /* 214 */ "#214 (unimplemented)",
287 /* 215 */ "#215 (unimplemented)",
288 /* 216 */ "#216 (unimplemented)",
289 /* 217 */ "#217 (unimplemented)",
290 /* 218 */ "#218 (unimplemented)",
291 /* 219 */ "#219 (unimplemented)",
292#ifdef SYSVSEM
293 /* 220 */ "__semctl",
294 /* 221 */ "semget",
295 /* 222 */ "semop",
296 /* 223 */ "semconfig",
297#else
298 /* 220 */ "#220 (unimplemented semctl)",
299 /* 221 */ "#221 (unimplemented semget)",
300 /* 222 */ "#222 (unimplemented semop)",
301 /* 223 */ "#223 (unimplemented semconfig)",
302#endif
303#ifdef SYSVMSG
304 /* 224 */ "msgctl",
305 /* 225 */ "msgget",
306 /* 226 */ "msgsnd",
307 /* 227 */ "msgrcv",
308#else
309 /* 224 */ "#224 (unimplemented msgctl)",
310 /* 225 */ "#225 (unimplemented msgget)",
311 /* 226 */ "#226 (unimplemented msgsnd)",
312 /* 227 */ "#227 (unimplemented msgrcv)",
313#endif
314#ifdef SYSVSHM
315 /* 228 */ "shmat",
316 /* 229 */ "shmctl",
317 /* 230 */ "shmdt",
318 /* 231 */ "shmget",
319#else
320 /* 228 */ "#228 (unimplemented shmat)",
321 /* 229 */ "#229 (unimplemented shmctl)",
322 /* 230 */ "#230 (unimplemented shmdt)",
323 /* 231 */ "#231 (unimplemented shmget)",
324#endif
325 /* 232 */ "clock_gettime",
326 /* 233 */ "clock_settime",
327 /* 234 */ "clock_getres",
328 /* 235 */ "#235 (unimplemented timer_create)",
329 /* 236 */ "#236 (unimplemented timer_delete)",
330 /* 237 */ "#237 (unimplemented timer_settime)",
331 /* 238 */ "#238 (unimplemented timer_gettime)",
332 /* 239 */ "#239 (unimplemented timer_getoverrun)",
333 /* 240 */ "nanosleep",
334 /* 241 */ "#241 (unimplemented)",
335 /* 242 */ "#242 (unimplemented)",
336 /* 243 */ "#243 (unimplemented)",
337 /* 244 */ "#244 (unimplemented)",
338 /* 245 */ "#245 (unimplemented)",
339 /* 246 */ "#246 (unimplemented)",
340 /* 247 */ "#247 (unimplemented)",
341 /* 248 */ "#248 (unimplemented)",
342 /* 249 */ "#249 (unimplemented)",
343 /* 250 */ "minherit",
344 /* 251 */ "rfork",
345 /* 252 */ "#252 (unimplemented openbsd_poll)",
346 /* 253 */ "issetugid",
347 /* 254 */ "lchown",
348 /* 255 */ "#255 (unimplemented)",
349 /* 256 */ "#256 (unimplemented)",
350 /* 257 */ "#257 (unimplemented)",
351 /* 258 */ "#258 (unimplemented)",
352 /* 259 */ "#259 (unimplemented)",
353 /* 260 */ "#260 (unimplemented)",
354 /* 261 */ "#261 (unimplemented)",
355 /* 262 */ "#262 (unimplemented)",
356 /* 263 */ "#263 (unimplemented)",
357 /* 264 */ "#264 (unimplemented)",
358 /* 265 */ "#265 (unimplemented)",
359 /* 266 */ "#266 (unimplemented)",
360 /* 267 */ "#267 (unimplemented)",
361 /* 268 */ "#268 (unimplemented)",
362 /* 269 */ "#269 (unimplemented)",
363 /* 270 */ "#270 (unimplemented)",
364 /* 271 */ "#271 (unimplemented)",
365 /* 272 */ "getdents",
366 /* 273 */ "#273 (unimplemented)",
367 /* 274 */ "lchmod",
368 /* 275 */ "netbsd_lchown",
369 /* 276 */ "lutimes",
370 /* 277 */ "__msync13",
371 /* 278 */ "__stat13",
372 /* 279 */ "__fstat13",
373 /* 280 */ "__lstat13",
374 /* 281 */ "#281 (unimplemented)",
375 /* 282 */ "#282 (unimplemented)",
376 /* 283 */ "#283 (unimplemented)",
377 /* 284 */ "#284 (unimplemented)",
378 /* 285 */ "#285 (unimplemented)",
379 /* 286 */ "#286 (unimplemented)",
380 /* 287 */ "#287 (unimplemented)",
381 /* 288 */ "#288 (unimplemented)",
382 /* 289 */ "#289 (unimplemented)",
383 /* 290 */ "#290 (unimplemented)",
384 /* 291 */ "#291 (unimplemented)",
385 /* 292 */ "#292 (unimplemented)",
386 /* 293 */ "#293 (unimplemented)",
387 /* 294 */ "#294 (unimplemented)",
388 /* 295 */ "#295 (unimplemented)",
389 /* 296 */ "#296 (unimplemented)",
390 /* 297 */ "fhstatfs",
391 /* 298 */ "fhopen",
392 /* 299 */ "fhstat",
393 /* 300 */ "#300 (unimplemented modnext)",
394 /* 301 */ "#301 (unimplemented modstat)",
395 /* 302 */ "#302 (unimplemented modfnext)",
396 /* 303 */ "#303 (unimplemented modfind)",
397 /* 304 */ "#304 (unimplemented kldload)",
398 /* 305 */ "#305 (unimplemented kldunload)",
399 /* 306 */ "#306 (unimplemented kldfind)",
400 /* 307 */ "#307 (unimplemented kldnext)",
401 /* 308 */ "#308 (unimplemented kldstat)",
402 /* 309 */ "#309 (unimplemented kldfirstmod)",
403 /* 310 */ "getsid",
404 /* 311 */ "#311 (unimplemented setresuid)",
405 /* 312 */ "#312 (unimplemented setresgid)",
406 /* 313 */ "#313 (unimplemented signanosleep)",
407 /* 314 */ "#314 (unimplemented aio_return)",
408 /* 315 */ "#315 (unimplemented aio_suspend)",
409 /* 316 */ "#316 (unimplemented aio_cancel)",
410 /* 317 */ "#317 (unimplemented aio_error)",
411 /* 318 */ "#318 (unimplemented aio_read)",
412 /* 319 */ "#319 (unimplemented aio_write)",
413 /* 320 */ "#320 (unimplemented lio_listio)",
414 /* 321 */ "yield",
415 /* 322 */ "#322 (unimplemented thr_sleep)",
416 /* 323 */ "#323 (unimplemented thr_wakeup)",
417 /* 324 */ "mlockall",
418 /* 325 */ "munlockall",
419 /* 326 */ "__getcwd",
420 /* 327 */ "sched_setparam",
421 /* 328 */ "sched_getparam",
422 /* 329 */ "sched_setscheduler",
423 /* 330 */ "sched_getscheduler",
424 /* 331 */ "sched_yield",
425 /* 332 */ "sched_get_priority_max",
426 /* 333 */ "sched_get_priority_min",
427 /* 334 */ "#334 (unimplemented sched_rr_get_interval)",
428 /* 335 */ "utrace",
429 /* 336 */ "#336 (unimplemented sendfile)",
430 /* 337 */ "#337 (unimplemented kldsym)",
431 /* 338 */ "#338 (unimplemented jail)",
432 /* 339 */ "#339 (unimplemented pioctl)",
433 /* 340 */ "__sigprocmask14",
434 /* 341 */ "__sigsuspend14",
435 /* 342 */ "sigaction4",
436 /* 343 */ "__sigpending14",
437 /* 344 */ "#344 (unimplemented 4.0 sigreturn)",
438 /* 345 */ "#345 (unimplemented sigtimedwait)",
439 /* 346 */ "#346 (unimplemented sigwaitinfo)",
440 /* 347 */ "#347 (unimplemented __acl_get_file)",
441 /* 348 */ "#348 (unimplemented __acl_set_file)",
442 /* 349 */ "#349 (unimplemented __acl_get_fd)",
443 /* 350 */ "#350 (unimplemented __acl_set_fd)",
444 /* 351 */ "#351 (unimplemented __acl_delete_file)",
445 /* 352 */ "#352 (unimplemented __acl_delete_fd)",
446 /* 353 */ "#353 (unimplemented __acl_aclcheck_file)",
447 /* 354 */ "#354 (unimplemented __acl_aclcheck_fd)",
448 /* 355 */ "#355 (unimplemented extattrctl)",
449 /* 356 */ "#356 (unimplemented extattr_set_file)",
450 /* 357 */ "#357 (unimplemented extattr_get_file)",
451 /* 358 */ "#358 (unimplemented extattr_delete_file)",
452 /* 359 */ "#359 (unimplemented aio_waitcomplete)",
453 /* 360 */ "#360 (unimplemented getresuid)",
454 /* 361 */ "#361 (unimplemented getresgid)",
455 /* 362 */ "#362 (unimplemented kqueue)",
456 /* 363 */ "#363 (unimplemented kevent)",
457 /* 364 */ "#364 (unimplemented __cap_get_proc)",
458 /* 365 */ "#365 (unimplemented __cap_set_proc)",
459 /* 366 */ "#366 (unimplemented __cap_get_fd)",
460 /* 367 */ "#367 (unimplemented __cap_get_file)",
461 /* 368 */ "#368 (unimplemented __cap_set_fd)",
462 /* 369 */ "#369 (unimplemented __cap_set_file)",
463 /* 370 */ "#370 (unimplemented lkmressym)",
464 /* 371 */ "#371 (unimplemented extattr_set_fd)",
465 /* 372 */ "#372 (unimplemented extattr_get_fd)",
466 /* 373 */ "#373 (unimplemented extattr_delete_fd)",
467 /* 374 */ "#374 (unimplemented __setugid)",
468 /* 375 */ "#375 (unimplemented nfsclnt)",
469 /* 376 */ "#376 (unimplemented eaccess)",
470 /* 377 */ "#377 (unimplemented afs_syscall)",
471 /* 378 */ "#378 (unimplemented nmount)",
472 /* 379 */ "#379 (unimplemented kse_exit)",
473 /* 380 */ "#380 (unimplemented kse_wakeup)",
474 /* 381 */ "#381 (unimplemented kse_create)",
475 /* 382 */ "#382 (unimplemented kse_thr_interrupt)",
476 /* 383 */ "#383 (unimplemented kse_release)",
477 /* 384 */ "#384 (unimplemented __mac_get_proc)",
478 /* 385 */ "#385 (unimplemented __mac_set_proc)",
479 /* 386 */ "#386 (unimplemented __mac_get_fd)",
480 /* 387 */ "#387 (unimplemented __mac_get_file)",
481 /* 388 */ "#388 (unimplemented __mac_set_fd)",
482 /* 389 */ "#389 (unimplemented __mac_set_file)",
483 /* 390 */ "#390 (unimplemented kenv)",
484 /* 391 */ "lchflags",
485 /* 392 */ "uuidgen",
486 /* 393 */ "#393 (unimplemented sendfile)",
487 /* 394 */ "#394 (unimplemented mac_syscall)",
488 /* 395 */ "#395 (unimplemented getfsstat)",
489 /* 396 */ "#396 (unimplemented statfs)",
490 /* 397 */ "#397 (unimplemented fsstatfs)",
491 /* 398 */ "#398 (unimplemented fhstatfs)",
492 /* 399 */ "#399 (unimplemented nosys)",
493 /* 400 */ "_ksem_close",
494 /* 401 */ "_ksem_post",
495 /* 402 */ "_ksem_wait",
496 /* 403 */ "_ksem_trywait",
497 /* 404 */ "#404 (unimplemented ksem_init)",
498 /* 405 */ "#405 (unimplemented ksem_open)",
499 /* 406 */ "_ksem_unlink",
500 /* 407 */ "_ksem_getvalue",
501 /* 408 */ "_ksem_destroy",
502 /* 409 */ "#409 (unimplemented __mac_get_pid)",
503 /* 410 */ "#410 (unimplemented __mac_get_link)",
504 /* 411 */ "#411 (unimplemented __mac_set_link)",
505 /* 412 */ "#412 (unimplemented extattr_set_link)",
506 /* 413 */ "#413 (unimplemented extattr_get_link)",
507 /* 414 */ "#414 (unimplemented extattr_delete_link)",
508 /* 415 */ "#415 (unimplemented __mac_execve)",
509 /* 416 */ "#416 (unimplemented sigaction)",
510 /* 417 */ "#417 (unimplemented sigreturn)",
511 /* 418 */ "#418 (unimplemented __xstat)",
512 /* 419 */ "#419 (unimplemented __xfstat)",
513 /* 420 */ "#420 (unimplemented __xlstat)",
514 /* 421 */ "#421 (unimplemented getcontext)",
515 /* 422 */ "#422 (unimplemented setcontext)",
516 /* 423 */ "#423 (unimplemented swapcontext)",
517 /* 424 */ "#424 (unimplemented swapoff)",
518 /* 425 */ "#425 (unimplemented __acl_get_link)",
519 /* 426 */ "#426 (unimplemented __acl_set_link)",
520 /* 427 */ "#427 (unimplemented __acl_delete_link)",
521 /* 428 */ "#428 (unimplemented __acl_aclcheck_link)",
522 /* 429 */ "#429 (unimplemented sigwait)",
523 /* 430 */ "#430 (unimplemented thr_create)",
524 /* 431 */ "#431 (unimplemented thr_exit)",
525 /* 432 */ "#432 (unimplemented thr_self)",
526 /* 433 */ "#433 (unimplemented thr_kill)",
527 /* 434 */ "#434 (unimplemented _umtx_lock)",
528 /* 435 */ "#435 (unimplemented _umtx_unlock)",
529 /* 436 */ "#436 (unimplemented jail_attach)",
530 /* 437 */ "#437 (unimplemented extattr_list_fd)",
531 /* 438 */ "#438 (unimplemented extattr_list_file)",
532 /* 439 */ "#439 (unimplemented extattr_list_link)",
533 /* 440 */ "# filler",
534 /* 441 */ "# filler",
535 /* 442 */ "# filler",
536 /* 443 */ "# filler",
537 /* 444 */ "# filler",
538 /* 445 */ "# filler",
539 /* 446 */ "# filler",
540 /* 447 */ "# filler",
541 /* 448 */ "# filler",
542 /* 449 */ "# filler",
543 /* 450 */ "# filler",
544 /* 451 */ "# filler",
545 /* 452 */ "# filler",
546 /* 453 */ "# filler",
547 /* 454 */ "# filler",
548 /* 455 */ "# filler",
549 /* 456 */ "# filler",
550 /* 457 */ "# filler",
551 /* 458 */ "# filler",
552 /* 459 */ "# filler",
553 /* 460 */ "# filler",
554 /* 461 */ "# filler",
555 /* 462 */ "# filler",
556 /* 463 */ "# filler",
557 /* 464 */ "# filler",
558 /* 465 */ "# filler",
559 /* 466 */ "# filler",
560 /* 467 */ "# filler",
561 /* 468 */ "# filler",
562 /* 469 */ "# filler",
563 /* 470 */ "# filler",
564 /* 471 */ "# filler",
565 /* 472 */ "# filler",
566 /* 473 */ "# filler",
567 /* 474 */ "# filler",
568 /* 475 */ "# filler",
569 /* 476 */ "# filler",
570 /* 477 */ "# filler",
571 /* 478 */ "# filler",
572 /* 479 */ "# filler",
573 /* 480 */ "# filler",
574 /* 481 */ "# filler",
575 /* 482 */ "# filler",
576 /* 483 */ "# filler",
577 /* 484 */ "# filler",
578 /* 485 */ "# filler",
579 /* 486 */ "# filler",
580 /* 487 */ "# filler",
581 /* 488 */ "# filler",
582 /* 489 */ "# filler",
583 /* 490 */ "# filler",
584 /* 491 */ "# filler",
585 /* 492 */ "# filler",
586 /* 493 */ "# filler",
587 /* 494 */ "# filler",
588 /* 495 */ "# filler",
589 /* 496 */ "# filler",
590 /* 497 */ "# filler",
591 /* 498 */ "# filler",
592 /* 499 */ "# filler",
593 /* 500 */ "# filler",
594 /* 501 */ "# filler",
595 /* 502 */ "# filler",
596 /* 503 */ "# filler",
597 /* 504 */ "# filler",
598 /* 505 */ "# filler",
599 /* 506 */ "# filler",
600 /* 507 */ "# filler",
601 /* 508 */ "# filler",
602 /* 509 */ "# filler",
603 /* 510 */ "# filler",
604 /* 511 */ "# filler",
605};
606
607
608/* libc style syscall names */
609const char *const altfreebsd_syscallnames[] = {
610 /* 0 */ "nosys",
611 /* 1 */ NULL, /* exit */
612 /* 2 */ NULL, /* fork */
613 /* 3 */ NULL, /* read */
614 /* 4 */ NULL, /* write */
615 /* 5 */ NULL, /* open */
616 /* 6 */ NULL, /* close */
617 /* 7 */ NULL, /* wait4 */
618 /* 8 */ "creat",
619 /* 9 */ NULL, /* link */
620 /* 10 */ NULL, /* unlink */
621 /* 11 */ NULL, /* obsolete execv */
622 /* 12 */ NULL, /* chdir */
623 /* 13 */ NULL, /* fchdir */
624 /* 14 */ NULL, /* mknod */
625 /* 15 */ NULL, /* chmod */
626 /* 16 */ NULL, /* chown */
627 /* 17 */ "obreak",
628 /* 18 */ NULL, /* getfsstat */
629 /* 19 */ "lseek",
630 /* 20 */ NULL, /* getpid_with_ppid */
631 /* 21 */ NULL, /* mount */
632 /* 22 */ NULL, /* unmount */
633 /* 23 */ NULL, /* setuid */
634 /* 24 */ NULL, /* getuid_with_euid */
635 /* 25 */ NULL, /* geteuid */
636 /* 26 */ NULL, /* ptrace */
637 /* 27 */ NULL, /* recvmsg */
638 /* 28 */ NULL, /* sendmsg */
639 /* 29 */ NULL, /* recvfrom */
640 /* 30 */ NULL, /* accept */
641 /* 31 */ NULL, /* getpeername */
642 /* 32 */ NULL, /* getsockname */
643 /* 33 */ NULL, /* access */
644 /* 34 */ NULL, /* chflags */
645 /* 35 */ NULL, /* fchflags */
646 /* 36 */ NULL, /* sync */
647 /* 37 */ NULL, /* kill */
648 /* 38 */ "stat",
649 /* 39 */ NULL, /* getppid */
650 /* 40 */ "lstat",
651 /* 41 */ NULL, /* dup */
652 /* 42 */ NULL, /* pipe */
653 /* 43 */ NULL, /* getegid */
654 /* 44 */ NULL, /* profil */
655#ifdef KTRACE
656 /* 45 */ NULL, /* ktrace */
657#else
658 /* 45 */ NULL, /* excluded ktrace */
659#endif
660 /* 46 */ NULL, /* sigaction */
661 /* 47 */ NULL, /* getgid_with_egid */
662 /* 48 */ NULL, /* sigprocmask */
663 /* 49 */ NULL, /* __getlogin */
664 /* 50 */ NULL, /* __setlogin */
665 /* 51 */ NULL, /* acct */
666 /* 52 */ NULL, /* sigpending */
667 /* 53 */ NULL, /* sigaltstack */
668 /* 54 */ NULL, /* ioctl */
669 /* 55 */ "reboot",
670 /* 56 */ NULL, /* revoke */
671 /* 57 */ NULL, /* symlink */
672 /* 58 */ NULL, /* readlink */
673 /* 59 */ NULL, /* execve */
674 /* 60 */ NULL, /* umask */
675 /* 61 */ NULL, /* chroot */
676 /* 62 */ "fstat",
677 /* 63 */ "getkerninfo",
678 /* 64 */ "getpagesize",
679 /* 65 */ NULL, /* msync */
680 /* 66 */ NULL, /* vfork */
681 /* 67 */ NULL, /* obsolete vread */
682 /* 68 */ NULL, /* obsolete vwrite */
683 /* 69 */ NULL, /* obsolete sbrk */
684 /* 70 */ NULL, /* obsolete sstk */
685 /* 71 */ "mmap",
686 /* 72 */ "ovadvise",
687 /* 73 */ NULL, /* munmap */
688 /* 74 */ NULL, /* mprotect */
689 /* 75 */ NULL, /* madvise */
690 /* 76 */ NULL, /* obsolete vhangup */
691 /* 77 */ NULL, /* obsolete vlimit */
692 /* 78 */ NULL, /* mincore */
693 /* 79 */ NULL, /* getgroups */
694 /* 80 */ NULL, /* setgroups */
695 /* 81 */ NULL, /* getpgrp */
696 /* 82 */ NULL, /* setpgid */
697 /* 83 */ NULL, /* setitimer */
698 /* 84 */ "wait",
699 /* 85 */ NULL, /* swapon */
700 /* 86 */ NULL, /* getitimer */
701 /* 87 */ "gethostname",
702 /* 88 */ "sethostname",
703 /* 89 */ "getdtablesize",
704 /* 90 */ NULL, /* dup2 */
705 /* 91 */ NULL, /* unimplemented getdopt */
706 /* 92 */ NULL, /* fcntl */
707 /* 93 */ NULL, /* select */
708 /* 94 */ NULL, /* unimplemented setdopt */
709 /* 95 */ NULL, /* fsync */
710 /* 96 */ NULL, /* setpriority */
711 /* 97 */ NULL, /* socket */
712 /* 98 */ NULL, /* connect */
713 /* 99 */ "accept",
714 /* 100 */ NULL, /* getpriority */
715 /* 101 */ "send",
716 /* 102 */ "recv",
717 /* 103 */ NULL, /* sigreturn */
718 /* 104 */ NULL, /* bind */
719 /* 105 */ NULL, /* setsockopt */
720 /* 106 */ NULL, /* listen */
721 /* 107 */ NULL, /* obsolete vtimes */
722 /* 108 */ "sigvec",
723 /* 109 */ "sigblock",
724 /* 110 */ "sigsetmask",
725 /* 111 */ NULL, /* sigsuspend */
726 /* 112 */ "sigstack",
727 /* 113 */ "recvmsg",
728 /* 114 */ "sendmsg",
729#ifdef TRACE
730 /* 115 */ NULL, /* vtrace */
731#else
732 /* 115 */ NULL, /* obsolete vtrace */
733#endif
734 /* 116 */ NULL, /* gettimeofday */
735 /* 117 */ NULL, /* getrusage */
736 /* 118 */ NULL, /* getsockopt */
737 /* 119 */ NULL, /* obsolete resuba */
738 /* 120 */ NULL, /* readv */
739 /* 121 */ NULL, /* writev */
740 /* 122 */ NULL, /* settimeofday */
741 /* 123 */ NULL, /* fchown */
742 /* 124 */ NULL, /* fchmod */
743 /* 125 */ "recvfrom",
744 /* 126 */ NULL, /* setreuid */
745 /* 127 */ NULL, /* setregid */
746 /* 128 */ NULL, /* rename */
747 /* 129 */ "truncate",
748 /* 130 */ "ftruncate",
749 /* 131 */ NULL, /* flock */
750 /* 132 */ NULL, /* mkfifo */
751 /* 133 */ NULL, /* sendto */
752 /* 134 */ NULL, /* shutdown */
753 /* 135 */ NULL, /* socketpair */
754 /* 136 */ NULL, /* mkdir */
755 /* 137 */ NULL, /* rmdir */
756 /* 138 */ NULL, /* utimes */
757 /* 139 */ NULL, /* obsolete 4.2 sigreturn */
758 /* 140 */ NULL, /* adjtime */
759 /* 141 */ "getpeername",
760 /* 142 */ "gethostid",
761 /* 143 */ "sethostid",
762 /* 144 */ "getrlimit",
763 /* 145 */ "setrlimit",
764 /* 146 */ "killpg",
765 /* 147 */ NULL, /* setsid */
766#if defined(QUOTA) || !defined(_KERNEL_OPT)
767 /* 148 */ NULL, /* quotactl */
768 /* 149 */ "quota",
769#else
770 /* 148 */ NULL, /* excluded compat_50_sys_quotactl */
771 /* 149 */ NULL, /* excluded compat_43_sys_quota */
772#endif
773 /* 150 */ "getsockname",
774 /* 151 */ NULL, /* unimplemented sem_lock */
775 /* 152 */ NULL, /* unimplemented sem_wakeup */
776 /* 153 */ NULL, /* unimplemented asyncdaemon */
777 /* 154 */ NULL, /* unimplemented */
778 /* 155 */ NULL, /* unimplemented nfssvc */
779 /* 156 */ "getdirentries",
780 /* 157 */ NULL, /* statfs */
781 /* 158 */ NULL, /* fstatfs */
782 /* 159 */ NULL, /* unimplemented */
783 /* 160 */ NULL, /* unimplemented */
784 /* 161 */ NULL, /* getfh */
785 /* 162 */ NULL, /* getdomainname */
786 /* 163 */ NULL, /* setdomainname */
787 /* 164 */ NULL, /* uname */
788 /* 165 */ NULL, /* sysarch */
789 /* 166 */ NULL, /* rtprio */
790 /* 167 */ NULL, /* unimplemented */
791 /* 168 */ NULL, /* unimplemented */
792#if defined(SYSVSEM) && !defined(_LP64)
793 /* 169 */ NULL, /* semsys */
794#else
795 /* 169 */ NULL, /* unimplemented 1.0 semsys */
796#endif
797#if defined(SYSVMSG) && !defined(_LP64)
798 /* 170 */ NULL, /* msgsys */
799#else
800 /* 170 */ NULL, /* unimplemented 1.0 msgsys */
801#endif
802#if defined(SYSVSHM) && !defined(_LP64)
803 /* 171 */ NULL, /* shmsys */
804#else
805 /* 171 */ NULL, /* unimplemented 1.0 shmsys */
806#endif
807 /* 172 */ NULL, /* unimplemented */
808 /* 173 */ NULL, /* pread */
809 /* 174 */ NULL, /* pwrite */
810 /* 175 */ NULL, /* unimplemented */
811#ifdef NTP
812 /* 176 */ "ntp_adjtime",
813#else
814 /* 176 */ NULL, /* excluded ntp_adjtime */
815#endif
816 /* 177 */ NULL, /* unimplemented sfork */
817 /* 178 */ NULL, /* unimplemented getdescriptor */
818 /* 179 */ NULL, /* unimplemented setdescriptor */
819 /* 180 */ NULL, /* unimplemented */
820 /* 181 */ NULL, /* setgid */
821 /* 182 */ NULL, /* setegid */
822 /* 183 */ NULL, /* seteuid */
823 /* 184 */ NULL, /* unimplemented */
824 /* 185 */ NULL, /* unimplemented */
825 /* 186 */ NULL, /* unimplemented */
826 /* 187 */ NULL, /* unimplemented */
827 /* 188 */ NULL, /* stat */
828 /* 189 */ NULL, /* fstat */
829 /* 190 */ NULL, /* lstat */
830 /* 191 */ NULL, /* pathconf */
831 /* 192 */ NULL, /* fpathconf */
832 /* 193 */ NULL, /* unimplemented */
833 /* 194 */ NULL, /* getrlimit */
834 /* 195 */ NULL, /* setrlimit */
835 /* 196 */ NULL, /* getdirentries */
836 /* 197 */ NULL, /* mmap */
837 /* 198 */ "nosys",
838 /* 199 */ NULL, /* lseek */
839 /* 200 */ NULL, /* truncate */
840 /* 201 */ NULL, /* ftruncate */
841 /* 202 */ NULL, /* sysctl */
842 /* 203 */ NULL, /* mlock */
843 /* 204 */ NULL, /* munlock */
844#ifdef FREEBSD_BASED_ON_44LITE_R2
845 /* 205 */ NULL, /* undelete */
846#else
847 /* 205 */ NULL, /* unimplemented undelete */
848#endif
849 /* 206 */ NULL, /* futimes */
850 /* 207 */ NULL, /* getpgid */
851#if 0
852 /* 208 */ NULL, /* reboot */
853#else
854 /* 208 */ NULL, /* unimplemented newreboot */
855#endif
856 /* 209 */ NULL, /* poll */
857 /* 210 */ NULL, /* unimplemented */
858 /* 211 */ NULL, /* unimplemented */
859 /* 212 */ NULL, /* unimplemented */
860 /* 213 */ NULL, /* unimplemented */
861 /* 214 */ NULL, /* unimplemented */
862 /* 215 */ NULL, /* unimplemented */
863 /* 216 */ NULL, /* unimplemented */
864 /* 217 */ NULL, /* unimplemented */
865 /* 218 */ NULL, /* unimplemented */
866 /* 219 */ NULL, /* unimplemented */
867#ifdef SYSVSEM
868 /* 220 */ NULL, /* __semctl */
869 /* 221 */ NULL, /* semget */
870 /* 222 */ NULL, /* semop */
871 /* 223 */ NULL, /* semconfig */
872#else
873 /* 220 */ NULL, /* unimplemented semctl */
874 /* 221 */ NULL, /* unimplemented semget */
875 /* 222 */ NULL, /* unimplemented semop */
876 /* 223 */ NULL, /* unimplemented semconfig */
877#endif
878#ifdef SYSVMSG
879 /* 224 */ NULL, /* msgctl */
880 /* 225 */ NULL, /* msgget */
881 /* 226 */ NULL, /* msgsnd */
882 /* 227 */ NULL, /* msgrcv */
883#else
884 /* 224 */ NULL, /* unimplemented msgctl */
885 /* 225 */ NULL, /* unimplemented msgget */
886 /* 226 */ NULL, /* unimplemented msgsnd */
887 /* 227 */ NULL, /* unimplemented msgrcv */
888#endif
889#ifdef SYSVSHM
890 /* 228 */ NULL, /* shmat */
891 /* 229 */ NULL, /* shmctl */
892 /* 230 */ NULL, /* shmdt */
893 /* 231 */ NULL, /* shmget */
894#else
895 /* 228 */ NULL, /* unimplemented shmat */
896 /* 229 */ NULL, /* unimplemented shmctl */
897 /* 230 */ NULL, /* unimplemented shmdt */
898 /* 231 */ NULL, /* unimplemented shmget */
899#endif
900 /* 232 */ NULL, /* clock_gettime */
901 /* 233 */ NULL, /* clock_settime */
902 /* 234 */ NULL, /* clock_getres */
903 /* 235 */ NULL, /* unimplemented timer_create */
904 /* 236 */ NULL, /* unimplemented timer_delete */
905 /* 237 */ NULL, /* unimplemented timer_settime */
906 /* 238 */ NULL, /* unimplemented timer_gettime */
907 /* 239 */ NULL, /* unimplemented timer_getoverrun */
908 /* 240 */ NULL, /* nanosleep */
909 /* 241 */ NULL, /* unimplemented */
910 /* 242 */ NULL, /* unimplemented */
911 /* 243 */ NULL, /* unimplemented */
912 /* 244 */ NULL, /* unimplemented */
913 /* 245 */ NULL, /* unimplemented */
914 /* 246 */ NULL, /* unimplemented */
915 /* 247 */ NULL, /* unimplemented */
916 /* 248 */ NULL, /* unimplemented */
917 /* 249 */ NULL, /* unimplemented */
918 /* 250 */ NULL, /* minherit */
919 /* 251 */ NULL, /* rfork */
920 /* 252 */ NULL, /* unimplemented openbsd_poll */
921 /* 253 */ NULL, /* issetugid */
922 /* 254 */ NULL, /* lchown */
923 /* 255 */ NULL, /* unimplemented */
924 /* 256 */ NULL, /* unimplemented */
925 /* 257 */ NULL, /* unimplemented */
926 /* 258 */ NULL, /* unimplemented */
927 /* 259 */ NULL, /* unimplemented */
928 /* 260 */ NULL, /* unimplemented */
929 /* 261 */ NULL, /* unimplemented */
930 /* 262 */ NULL, /* unimplemented */
931 /* 263 */ NULL, /* unimplemented */
932 /* 264 */ NULL, /* unimplemented */
933 /* 265 */ NULL, /* unimplemented */
934 /* 266 */ NULL, /* unimplemented */
935 /* 267 */ NULL, /* unimplemented */
936 /* 268 */ NULL, /* unimplemented */
937 /* 269 */ NULL, /* unimplemented */
938 /* 270 */ NULL, /* unimplemented */
939 /* 271 */ NULL, /* unimplemented */
940 /* 272 */ NULL, /* getdents */
941 /* 273 */ NULL, /* unimplemented */
942 /* 274 */ NULL, /* lchmod */
943 /* 275 */ "lchown",
944 /* 276 */ NULL, /* lutimes */
945 /* 277 */ "msync",
946 /* 278 */ "stat",
947 /* 279 */ "fstat",
948 /* 280 */ "lstat",
949 /* 281 */ NULL, /* unimplemented */
950 /* 282 */ NULL, /* unimplemented */
951 /* 283 */ NULL, /* unimplemented */
952 /* 284 */ NULL, /* unimplemented */
953 /* 285 */ NULL, /* unimplemented */
954 /* 286 */ NULL, /* unimplemented */
955 /* 287 */ NULL, /* unimplemented */
956 /* 288 */ NULL, /* unimplemented */
957 /* 289 */ NULL, /* unimplemented */
958 /* 290 */ NULL, /* unimplemented */
959 /* 291 */ NULL, /* unimplemented */
960 /* 292 */ NULL, /* unimplemented */
961 /* 293 */ NULL, /* unimplemented */
962 /* 294 */ NULL, /* unimplemented */
963 /* 295 */ NULL, /* unimplemented */
964 /* 296 */ NULL, /* unimplemented */
965 /* 297 */ NULL, /* fhstatfs */
966 /* 298 */ NULL, /* fhopen */
967 /* 299 */ NULL, /* fhstat */
968 /* 300 */ NULL, /* unimplemented modnext */
969 /* 301 */ NULL, /* unimplemented modstat */
970 /* 302 */ NULL, /* unimplemented modfnext */
971 /* 303 */ NULL, /* unimplemented modfind */
972 /* 304 */ NULL, /* unimplemented kldload */
973 /* 305 */ NULL, /* unimplemented kldunload */
974 /* 306 */ NULL, /* unimplemented kldfind */
975 /* 307 */ NULL, /* unimplemented kldnext */
976 /* 308 */ NULL, /* unimplemented kldstat */
977 /* 309 */ NULL, /* unimplemented kldfirstmod */
978 /* 310 */ NULL, /* getsid */
979 /* 311 */ NULL, /* unimplemented setresuid */
980 /* 312 */ NULL, /* unimplemented setresgid */
981 /* 313 */ NULL, /* unimplemented signanosleep */
982 /* 314 */ NULL, /* unimplemented aio_return */
983 /* 315 */ NULL, /* unimplemented aio_suspend */
984 /* 316 */ NULL, /* unimplemented aio_cancel */
985 /* 317 */ NULL, /* unimplemented aio_error */
986 /* 318 */ NULL, /* unimplemented aio_read */
987 /* 319 */ NULL, /* unimplemented aio_write */
988 /* 320 */ NULL, /* unimplemented lio_listio */
989 /* 321 */ NULL, /* yield */
990 /* 322 */ NULL, /* unimplemented thr_sleep */
991 /* 323 */ NULL, /* unimplemented thr_wakeup */
992 /* 324 */ NULL, /* mlockall */
993 /* 325 */ NULL, /* munlockall */
994 /* 326 */ NULL, /* __getcwd */
995 /* 327 */ NULL, /* sched_setparam */
996 /* 328 */ NULL, /* sched_getparam */
997 /* 329 */ NULL, /* sched_setscheduler */
998 /* 330 */ NULL, /* sched_getscheduler */
999 /* 331 */ NULL, /* sched_yield */
1000 /* 332 */ NULL, /* sched_get_priority_max */
1001 /* 333 */ NULL, /* sched_get_priority_min */
1002 /* 334 */ NULL, /* unimplemented sched_rr_get_interval */
1003 /* 335 */ NULL, /* utrace */
1004 /* 336 */ NULL, /* unimplemented sendfile */
1005 /* 337 */ NULL, /* unimplemented kldsym */
1006 /* 338 */ NULL, /* unimplemented jail */
1007 /* 339 */ NULL, /* unimplemented pioctl */
1008 /* 340 */ "sigprocmask",
1009 /* 341 */ "sigsuspend",
1010 /* 342 */ NULL, /* sigaction4 */
1011 /* 343 */ "sigpending",
1012 /* 344 */ NULL, /* unimplemented 4.0 sigreturn */
1013 /* 345 */ NULL, /* unimplemented sigtimedwait */
1014 /* 346 */ NULL, /* unimplemented sigwaitinfo */
1015 /* 347 */ NULL, /* unimplemented __acl_get_file */
1016 /* 348 */ NULL, /* unimplemented __acl_set_file */
1017 /* 349 */ NULL, /* unimplemented __acl_get_fd */
1018 /* 350 */ NULL, /* unimplemented __acl_set_fd */
1019 /* 351 */ NULL, /* unimplemented __acl_delete_file */
1020 /* 352 */ NULL, /* unimplemented __acl_delete_fd */
1021 /* 353 */ NULL, /* unimplemented __acl_aclcheck_file */
1022 /* 354 */ NULL, /* unimplemented __acl_aclcheck_fd */
1023 /* 355 */ NULL, /* unimplemented extattrctl */
1024 /* 356 */ NULL, /* unimplemented extattr_set_file */
1025 /* 357 */ NULL, /* unimplemented extattr_get_file */
1026 /* 358 */ NULL, /* unimplemented extattr_delete_file */
1027 /* 359 */ NULL, /* unimplemented aio_waitcomplete */
1028 /* 360 */ NULL, /* unimplemented getresuid */
1029 /* 361 */ NULL, /* unimplemented getresgid */
1030 /* 362 */ NULL, /* unimplemented kqueue */
1031 /* 363 */ NULL, /* unimplemented kevent */
1032 /* 364 */ NULL, /* unimplemented __cap_get_proc */
1033 /* 365 */ NULL, /* unimplemented __cap_set_proc */
1034 /* 366 */ NULL, /* unimplemented __cap_get_fd */
1035 /* 367 */ NULL, /* unimplemented __cap_get_file */
1036 /* 368 */ NULL, /* unimplemented __cap_set_fd */
1037 /* 369 */ NULL, /* unimplemented __cap_set_file */
1038 /* 370 */ NULL, /* unimplemented lkmressym */
1039 /* 371 */ NULL, /* unimplemented extattr_set_fd */
1040 /* 372 */ NULL, /* unimplemented extattr_get_fd */
1041 /* 373 */ NULL, /* unimplemented extattr_delete_fd */
1042 /* 374 */ NULL, /* unimplemented __setugid */
1043 /* 375 */ NULL, /* unimplemented nfsclnt */
1044 /* 376 */ NULL, /* unimplemented eaccess */
1045 /* 377 */ NULL, /* unimplemented afs_syscall */
1046 /* 378 */ NULL, /* unimplemented nmount */
1047 /* 379 */ NULL, /* unimplemented kse_exit */
1048 /* 380 */ NULL, /* unimplemented kse_wakeup */
1049 /* 381 */ NULL, /* unimplemented kse_create */
1050 /* 382 */ NULL, /* unimplemented kse_thr_interrupt */
1051 /* 383 */ NULL, /* unimplemented kse_release */
1052 /* 384 */ NULL, /* unimplemented __mac_get_proc */
1053 /* 385 */ NULL, /* unimplemented __mac_set_proc */
1054 /* 386 */ NULL, /* unimplemented __mac_get_fd */
1055 /* 387 */ NULL, /* unimplemented __mac_get_file */
1056 /* 388 */ NULL, /* unimplemented __mac_set_fd */
1057 /* 389 */ NULL, /* unimplemented __mac_set_file */
1058 /* 390 */ NULL, /* unimplemented kenv */
1059 /* 391 */ NULL, /* lchflags */
1060 /* 392 */ NULL, /* uuidgen */
1061 /* 393 */ NULL, /* unimplemented sendfile */
1062 /* 394 */ NULL, /* unimplemented mac_syscall */
1063 /* 395 */ NULL, /* unimplemented getfsstat */
1064 /* 396 */ NULL, /* unimplemented statfs */
1065 /* 397 */ NULL, /* unimplemented fsstatfs */
1066 /* 398 */ NULL, /* unimplemented fhstatfs */
1067 /* 399 */ NULL, /* unimplemented nosys */
1068 /* 400 */ NULL, /* _ksem_close */
1069 /* 401 */ NULL, /* _ksem_post */
1070 /* 402 */ NULL, /* _ksem_wait */
1071 /* 403 */ NULL, /* _ksem_trywait */
1072 /* 404 */ NULL, /* unimplemented ksem_init */
1073 /* 405 */ NULL, /* unimplemented ksem_open */
1074 /* 406 */ NULL, /* _ksem_unlink */
1075 /* 407 */ NULL, /* _ksem_getvalue */
1076 /* 408 */ NULL, /* _ksem_destroy */
1077 /* 409 */ NULL, /* unimplemented __mac_get_pid */
1078 /* 410 */ NULL, /* unimplemented __mac_get_link */
1079 /* 411 */ NULL, /* unimplemented __mac_set_link */
1080 /* 412 */ NULL, /* unimplemented extattr_set_link */
1081 /* 413 */ NULL, /* unimplemented extattr_get_link */
1082 /* 414 */ NULL, /* unimplemented extattr_delete_link */
1083 /* 415 */ NULL, /* unimplemented __mac_execve */
1084 /* 416 */ NULL, /* unimplemented sigaction */
1085 /* 417 */ NULL, /* unimplemented sigreturn */
1086 /* 418 */ NULL, /* unimplemented __xstat */
1087 /* 419 */ NULL, /* unimplemented __xfstat */
1088 /* 420 */ NULL, /* unimplemented __xlstat */
1089 /* 421 */ NULL, /* unimplemented getcontext */
1090 /* 422 */ NULL, /* unimplemented setcontext */
1091 /* 423 */ NULL, /* unimplemented swapcontext */
1092 /* 424 */ NULL, /* unimplemented swapoff */
1093 /* 425 */ NULL, /* unimplemented __acl_get_link */
1094 /* 426 */ NULL, /* unimplemented __acl_set_link */
1095 /* 427 */ NULL, /* unimplemented __acl_delete_link */
1096 /* 428 */ NULL, /* unimplemented __acl_aclcheck_link */
1097 /* 429 */ NULL, /* unimplemented sigwait */
1098 /* 430 */ NULL, /* unimplemented thr_create */
1099 /* 431 */ NULL, /* unimplemented thr_exit */
1100 /* 432 */ NULL, /* unimplemented thr_self */
1101 /* 433 */ NULL, /* unimplemented thr_kill */
1102 /* 434 */ NULL, /* unimplemented _umtx_lock */
1103 /* 435 */ NULL, /* unimplemented _umtx_unlock */
1104 /* 436 */ NULL, /* unimplemented jail_attach */
1105 /* 437 */ NULL, /* unimplemented extattr_list_fd */
1106 /* 438 */ NULL, /* unimplemented extattr_list_file */
1107 /* 439 */ NULL, /* unimplemented extattr_list_link */
1108 /* 440 */ NULL, /* filler */
1109 /* 441 */ NULL, /* filler */
1110 /* 442 */ NULL, /* filler */
1111 /* 443 */ NULL, /* filler */
1112 /* 444 */ NULL, /* filler */
1113 /* 445 */ NULL, /* filler */
1114 /* 446 */ NULL, /* filler */
1115 /* 447 */ NULL, /* filler */
1116 /* 448 */ NULL, /* filler */
1117 /* 449 */ NULL, /* filler */
1118 /* 450 */ NULL, /* filler */
1119 /* 451 */ NULL, /* filler */
1120 /* 452 */ NULL, /* filler */
1121 /* 453 */ NULL, /* filler */
1122 /* 454 */ NULL, /* filler */
1123 /* 455 */ NULL, /* filler */
1124 /* 456 */ NULL, /* filler */
1125 /* 457 */ NULL, /* filler */
1126 /* 458 */ NULL, /* filler */
1127 /* 459 */ NULL, /* filler */
1128 /* 460 */ NULL, /* filler */
1129 /* 461 */ NULL, /* filler */
1130 /* 462 */ NULL, /* filler */
1131 /* 463 */ NULL, /* filler */
1132 /* 464 */ NULL, /* filler */
1133 /* 465 */ NULL, /* filler */
1134 /* 466 */ NULL, /* filler */
1135 /* 467 */ NULL, /* filler */
1136 /* 468 */ NULL, /* filler */
1137 /* 469 */ NULL, /* filler */
1138 /* 470 */ NULL, /* filler */
1139 /* 471 */ NULL, /* filler */
1140 /* 472 */ NULL, /* filler */
1141 /* 473 */ NULL, /* filler */
1142 /* 474 */ NULL, /* filler */
1143 /* 475 */ NULL, /* filler */
1144 /* 476 */ NULL, /* filler */
1145 /* 477 */ NULL, /* filler */
1146 /* 478 */ NULL, /* filler */
1147 /* 479 */ NULL, /* filler */
1148 /* 480 */ NULL, /* filler */
1149 /* 481 */ NULL, /* filler */
1150 /* 482 */ NULL, /* filler */
1151 /* 483 */ NULL, /* filler */
1152 /* 484 */ NULL, /* filler */
1153 /* 485 */ NULL, /* filler */
1154 /* 486 */ NULL, /* filler */
1155 /* 487 */ NULL, /* filler */
1156 /* 488 */ NULL, /* filler */
1157 /* 489 */ NULL, /* filler */
1158 /* 490 */ NULL, /* filler */
1159 /* 491 */ NULL, /* filler */
1160 /* 492 */ NULL, /* filler */
1161 /* 493 */ NULL, /* filler */
1162 /* 494 */ NULL, /* filler */
1163 /* 495 */ NULL, /* filler */
1164 /* 496 */ NULL, /* filler */
1165 /* 497 */ NULL, /* filler */
1166 /* 498 */ NULL, /* filler */
1167 /* 499 */ NULL, /* filler */
1168 /* 500 */ NULL, /* filler */
1169 /* 501 */ NULL, /* filler */
1170 /* 502 */ NULL, /* filler */
1171 /* 503 */ NULL, /* filler */
1172 /* 504 */ NULL, /* filler */
1173 /* 505 */ NULL, /* filler */
1174 /* 506 */ NULL, /* filler */
1175 /* 507 */ NULL, /* filler */
1176 /* 508 */ NULL, /* filler */
1177 /* 509 */ NULL, /* filler */
1178 /* 510 */ NULL, /* filler */
1179 /* 511 */ NULL, /* filler */
1180};
1181