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