Home | History | Annotate | Line # | Download | only in aoutm68k
aoutm68k_syscalls.c revision 1.51
      1  1.51  pgoyette /* $NetBSD: aoutm68k_syscalls.c,v 1.51 2019/01/27 02:08:39 pgoyette Exp $ */
      2   1.1       scw 
      3   1.1       scw /*
      4   1.1       scw  * System call names.
      5   1.1       scw  *
      6   1.1       scw  * DO NOT EDIT-- this file is automatically generated.
      7  1.51  pgoyette  * created from	NetBSD: syscalls.master,v 1.41.2.1 2018/09/29 01:37:26 pgoyette Exp
      8   1.1       scw  */
      9   1.8     lukem 
     10   1.8     lukem #include <sys/cdefs.h>
     11  1.51  pgoyette __KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.51 2019/01/27 02:08:39 pgoyette Exp $");
     12   1.1       scw 
     13   1.7       mrg #if defined(_KERNEL_OPT)
     14   1.7       mrg #if defined(_KERNEL_OPT)
     15   1.1       scw #include "opt_ktrace.h"
     16   1.1       scw #include "opt_nfsserver.h"
     17   1.1       scw #include "opt_ntp.h"
     18   1.1       scw #include "opt_compat_netbsd.h"
     19   1.1       scw #include "opt_sysv.h"
     20   1.1       scw #include "opt_compat_43.h"
     21   1.3   mycroft #endif
     22   1.1       scw #include <sys/param.h>
     23   1.1       scw #include <sys/systm.h>
     24   1.1       scw #include <sys/signal.h>
     25   1.1       scw #include <sys/mount.h>
     26  1.30        he #include <sys/sched.h>
     27   1.1       scw #include <sys/syscallargs.h>
     28   1.1       scw #include <compat/aoutm68k/aoutm68k_syscallargs.h>
     29  1.42  christos #else /* _KERNEL_OPT */
     30  1.42  christos #include <sys/null.h>
     31   1.7       mrg #endif /* _KERNEL_OPT */
     32   1.1       scw 
     33   1.3   mycroft const char *const aoutm68k_syscallnames[] = {
     34  1.26       dsl 	/*   0 */	"syscall",
     35  1.26       dsl 	/*   1 */	"exit",
     36  1.26       dsl 	/*   2 */	"fork",
     37  1.26       dsl 	/*   3 */	"read",
     38  1.26       dsl 	/*   4 */	"write",
     39  1.26       dsl 	/*   5 */	"open",
     40  1.26       dsl 	/*   6 */	"close",
     41  1.26       dsl 	/*   7 */	"wait4",
     42  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
     43  1.26       dsl 	/*   8 */	"ocreat",
     44  1.26       dsl #else
     45  1.26       dsl 	/*   8 */	"#8 (excluded compat_43_sys_creat)",
     46  1.26       dsl #endif
     47  1.26       dsl 	/*   9 */	"link",
     48  1.26       dsl 	/*  10 */	"unlink",
     49  1.26       dsl 	/*  11 */	"#11 (obsolete execv)",
     50  1.26       dsl 	/*  12 */	"chdir",
     51  1.26       dsl 	/*  13 */	"fchdir",
     52  1.26       dsl 	/*  14 */	"mknod",
     53  1.26       dsl 	/*  15 */	"chmod",
     54  1.26       dsl 	/*  16 */	"chown",
     55  1.26       dsl 	/*  17 */	"break",
     56  1.17   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
     57  1.26       dsl 	/*  18 */	"getfsstat",
     58  1.14      matt #else
     59  1.26       dsl 	/*  18 */	"#18 (excluded compat_20_sys_getfsstat)",
     60  1.14      matt #endif
     61  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     62  1.26       dsl 	/*  19 */	"olseek",
     63   1.1       scw #else
     64  1.26       dsl 	/*  19 */	"#19 (excluded compat_43_sys_lseek)",
     65   1.1       scw #endif
     66  1.26       dsl 	/*  20 */	"getpid",
     67  1.26       dsl 	/*  21 */	"mount",
     68  1.26       dsl 	/*  22 */	"unmount",
     69  1.26       dsl 	/*  23 */	"setuid",
     70  1.26       dsl 	/*  24 */	"getuid",
     71  1.26       dsl 	/*  25 */	"geteuid",
     72  1.26       dsl 	/*  26 */	"ptrace",
     73  1.26       dsl 	/*  27 */	"recvmsg",
     74  1.26       dsl 	/*  28 */	"sendmsg",
     75  1.26       dsl 	/*  29 */	"recvfrom",
     76  1.26       dsl 	/*  30 */	"accept",
     77  1.26       dsl 	/*  31 */	"getpeername",
     78  1.26       dsl 	/*  32 */	"getsockname",
     79  1.26       dsl 	/*  33 */	"access",
     80  1.26       dsl 	/*  34 */	"chflags",
     81  1.26       dsl 	/*  35 */	"fchflags",
     82  1.26       dsl 	/*  36 */	"sync",
     83  1.26       dsl 	/*  37 */	"kill",
     84  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     85  1.26       dsl 	/*  38 */	"stat43",
     86   1.1       scw #else
     87  1.26       dsl 	/*  38 */	"#38 (excluded aoutm68k_compat_43_sys_stat)",
     88   1.1       scw #endif
     89  1.26       dsl 	/*  39 */	"getppid",
     90  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     91  1.26       dsl 	/*  40 */	"lstat43",
     92   1.1       scw #else
     93  1.26       dsl 	/*  40 */	"#40 (excluded aoutm68k_compat_43_sys_lstat)",
     94   1.1       scw #endif
     95  1.26       dsl 	/*  41 */	"dup",
     96  1.26       dsl 	/*  42 */	"pipe",
     97  1.26       dsl 	/*  43 */	"getegid",
     98  1.26       dsl 	/*  44 */	"profil",
     99   1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
    100  1.26       dsl 	/*  45 */	"ktrace",
    101   1.1       scw #else
    102  1.26       dsl 	/*  45 */	"#45 (excluded ktrace)",
    103   1.1       scw #endif
    104  1.17   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    105  1.26       dsl 	/*  46 */	"sigaction13",
    106   1.1       scw #else
    107  1.26       dsl 	/*  46 */	"#46 (excluded compat_13_sys_sigaction)",
    108   1.1       scw #endif
    109  1.26       dsl 	/*  47 */	"getgid",
    110  1.17   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    111  1.26       dsl 	/*  48 */	"sigprocmask13",
    112   1.1       scw #else
    113  1.26       dsl 	/*  48 */	"#48 (excluded compat_13_sys_sigprocmask)",
    114   1.1       scw #endif
    115  1.26       dsl 	/*  49 */	"__getlogin",
    116  1.26       dsl 	/*  50 */	"__setlogin",
    117  1.26       dsl 	/*  51 */	"acct",
    118  1.17   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    119  1.26       dsl 	/*  52 */	"sigpending13",
    120  1.26       dsl 	/*  53 */	"sigaltstack13",
    121   1.1       scw #else
    122  1.26       dsl 	/*  52 */	"#52 (excluded compat_13_sys_sigpending)",
    123  1.26       dsl 	/*  53 */	"#53 (excluded compat_13_sys_sigaltstack)",
    124   1.1       scw #endif
    125  1.26       dsl 	/*  54 */	"ioctl",
    126  1.17   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    127  1.26       dsl 	/*  55 */	"oreboot",
    128   1.1       scw #else
    129  1.26       dsl 	/*  55 */	"#55 (excluded compat_12_sys_reboot)",
    130   1.1       scw #endif
    131  1.26       dsl 	/*  56 */	"revoke",
    132  1.26       dsl 	/*  57 */	"symlink",
    133  1.26       dsl 	/*  58 */	"readlink",
    134  1.26       dsl 	/*  59 */	"execve",
    135  1.26       dsl 	/*  60 */	"umask",
    136  1.26       dsl 	/*  61 */	"chroot",
    137  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    138  1.26       dsl 	/*  62 */	"fstat43",
    139  1.26       dsl 	/*  63 */	"ogetkerninfo",
    140  1.26       dsl 	/*  64 */	"ogetpagesize",
    141  1.26       dsl #else
    142  1.26       dsl 	/*  62 */	"#62 (excluded aoutm68k_compat_43_sys_fstat)",
    143  1.26       dsl 	/*  63 */	"#63 (excluded compat_43_sys_getkerninfo)",
    144  1.26       dsl 	/*  64 */	"#64 (excluded compat_43_sys_getpagesize)",
    145   1.1       scw #endif
    146  1.17   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    147  1.26       dsl 	/*  65 */	"msync",
    148   1.1       scw #else
    149  1.26       dsl 	/*  65 */	"#65 (excluded compat_12_sys_msync)",
    150   1.1       scw #endif
    151  1.26       dsl 	/*  66 */	"vfork",
    152  1.26       dsl 	/*  67 */	"#67 (obsolete vread)",
    153  1.26       dsl 	/*  68 */	"#68 (obsolete vwrite)",
    154  1.47     kamil 	/*  69 */	"#69 (obsolete sbrk)",
    155  1.46     kamil 	/*  70 */	"#70 (obsolete sstk)",
    156  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    157  1.26       dsl 	/*  71 */	"ommap",
    158  1.26       dsl #else
    159  1.26       dsl 	/*  71 */	"#71 (excluded compat_43_sys_mmap)",
    160  1.26       dsl #endif
    161  1.49     kamil 	/*  72 */	"vadvise",
    162  1.26       dsl 	/*  73 */	"munmap",
    163  1.26       dsl 	/*  74 */	"mprotect",
    164  1.26       dsl 	/*  75 */	"madvise",
    165  1.26       dsl 	/*  76 */	"#76 (obsolete vhangup)",
    166  1.26       dsl 	/*  77 */	"#77 (obsolete vlimit)",
    167  1.26       dsl 	/*  78 */	"mincore",
    168  1.26       dsl 	/*  79 */	"getgroups",
    169  1.26       dsl 	/*  80 */	"setgroups",
    170  1.26       dsl 	/*  81 */	"getpgrp",
    171  1.26       dsl 	/*  82 */	"setpgid",
    172  1.26       dsl 	/*  83 */	"setitimer",
    173  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    174  1.26       dsl 	/*  84 */	"owait",
    175   1.1       scw #else
    176  1.26       dsl 	/*  84 */	"#84 (excluded compat_43_sys_wait)",
    177   1.1       scw #endif
    178  1.17   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    179  1.26       dsl 	/*  85 */	"oswapon",
    180   1.1       scw #else
    181  1.26       dsl 	/*  85 */	"#85 (excluded compat_12_sys_swapon)",
    182   1.1       scw #endif
    183  1.26       dsl 	/*  86 */	"getitimer",
    184  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    185  1.26       dsl 	/*  87 */	"ogethostname",
    186  1.26       dsl 	/*  88 */	"osethostname",
    187  1.26       dsl 	/*  89 */	"ogetdtablesize",
    188   1.1       scw #else
    189  1.26       dsl 	/*  87 */	"#87 (excluded compat_43_sys_gethostname)",
    190  1.26       dsl 	/*  88 */	"#88 (excluded compat_43_sys_sethostname)",
    191  1.26       dsl 	/*  89 */	"#89 (excluded compat_43_sys_getdtablesize)",
    192   1.1       scw #endif
    193  1.26       dsl 	/*  90 */	"dup2",
    194  1.26       dsl 	/*  91 */	"#91 (unimplemented getdopt)",
    195  1.26       dsl 	/*  92 */	"fcntl",
    196  1.26       dsl 	/*  93 */	"select",
    197  1.26       dsl 	/*  94 */	"#94 (unimplemented setdopt)",
    198  1.26       dsl 	/*  95 */	"fsync",
    199  1.26       dsl 	/*  96 */	"setpriority",
    200  1.51  pgoyette #if defined(COMPAT_30) || !defined(_KERNEL)
    201  1.26       dsl 	/*  97 */	"socket",
    202  1.51  pgoyette #else
    203  1.51  pgoyette 	/*  97 */	"#97 (excluded compat_30_sys_socket)",
    204  1.51  pgoyette #endif
    205  1.26       dsl 	/*  98 */	"connect",
    206  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    207  1.26       dsl 	/*  99 */	"oaccept",
    208   1.1       scw #else
    209  1.26       dsl 	/*  99 */	"#99 (excluded compat_43_sys_accept)",
    210   1.1       scw #endif
    211  1.26       dsl 	/* 100 */	"getpriority",
    212  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    213  1.26       dsl 	/* 101 */	"osend",
    214  1.26       dsl 	/* 102 */	"orecv",
    215   1.1       scw #else
    216  1.26       dsl 	/* 101 */	"#101 (excluded compat_43_sys_send)",
    217  1.26       dsl 	/* 102 */	"#102 (excluded compat_43_sys_recv)",
    218   1.1       scw #endif
    219  1.17   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    220  1.26       dsl 	/* 103 */	"sigreturn13",
    221   1.1       scw #else
    222  1.26       dsl 	/* 103 */	"#103 (excluded compat_13_sys_sigreturn)",
    223   1.1       scw #endif
    224  1.26       dsl 	/* 104 */	"bind",
    225  1.26       dsl 	/* 105 */	"setsockopt",
    226  1.26       dsl 	/* 106 */	"listen",
    227  1.26       dsl 	/* 107 */	"#107 (obsolete vtimes)",
    228  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    229  1.26       dsl 	/* 108 */	"osigvec",
    230  1.26       dsl 	/* 109 */	"osigblock",
    231  1.26       dsl 	/* 110 */	"osigsetmask",
    232  1.26       dsl #else
    233  1.26       dsl 	/* 108 */	"#108 (excluded compat_43_sys_sigvec)",
    234  1.26       dsl 	/* 109 */	"#109 (excluded compat_43_sys_sigblock)",
    235  1.26       dsl 	/* 110 */	"#110 (excluded compat_43_sys_sigsetmask)",
    236   1.1       scw #endif
    237  1.17   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    238  1.26       dsl 	/* 111 */	"sigsuspend13",
    239   1.1       scw #else
    240  1.26       dsl 	/* 111 */	"#111 (excluded compat_13_sys_sigsuspend)",
    241   1.1       scw #endif
    242  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    243  1.26       dsl 	/* 112 */	"osigstack",
    244  1.26       dsl 	/* 113 */	"orecvmsg",
    245  1.26       dsl 	/* 114 */	"osendmsg",
    246  1.26       dsl #else
    247  1.26       dsl 	/* 112 */	"#112 (excluded compat_43_sys_sigstack)",
    248  1.26       dsl 	/* 113 */	"#113 (excluded compat_43_sys_recvmesg)",
    249  1.26       dsl 	/* 114 */	"#114 (excluded compat_43_sys_sendmesg)",
    250  1.26       dsl #endif
    251  1.26       dsl 	/* 115 */	"#115 (obsolete vtrace)",
    252  1.26       dsl 	/* 116 */	"gettimeofday",
    253  1.26       dsl 	/* 117 */	"getrusage",
    254  1.26       dsl 	/* 118 */	"getsockopt",
    255  1.26       dsl 	/* 119 */	"#119 (obsolete resuba)",
    256  1.26       dsl 	/* 120 */	"readv",
    257  1.26       dsl 	/* 121 */	"writev",
    258  1.26       dsl 	/* 122 */	"settimeofday",
    259  1.26       dsl 	/* 123 */	"fchown",
    260  1.26       dsl 	/* 124 */	"fchmod",
    261  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    262  1.26       dsl 	/* 125 */	"orecvfrom",
    263  1.26       dsl #else
    264  1.26       dsl 	/* 125 */	"#125 (excluded compat_43_sys_recvfrom)",
    265  1.26       dsl #endif
    266  1.26       dsl 	/* 126 */	"setreuid",
    267  1.26       dsl 	/* 127 */	"setregid",
    268  1.26       dsl 	/* 128 */	"rename",
    269  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    270  1.26       dsl 	/* 129 */	"otruncate",
    271  1.26       dsl 	/* 130 */	"oftruncate",
    272  1.26       dsl #else
    273  1.26       dsl 	/* 129 */	"#129 (excluded compat_43_sys_truncate)",
    274  1.26       dsl 	/* 130 */	"#130 (excluded compat_43_sys_ftruncate)",
    275  1.26       dsl #endif
    276  1.26       dsl 	/* 131 */	"flock",
    277  1.26       dsl 	/* 132 */	"mkfifo",
    278  1.26       dsl 	/* 133 */	"sendto",
    279  1.26       dsl 	/* 134 */	"shutdown",
    280  1.26       dsl 	/* 135 */	"socketpair",
    281  1.26       dsl 	/* 136 */	"mkdir",
    282  1.26       dsl 	/* 137 */	"rmdir",
    283  1.26       dsl 	/* 138 */	"utimes",
    284  1.26       dsl 	/* 139 */	"#139 (obsolete 4.2 sigreturn)",
    285  1.26       dsl 	/* 140 */	"adjtime",
    286  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    287  1.26       dsl 	/* 141 */	"ogetpeername",
    288  1.26       dsl 	/* 142 */	"ogethostid",
    289  1.26       dsl 	/* 143 */	"osethostid",
    290  1.26       dsl 	/* 144 */	"ogetrlimit",
    291  1.26       dsl 	/* 145 */	"osetrlimit",
    292  1.26       dsl 	/* 146 */	"okillpg",
    293  1.26       dsl #else
    294  1.26       dsl 	/* 141 */	"#141 (excluded compat_43_sys_getpeername)",
    295  1.26       dsl 	/* 142 */	"#142 (excluded compat_43_sys_gethostid)",
    296  1.26       dsl 	/* 143 */	"#143 (excluded compat_43_sys_sethostid)",
    297  1.26       dsl 	/* 144 */	"#144 (excluded compat_43_sys_getrlimit)",
    298  1.26       dsl 	/* 145 */	"#145 (excluded compat_43_sys_setrlimit)",
    299  1.26       dsl 	/* 146 */	"#146 (excluded compat_43_sys_killpg)",
    300  1.26       dsl #endif
    301  1.26       dsl 	/* 147 */	"setsid",
    302  1.26       dsl 	/* 148 */	"quotactl",
    303  1.26       dsl #if defined(COMPAT_43) || !defined(_KERNEL)
    304  1.26       dsl 	/* 149 */	"oquota",
    305  1.26       dsl 	/* 150 */	"ogetsockname",
    306  1.26       dsl #else
    307  1.26       dsl 	/* 149 */	"#149 (excluded compat_43_sys_quota)",
    308  1.26       dsl 	/* 150 */	"#150 (excluded compat_43_sys_getsockname)",
    309  1.26       dsl #endif
    310  1.26       dsl 	/* 151 */	"#151 (unimplemented)",
    311  1.26       dsl 	/* 152 */	"#152 (unimplemented)",
    312  1.26       dsl 	/* 153 */	"#153 (unimplemented)",
    313  1.26       dsl 	/* 154 */	"#154 (unimplemented)",
    314  1.26       dsl 	/* 155 */	"#155 (excluded nfssvc)",
    315  1.17   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    316  1.26       dsl 	/* 156 */	"ogetdirentries",
    317   1.1       scw #else
    318  1.26       dsl 	/* 156 */	"#156 (excluded compat_43_sys_getdirentries)",
    319   1.1       scw #endif
    320  1.17   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    321  1.26       dsl 	/* 157 */	"statfs",
    322  1.14      matt #else
    323  1.26       dsl 	/* 157 */	"#157 (excluded compat_20_sys_statfs)",
    324  1.14      matt #endif
    325  1.17   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    326  1.26       dsl 	/* 158 */	"fstatfs",
    327  1.14      matt #else
    328  1.26       dsl 	/* 158 */	"#158 (excluded compat_20_sys_statfs)",
    329  1.14      matt #endif
    330  1.26       dsl 	/* 159 */	"#159 (unimplemented)",
    331  1.26       dsl 	/* 160 */	"#160 (unimplemented)",
    332  1.51  pgoyette #if defined(COMPAT_30) || !defined(_KERNEL)
    333  1.26       dsl 	/* 161 */	"getfh",
    334  1.51  pgoyette #else
    335  1.51  pgoyette 	/* 161 */	"#161 (excluded compat_30_sys_getfh)",
    336  1.51  pgoyette #endif
    337  1.17   tsutsui #if defined(COMPAT_09) || !defined(_KERNEL)
    338  1.26       dsl 	/* 162 */	"ogetdomainname",
    339  1.26       dsl 	/* 163 */	"osetdomainname",
    340  1.26       dsl 	/* 164 */	"ouname",
    341  1.26       dsl #else
    342  1.26       dsl 	/* 162 */	"#162 (excluded compat_09_sys_getdomainname)",
    343  1.26       dsl 	/* 163 */	"#163 (excluded compat_09_sys_setdomainname)",
    344  1.26       dsl 	/* 164 */	"#164 (excluded compat_09_sys_uname)",
    345  1.26       dsl #endif
    346  1.26       dsl 	/* 165 */	"sysarch",
    347  1.26       dsl 	/* 166 */	"#166 (unimplemented)",
    348  1.26       dsl 	/* 167 */	"#167 (unimplemented)",
    349  1.26       dsl 	/* 168 */	"#168 (unimplemented)",
    350   1.9       eeh #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    351  1.26       dsl 	/* 169 */	"osemsys",
    352   1.1       scw #else
    353  1.26       dsl 	/* 169 */	"#169 (excluded 1.0 semsys)",
    354   1.1       scw #endif
    355   1.9       eeh #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    356  1.26       dsl 	/* 170 */	"omsgsys",
    357   1.1       scw #else
    358  1.26       dsl 	/* 170 */	"#170 (excluded 1.0 msgsys)",
    359   1.1       scw #endif
    360   1.9       eeh #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    361  1.26       dsl 	/* 171 */	"oshmsys",
    362   1.1       scw #else
    363  1.26       dsl 	/* 171 */	"#171 (excluded 1.0 shmsys)",
    364   1.1       scw #endif
    365  1.26       dsl 	/* 172 */	"#172 (unimplemented)",
    366  1.26       dsl 	/* 173 */	"pread",
    367  1.26       dsl 	/* 174 */	"pwrite",
    368  1.34     pooka 	/* 175 */	"#175 (unimplemented sys_ntp_gettime)",
    369   1.1       scw #if defined(NTP) || !defined(_KERNEL)
    370  1.26       dsl 	/* 176 */	"ntp_adjtime",
    371   1.1       scw #else
    372  1.26       dsl 	/* 176 */	"#176 (excluded ntp_adjtime)",
    373   1.1       scw #endif
    374  1.26       dsl 	/* 177 */	"#177 (unimplemented)",
    375  1.26       dsl 	/* 178 */	"#178 (unimplemented)",
    376  1.26       dsl 	/* 179 */	"#179 (unimplemented)",
    377  1.26       dsl 	/* 180 */	"#180 (unimplemented)",
    378  1.26       dsl 	/* 181 */	"setgid",
    379  1.26       dsl 	/* 182 */	"setegid",
    380  1.26       dsl 	/* 183 */	"seteuid",
    381  1.26       dsl 	/* 184 */	"#184 (excluded lfs_bmapv)",
    382  1.26       dsl 	/* 185 */	"#185 (excluded lfs_markv)",
    383  1.26       dsl 	/* 186 */	"#186 (excluded lfs_segclean)",
    384  1.26       dsl 	/* 187 */	"#187 (excluded lfs_segwait)",
    385  1.17   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    386  1.26       dsl 	/* 188 */	"stat12",
    387  1.26       dsl 	/* 189 */	"fstat12",
    388  1.26       dsl 	/* 190 */	"lstat12",
    389  1.26       dsl #else
    390  1.26       dsl 	/* 188 */	"#188 (excluded aoutm68k_compat_12_sys_stat)",
    391  1.26       dsl 	/* 189 */	"#189 (excluded aoutm68k_compat_12_sys_fstat)",
    392  1.26       dsl 	/* 190 */	"#190 (excluded aoutm68k_compat_12_sys_lstat)",
    393  1.26       dsl #endif
    394  1.26       dsl 	/* 191 */	"pathconf",
    395  1.26       dsl 	/* 192 */	"fpathconf",
    396  1.26       dsl 	/* 193 */	"#193 (unimplemented)",
    397  1.26       dsl 	/* 194 */	"getrlimit",
    398  1.26       dsl 	/* 195 */	"setrlimit",
    399  1.17   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    400  1.26       dsl 	/* 196 */	"getdirentries",
    401   1.1       scw #else
    402  1.26       dsl 	/* 196 */	"#196 (excluded compat_12_sys_getdirentries)",
    403   1.1       scw #endif
    404  1.26       dsl 	/* 197 */	"mmap",
    405  1.26       dsl 	/* 198 */	"__syscall",
    406  1.26       dsl 	/* 199 */	"lseek",
    407  1.26       dsl 	/* 200 */	"truncate",
    408  1.26       dsl 	/* 201 */	"ftruncate",
    409  1.26       dsl 	/* 202 */	"__sysctl",
    410  1.26       dsl 	/* 203 */	"mlock",
    411  1.26       dsl 	/* 204 */	"munlock",
    412  1.26       dsl 	/* 205 */	"undelete",
    413  1.26       dsl 	/* 206 */	"futimes",
    414  1.26       dsl 	/* 207 */	"getpgid",
    415  1.26       dsl 	/* 208 */	"reboot",
    416  1.26       dsl 	/* 209 */	"poll",
    417  1.31        ad 	/* 210 */	"#210 (unimplemented)",
    418  1.31        ad 	/* 211 */	"#211 (unimplemented)",
    419  1.31        ad 	/* 212 */	"#212 (unimplemented)",
    420  1.31        ad 	/* 213 */	"#213 (unimplemented)",
    421  1.31        ad 	/* 214 */	"#214 (unimplemented)",
    422  1.31        ad 	/* 215 */	"#215 (unimplemented)",
    423  1.31        ad 	/* 216 */	"#216 (unimplemented)",
    424  1.31        ad 	/* 217 */	"#217 (unimplemented)",
    425  1.31        ad 	/* 218 */	"#218 (unimplemented)",
    426  1.31        ad 	/* 219 */	"#219 (unimplemented)",
    427   1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
    428  1.17   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    429  1.26       dsl 	/* 220 */	"__semctl",
    430   1.1       scw #else
    431  1.26       dsl 	/* 220 */	"#220 (excluded compat_14_semctl)",
    432   1.1       scw #endif
    433  1.26       dsl 	/* 221 */	"semget",
    434  1.26       dsl 	/* 222 */	"semop",
    435  1.26       dsl 	/* 223 */	"semconfig",
    436  1.26       dsl #else
    437  1.26       dsl 	/* 220 */	"#220 (excluded compat_14_semctl)",
    438  1.26       dsl 	/* 221 */	"#221 (excluded semget)",
    439  1.26       dsl 	/* 222 */	"#222 (excluded semop)",
    440  1.26       dsl 	/* 223 */	"#223 (excluded semconfig)",
    441   1.1       scw #endif
    442   1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
    443  1.17   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    444  1.26       dsl 	/* 224 */	"msgctl",
    445   1.1       scw #else
    446  1.26       dsl 	/* 224 */	"#224 (excluded compat_14_sys_msgctl)",
    447   1.1       scw #endif
    448  1.26       dsl 	/* 225 */	"msgget",
    449  1.26       dsl 	/* 226 */	"msgsnd",
    450  1.26       dsl 	/* 227 */	"msgrcv",
    451  1.26       dsl #else
    452  1.26       dsl 	/* 224 */	"#224 (excluded compat_14_msgctl)",
    453  1.26       dsl 	/* 225 */	"#225 (excluded msgget)",
    454  1.26       dsl 	/* 226 */	"#226 (excluded msgsnd)",
    455  1.26       dsl 	/* 227 */	"#227 (excluded msgrcv)",
    456   1.1       scw #endif
    457   1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
    458  1.26       dsl 	/* 228 */	"shmat",
    459  1.17   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    460  1.26       dsl 	/* 229 */	"shmctl",
    461   1.1       scw #else
    462  1.26       dsl 	/* 229 */	"#229 (excluded compat_14_sys_shmctl)",
    463   1.1       scw #endif
    464  1.26       dsl 	/* 230 */	"shmdt",
    465  1.26       dsl 	/* 231 */	"shmget",
    466   1.1       scw #else
    467  1.26       dsl 	/* 228 */	"#228 (excluded shmat)",
    468  1.26       dsl 	/* 229 */	"#229 (excluded compat_14_shmctl)",
    469  1.26       dsl 	/* 230 */	"#230 (excluded shmdt)",
    470  1.26       dsl 	/* 231 */	"#231 (excluded shmget)",
    471  1.26       dsl #endif
    472  1.26       dsl 	/* 232 */	"clock_gettime",
    473  1.26       dsl 	/* 233 */	"clock_settime",
    474  1.26       dsl 	/* 234 */	"clock_getres",
    475  1.26       dsl 	/* 235 */	"#235 (unimplemented timer_create)",
    476  1.26       dsl 	/* 236 */	"#236 (unimplemented timer_delete)",
    477  1.26       dsl 	/* 237 */	"#237 (unimplemented timer_settime)",
    478  1.26       dsl 	/* 238 */	"#238 (unimplemented timer_gettime)",
    479  1.26       dsl 	/* 239 */	"#239 (unimplemented timer_getoverrun)",
    480  1.26       dsl 	/* 240 */	"nanosleep",
    481  1.26       dsl 	/* 241 */	"fdatasync",
    482  1.26       dsl 	/* 242 */	"mlockall",
    483  1.26       dsl 	/* 243 */	"munlockall",
    484  1.26       dsl 	/* 244 */	"#244 (unimplemented)",
    485  1.26       dsl 	/* 245 */	"#245 (unimplemented)",
    486  1.26       dsl 	/* 246 */	"#246 (unimplemented)",
    487  1.26       dsl 	/* 247 */	"#247 (unimplemented)",
    488  1.26       dsl 	/* 248 */	"#248 (unimplemented)",
    489  1.26       dsl 	/* 249 */	"#249 (unimplemented)",
    490  1.26       dsl 	/* 250 */	"#250 (unimplemented)",
    491  1.26       dsl 	/* 251 */	"#251 (unimplemented)",
    492  1.26       dsl 	/* 252 */	"#252 (unimplemented)",
    493  1.26       dsl 	/* 253 */	"#253 (unimplemented)",
    494  1.26       dsl 	/* 254 */	"#254 (unimplemented)",
    495  1.26       dsl 	/* 255 */	"#255 (unimplemented)",
    496  1.26       dsl 	/* 256 */	"#256 (unimplemented)",
    497  1.26       dsl 	/* 257 */	"#257 (unimplemented)",
    498  1.26       dsl 	/* 258 */	"#258 (unimplemented)",
    499  1.26       dsl 	/* 259 */	"#259 (unimplemented)",
    500  1.26       dsl 	/* 260 */	"#260 (unimplemented)",
    501  1.26       dsl 	/* 261 */	"#261 (unimplemented)",
    502  1.26       dsl 	/* 262 */	"#262 (unimplemented)",
    503  1.26       dsl 	/* 263 */	"#263 (unimplemented)",
    504  1.26       dsl 	/* 264 */	"#264 (unimplemented)",
    505  1.26       dsl 	/* 265 */	"#265 (unimplemented)",
    506  1.26       dsl 	/* 266 */	"#266 (unimplemented)",
    507  1.26       dsl 	/* 267 */	"#267 (unimplemented)",
    508  1.26       dsl 	/* 268 */	"#268 (unimplemented)",
    509  1.26       dsl 	/* 269 */	"#269 (unimplemented)",
    510  1.26       dsl 	/* 270 */	"__posix_rename",
    511  1.26       dsl 	/* 271 */	"swapctl",
    512  1.17   tsutsui #if defined(COMPAT_30) || !defined(_KERNEL)
    513  1.26       dsl 	/* 272 */	"getdents",
    514   1.6   tsutsui #else
    515  1.26       dsl 	/* 272 */	"#272 (excluded compat_30_sys_getdents)",
    516   1.6   tsutsui #endif
    517  1.26       dsl 	/* 273 */	"minherit",
    518  1.26       dsl 	/* 274 */	"lchmod",
    519  1.26       dsl 	/* 275 */	"lchown",
    520  1.26       dsl 	/* 276 */	"lutimes",
    521  1.26       dsl 	/* 277 */	"__msync13",
    522  1.26       dsl 	/* 278 */	"__stat13",
    523  1.26       dsl 	/* 279 */	"__fstat13",
    524  1.26       dsl 	/* 280 */	"__lstat13",
    525  1.26       dsl 	/* 281 */	"__sigaltstack14",
    526  1.26       dsl 	/* 282 */	"__vfork14",
    527  1.26       dsl 	/* 283 */	"__posix_chown",
    528  1.26       dsl 	/* 284 */	"__posix_fchown",
    529  1.26       dsl 	/* 285 */	"__posix_lchown",
    530  1.26       dsl 	/* 286 */	"getsid",
    531  1.26       dsl 	/* 287 */	"#287 (unimplemented)",
    532   1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
    533  1.26       dsl 	/* 288 */	"fktrace",
    534   1.1       scw #else
    535  1.26       dsl 	/* 288 */	"#288 (excluded ktrace)",
    536   1.1       scw #endif
    537  1.26       dsl 	/* 289 */	"preadv",
    538  1.26       dsl 	/* 290 */	"pwritev",
    539  1.17   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    540  1.26       dsl 	/* 291 */	"__sigaction14",
    541  1.13        cl #else
    542  1.26       dsl 	/* 291 */	"#291 (excluded compat_16_sys___sigaction14)",
    543  1.13        cl #endif
    544  1.26       dsl 	/* 292 */	"__sigpending14",
    545  1.26       dsl 	/* 293 */	"__sigprocmask14",
    546  1.26       dsl 	/* 294 */	"__sigsuspend14",
    547  1.17   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    548  1.26       dsl 	/* 295 */	"__sigreturn14",
    549  1.12        cl #else
    550  1.26       dsl 	/* 295 */	"#295 (excluded compat_16_sys___sigreturn14)",
    551  1.12        cl #endif
    552  1.26       dsl 	/* 296 */	"__getcwd",
    553  1.26       dsl 	/* 297 */	"fchroot",
    554  1.51  pgoyette #if defined(COMPAT_30) || ! defined(_KERNEL)
    555  1.26       dsl 	/* 298 */	"fhopen",
    556  1.51  pgoyette #else
    557  1.51  pgoyette 	/* 298 */	"#298 (excluded compat_30_sys_fhopen)",
    558  1.51  pgoyette #endif
    559  1.26       dsl 	/* 299 */	"fhstat",
    560  1.17   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    561  1.26       dsl 	/* 300 */	"fhstatfs",
    562  1.14      matt #else
    563  1.26       dsl 	/* 300 */	"#300 (excluded compat_20_sys_fhstatfs)",
    564  1.14      matt #endif
    565   1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
    566  1.26       dsl 	/* 301 */	"____semctl13",
    567   1.1       scw #else
    568  1.26       dsl 	/* 301 */	"#301 (excluded ____semctl13)",
    569   1.1       scw #endif
    570   1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
    571  1.26       dsl 	/* 302 */	"__msgctl13",
    572   1.1       scw #else
    573  1.26       dsl 	/* 302 */	"#302 (excluded __msgctl13)",
    574   1.1       scw #endif
    575   1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
    576  1.26       dsl 	/* 303 */	"__shmctl13",
    577   1.1       scw #else
    578  1.26       dsl 	/* 303 */	"#303 (excluded __shmctl13)",
    579   1.1       scw #endif
    580  1.26       dsl 	/* 304 */	"lchflags",
    581  1.26       dsl 	/* 305 */	"issetugid",
    582  1.26       dsl 	/* 306 */	"getcontext",
    583  1.26       dsl 	/* 307 */	"setcontext",
    584  1.39    bouyer 	/* 308 */	"# filler",
    585  1.39    bouyer 	/* 309 */	"# filler",
    586  1.39    bouyer 	/* 310 */	"# filler",
    587  1.39    bouyer 	/* 311 */	"# filler",
    588  1.39    bouyer 	/* 312 */	"# filler",
    589  1.39    bouyer 	/* 313 */	"# filler",
    590  1.39    bouyer 	/* 314 */	"# filler",
    591  1.39    bouyer 	/* 315 */	"# filler",
    592  1.39    bouyer 	/* 316 */	"# filler",
    593  1.39    bouyer 	/* 317 */	"# filler",
    594  1.39    bouyer 	/* 318 */	"# filler",
    595  1.39    bouyer 	/* 319 */	"# filler",
    596  1.39    bouyer 	/* 320 */	"# filler",
    597  1.39    bouyer 	/* 321 */	"# filler",
    598  1.39    bouyer 	/* 322 */	"# filler",
    599  1.39    bouyer 	/* 323 */	"# filler",
    600  1.39    bouyer 	/* 324 */	"# filler",
    601  1.39    bouyer 	/* 325 */	"# filler",
    602  1.39    bouyer 	/* 326 */	"# filler",
    603  1.39    bouyer 	/* 327 */	"# filler",
    604  1.39    bouyer 	/* 328 */	"# filler",
    605  1.39    bouyer 	/* 329 */	"# filler",
    606  1.39    bouyer 	/* 330 */	"# filler",
    607  1.39    bouyer 	/* 331 */	"# filler",
    608  1.39    bouyer 	/* 332 */	"# filler",
    609  1.39    bouyer 	/* 333 */	"# filler",
    610  1.39    bouyer 	/* 334 */	"# filler",
    611  1.39    bouyer 	/* 335 */	"# filler",
    612  1.39    bouyer 	/* 336 */	"# filler",
    613  1.39    bouyer 	/* 337 */	"# filler",
    614  1.39    bouyer 	/* 338 */	"# filler",
    615  1.39    bouyer 	/* 339 */	"# filler",
    616  1.39    bouyer 	/* 340 */	"# filler",
    617  1.39    bouyer 	/* 341 */	"# filler",
    618  1.39    bouyer 	/* 342 */	"# filler",
    619  1.39    bouyer 	/* 343 */	"# filler",
    620  1.39    bouyer 	/* 344 */	"# filler",
    621  1.39    bouyer 	/* 345 */	"# filler",
    622  1.39    bouyer 	/* 346 */	"# filler",
    623  1.39    bouyer 	/* 347 */	"# filler",
    624  1.39    bouyer 	/* 348 */	"# filler",
    625  1.39    bouyer 	/* 349 */	"# filler",
    626  1.39    bouyer 	/* 350 */	"# filler",
    627  1.39    bouyer 	/* 351 */	"# filler",
    628  1.39    bouyer 	/* 352 */	"# filler",
    629  1.39    bouyer 	/* 353 */	"# filler",
    630  1.39    bouyer 	/* 354 */	"# filler",
    631  1.39    bouyer 	/* 355 */	"# filler",
    632  1.39    bouyer 	/* 356 */	"# filler",
    633  1.39    bouyer 	/* 357 */	"# filler",
    634  1.39    bouyer 	/* 358 */	"# filler",
    635  1.39    bouyer 	/* 359 */	"# filler",
    636  1.39    bouyer 	/* 360 */	"# filler",
    637  1.39    bouyer 	/* 361 */	"# filler",
    638  1.39    bouyer 	/* 362 */	"# filler",
    639  1.39    bouyer 	/* 363 */	"# filler",
    640  1.39    bouyer 	/* 364 */	"# filler",
    641  1.39    bouyer 	/* 365 */	"# filler",
    642  1.39    bouyer 	/* 366 */	"# filler",
    643  1.39    bouyer 	/* 367 */	"# filler",
    644  1.39    bouyer 	/* 368 */	"# filler",
    645  1.39    bouyer 	/* 369 */	"# filler",
    646  1.39    bouyer 	/* 370 */	"# filler",
    647  1.39    bouyer 	/* 371 */	"# filler",
    648  1.39    bouyer 	/* 372 */	"# filler",
    649  1.39    bouyer 	/* 373 */	"# filler",
    650  1.39    bouyer 	/* 374 */	"# filler",
    651  1.39    bouyer 	/* 375 */	"# filler",
    652  1.39    bouyer 	/* 376 */	"# filler",
    653  1.39    bouyer 	/* 377 */	"# filler",
    654  1.39    bouyer 	/* 378 */	"# filler",
    655  1.39    bouyer 	/* 379 */	"# filler",
    656  1.39    bouyer 	/* 380 */	"# filler",
    657  1.39    bouyer 	/* 381 */	"# filler",
    658  1.39    bouyer 	/* 382 */	"# filler",
    659  1.39    bouyer 	/* 383 */	"# filler",
    660  1.39    bouyer 	/* 384 */	"# filler",
    661  1.39    bouyer 	/* 385 */	"# filler",
    662  1.39    bouyer 	/* 386 */	"# filler",
    663  1.39    bouyer 	/* 387 */	"# filler",
    664  1.39    bouyer 	/* 388 */	"# filler",
    665  1.39    bouyer 	/* 389 */	"# filler",
    666  1.39    bouyer 	/* 390 */	"# filler",
    667  1.39    bouyer 	/* 391 */	"# filler",
    668  1.39    bouyer 	/* 392 */	"# filler",
    669  1.39    bouyer 	/* 393 */	"# filler",
    670  1.39    bouyer 	/* 394 */	"# filler",
    671  1.39    bouyer 	/* 395 */	"# filler",
    672  1.39    bouyer 	/* 396 */	"# filler",
    673  1.39    bouyer 	/* 397 */	"# filler",
    674  1.39    bouyer 	/* 398 */	"# filler",
    675  1.39    bouyer 	/* 399 */	"# filler",
    676  1.39    bouyer 	/* 400 */	"# filler",
    677  1.39    bouyer 	/* 401 */	"# filler",
    678  1.39    bouyer 	/* 402 */	"# filler",
    679  1.39    bouyer 	/* 403 */	"# filler",
    680  1.39    bouyer 	/* 404 */	"# filler",
    681  1.39    bouyer 	/* 405 */	"# filler",
    682  1.39    bouyer 	/* 406 */	"# filler",
    683  1.39    bouyer 	/* 407 */	"# filler",
    684  1.39    bouyer 	/* 408 */	"# filler",
    685  1.39    bouyer 	/* 409 */	"# filler",
    686  1.39    bouyer 	/* 410 */	"# filler",
    687  1.39    bouyer 	/* 411 */	"# filler",
    688  1.39    bouyer 	/* 412 */	"# filler",
    689  1.39    bouyer 	/* 413 */	"# filler",
    690  1.39    bouyer 	/* 414 */	"# filler",
    691  1.39    bouyer 	/* 415 */	"# filler",
    692  1.39    bouyer 	/* 416 */	"# filler",
    693  1.39    bouyer 	/* 417 */	"# filler",
    694  1.39    bouyer 	/* 418 */	"# filler",
    695  1.39    bouyer 	/* 419 */	"# filler",
    696  1.39    bouyer 	/* 420 */	"# filler",
    697  1.39    bouyer 	/* 421 */	"# filler",
    698  1.39    bouyer 	/* 422 */	"# filler",
    699  1.39    bouyer 	/* 423 */	"# filler",
    700  1.39    bouyer 	/* 424 */	"# filler",
    701  1.39    bouyer 	/* 425 */	"# filler",
    702  1.39    bouyer 	/* 426 */	"# filler",
    703  1.39    bouyer 	/* 427 */	"# filler",
    704  1.39    bouyer 	/* 428 */	"# filler",
    705  1.39    bouyer 	/* 429 */	"# filler",
    706  1.39    bouyer 	/* 430 */	"# filler",
    707  1.39    bouyer 	/* 431 */	"# filler",
    708  1.39    bouyer 	/* 432 */	"# filler",
    709  1.39    bouyer 	/* 433 */	"# filler",
    710  1.39    bouyer 	/* 434 */	"# filler",
    711  1.39    bouyer 	/* 435 */	"# filler",
    712  1.39    bouyer 	/* 436 */	"# filler",
    713  1.39    bouyer 	/* 437 */	"# filler",
    714  1.39    bouyer 	/* 438 */	"# filler",
    715  1.39    bouyer 	/* 439 */	"# filler",
    716  1.39    bouyer 	/* 440 */	"# filler",
    717  1.39    bouyer 	/* 441 */	"# filler",
    718  1.39    bouyer 	/* 442 */	"# filler",
    719  1.39    bouyer 	/* 443 */	"# filler",
    720  1.39    bouyer 	/* 444 */	"# filler",
    721  1.39    bouyer 	/* 445 */	"# filler",
    722  1.39    bouyer 	/* 446 */	"# filler",
    723  1.39    bouyer 	/* 447 */	"# filler",
    724  1.39    bouyer 	/* 448 */	"# filler",
    725  1.39    bouyer 	/* 449 */	"# filler",
    726  1.39    bouyer 	/* 450 */	"# filler",
    727  1.39    bouyer 	/* 451 */	"# filler",
    728  1.39    bouyer 	/* 452 */	"# filler",
    729  1.39    bouyer 	/* 453 */	"# filler",
    730  1.39    bouyer 	/* 454 */	"# filler",
    731  1.39    bouyer 	/* 455 */	"# filler",
    732  1.39    bouyer 	/* 456 */	"# filler",
    733  1.39    bouyer 	/* 457 */	"# filler",
    734  1.39    bouyer 	/* 458 */	"# filler",
    735  1.39    bouyer 	/* 459 */	"# filler",
    736  1.39    bouyer 	/* 460 */	"# filler",
    737  1.39    bouyer 	/* 461 */	"# filler",
    738  1.39    bouyer 	/* 462 */	"# filler",
    739  1.39    bouyer 	/* 463 */	"# filler",
    740  1.39    bouyer 	/* 464 */	"# filler",
    741  1.39    bouyer 	/* 465 */	"# filler",
    742  1.39    bouyer 	/* 466 */	"# filler",
    743  1.39    bouyer 	/* 467 */	"# filler",
    744  1.39    bouyer 	/* 468 */	"# filler",
    745  1.39    bouyer 	/* 469 */	"# filler",
    746  1.39    bouyer 	/* 470 */	"# filler",
    747  1.39    bouyer 	/* 471 */	"# filler",
    748  1.39    bouyer 	/* 472 */	"# filler",
    749  1.39    bouyer 	/* 473 */	"# filler",
    750  1.39    bouyer 	/* 474 */	"# filler",
    751  1.39    bouyer 	/* 475 */	"# filler",
    752  1.39    bouyer 	/* 476 */	"# filler",
    753  1.39    bouyer 	/* 477 */	"# filler",
    754  1.39    bouyer 	/* 478 */	"# filler",
    755  1.39    bouyer 	/* 479 */	"# filler",
    756  1.39    bouyer 	/* 480 */	"# filler",
    757  1.39    bouyer 	/* 481 */	"# filler",
    758  1.39    bouyer 	/* 482 */	"# filler",
    759  1.39    bouyer 	/* 483 */	"# filler",
    760  1.39    bouyer 	/* 484 */	"# filler",
    761  1.39    bouyer 	/* 485 */	"# filler",
    762  1.39    bouyer 	/* 486 */	"# filler",
    763  1.39    bouyer 	/* 487 */	"# filler",
    764  1.39    bouyer 	/* 488 */	"# filler",
    765  1.39    bouyer 	/* 489 */	"# filler",
    766  1.39    bouyer 	/* 490 */	"# filler",
    767  1.39    bouyer 	/* 491 */	"# filler",
    768  1.39    bouyer 	/* 492 */	"# filler",
    769  1.39    bouyer 	/* 493 */	"# filler",
    770  1.39    bouyer 	/* 494 */	"# filler",
    771  1.39    bouyer 	/* 495 */	"# filler",
    772  1.39    bouyer 	/* 496 */	"# filler",
    773  1.39    bouyer 	/* 497 */	"# filler",
    774  1.39    bouyer 	/* 498 */	"# filler",
    775  1.39    bouyer 	/* 499 */	"# filler",
    776  1.39    bouyer 	/* 500 */	"# filler",
    777  1.39    bouyer 	/* 501 */	"# filler",
    778  1.39    bouyer 	/* 502 */	"# filler",
    779  1.39    bouyer 	/* 503 */	"# filler",
    780  1.39    bouyer 	/* 504 */	"# filler",
    781  1.39    bouyer 	/* 505 */	"# filler",
    782  1.39    bouyer 	/* 506 */	"# filler",
    783  1.39    bouyer 	/* 507 */	"# filler",
    784  1.39    bouyer 	/* 508 */	"# filler",
    785  1.39    bouyer 	/* 509 */	"# filler",
    786  1.39    bouyer 	/* 510 */	"# filler",
    787  1.39    bouyer 	/* 511 */	"# filler",
    788   1.1       scw };
    789  1.42  christos 
    790  1.42  christos 
    791  1.42  christos /* libc style syscall names */
    792  1.42  christos const char *const altaoutm68k_syscallnames[] = {
    793  1.42  christos 	/*   0 */	NULL, /* syscall */
    794  1.42  christos 	/*   1 */	NULL, /* exit */
    795  1.42  christos 	/*   2 */	NULL, /* fork */
    796  1.42  christos 	/*   3 */	NULL, /* read */
    797  1.42  christos 	/*   4 */	NULL, /* write */
    798  1.42  christos 	/*   5 */	NULL, /* open */
    799  1.42  christos 	/*   6 */	NULL, /* close */
    800  1.42  christos 	/*   7 */	NULL, /* wait4 */
    801  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    802  1.42  christos 	/*   8 */	"creat",
    803  1.42  christos #else
    804  1.42  christos 	/*   8 */	NULL, /* excluded compat_43_sys_creat */
    805  1.42  christos #endif
    806  1.42  christos 	/*   9 */	NULL, /* link */
    807  1.42  christos 	/*  10 */	NULL, /* unlink */
    808  1.42  christos 	/*  11 */	NULL, /* obsolete execv */
    809  1.42  christos 	/*  12 */	NULL, /* chdir */
    810  1.42  christos 	/*  13 */	NULL, /* fchdir */
    811  1.42  christos 	/*  14 */	NULL, /* mknod */
    812  1.42  christos 	/*  15 */	NULL, /* chmod */
    813  1.42  christos 	/*  16 */	NULL, /* chown */
    814  1.42  christos 	/*  17 */	"obreak",
    815  1.42  christos #if defined(COMPAT_20) || !defined(_KERNEL)
    816  1.42  christos 	/*  18 */	NULL, /* getfsstat */
    817  1.42  christos #else
    818  1.42  christos 	/*  18 */	NULL, /* excluded compat_20_sys_getfsstat */
    819  1.42  christos #endif
    820  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    821  1.42  christos 	/*  19 */	"lseek",
    822  1.42  christos #else
    823  1.42  christos 	/*  19 */	NULL, /* excluded compat_43_sys_lseek */
    824  1.42  christos #endif
    825  1.42  christos 	/*  20 */	NULL, /* getpid */
    826  1.42  christos 	/*  21 */	NULL, /* mount */
    827  1.42  christos 	/*  22 */	NULL, /* unmount */
    828  1.42  christos 	/*  23 */	NULL, /* setuid */
    829  1.42  christos 	/*  24 */	NULL, /* getuid */
    830  1.42  christos 	/*  25 */	NULL, /* geteuid */
    831  1.42  christos 	/*  26 */	NULL, /* ptrace */
    832  1.42  christos 	/*  27 */	NULL, /* recvmsg */
    833  1.42  christos 	/*  28 */	NULL, /* sendmsg */
    834  1.42  christos 	/*  29 */	NULL, /* recvfrom */
    835  1.42  christos 	/*  30 */	NULL, /* accept */
    836  1.42  christos 	/*  31 */	NULL, /* getpeername */
    837  1.42  christos 	/*  32 */	NULL, /* getsockname */
    838  1.42  christos 	/*  33 */	NULL, /* access */
    839  1.42  christos 	/*  34 */	NULL, /* chflags */
    840  1.42  christos 	/*  35 */	NULL, /* fchflags */
    841  1.42  christos 	/*  36 */	NULL, /* sync */
    842  1.42  christos 	/*  37 */	NULL, /* kill */
    843  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    844  1.42  christos 	/*  38 */	"stat",
    845  1.42  christos #else
    846  1.42  christos 	/*  38 */	NULL, /* excluded aoutm68k_compat_43_sys_stat */
    847  1.42  christos #endif
    848  1.42  christos 	/*  39 */	NULL, /* getppid */
    849  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    850  1.42  christos 	/*  40 */	"lstat",
    851  1.42  christos #else
    852  1.42  christos 	/*  40 */	NULL, /* excluded aoutm68k_compat_43_sys_lstat */
    853  1.42  christos #endif
    854  1.42  christos 	/*  41 */	NULL, /* dup */
    855  1.42  christos 	/*  42 */	NULL, /* pipe */
    856  1.42  christos 	/*  43 */	NULL, /* getegid */
    857  1.42  christos 	/*  44 */	NULL, /* profil */
    858  1.42  christos #if defined(KTRACE) || !defined(_KERNEL)
    859  1.42  christos 	/*  45 */	NULL, /* ktrace */
    860  1.42  christos #else
    861  1.42  christos 	/*  45 */	NULL, /* excluded ktrace */
    862  1.42  christos #endif
    863  1.42  christos #if defined(COMPAT_13) || !defined(_KERNEL)
    864  1.42  christos 	/*  46 */	"sigaction",
    865  1.42  christos #else
    866  1.42  christos 	/*  46 */	NULL, /* excluded compat_13_sys_sigaction */
    867  1.42  christos #endif
    868  1.42  christos 	/*  47 */	NULL, /* getgid */
    869  1.42  christos #if defined(COMPAT_13) || !defined(_KERNEL)
    870  1.42  christos 	/*  48 */	"sigprocmask",
    871  1.42  christos #else
    872  1.42  christos 	/*  48 */	NULL, /* excluded compat_13_sys_sigprocmask */
    873  1.42  christos #endif
    874  1.42  christos 	/*  49 */	NULL, /* __getlogin */
    875  1.42  christos 	/*  50 */	NULL, /* __setlogin */
    876  1.42  christos 	/*  51 */	NULL, /* acct */
    877  1.42  christos #if defined(COMPAT_13) || !defined(_KERNEL)
    878  1.42  christos 	/*  52 */	"sigpending",
    879  1.42  christos 	/*  53 */	"sigaltstack",
    880  1.42  christos #else
    881  1.42  christos 	/*  52 */	NULL, /* excluded compat_13_sys_sigpending */
    882  1.42  christos 	/*  53 */	NULL, /* excluded compat_13_sys_sigaltstack */
    883  1.42  christos #endif
    884  1.42  christos 	/*  54 */	NULL, /* ioctl */
    885  1.42  christos #if defined(COMPAT_12) || !defined(_KERNEL)
    886  1.42  christos 	/*  55 */	"reboot",
    887  1.42  christos #else
    888  1.42  christos 	/*  55 */	NULL, /* excluded compat_12_sys_reboot */
    889  1.42  christos #endif
    890  1.42  christos 	/*  56 */	NULL, /* revoke */
    891  1.42  christos 	/*  57 */	NULL, /* symlink */
    892  1.42  christos 	/*  58 */	NULL, /* readlink */
    893  1.42  christos 	/*  59 */	NULL, /* execve */
    894  1.42  christos 	/*  60 */	NULL, /* umask */
    895  1.42  christos 	/*  61 */	NULL, /* chroot */
    896  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    897  1.42  christos 	/*  62 */	"fstat",
    898  1.42  christos 	/*  63 */	"getkerninfo",
    899  1.42  christos 	/*  64 */	"getpagesize",
    900  1.42  christos #else
    901  1.42  christos 	/*  62 */	NULL, /* excluded aoutm68k_compat_43_sys_fstat */
    902  1.42  christos 	/*  63 */	NULL, /* excluded compat_43_sys_getkerninfo */
    903  1.42  christos 	/*  64 */	NULL, /* excluded compat_43_sys_getpagesize */
    904  1.42  christos #endif
    905  1.42  christos #if defined(COMPAT_12) || !defined(_KERNEL)
    906  1.42  christos 	/*  65 */	NULL, /* msync */
    907  1.42  christos #else
    908  1.42  christos 	/*  65 */	NULL, /* excluded compat_12_sys_msync */
    909  1.42  christos #endif
    910  1.42  christos 	/*  66 */	NULL, /* vfork */
    911  1.42  christos 	/*  67 */	NULL, /* obsolete vread */
    912  1.42  christos 	/*  68 */	NULL, /* obsolete vwrite */
    913  1.47     kamil 	/*  69 */	NULL, /* obsolete sbrk */
    914  1.46     kamil 	/*  70 */	NULL, /* obsolete sstk */
    915  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    916  1.42  christos 	/*  71 */	"mmap",
    917  1.42  christos #else
    918  1.42  christos 	/*  71 */	NULL, /* excluded compat_43_sys_mmap */
    919  1.42  christos #endif
    920  1.49     kamil 	/*  72 */	"ovadvise",
    921  1.42  christos 	/*  73 */	NULL, /* munmap */
    922  1.42  christos 	/*  74 */	NULL, /* mprotect */
    923  1.42  christos 	/*  75 */	NULL, /* madvise */
    924  1.42  christos 	/*  76 */	NULL, /* obsolete vhangup */
    925  1.42  christos 	/*  77 */	NULL, /* obsolete vlimit */
    926  1.42  christos 	/*  78 */	NULL, /* mincore */
    927  1.42  christos 	/*  79 */	NULL, /* getgroups */
    928  1.42  christos 	/*  80 */	NULL, /* setgroups */
    929  1.42  christos 	/*  81 */	NULL, /* getpgrp */
    930  1.42  christos 	/*  82 */	NULL, /* setpgid */
    931  1.42  christos 	/*  83 */	NULL, /* setitimer */
    932  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    933  1.42  christos 	/*  84 */	"wait",
    934  1.42  christos #else
    935  1.42  christos 	/*  84 */	NULL, /* excluded compat_43_sys_wait */
    936  1.42  christos #endif
    937  1.42  christos #if defined(COMPAT_12) || !defined(_KERNEL)
    938  1.42  christos 	/*  85 */	"swapon",
    939  1.42  christos #else
    940  1.42  christos 	/*  85 */	NULL, /* excluded compat_12_sys_swapon */
    941  1.42  christos #endif
    942  1.42  christos 	/*  86 */	NULL, /* getitimer */
    943  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    944  1.42  christos 	/*  87 */	"gethostname",
    945  1.42  christos 	/*  88 */	"sethostname",
    946  1.42  christos 	/*  89 */	"getdtablesize",
    947  1.42  christos #else
    948  1.42  christos 	/*  87 */	NULL, /* excluded compat_43_sys_gethostname */
    949  1.42  christos 	/*  88 */	NULL, /* excluded compat_43_sys_sethostname */
    950  1.42  christos 	/*  89 */	NULL, /* excluded compat_43_sys_getdtablesize */
    951  1.42  christos #endif
    952  1.42  christos 	/*  90 */	NULL, /* dup2 */
    953  1.42  christos 	/*  91 */	NULL, /* unimplemented getdopt */
    954  1.42  christos 	/*  92 */	NULL, /* fcntl */
    955  1.42  christos 	/*  93 */	NULL, /* select */
    956  1.42  christos 	/*  94 */	NULL, /* unimplemented setdopt */
    957  1.42  christos 	/*  95 */	NULL, /* fsync */
    958  1.42  christos 	/*  96 */	NULL, /* setpriority */
    959  1.51  pgoyette #if defined(COMPAT_30) || !defined(_KERNEL)
    960  1.42  christos 	/*  97 */	NULL, /* socket */
    961  1.51  pgoyette #else
    962  1.51  pgoyette 	/*  97 */	NULL, /* excluded compat_30_sys_socket */
    963  1.51  pgoyette #endif
    964  1.42  christos 	/*  98 */	NULL, /* connect */
    965  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    966  1.42  christos 	/*  99 */	"accept",
    967  1.42  christos #else
    968  1.42  christos 	/*  99 */	NULL, /* excluded compat_43_sys_accept */
    969  1.42  christos #endif
    970  1.42  christos 	/* 100 */	NULL, /* getpriority */
    971  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    972  1.42  christos 	/* 101 */	"send",
    973  1.42  christos 	/* 102 */	"recv",
    974  1.42  christos #else
    975  1.42  christos 	/* 101 */	NULL, /* excluded compat_43_sys_send */
    976  1.42  christos 	/* 102 */	NULL, /* excluded compat_43_sys_recv */
    977  1.42  christos #endif
    978  1.42  christos #if defined(COMPAT_13) || !defined(_KERNEL)
    979  1.42  christos 	/* 103 */	"sigreturn",
    980  1.42  christos #else
    981  1.42  christos 	/* 103 */	NULL, /* excluded compat_13_sys_sigreturn */
    982  1.42  christos #endif
    983  1.42  christos 	/* 104 */	NULL, /* bind */
    984  1.42  christos 	/* 105 */	NULL, /* setsockopt */
    985  1.42  christos 	/* 106 */	NULL, /* listen */
    986  1.42  christos 	/* 107 */	NULL, /* obsolete vtimes */
    987  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
    988  1.42  christos 	/* 108 */	"sigvec",
    989  1.42  christos 	/* 109 */	"sigblock",
    990  1.42  christos 	/* 110 */	"sigsetmask",
    991  1.42  christos #else
    992  1.42  christos 	/* 108 */	NULL, /* excluded compat_43_sys_sigvec */
    993  1.42  christos 	/* 109 */	NULL, /* excluded compat_43_sys_sigblock */
    994  1.42  christos 	/* 110 */	NULL, /* excluded compat_43_sys_sigsetmask */
    995  1.42  christos #endif
    996  1.42  christos #if defined(COMPAT_13) || !defined(_KERNEL)
    997  1.42  christos 	/* 111 */	"sigsuspend",
    998  1.42  christos #else
    999  1.42  christos 	/* 111 */	NULL, /* excluded compat_13_sys_sigsuspend */
   1000  1.42  christos #endif
   1001  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1002  1.42  christos 	/* 112 */	"sigstack",
   1003  1.42  christos 	/* 113 */	"recvmsg",
   1004  1.42  christos 	/* 114 */	"sendmsg",
   1005  1.42  christos #else
   1006  1.42  christos 	/* 112 */	NULL, /* excluded compat_43_sys_sigstack */
   1007  1.42  christos 	/* 113 */	NULL, /* excluded compat_43_sys_recvmesg */
   1008  1.42  christos 	/* 114 */	NULL, /* excluded compat_43_sys_sendmesg */
   1009  1.42  christos #endif
   1010  1.42  christos 	/* 115 */	NULL, /* obsolete vtrace */
   1011  1.42  christos 	/* 116 */	NULL, /* gettimeofday */
   1012  1.42  christos 	/* 117 */	NULL, /* getrusage */
   1013  1.42  christos 	/* 118 */	NULL, /* getsockopt */
   1014  1.42  christos 	/* 119 */	NULL, /* obsolete resuba */
   1015  1.42  christos 	/* 120 */	NULL, /* readv */
   1016  1.42  christos 	/* 121 */	NULL, /* writev */
   1017  1.42  christos 	/* 122 */	NULL, /* settimeofday */
   1018  1.42  christos 	/* 123 */	NULL, /* fchown */
   1019  1.42  christos 	/* 124 */	NULL, /* fchmod */
   1020  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1021  1.42  christos 	/* 125 */	"recvfrom",
   1022  1.42  christos #else
   1023  1.42  christos 	/* 125 */	NULL, /* excluded compat_43_sys_recvfrom */
   1024  1.42  christos #endif
   1025  1.42  christos 	/* 126 */	NULL, /* setreuid */
   1026  1.42  christos 	/* 127 */	NULL, /* setregid */
   1027  1.42  christos 	/* 128 */	NULL, /* rename */
   1028  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1029  1.42  christos 	/* 129 */	"truncate",
   1030  1.42  christos 	/* 130 */	"ftruncate",
   1031  1.42  christos #else
   1032  1.42  christos 	/* 129 */	NULL, /* excluded compat_43_sys_truncate */
   1033  1.42  christos 	/* 130 */	NULL, /* excluded compat_43_sys_ftruncate */
   1034  1.42  christos #endif
   1035  1.42  christos 	/* 131 */	NULL, /* flock */
   1036  1.42  christos 	/* 132 */	NULL, /* mkfifo */
   1037  1.42  christos 	/* 133 */	NULL, /* sendto */
   1038  1.42  christos 	/* 134 */	NULL, /* shutdown */
   1039  1.42  christos 	/* 135 */	NULL, /* socketpair */
   1040  1.42  christos 	/* 136 */	NULL, /* mkdir */
   1041  1.42  christos 	/* 137 */	NULL, /* rmdir */
   1042  1.42  christos 	/* 138 */	NULL, /* utimes */
   1043  1.42  christos 	/* 139 */	NULL, /* obsolete 4.2 sigreturn */
   1044  1.42  christos 	/* 140 */	NULL, /* adjtime */
   1045  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1046  1.42  christos 	/* 141 */	"getpeername",
   1047  1.42  christos 	/* 142 */	"gethostid",
   1048  1.42  christos 	/* 143 */	"sethostid",
   1049  1.42  christos 	/* 144 */	"getrlimit",
   1050  1.42  christos 	/* 145 */	"setrlimit",
   1051  1.42  christos 	/* 146 */	"killpg",
   1052  1.42  christos #else
   1053  1.42  christos 	/* 141 */	NULL, /* excluded compat_43_sys_getpeername */
   1054  1.42  christos 	/* 142 */	NULL, /* excluded compat_43_sys_gethostid */
   1055  1.42  christos 	/* 143 */	NULL, /* excluded compat_43_sys_sethostid */
   1056  1.42  christos 	/* 144 */	NULL, /* excluded compat_43_sys_getrlimit */
   1057  1.42  christos 	/* 145 */	NULL, /* excluded compat_43_sys_setrlimit */
   1058  1.42  christos 	/* 146 */	NULL, /* excluded compat_43_sys_killpg */
   1059  1.42  christos #endif
   1060  1.42  christos 	/* 147 */	NULL, /* setsid */
   1061  1.42  christos 	/* 148 */	NULL, /* quotactl */
   1062  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1063  1.42  christos 	/* 149 */	"quota",
   1064  1.42  christos 	/* 150 */	"getsockname",
   1065  1.42  christos #else
   1066  1.42  christos 	/* 149 */	NULL, /* excluded compat_43_sys_quota */
   1067  1.42  christos 	/* 150 */	NULL, /* excluded compat_43_sys_getsockname */
   1068  1.42  christos #endif
   1069  1.42  christos 	/* 151 */	NULL, /* unimplemented */
   1070  1.42  christos 	/* 152 */	NULL, /* unimplemented */
   1071  1.42  christos 	/* 153 */	NULL, /* unimplemented */
   1072  1.42  christos 	/* 154 */	NULL, /* unimplemented */
   1073  1.42  christos 	/* 155 */	NULL, /* excluded nfssvc */
   1074  1.42  christos #if defined(COMPAT_43) || !defined(_KERNEL)
   1075  1.42  christos 	/* 156 */	"getdirentries",
   1076  1.42  christos #else
   1077  1.42  christos 	/* 156 */	NULL, /* excluded compat_43_sys_getdirentries */
   1078  1.42  christos #endif
   1079  1.42  christos #if defined(COMPAT_20) || !defined(_KERNEL)
   1080  1.42  christos 	/* 157 */	NULL, /* statfs */
   1081  1.42  christos #else
   1082  1.42  christos 	/* 157 */	NULL, /* excluded compat_20_sys_statfs */
   1083  1.42  christos #endif
   1084  1.42  christos #if defined(COMPAT_20) || !defined(_KERNEL)
   1085  1.42  christos 	/* 158 */	NULL, /* fstatfs */
   1086  1.42  christos #else
   1087  1.42  christos 	/* 158 */	NULL, /* excluded compat_20_sys_statfs */
   1088  1.42  christos #endif
   1089  1.42  christos 	/* 159 */	NULL, /* unimplemented */
   1090  1.42  christos 	/* 160 */	NULL, /* unimplemented */
   1091  1.51  pgoyette #if defined(COMPAT_30) || !defined(_KERNEL)
   1092  1.42  christos 	/* 161 */	NULL, /* getfh */
   1093  1.51  pgoyette #else
   1094  1.51  pgoyette 	/* 161 */	NULL, /* excluded compat_30_sys_getfh */
   1095  1.51  pgoyette #endif
   1096  1.42  christos #if defined(COMPAT_09) || !defined(_KERNEL)
   1097  1.42  christos 	/* 162 */	"getdomainname",
   1098  1.42  christos 	/* 163 */	"setdomainname",
   1099  1.42  christos 	/* 164 */	"uname",
   1100  1.42  christos #else
   1101  1.42  christos 	/* 162 */	NULL, /* excluded compat_09_sys_getdomainname */
   1102  1.42  christos 	/* 163 */	NULL, /* excluded compat_09_sys_setdomainname */
   1103  1.42  christos 	/* 164 */	NULL, /* excluded compat_09_sys_uname */
   1104  1.42  christos #endif
   1105  1.42  christos 	/* 165 */	NULL, /* sysarch */
   1106  1.42  christos 	/* 166 */	NULL, /* unimplemented */
   1107  1.42  christos 	/* 167 */	NULL, /* unimplemented */
   1108  1.42  christos 	/* 168 */	NULL, /* unimplemented */
   1109  1.42  christos #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1110  1.42  christos 	/* 169 */	"semsys",
   1111  1.42  christos #else
   1112  1.42  christos 	/* 169 */	NULL, /* excluded 1.0 semsys */
   1113  1.42  christos #endif
   1114  1.42  christos #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1115  1.42  christos 	/* 170 */	"msgsys",
   1116  1.42  christos #else
   1117  1.42  christos 	/* 170 */	NULL, /* excluded 1.0 msgsys */
   1118  1.42  christos #endif
   1119  1.42  christos #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1120  1.42  christos 	/* 171 */	"shmsys",
   1121  1.42  christos #else
   1122  1.42  christos 	/* 171 */	NULL, /* excluded 1.0 shmsys */
   1123  1.42  christos #endif
   1124  1.42  christos 	/* 172 */	NULL, /* unimplemented */
   1125  1.42  christos 	/* 173 */	NULL, /* pread */
   1126  1.42  christos 	/* 174 */	NULL, /* pwrite */
   1127  1.42  christos 	/* 175 */	NULL, /* unimplemented sys_ntp_gettime */
   1128  1.42  christos #if defined(NTP) || !defined(_KERNEL)
   1129  1.42  christos 	/* 176 */	NULL, /* ntp_adjtime */
   1130  1.42  christos #else
   1131  1.42  christos 	/* 176 */	NULL, /* excluded ntp_adjtime */
   1132  1.42  christos #endif
   1133  1.42  christos 	/* 177 */	NULL, /* unimplemented */
   1134  1.42  christos 	/* 178 */	NULL, /* unimplemented */
   1135  1.42  christos 	/* 179 */	NULL, /* unimplemented */
   1136  1.42  christos 	/* 180 */	NULL, /* unimplemented */
   1137  1.42  christos 	/* 181 */	NULL, /* setgid */
   1138  1.42  christos 	/* 182 */	NULL, /* setegid */
   1139  1.42  christos 	/* 183 */	NULL, /* seteuid */
   1140  1.42  christos 	/* 184 */	NULL, /* excluded lfs_bmapv */
   1141  1.42  christos 	/* 185 */	NULL, /* excluded lfs_markv */
   1142  1.42  christos 	/* 186 */	NULL, /* excluded lfs_segclean */
   1143  1.42  christos 	/* 187 */	NULL, /* excluded lfs_segwait */
   1144  1.42  christos #if defined(COMPAT_12) || !defined(_KERNEL)
   1145  1.42  christos 	/* 188 */	"stat",
   1146  1.42  christos 	/* 189 */	"fstat",
   1147  1.42  christos 	/* 190 */	"lstat",
   1148  1.42  christos #else
   1149  1.42  christos 	/* 188 */	NULL, /* excluded aoutm68k_compat_12_sys_stat */
   1150  1.42  christos 	/* 189 */	NULL, /* excluded aoutm68k_compat_12_sys_fstat */
   1151  1.42  christos 	/* 190 */	NULL, /* excluded aoutm68k_compat_12_sys_lstat */
   1152  1.42  christos #endif
   1153  1.42  christos 	/* 191 */	NULL, /* pathconf */
   1154  1.42  christos 	/* 192 */	NULL, /* fpathconf */
   1155  1.42  christos 	/* 193 */	NULL, /* unimplemented */
   1156  1.42  christos 	/* 194 */	NULL, /* getrlimit */
   1157  1.42  christos 	/* 195 */	NULL, /* setrlimit */
   1158  1.42  christos #if defined(COMPAT_12) || !defined(_KERNEL)
   1159  1.42  christos 	/* 196 */	NULL, /* getdirentries */
   1160  1.42  christos #else
   1161  1.42  christos 	/* 196 */	NULL, /* excluded compat_12_sys_getdirentries */
   1162  1.42  christos #endif
   1163  1.42  christos 	/* 197 */	NULL, /* mmap */
   1164  1.42  christos 	/* 198 */	NULL, /* __syscall */
   1165  1.42  christos 	/* 199 */	NULL, /* lseek */
   1166  1.42  christos 	/* 200 */	NULL, /* truncate */
   1167  1.42  christos 	/* 201 */	NULL, /* ftruncate */
   1168  1.42  christos 	/* 202 */	NULL, /* __sysctl */
   1169  1.42  christos 	/* 203 */	NULL, /* mlock */
   1170  1.42  christos 	/* 204 */	NULL, /* munlock */
   1171  1.42  christos 	/* 205 */	NULL, /* undelete */
   1172  1.42  christos 	/* 206 */	NULL, /* futimes */
   1173  1.42  christos 	/* 207 */	NULL, /* getpgid */
   1174  1.42  christos 	/* 208 */	NULL, /* reboot */
   1175  1.42  christos 	/* 209 */	NULL, /* poll */
   1176  1.42  christos 	/* 210 */	NULL, /* unimplemented */
   1177  1.42  christos 	/* 211 */	NULL, /* unimplemented */
   1178  1.42  christos 	/* 212 */	NULL, /* unimplemented */
   1179  1.42  christos 	/* 213 */	NULL, /* unimplemented */
   1180  1.42  christos 	/* 214 */	NULL, /* unimplemented */
   1181  1.42  christos 	/* 215 */	NULL, /* unimplemented */
   1182  1.42  christos 	/* 216 */	NULL, /* unimplemented */
   1183  1.42  christos 	/* 217 */	NULL, /* unimplemented */
   1184  1.42  christos 	/* 218 */	NULL, /* unimplemented */
   1185  1.42  christos 	/* 219 */	NULL, /* unimplemented */
   1186  1.42  christos #if defined(SYSVSEM) || !defined(_KERNEL)
   1187  1.42  christos #if defined(COMPAT_14) || !defined(_KERNEL)
   1188  1.42  christos 	/* 220 */	NULL, /* __semctl */
   1189  1.42  christos #else
   1190  1.42  christos 	/* 220 */	NULL, /* excluded compat_14_semctl */
   1191  1.42  christos #endif
   1192  1.42  christos 	/* 221 */	NULL, /* semget */
   1193  1.42  christos 	/* 222 */	NULL, /* semop */
   1194  1.42  christos 	/* 223 */	NULL, /* semconfig */
   1195  1.42  christos #else
   1196  1.42  christos 	/* 220 */	NULL, /* excluded compat_14_semctl */
   1197  1.42  christos 	/* 221 */	NULL, /* excluded semget */
   1198  1.42  christos 	/* 222 */	NULL, /* excluded semop */
   1199  1.42  christos 	/* 223 */	NULL, /* excluded semconfig */
   1200  1.42  christos #endif
   1201  1.42  christos #if defined(SYSVMSG) || !defined(_KERNEL)
   1202  1.42  christos #if defined(COMPAT_14) || !defined(_KERNEL)
   1203  1.42  christos 	/* 224 */	NULL, /* msgctl */
   1204  1.42  christos #else
   1205  1.42  christos 	/* 224 */	NULL, /* excluded compat_14_sys_msgctl */
   1206  1.42  christos #endif
   1207  1.42  christos 	/* 225 */	NULL, /* msgget */
   1208  1.42  christos 	/* 226 */	NULL, /* msgsnd */
   1209  1.42  christos 	/* 227 */	NULL, /* msgrcv */
   1210  1.42  christos #else
   1211  1.42  christos 	/* 224 */	NULL, /* excluded compat_14_msgctl */
   1212  1.42  christos 	/* 225 */	NULL, /* excluded msgget */
   1213  1.42  christos 	/* 226 */	NULL, /* excluded msgsnd */
   1214  1.42  christos 	/* 227 */	NULL, /* excluded msgrcv */
   1215  1.42  christos #endif
   1216  1.42  christos #if defined(SYSVSHM) || !defined(_KERNEL)
   1217  1.42  christos 	/* 228 */	NULL, /* shmat */
   1218  1.42  christos #if defined(COMPAT_14) || !defined(_KERNEL)
   1219  1.42  christos 	/* 229 */	NULL, /* shmctl */
   1220  1.42  christos #else
   1221  1.42  christos 	/* 229 */	NULL, /* excluded compat_14_sys_shmctl */
   1222  1.42  christos #endif
   1223  1.42  christos 	/* 230 */	NULL, /* shmdt */
   1224  1.42  christos 	/* 231 */	NULL, /* shmget */
   1225  1.42  christos #else
   1226  1.42  christos 	/* 228 */	NULL, /* excluded shmat */
   1227  1.42  christos 	/* 229 */	NULL, /* excluded compat_14_shmctl */
   1228  1.42  christos 	/* 230 */	NULL, /* excluded shmdt */
   1229  1.42  christos 	/* 231 */	NULL, /* excluded shmget */
   1230  1.42  christos #endif
   1231  1.42  christos 	/* 232 */	NULL, /* clock_gettime */
   1232  1.42  christos 	/* 233 */	NULL, /* clock_settime */
   1233  1.42  christos 	/* 234 */	NULL, /* clock_getres */
   1234  1.42  christos 	/* 235 */	NULL, /* unimplemented timer_create */
   1235  1.42  christos 	/* 236 */	NULL, /* unimplemented timer_delete */
   1236  1.42  christos 	/* 237 */	NULL, /* unimplemented timer_settime */
   1237  1.42  christos 	/* 238 */	NULL, /* unimplemented timer_gettime */
   1238  1.42  christos 	/* 239 */	NULL, /* unimplemented timer_getoverrun */
   1239  1.42  christos 	/* 240 */	NULL, /* nanosleep */
   1240  1.42  christos 	/* 241 */	NULL, /* fdatasync */
   1241  1.42  christos 	/* 242 */	NULL, /* mlockall */
   1242  1.42  christos 	/* 243 */	NULL, /* munlockall */
   1243  1.42  christos 	/* 244 */	NULL, /* unimplemented */
   1244  1.42  christos 	/* 245 */	NULL, /* unimplemented */
   1245  1.42  christos 	/* 246 */	NULL, /* unimplemented */
   1246  1.42  christos 	/* 247 */	NULL, /* unimplemented */
   1247  1.42  christos 	/* 248 */	NULL, /* unimplemented */
   1248  1.42  christos 	/* 249 */	NULL, /* unimplemented */
   1249  1.42  christos 	/* 250 */	NULL, /* unimplemented */
   1250  1.42  christos 	/* 251 */	NULL, /* unimplemented */
   1251  1.42  christos 	/* 252 */	NULL, /* unimplemented */
   1252  1.42  christos 	/* 253 */	NULL, /* unimplemented */
   1253  1.42  christos 	/* 254 */	NULL, /* unimplemented */
   1254  1.42  christos 	/* 255 */	NULL, /* unimplemented */
   1255  1.42  christos 	/* 256 */	NULL, /* unimplemented */
   1256  1.42  christos 	/* 257 */	NULL, /* unimplemented */
   1257  1.42  christos 	/* 258 */	NULL, /* unimplemented */
   1258  1.42  christos 	/* 259 */	NULL, /* unimplemented */
   1259  1.42  christos 	/* 260 */	NULL, /* unimplemented */
   1260  1.42  christos 	/* 261 */	NULL, /* unimplemented */
   1261  1.42  christos 	/* 262 */	NULL, /* unimplemented */
   1262  1.42  christos 	/* 263 */	NULL, /* unimplemented */
   1263  1.42  christos 	/* 264 */	NULL, /* unimplemented */
   1264  1.42  christos 	/* 265 */	NULL, /* unimplemented */
   1265  1.42  christos 	/* 266 */	NULL, /* unimplemented */
   1266  1.42  christos 	/* 267 */	NULL, /* unimplemented */
   1267  1.42  christos 	/* 268 */	NULL, /* unimplemented */
   1268  1.42  christos 	/* 269 */	NULL, /* unimplemented */
   1269  1.42  christos 	/* 270 */	NULL, /* __posix_rename */
   1270  1.42  christos 	/* 271 */	NULL, /* swapctl */
   1271  1.42  christos #if defined(COMPAT_30) || !defined(_KERNEL)
   1272  1.42  christos 	/* 272 */	NULL, /* getdents */
   1273  1.42  christos #else
   1274  1.42  christos 	/* 272 */	NULL, /* excluded compat_30_sys_getdents */
   1275  1.42  christos #endif
   1276  1.42  christos 	/* 273 */	NULL, /* minherit */
   1277  1.42  christos 	/* 274 */	NULL, /* lchmod */
   1278  1.42  christos 	/* 275 */	NULL, /* lchown */
   1279  1.42  christos 	/* 276 */	NULL, /* lutimes */
   1280  1.42  christos 	/* 277 */	"msync",
   1281  1.42  christos 	/* 278 */	"stat",
   1282  1.42  christos 	/* 279 */	"fstat",
   1283  1.42  christos 	/* 280 */	"lstat",
   1284  1.42  christos 	/* 281 */	"sigaltstack",
   1285  1.42  christos 	/* 282 */	"vfork",
   1286  1.42  christos 	/* 283 */	NULL, /* __posix_chown */
   1287  1.42  christos 	/* 284 */	NULL, /* __posix_fchown */
   1288  1.42  christos 	/* 285 */	NULL, /* __posix_lchown */
   1289  1.42  christos 	/* 286 */	NULL, /* getsid */
   1290  1.42  christos 	/* 287 */	NULL, /* unimplemented */
   1291  1.42  christos #if defined(KTRACE) || !defined(_KERNEL)
   1292  1.42  christos 	/* 288 */	NULL, /* fktrace */
   1293  1.42  christos #else
   1294  1.42  christos 	/* 288 */	NULL, /* excluded ktrace */
   1295  1.42  christos #endif
   1296  1.42  christos 	/* 289 */	NULL, /* preadv */
   1297  1.42  christos 	/* 290 */	NULL, /* pwritev */
   1298  1.42  christos #if defined(COMPAT_16) || !defined(_KERNEL)
   1299  1.42  christos 	/* 291 */	"sigaction",
   1300  1.42  christos #else
   1301  1.42  christos 	/* 291 */	NULL, /* excluded compat_16_sys___sigaction14 */
   1302  1.42  christos #endif
   1303  1.42  christos 	/* 292 */	"sigpending",
   1304  1.42  christos 	/* 293 */	"sigprocmask",
   1305  1.42  christos 	/* 294 */	"sigsuspend",
   1306  1.42  christos #if defined(COMPAT_16) || !defined(_KERNEL)
   1307  1.42  christos 	/* 295 */	"sigreturn",
   1308  1.42  christos #else
   1309  1.42  christos 	/* 295 */	NULL, /* excluded compat_16_sys___sigreturn14 */
   1310  1.42  christos #endif
   1311  1.42  christos 	/* 296 */	NULL, /* __getcwd */
   1312  1.42  christos 	/* 297 */	NULL, /* fchroot */
   1313  1.51  pgoyette #if defined(COMPAT_30) || ! defined(_KERNEL)
   1314  1.42  christos 	/* 298 */	NULL, /* fhopen */
   1315  1.51  pgoyette #else
   1316  1.51  pgoyette 	/* 298 */	NULL, /* excluded compat_30_sys_fhopen */
   1317  1.51  pgoyette #endif
   1318  1.42  christos 	/* 299 */	NULL, /* fhstat */
   1319  1.42  christos #if defined(COMPAT_20) || !defined(_KERNEL)
   1320  1.42  christos 	/* 300 */	NULL, /* fhstatfs */
   1321  1.42  christos #else
   1322  1.42  christos 	/* 300 */	NULL, /* excluded compat_20_sys_fhstatfs */
   1323  1.42  christos #endif
   1324  1.42  christos #if defined(SYSVSEM) || !defined(_KERNEL)
   1325  1.42  christos 	/* 301 */	"__semctl",
   1326  1.42  christos #else
   1327  1.42  christos 	/* 301 */	NULL, /* excluded ____semctl13 */
   1328  1.42  christos #endif
   1329  1.42  christos #if defined(SYSVMSG) || !defined(_KERNEL)
   1330  1.42  christos 	/* 302 */	"msgctl",
   1331  1.42  christos #else
   1332  1.42  christos 	/* 302 */	NULL, /* excluded __msgctl13 */
   1333  1.42  christos #endif
   1334  1.42  christos #if defined(SYSVSHM) || !defined(_KERNEL)
   1335  1.42  christos 	/* 303 */	"shmctl",
   1336  1.42  christos #else
   1337  1.42  christos 	/* 303 */	NULL, /* excluded __shmctl13 */
   1338  1.42  christos #endif
   1339  1.42  christos 	/* 304 */	NULL, /* lchflags */
   1340  1.42  christos 	/* 305 */	NULL, /* issetugid */
   1341  1.42  christos 	/* 306 */	NULL, /* getcontext */
   1342  1.42  christos 	/* 307 */	NULL, /* setcontext */
   1343  1.42  christos 	/* 308 */	NULL, /* filler */
   1344  1.42  christos 	/* 309 */	NULL, /* filler */
   1345  1.42  christos 	/* 310 */	NULL, /* filler */
   1346  1.42  christos 	/* 311 */	NULL, /* filler */
   1347  1.42  christos 	/* 312 */	NULL, /* filler */
   1348  1.42  christos 	/* 313 */	NULL, /* filler */
   1349  1.42  christos 	/* 314 */	NULL, /* filler */
   1350  1.42  christos 	/* 315 */	NULL, /* filler */
   1351  1.42  christos 	/* 316 */	NULL, /* filler */
   1352  1.42  christos 	/* 317 */	NULL, /* filler */
   1353  1.42  christos 	/* 318 */	NULL, /* filler */
   1354  1.42  christos 	/* 319 */	NULL, /* filler */
   1355  1.42  christos 	/* 320 */	NULL, /* filler */
   1356  1.42  christos 	/* 321 */	NULL, /* filler */
   1357  1.42  christos 	/* 322 */	NULL, /* filler */
   1358  1.42  christos 	/* 323 */	NULL, /* filler */
   1359  1.42  christos 	/* 324 */	NULL, /* filler */
   1360  1.42  christos 	/* 325 */	NULL, /* filler */
   1361  1.42  christos 	/* 326 */	NULL, /* filler */
   1362  1.42  christos 	/* 327 */	NULL, /* filler */
   1363  1.42  christos 	/* 328 */	NULL, /* filler */
   1364  1.42  christos 	/* 329 */	NULL, /* filler */
   1365  1.42  christos 	/* 330 */	NULL, /* filler */
   1366  1.42  christos 	/* 331 */	NULL, /* filler */
   1367  1.42  christos 	/* 332 */	NULL, /* filler */
   1368  1.42  christos 	/* 333 */	NULL, /* filler */
   1369  1.42  christos 	/* 334 */	NULL, /* filler */
   1370  1.42  christos 	/* 335 */	NULL, /* filler */
   1371  1.42  christos 	/* 336 */	NULL, /* filler */
   1372  1.42  christos 	/* 337 */	NULL, /* filler */
   1373  1.42  christos 	/* 338 */	NULL, /* filler */
   1374  1.42  christos 	/* 339 */	NULL, /* filler */
   1375  1.42  christos 	/* 340 */	NULL, /* filler */
   1376  1.42  christos 	/* 341 */	NULL, /* filler */
   1377  1.42  christos 	/* 342 */	NULL, /* filler */
   1378  1.42  christos 	/* 343 */	NULL, /* filler */
   1379  1.42  christos 	/* 344 */	NULL, /* filler */
   1380  1.42  christos 	/* 345 */	NULL, /* filler */
   1381  1.42  christos 	/* 346 */	NULL, /* filler */
   1382  1.42  christos 	/* 347 */	NULL, /* filler */
   1383  1.42  christos 	/* 348 */	NULL, /* filler */
   1384  1.42  christos 	/* 349 */	NULL, /* filler */
   1385  1.42  christos 	/* 350 */	NULL, /* filler */
   1386  1.42  christos 	/* 351 */	NULL, /* filler */
   1387  1.42  christos 	/* 352 */	NULL, /* filler */
   1388  1.42  christos 	/* 353 */	NULL, /* filler */
   1389  1.42  christos 	/* 354 */	NULL, /* filler */
   1390  1.42  christos 	/* 355 */	NULL, /* filler */
   1391  1.42  christos 	/* 356 */	NULL, /* filler */
   1392  1.42  christos 	/* 357 */	NULL, /* filler */
   1393  1.42  christos 	/* 358 */	NULL, /* filler */
   1394  1.42  christos 	/* 359 */	NULL, /* filler */
   1395  1.42  christos 	/* 360 */	NULL, /* filler */
   1396  1.42  christos 	/* 361 */	NULL, /* filler */
   1397  1.42  christos 	/* 362 */	NULL, /* filler */
   1398  1.42  christos 	/* 363 */	NULL, /* filler */
   1399  1.42  christos 	/* 364 */	NULL, /* filler */
   1400  1.42  christos 	/* 365 */	NULL, /* filler */
   1401  1.42  christos 	/* 366 */	NULL, /* filler */
   1402  1.42  christos 	/* 367 */	NULL, /* filler */
   1403  1.42  christos 	/* 368 */	NULL, /* filler */
   1404  1.42  christos 	/* 369 */	NULL, /* filler */
   1405  1.42  christos 	/* 370 */	NULL, /* filler */
   1406  1.42  christos 	/* 371 */	NULL, /* filler */
   1407  1.42  christos 	/* 372 */	NULL, /* filler */
   1408  1.42  christos 	/* 373 */	NULL, /* filler */
   1409  1.42  christos 	/* 374 */	NULL, /* filler */
   1410  1.42  christos 	/* 375 */	NULL, /* filler */
   1411  1.42  christos 	/* 376 */	NULL, /* filler */
   1412  1.42  christos 	/* 377 */	NULL, /* filler */
   1413  1.42  christos 	/* 378 */	NULL, /* filler */
   1414  1.42  christos 	/* 379 */	NULL, /* filler */
   1415  1.42  christos 	/* 380 */	NULL, /* filler */
   1416  1.42  christos 	/* 381 */	NULL, /* filler */
   1417  1.42  christos 	/* 382 */	NULL, /* filler */
   1418  1.42  christos 	/* 383 */	NULL, /* filler */
   1419  1.42  christos 	/* 384 */	NULL, /* filler */
   1420  1.42  christos 	/* 385 */	NULL, /* filler */
   1421  1.42  christos 	/* 386 */	NULL, /* filler */
   1422  1.42  christos 	/* 387 */	NULL, /* filler */
   1423  1.42  christos 	/* 388 */	NULL, /* filler */
   1424  1.42  christos 	/* 389 */	NULL, /* filler */
   1425  1.42  christos 	/* 390 */	NULL, /* filler */
   1426  1.42  christos 	/* 391 */	NULL, /* filler */
   1427  1.42  christos 	/* 392 */	NULL, /* filler */
   1428  1.42  christos 	/* 393 */	NULL, /* filler */
   1429  1.42  christos 	/* 394 */	NULL, /* filler */
   1430  1.42  christos 	/* 395 */	NULL, /* filler */
   1431  1.42  christos 	/* 396 */	NULL, /* filler */
   1432  1.42  christos 	/* 397 */	NULL, /* filler */
   1433  1.42  christos 	/* 398 */	NULL, /* filler */
   1434  1.42  christos 	/* 399 */	NULL, /* filler */
   1435  1.42  christos 	/* 400 */	NULL, /* filler */
   1436  1.42  christos 	/* 401 */	NULL, /* filler */
   1437  1.42  christos 	/* 402 */	NULL, /* filler */
   1438  1.42  christos 	/* 403 */	NULL, /* filler */
   1439  1.42  christos 	/* 404 */	NULL, /* filler */
   1440  1.42  christos 	/* 405 */	NULL, /* filler */
   1441  1.42  christos 	/* 406 */	NULL, /* filler */
   1442  1.42  christos 	/* 407 */	NULL, /* filler */
   1443  1.42  christos 	/* 408 */	NULL, /* filler */
   1444  1.42  christos 	/* 409 */	NULL, /* filler */
   1445  1.42  christos 	/* 410 */	NULL, /* filler */
   1446  1.42  christos 	/* 411 */	NULL, /* filler */
   1447  1.42  christos 	/* 412 */	NULL, /* filler */
   1448  1.42  christos 	/* 413 */	NULL, /* filler */
   1449  1.42  christos 	/* 414 */	NULL, /* filler */
   1450  1.42  christos 	/* 415 */	NULL, /* filler */
   1451  1.42  christos 	/* 416 */	NULL, /* filler */
   1452  1.42  christos 	/* 417 */	NULL, /* filler */
   1453  1.42  christos 	/* 418 */	NULL, /* filler */
   1454  1.42  christos 	/* 419 */	NULL, /* filler */
   1455  1.42  christos 	/* 420 */	NULL, /* filler */
   1456  1.42  christos 	/* 421 */	NULL, /* filler */
   1457  1.42  christos 	/* 422 */	NULL, /* filler */
   1458  1.42  christos 	/* 423 */	NULL, /* filler */
   1459  1.42  christos 	/* 424 */	NULL, /* filler */
   1460  1.42  christos 	/* 425 */	NULL, /* filler */
   1461  1.42  christos 	/* 426 */	NULL, /* filler */
   1462  1.42  christos 	/* 427 */	NULL, /* filler */
   1463  1.42  christos 	/* 428 */	NULL, /* filler */
   1464  1.42  christos 	/* 429 */	NULL, /* filler */
   1465  1.42  christos 	/* 430 */	NULL, /* filler */
   1466  1.42  christos 	/* 431 */	NULL, /* filler */
   1467  1.42  christos 	/* 432 */	NULL, /* filler */
   1468  1.42  christos 	/* 433 */	NULL, /* filler */
   1469  1.42  christos 	/* 434 */	NULL, /* filler */
   1470  1.42  christos 	/* 435 */	NULL, /* filler */
   1471  1.42  christos 	/* 436 */	NULL, /* filler */
   1472  1.42  christos 	/* 437 */	NULL, /* filler */
   1473  1.42  christos 	/* 438 */	NULL, /* filler */
   1474  1.42  christos 	/* 439 */	NULL, /* filler */
   1475  1.42  christos 	/* 440 */	NULL, /* filler */
   1476  1.42  christos 	/* 441 */	NULL, /* filler */
   1477  1.42  christos 	/* 442 */	NULL, /* filler */
   1478  1.42  christos 	/* 443 */	NULL, /* filler */
   1479  1.42  christos 	/* 444 */	NULL, /* filler */
   1480  1.42  christos 	/* 445 */	NULL, /* filler */
   1481  1.42  christos 	/* 446 */	NULL, /* filler */
   1482  1.42  christos 	/* 447 */	NULL, /* filler */
   1483  1.42  christos 	/* 448 */	NULL, /* filler */
   1484  1.42  christos 	/* 449 */	NULL, /* filler */
   1485  1.42  christos 	/* 450 */	NULL, /* filler */
   1486  1.42  christos 	/* 451 */	NULL, /* filler */
   1487  1.42  christos 	/* 452 */	NULL, /* filler */
   1488  1.42  christos 	/* 453 */	NULL, /* filler */
   1489  1.42  christos 	/* 454 */	NULL, /* filler */
   1490  1.42  christos 	/* 455 */	NULL, /* filler */
   1491  1.42  christos 	/* 456 */	NULL, /* filler */
   1492  1.42  christos 	/* 457 */	NULL, /* filler */
   1493  1.42  christos 	/* 458 */	NULL, /* filler */
   1494  1.42  christos 	/* 459 */	NULL, /* filler */
   1495  1.42  christos 	/* 460 */	NULL, /* filler */
   1496  1.42  christos 	/* 461 */	NULL, /* filler */
   1497  1.42  christos 	/* 462 */	NULL, /* filler */
   1498  1.42  christos 	/* 463 */	NULL, /* filler */
   1499  1.42  christos 	/* 464 */	NULL, /* filler */
   1500  1.42  christos 	/* 465 */	NULL, /* filler */
   1501  1.42  christos 	/* 466 */	NULL, /* filler */
   1502  1.42  christos 	/* 467 */	NULL, /* filler */
   1503  1.42  christos 	/* 468 */	NULL, /* filler */
   1504  1.42  christos 	/* 469 */	NULL, /* filler */
   1505  1.42  christos 	/* 470 */	NULL, /* filler */
   1506  1.42  christos 	/* 471 */	NULL, /* filler */
   1507  1.42  christos 	/* 472 */	NULL, /* filler */
   1508  1.42  christos 	/* 473 */	NULL, /* filler */
   1509  1.42  christos 	/* 474 */	NULL, /* filler */
   1510  1.42  christos 	/* 475 */	NULL, /* filler */
   1511  1.42  christos 	/* 476 */	NULL, /* filler */
   1512  1.42  christos 	/* 477 */	NULL, /* filler */
   1513  1.42  christos 	/* 478 */	NULL, /* filler */
   1514  1.42  christos 	/* 479 */	NULL, /* filler */
   1515  1.42  christos 	/* 480 */	NULL, /* filler */
   1516  1.42  christos 	/* 481 */	NULL, /* filler */
   1517  1.42  christos 	/* 482 */	NULL, /* filler */
   1518  1.42  christos 	/* 483 */	NULL, /* filler */
   1519  1.42  christos 	/* 484 */	NULL, /* filler */
   1520  1.42  christos 	/* 485 */	NULL, /* filler */
   1521  1.42  christos 	/* 486 */	NULL, /* filler */
   1522  1.42  christos 	/* 487 */	NULL, /* filler */
   1523  1.42  christos 	/* 488 */	NULL, /* filler */
   1524  1.42  christos 	/* 489 */	NULL, /* filler */
   1525  1.42  christos 	/* 490 */	NULL, /* filler */
   1526  1.42  christos 	/* 491 */	NULL, /* filler */
   1527  1.42  christos 	/* 492 */	NULL, /* filler */
   1528  1.42  christos 	/* 493 */	NULL, /* filler */
   1529  1.42  christos 	/* 494 */	NULL, /* filler */
   1530  1.42  christos 	/* 495 */	NULL, /* filler */
   1531  1.42  christos 	/* 496 */	NULL, /* filler */
   1532  1.42  christos 	/* 497 */	NULL, /* filler */
   1533  1.42  christos 	/* 498 */	NULL, /* filler */
   1534  1.42  christos 	/* 499 */	NULL, /* filler */
   1535  1.42  christos 	/* 500 */	NULL, /* filler */
   1536  1.42  christos 	/* 501 */	NULL, /* filler */
   1537  1.42  christos 	/* 502 */	NULL, /* filler */
   1538  1.42  christos 	/* 503 */	NULL, /* filler */
   1539  1.42  christos 	/* 504 */	NULL, /* filler */
   1540  1.42  christos 	/* 505 */	NULL, /* filler */
   1541  1.42  christos 	/* 506 */	NULL, /* filler */
   1542  1.42  christos 	/* 507 */	NULL, /* filler */
   1543  1.42  christos 	/* 508 */	NULL, /* filler */
   1544  1.42  christos 	/* 509 */	NULL, /* filler */
   1545  1.42  christos 	/* 510 */	NULL, /* filler */
   1546  1.42  christos 	/* 511 */	NULL, /* filler */
   1547  1.42  christos };
   1548