Home | History | Annotate | Line # | Download | only in freebsd
freebsd_sysent.c revision 1.48
      1  1.38       cgd /* $NetBSD: freebsd_sysent.c,v 1.48 2002/05/03 00:25:30 eeh Exp $ */
      2  1.17   thorpej 
      3   1.1   mycroft /*
      4   1.1   mycroft  * System call switch table.
      5   1.1   mycroft  *
      6   1.1   mycroft  * DO NOT EDIT-- this file is automatically generated.
      7  1.48       eeh  * created from	NetBSD: syscalls.master,v 1.37 2002/05/03 00:20:57 eeh Exp
      8   1.1   mycroft  */
      9   1.1   mycroft 
     10  1.47     lukem #include <sys/cdefs.h>
     11  1.47     lukem __KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.48 2002/05/03 00:25:30 eeh Exp $");
     12  1.47     lukem 
     13  1.45       mrg #if defined(_KERNEL_OPT)
     14  1.24   thorpej #include "opt_ktrace.h"
     15  1.25   thorpej #include "opt_nfsserver.h"
     16  1.36     bjh21 #include "opt_ntp.h"
     17  1.27      tron #include "opt_sysv.h"
     18  1.28  christos #include "opt_compat_43.h"
     19  1.21   thorpej #include "fs_lfs.h"
     20  1.21   thorpej #include "fs_nfs.h"
     21  1.39  jdolecek #endif
     22   1.1   mycroft #include <sys/param.h>
     23   1.1   mycroft #include <sys/systm.h>
     24   1.1   mycroft #include <sys/signal.h>
     25   1.1   mycroft #include <sys/mount.h>
     26   1.1   mycroft #include <sys/syscallargs.h>
     27   1.1   mycroft #include <compat/freebsd/freebsd_syscallargs.h>
     28   1.1   mycroft #include <machine/freebsd_machdep.h>
     29   1.1   mycroft 
     30   1.1   mycroft #define	s(type)	sizeof(type)
     31   1.1   mycroft 
     32   1.1   mycroft struct sysent freebsd_sysent[] = {
     33  1.44   thorpej 	{ 0, 0, 0,
     34   1.1   mycroft 	    sys_nosys },			/* 0 = syscall */
     35  1.44   thorpej 	{ 1, s(struct sys_exit_args), 0,
     36   1.1   mycroft 	    sys_exit },				/* 1 = exit */
     37  1.44   thorpej 	{ 0, 0, 0,
     38   1.1   mycroft 	    sys_fork },				/* 2 = fork */
     39  1.44   thorpej 	{ 3, s(struct sys_read_args), 0,
     40   1.1   mycroft 	    sys_read },				/* 3 = read */
     41  1.44   thorpej 	{ 3, s(struct sys_write_args), 0,
     42   1.1   mycroft 	    sys_write },			/* 4 = write */
     43  1.44   thorpej 	{ 3, s(struct freebsd_sys_open_args), 0,
     44   1.1   mycroft 	    freebsd_sys_open },			/* 5 = open */
     45  1.44   thorpej 	{ 1, s(struct sys_close_args), 0,
     46   1.1   mycroft 	    sys_close },			/* 6 = close */
     47  1.44   thorpej 	{ 4, s(struct sys_wait4_args), 0,
     48   1.1   mycroft 	    sys_wait4 },			/* 7 = wait4 */
     49  1.44   thorpej 	{ 2, s(struct compat_43_freebsd_sys_creat_args), 0,
     50   1.1   mycroft 	    compat_43_freebsd_sys_creat },	/* 8 = ocreat */
     51  1.44   thorpej 	{ 2, s(struct freebsd_sys_link_args), 0,
     52   1.1   mycroft 	    freebsd_sys_link },			/* 9 = link */
     53  1.44   thorpej 	{ 1, s(struct freebsd_sys_unlink_args), 0,
     54   1.1   mycroft 	    freebsd_sys_unlink },		/* 10 = unlink */
     55  1.44   thorpej 	{ 0, 0, 0,
     56   1.1   mycroft 	    sys_nosys },			/* 11 = obsolete execv */
     57  1.44   thorpej 	{ 1, s(struct freebsd_sys_chdir_args), 0,
     58   1.1   mycroft 	    freebsd_sys_chdir },		/* 12 = chdir */
     59  1.44   thorpej 	{ 1, s(struct sys_fchdir_args), 0,
     60   1.1   mycroft 	    sys_fchdir },			/* 13 = fchdir */
     61  1.44   thorpej 	{ 3, s(struct freebsd_sys_mknod_args), 0,
     62   1.1   mycroft 	    freebsd_sys_mknod },		/* 14 = mknod */
     63  1.44   thorpej 	{ 2, s(struct freebsd_sys_chmod_args), 0,
     64   1.1   mycroft 	    freebsd_sys_chmod },		/* 15 = chmod */
     65  1.44   thorpej 	{ 3, s(struct freebsd_sys_chown_args), 0,
     66   1.1   mycroft 	    freebsd_sys_chown },		/* 16 = chown */
     67  1.44   thorpej 	{ 1, s(struct sys_obreak_args), 0,
     68   1.1   mycroft 	    sys_obreak },			/* 17 = break */
     69  1.44   thorpej 	{ 3, s(struct sys_getfsstat_args), 0,
     70   1.1   mycroft 	    sys_getfsstat },			/* 18 = getfsstat */
     71  1.44   thorpej 	{ 3, s(struct compat_43_sys_lseek_args), 0,
     72   1.1   mycroft 	    compat_43_sys_lseek },		/* 19 = olseek */
     73  1.44   thorpej 	{ 0, 0, 0,
     74  1.42   mycroft 	    sys_getpid_with_ppid },		/* 20 = getpid_with_ppid */
     75  1.44   thorpej 	{ 4, s(struct freebsd_sys_mount_args), 0,
     76   1.1   mycroft 	    freebsd_sys_mount },		/* 21 = mount */
     77  1.44   thorpej 	{ 2, s(struct freebsd_sys_unmount_args), 0,
     78   1.1   mycroft 	    freebsd_sys_unmount },		/* 22 = unmount */
     79  1.44   thorpej 	{ 1, s(struct sys_setuid_args), 0,
     80   1.1   mycroft 	    sys_setuid },			/* 23 = setuid */
     81  1.44   thorpej 	{ 0, 0, 0,
     82  1.42   mycroft 	    sys_getuid_with_euid },		/* 24 = getuid_with_euid */
     83  1.44   thorpej 	{ 0, 0, 0,
     84   1.1   mycroft 	    sys_geteuid },			/* 25 = geteuid */
     85  1.44   thorpej 	{ 4, s(struct freebsd_sys_ptrace_args), 0,
     86   1.1   mycroft 	    freebsd_sys_ptrace },		/* 26 = ptrace */
     87  1.44   thorpej 	{ 3, s(struct sys_recvmsg_args), 0,
     88   1.1   mycroft 	    sys_recvmsg },			/* 27 = recvmsg */
     89  1.44   thorpej 	{ 3, s(struct sys_sendmsg_args), 0,
     90   1.1   mycroft 	    sys_sendmsg },			/* 28 = sendmsg */
     91  1.44   thorpej 	{ 6, s(struct sys_recvfrom_args), 0,
     92   1.1   mycroft 	    sys_recvfrom },			/* 29 = recvfrom */
     93  1.44   thorpej 	{ 3, s(struct sys_accept_args), 0,
     94   1.1   mycroft 	    sys_accept },			/* 30 = accept */
     95  1.44   thorpej 	{ 3, s(struct sys_getpeername_args), 0,
     96   1.1   mycroft 	    sys_getpeername },			/* 31 = getpeername */
     97  1.44   thorpej 	{ 3, s(struct sys_getsockname_args), 0,
     98   1.1   mycroft 	    sys_getsockname },			/* 32 = getsockname */
     99  1.44   thorpej 	{ 2, s(struct freebsd_sys_access_args), 0,
    100   1.1   mycroft 	    freebsd_sys_access },		/* 33 = access */
    101  1.44   thorpej 	{ 2, s(struct freebsd_sys_chflags_args), 0,
    102   1.1   mycroft 	    freebsd_sys_chflags },		/* 34 = chflags */
    103  1.44   thorpej 	{ 2, s(struct sys_fchflags_args), 0,
    104   1.1   mycroft 	    sys_fchflags },			/* 35 = fchflags */
    105  1.44   thorpej 	{ 0, 0, 0,
    106   1.1   mycroft 	    sys_sync },				/* 36 = sync */
    107  1.44   thorpej 	{ 2, s(struct sys_kill_args), 0,
    108   1.1   mycroft 	    sys_kill },				/* 37 = kill */
    109  1.44   thorpej 	{ 2, s(struct compat_43_freebsd_sys_stat_args), 0,
    110  1.12  christos 	    compat_43_freebsd_sys_stat },	/* 38 = stat43 */
    111  1.44   thorpej 	{ 0, 0, 0,
    112   1.4   mycroft 	    sys_getppid },			/* 39 = getppid */
    113  1.44   thorpej 	{ 2, s(struct compat_43_freebsd_sys_lstat_args), 0,
    114  1.12  christos 	    compat_43_freebsd_sys_lstat },	/* 40 = lstat43 */
    115  1.44   thorpej 	{ 1, s(struct sys_dup_args), 0,
    116   1.1   mycroft 	    sys_dup },				/* 41 = dup */
    117  1.44   thorpej 	{ 0, 0, 0,
    118   1.1   mycroft 	    sys_pipe },				/* 42 = pipe */
    119  1.44   thorpej 	{ 0, 0, 0,
    120   1.1   mycroft 	    sys_getegid },			/* 43 = getegid */
    121  1.44   thorpej 	{ 4, s(struct sys_profil_args), 0,
    122   1.1   mycroft 	    sys_profil },			/* 44 = profil */
    123   1.1   mycroft #ifdef KTRACE
    124  1.44   thorpej 	{ 4, s(struct sys_ktrace_args), 0,
    125   1.1   mycroft 	    sys_ktrace },			/* 45 = ktrace */
    126   1.1   mycroft #else
    127  1.44   thorpej 	{ 0, 0, 0,
    128  1.43  jdolecek 	    sys_nosys },			/* 45 = excluded ktrace */
    129   1.1   mycroft #endif
    130  1.44   thorpej 	{ 3, s(struct compat_13_sys_sigaction_args), 0,
    131  1.26   mycroft 	    compat_13_sys_sigaction },		/* 46 = sigaction */
    132  1.44   thorpej 	{ 0, 0, 0,
    133  1.42   mycroft 	    sys_getgid_with_egid },		/* 47 = getgid_with_egid */
    134  1.44   thorpej 	{ 2, s(struct compat_13_sys_sigprocmask_args), 0,
    135  1.26   mycroft 	    compat_13_sys_sigprocmask },	/* 48 = sigprocmask */
    136  1.44   thorpej 	{ 2, s(struct sys___getlogin_args), 0,
    137   1.6  christos 	    sys___getlogin },			/* 49 = __getlogin */
    138  1.44   thorpej 	{ 1, s(struct sys_setlogin_args), 0,
    139   1.1   mycroft 	    sys_setlogin },			/* 50 = setlogin */
    140  1.44   thorpej 	{ 1, s(struct sys_acct_args), 0,
    141   1.1   mycroft 	    sys_acct },				/* 51 = acct */
    142  1.44   thorpej 	{ 0, 0, 0,
    143  1.26   mycroft 	    compat_13_sys_sigpending },		/* 52 = sigpending */
    144  1.44   thorpej 	{ 2, s(struct compat_13_sys_sigaltstack_args), 0,
    145  1.14     veego 	    compat_13_sys_sigaltstack },	/* 53 = sigaltstack */
    146  1.44   thorpej 	{ 3, s(struct freebsd_sys_ioctl_args), 0,
    147   1.1   mycroft 	    freebsd_sys_ioctl },		/* 54 = ioctl */
    148  1.44   thorpej 	{ 1, s(struct sys_reboot_args), 0,
    149  1.29  christos 	    sys_reboot },			/* 55 = oreboot */
    150  1.44   thorpej 	{ 1, s(struct freebsd_sys_revoke_args), 0,
    151   1.1   mycroft 	    freebsd_sys_revoke },		/* 56 = revoke */
    152  1.44   thorpej 	{ 2, s(struct freebsd_sys_symlink_args), 0,
    153   1.1   mycroft 	    freebsd_sys_symlink },		/* 57 = symlink */
    154  1.44   thorpej 	{ 3, s(struct freebsd_sys_readlink_args), 0,
    155   1.1   mycroft 	    freebsd_sys_readlink },		/* 58 = readlink */
    156  1.44   thorpej 	{ 3, s(struct freebsd_sys_execve_args), 0,
    157   1.1   mycroft 	    freebsd_sys_execve },		/* 59 = execve */
    158  1.44   thorpej 	{ 1, s(struct sys_umask_args), 0,
    159   1.1   mycroft 	    sys_umask },			/* 60 = umask */
    160  1.44   thorpej 	{ 1, s(struct freebsd_sys_chroot_args), 0,
    161   1.1   mycroft 	    freebsd_sys_chroot },		/* 61 = chroot */
    162  1.44   thorpej 	{ 2, s(struct compat_43_sys_fstat_args), 0,
    163  1.12  christos 	    compat_43_sys_fstat },		/* 62 = fstat43 */
    164  1.44   thorpej 	{ 4, s(struct compat_43_sys_getkerninfo_args), 0,
    165   1.1   mycroft 	    compat_43_sys_getkerninfo },	/* 63 = ogetkerninfo */
    166  1.44   thorpej 	{ 0, 0, 0,
    167   1.1   mycroft 	    compat_43_sys_getpagesize },	/* 64 = ogetpagesize */
    168  1.44   thorpej 	{ 3, s(struct freebsd_sys_msync_args), 0,
    169   1.1   mycroft 	    freebsd_sys_msync },		/* 65 = msync */
    170  1.44   thorpej 	{ 0, 0, 0,
    171   1.1   mycroft 	    sys_vfork },			/* 66 = vfork */
    172  1.44   thorpej 	{ 0, 0, 0,
    173   1.1   mycroft 	    sys_nosys },			/* 67 = obsolete vread */
    174  1.44   thorpej 	{ 0, 0, 0,
    175   1.1   mycroft 	    sys_nosys },			/* 68 = obsolete vwrite */
    176  1.44   thorpej 	{ 1, s(struct sys_sbrk_args), 0,
    177   1.1   mycroft 	    sys_sbrk },				/* 69 = sbrk */
    178  1.44   thorpej 	{ 1, s(struct sys_sstk_args), 0,
    179   1.1   mycroft 	    sys_sstk },				/* 70 = sstk */
    180  1.44   thorpej 	{ 6, s(struct compat_43_sys_mmap_args), 0,
    181   1.1   mycroft 	    compat_43_sys_mmap },		/* 71 = ommap */
    182  1.44   thorpej 	{ 1, s(struct sys_ovadvise_args), 0,
    183   1.1   mycroft 	    sys_ovadvise },			/* 72 = vadvise */
    184  1.44   thorpej 	{ 2, s(struct sys_munmap_args), 0,
    185   1.1   mycroft 	    sys_munmap },			/* 73 = munmap */
    186  1.44   thorpej 	{ 3, s(struct sys_mprotect_args), 0,
    187   1.1   mycroft 	    sys_mprotect },			/* 74 = mprotect */
    188  1.44   thorpej 	{ 3, s(struct sys_madvise_args), 0,
    189   1.1   mycroft 	    sys_madvise },			/* 75 = madvise */
    190  1.44   thorpej 	{ 0, 0, 0,
    191   1.1   mycroft 	    sys_nosys },			/* 76 = obsolete vhangup */
    192  1.44   thorpej 	{ 0, 0, 0,
    193   1.1   mycroft 	    sys_nosys },			/* 77 = obsolete vlimit */
    194  1.44   thorpej 	{ 3, s(struct sys_mincore_args), 0,
    195   1.1   mycroft 	    sys_mincore },			/* 78 = mincore */
    196  1.44   thorpej 	{ 2, s(struct sys_getgroups_args), 0,
    197   1.1   mycroft 	    sys_getgroups },			/* 79 = getgroups */
    198  1.44   thorpej 	{ 2, s(struct sys_setgroups_args), 0,
    199   1.1   mycroft 	    sys_setgroups },			/* 80 = setgroups */
    200  1.44   thorpej 	{ 0, 0, 0,
    201   1.1   mycroft 	    sys_getpgrp },			/* 81 = getpgrp */
    202  1.44   thorpej 	{ 2, s(struct sys_setpgid_args), 0,
    203   1.1   mycroft 	    sys_setpgid },			/* 82 = setpgid */
    204  1.44   thorpej 	{ 3, s(struct sys_setitimer_args), 0,
    205   1.1   mycroft 	    sys_setitimer },			/* 83 = setitimer */
    206  1.44   thorpej 	{ 0, 0, 0,
    207   1.1   mycroft 	    compat_43_sys_wait },		/* 84 = owait */
    208  1.44   thorpej 	{ 1, s(struct compat_12_sys_swapon_args), 0,
    209   1.8   thorpej 	    compat_12_sys_swapon },		/* 85 = swapon */
    210  1.44   thorpej 	{ 2, s(struct sys_getitimer_args), 0,
    211   1.1   mycroft 	    sys_getitimer },			/* 86 = getitimer */
    212  1.44   thorpej 	{ 2, s(struct compat_43_sys_gethostname_args), 0,
    213   1.1   mycroft 	    compat_43_sys_gethostname },	/* 87 = ogethostname */
    214  1.44   thorpej 	{ 2, s(struct compat_43_sys_sethostname_args), 0,
    215   1.1   mycroft 	    compat_43_sys_sethostname },	/* 88 = osethostname */
    216  1.44   thorpej 	{ 0, 0, 0,
    217   1.1   mycroft 	    compat_43_sys_getdtablesize },	/* 89 = ogetdtablesize */
    218  1.44   thorpej 	{ 2, s(struct sys_dup2_args), 0,
    219   1.1   mycroft 	    sys_dup2 },				/* 90 = dup2 */
    220  1.44   thorpej 	{ 0, 0, 0,
    221   1.1   mycroft 	    sys_nosys },			/* 91 = unimplemented getdopt */
    222  1.44   thorpej 	{ 3, s(struct sys_fcntl_args), 0,
    223   1.1   mycroft 	    sys_fcntl },			/* 92 = fcntl */
    224  1.44   thorpej 	{ 5, s(struct sys_select_args), 0,
    225   1.1   mycroft 	    sys_select },			/* 93 = select */
    226  1.44   thorpej 	{ 0, 0, 0,
    227   1.1   mycroft 	    sys_nosys },			/* 94 = unimplemented setdopt */
    228  1.44   thorpej 	{ 1, s(struct sys_fsync_args), 0,
    229   1.1   mycroft 	    sys_fsync },			/* 95 = fsync */
    230  1.44   thorpej 	{ 3, s(struct sys_setpriority_args), 0,
    231   1.1   mycroft 	    sys_setpriority },			/* 96 = setpriority */
    232  1.44   thorpej 	{ 3, s(struct sys_socket_args), 0,
    233   1.1   mycroft 	    sys_socket },			/* 97 = socket */
    234  1.44   thorpej 	{ 3, s(struct sys_connect_args), 0,
    235   1.1   mycroft 	    sys_connect },			/* 98 = connect */
    236  1.44   thorpej 	{ 3, s(struct compat_43_sys_accept_args), 0,
    237   1.1   mycroft 	    compat_43_sys_accept },		/* 99 = oaccept */
    238  1.44   thorpej 	{ 2, s(struct sys_getpriority_args), 0,
    239   1.1   mycroft 	    sys_getpriority },			/* 100 = getpriority */
    240  1.44   thorpej 	{ 4, s(struct compat_43_sys_send_args), 0,
    241   1.1   mycroft 	    compat_43_sys_send },		/* 101 = osend */
    242  1.44   thorpej 	{ 4, s(struct compat_43_sys_recv_args), 0,
    243   1.1   mycroft 	    compat_43_sys_recv },		/* 102 = orecv */
    244  1.44   thorpej 	{ 1, s(struct freebsd_sys_sigreturn_args), 0,
    245   1.1   mycroft 	    freebsd_sys_sigreturn },		/* 103 = sigreturn */
    246  1.44   thorpej 	{ 3, s(struct sys_bind_args), 0,
    247   1.1   mycroft 	    sys_bind },				/* 104 = bind */
    248  1.44   thorpej 	{ 5, s(struct sys_setsockopt_args), 0,
    249   1.1   mycroft 	    sys_setsockopt },			/* 105 = setsockopt */
    250  1.44   thorpej 	{ 2, s(struct sys_listen_args), 0,
    251   1.1   mycroft 	    sys_listen },			/* 106 = listen */
    252  1.44   thorpej 	{ 0, 0, 0,
    253   1.1   mycroft 	    sys_nosys },			/* 107 = obsolete vtimes */
    254  1.44   thorpej 	{ 3, s(struct compat_43_sys_sigvec_args), 0,
    255   1.1   mycroft 	    compat_43_sys_sigvec },		/* 108 = osigvec */
    256  1.44   thorpej 	{ 1, s(struct compat_43_sys_sigblock_args), 0,
    257   1.1   mycroft 	    compat_43_sys_sigblock },		/* 109 = osigblock */
    258  1.44   thorpej 	{ 1, s(struct compat_43_sys_sigsetmask_args), 0,
    259   1.1   mycroft 	    compat_43_sys_sigsetmask },		/* 110 = osigsetmask */
    260  1.44   thorpej 	{ 1, s(struct compat_13_sys_sigsuspend_args), 0,
    261  1.26   mycroft 	    compat_13_sys_sigsuspend },		/* 111 = sigsuspend */
    262  1.44   thorpej 	{ 2, s(struct compat_43_sys_sigstack_args), 0,
    263   1.1   mycroft 	    compat_43_sys_sigstack },		/* 112 = osigstack */
    264  1.44   thorpej 	{ 3, s(struct compat_43_sys_recvmsg_args), 0,
    265   1.1   mycroft 	    compat_43_sys_recvmsg },		/* 113 = orecvmsg */
    266  1.44   thorpej 	{ 3, s(struct compat_43_sys_sendmsg_args), 0,
    267   1.1   mycroft 	    compat_43_sys_sendmsg },		/* 114 = osendmsg */
    268   1.1   mycroft #ifdef TRACE
    269  1.44   thorpej 	{ 2, s(struct sys_vtrace_args), 0,
    270   1.1   mycroft 	    sys_vtrace },			/* 115 = vtrace */
    271   1.1   mycroft #else
    272  1.44   thorpej 	{ 0, 0, 0,
    273   1.1   mycroft 	    sys_nosys },			/* 115 = obsolete vtrace */
    274   1.1   mycroft #endif
    275  1.44   thorpej 	{ 2, s(struct sys_gettimeofday_args), 0,
    276   1.1   mycroft 	    sys_gettimeofday },			/* 116 = gettimeofday */
    277  1.44   thorpej 	{ 2, s(struct sys_getrusage_args), 0,
    278   1.1   mycroft 	    sys_getrusage },			/* 117 = getrusage */
    279  1.44   thorpej 	{ 5, s(struct sys_getsockopt_args), 0,
    280   1.1   mycroft 	    sys_getsockopt },			/* 118 = getsockopt */
    281  1.44   thorpej 	{ 0, 0, 0,
    282   1.1   mycroft 	    sys_nosys },			/* 119 = obsolete resuba */
    283  1.44   thorpej 	{ 3, s(struct sys_readv_args), 0,
    284   1.1   mycroft 	    sys_readv },			/* 120 = readv */
    285  1.44   thorpej 	{ 3, s(struct sys_writev_args), 0,
    286   1.1   mycroft 	    sys_writev },			/* 121 = writev */
    287  1.44   thorpej 	{ 2, s(struct sys_settimeofday_args), 0,
    288   1.1   mycroft 	    sys_settimeofday },			/* 122 = settimeofday */
    289  1.44   thorpej 	{ 3, s(struct sys_fchown_args), 0,
    290   1.1   mycroft 	    sys_fchown },			/* 123 = fchown */
    291  1.44   thorpej 	{ 2, s(struct sys_fchmod_args), 0,
    292   1.1   mycroft 	    sys_fchmod },			/* 124 = fchmod */
    293  1.44   thorpej 	{ 6, s(struct compat_43_sys_recvfrom_args), 0,
    294   1.1   mycroft 	    compat_43_sys_recvfrom },		/* 125 = orecvfrom */
    295  1.44   thorpej 	{ 2, s(struct sys_setreuid_args), 0,
    296   1.5   mycroft 	    sys_setreuid },			/* 126 = setreuid */
    297  1.44   thorpej 	{ 2, s(struct sys_setregid_args), 0,
    298   1.5   mycroft 	    sys_setregid },			/* 127 = setregid */
    299  1.44   thorpej 	{ 2, s(struct freebsd_sys_rename_args), 0,
    300   1.1   mycroft 	    freebsd_sys_rename },		/* 128 = rename */
    301  1.44   thorpej 	{ 2, s(struct compat_43_freebsd_sys_truncate_args), 0,
    302   1.1   mycroft 	    compat_43_freebsd_sys_truncate },	/* 129 = otruncate */
    303  1.44   thorpej 	{ 2, s(struct compat_43_sys_ftruncate_args), 0,
    304   1.3   mycroft 	    compat_43_sys_ftruncate },		/* 130 = oftruncate */
    305  1.44   thorpej 	{ 2, s(struct sys_flock_args), 0,
    306   1.3   mycroft 	    sys_flock },			/* 131 = flock */
    307  1.44   thorpej 	{ 2, s(struct freebsd_sys_mkfifo_args), 0,
    308   1.1   mycroft 	    freebsd_sys_mkfifo },		/* 132 = mkfifo */
    309  1.44   thorpej 	{ 6, s(struct sys_sendto_args), 0,
    310   1.1   mycroft 	    sys_sendto },			/* 133 = sendto */
    311  1.44   thorpej 	{ 2, s(struct sys_shutdown_args), 0,
    312   1.1   mycroft 	    sys_shutdown },			/* 134 = shutdown */
    313  1.44   thorpej 	{ 4, s(struct sys_socketpair_args), 0,
    314   1.1   mycroft 	    sys_socketpair },			/* 135 = socketpair */
    315  1.44   thorpej 	{ 2, s(struct freebsd_sys_mkdir_args), 0,
    316   1.1   mycroft 	    freebsd_sys_mkdir },		/* 136 = mkdir */
    317  1.44   thorpej 	{ 1, s(struct freebsd_sys_rmdir_args), 0,
    318   1.1   mycroft 	    freebsd_sys_rmdir },		/* 137 = rmdir */
    319  1.44   thorpej 	{ 2, s(struct sys_utimes_args), 0,
    320   1.1   mycroft 	    sys_utimes },			/* 138 = utimes */
    321  1.44   thorpej 	{ 0, 0, 0,
    322   1.1   mycroft 	    sys_nosys },			/* 139 = obsolete 4.2 sigreturn */
    323  1.44   thorpej 	{ 2, s(struct sys_adjtime_args), 0,
    324   1.1   mycroft 	    sys_adjtime },			/* 140 = adjtime */
    325  1.44   thorpej 	{ 3, s(struct compat_43_sys_getpeername_args), 0,
    326   1.1   mycroft 	    compat_43_sys_getpeername },	/* 141 = ogetpeername */
    327  1.44   thorpej 	{ 0, 0, 0,
    328   1.1   mycroft 	    compat_43_sys_gethostid },		/* 142 = ogethostid */
    329  1.44   thorpej 	{ 1, s(struct compat_43_sys_sethostid_args), 0,
    330   1.1   mycroft 	    compat_43_sys_sethostid },		/* 143 = osethostid */
    331  1.44   thorpej 	{ 2, s(struct compat_43_sys_getrlimit_args), 0,
    332   1.1   mycroft 	    compat_43_sys_getrlimit },		/* 144 = ogetrlimit */
    333  1.44   thorpej 	{ 2, s(struct compat_43_sys_setrlimit_args), 0,
    334   1.1   mycroft 	    compat_43_sys_setrlimit },		/* 145 = osetrlimit */
    335  1.44   thorpej 	{ 2, s(struct compat_43_sys_killpg_args), 0,
    336   1.1   mycroft 	    compat_43_sys_killpg },		/* 146 = okillpg */
    337  1.44   thorpej 	{ 0, 0, 0,
    338   1.1   mycroft 	    sys_setsid },			/* 147 = setsid */
    339  1.44   thorpej 	{ 4, s(struct sys_quotactl_args), 0,
    340   1.1   mycroft 	    sys_quotactl },			/* 148 = quotactl */
    341  1.44   thorpej 	{ 0, 0, 0,
    342   1.1   mycroft 	    compat_43_sys_quota },		/* 149 = oquota */
    343  1.44   thorpej 	{ 3, s(struct compat_43_sys_getsockname_args), 0,
    344   1.1   mycroft 	    compat_43_sys_getsockname },	/* 150 = ogetsockname */
    345  1.44   thorpej 	{ 0, 0, 0,
    346  1.34        tv 	    sys_nosys },			/* 151 = unimplemented sem_lock */
    347  1.44   thorpej 	{ 0, 0, 0,
    348  1.34        tv 	    sys_nosys },			/* 152 = unimplemented sem_wakeup */
    349  1.44   thorpej 	{ 0, 0, 0,
    350  1.34        tv 	    sys_nosys },			/* 153 = unimplemented asyncdaemon */
    351  1.44   thorpej 	{ 0, 0, 0,
    352   1.1   mycroft 	    sys_nosys },			/* 154 = unimplemented */
    353   1.7   thorpej #if defined(NFS) || defined(NFSSERVER)
    354  1.44   thorpej 	{ 2, s(struct sys_nfssvc_args), 0,
    355   1.1   mycroft 	    sys_nfssvc },			/* 155 = nfssvc */
    356   1.1   mycroft #else
    357  1.44   thorpej 	{ 0, 0, 0,
    358  1.34        tv 	    sys_nosys },			/* 155 = unimplemented nfssvc */
    359   1.1   mycroft #endif
    360  1.44   thorpej 	{ 4, s(struct compat_43_sys_getdirentries_args), 0,
    361   1.1   mycroft 	    compat_43_sys_getdirentries },	/* 156 = ogetdirentries */
    362  1.44   thorpej 	{ 2, s(struct freebsd_sys_statfs_args), 0,
    363   1.1   mycroft 	    freebsd_sys_statfs },		/* 157 = statfs */
    364  1.44   thorpej 	{ 2, s(struct sys_fstatfs_args), 0,
    365   1.1   mycroft 	    sys_fstatfs },			/* 158 = fstatfs */
    366  1.44   thorpej 	{ 0, 0, 0,
    367   1.1   mycroft 	    sys_nosys },			/* 159 = unimplemented */
    368  1.44   thorpej 	{ 0, 0, 0,
    369   1.1   mycroft 	    sys_nosys },			/* 160 = unimplemented */
    370   1.7   thorpej #ifdef NFS
    371  1.44   thorpej 	{ 2, s(struct freebsd_sys_getfh_args), 0,
    372   1.1   mycroft 	    freebsd_sys_getfh },		/* 161 = getfh */
    373   1.1   mycroft #else
    374  1.44   thorpej 	{ 0, 0, 0,
    375   1.1   mycroft 	    sys_nosys },			/* 161 = unimplemented getfh */
    376   1.1   mycroft #endif
    377  1.44   thorpej 	{ 2, s(struct compat_09_sys_getdomainname_args), 0,
    378   1.1   mycroft 	    compat_09_sys_getdomainname },	/* 162 = getdomainname */
    379  1.44   thorpej 	{ 2, s(struct compat_09_sys_setdomainname_args), 0,
    380   1.1   mycroft 	    compat_09_sys_setdomainname },	/* 163 = setdomainname */
    381  1.44   thorpej 	{ 1, s(struct compat_09_sys_uname_args), 0,
    382   1.1   mycroft 	    compat_09_sys_uname },		/* 164 = uname */
    383  1.44   thorpej 	{ 2, s(struct sys_sysarch_args), 0,
    384   1.1   mycroft 	    sys_sysarch },			/* 165 = sysarch */
    385  1.44   thorpej 	{ 3, s(struct freebsd_sys_rtprio_args), 0,
    386   1.1   mycroft 	    freebsd_sys_rtprio },		/* 166 = rtprio */
    387  1.44   thorpej 	{ 0, 0, 0,
    388   1.1   mycroft 	    sys_nosys },			/* 167 = unimplemented */
    389  1.44   thorpej 	{ 0, 0, 0,
    390   1.1   mycroft 	    sys_nosys },			/* 168 = unimplemented */
    391  1.48       eeh #if defined(SYSVSEM) && !defined(_LP64)
    392  1.44   thorpej 	{ 5, s(struct freebsd_sys_semsys_args), 0,
    393  1.19   mycroft 	    freebsd_sys_semsys },		/* 169 = semsys */
    394   1.1   mycroft #else
    395  1.44   thorpej 	{ 0, 0, 0,
    396   1.1   mycroft 	    sys_nosys },			/* 169 = unimplemented 1.0 semsys */
    397   1.1   mycroft #endif
    398  1.48       eeh #if defined(SYSVMSG) && !defined(_LP64)
    399  1.44   thorpej 	{ 6, s(struct freebsd_sys_msgsys_args), 0,
    400  1.19   mycroft 	    freebsd_sys_msgsys },		/* 170 = msgsys */
    401   1.1   mycroft #else
    402  1.44   thorpej 	{ 0, 0, 0,
    403   1.1   mycroft 	    sys_nosys },			/* 170 = unimplemented 1.0 msgsys */
    404   1.1   mycroft #endif
    405  1.48       eeh #if defined(SYSVSHM) && !defined(_LP64)
    406  1.44   thorpej 	{ 4, s(struct freebsd_sys_shmsys_args), 0,
    407  1.19   mycroft 	    freebsd_sys_shmsys },		/* 171 = shmsys */
    408   1.1   mycroft #else
    409  1.44   thorpej 	{ 0, 0, 0,
    410   1.1   mycroft 	    sys_nosys },			/* 171 = unimplemented 1.0 shmsys */
    411   1.1   mycroft #endif
    412  1.44   thorpej 	{ 0, 0, 0,
    413   1.1   mycroft 	    sys_nosys },			/* 172 = unimplemented */
    414  1.44   thorpej 	{ 5, s(struct sys_pread_args), 0,
    415  1.34        tv 	    sys_pread },			/* 173 = pread */
    416  1.44   thorpej 	{ 5, s(struct sys_pwrite_args), 0,
    417  1.34        tv 	    sys_pwrite },			/* 174 = pwrite */
    418  1.44   thorpej 	{ 0, 0, 0,
    419   1.1   mycroft 	    sys_nosys },			/* 175 = unimplemented */
    420  1.37    itojun #ifdef NTP
    421  1.44   thorpej 	{ 1, s(struct freebsd_ntp_adjtime_args), 0,
    422   1.1   mycroft 	    freebsd_ntp_adjtime },		/* 176 = freebsd_ntp_adjtime */
    423  1.36     bjh21 #else
    424  1.44   thorpej 	{ 0, 0, 0,
    425  1.36     bjh21 	    sys_nosys },			/* 176 = excluded ntp_adjtime */
    426  1.36     bjh21 #endif
    427  1.44   thorpej 	{ 0, 0, 0,
    428  1.34        tv 	    sys_nosys },			/* 177 = unimplemented sfork */
    429  1.44   thorpej 	{ 0, 0, 0,
    430  1.34        tv 	    sys_nosys },			/* 178 = unimplemented getdescriptor */
    431  1.44   thorpej 	{ 0, 0, 0,
    432  1.34        tv 	    sys_nosys },			/* 179 = unimplemented setdescriptor */
    433  1.44   thorpej 	{ 0, 0, 0,
    434   1.1   mycroft 	    sys_nosys },			/* 180 = unimplemented */
    435  1.44   thorpej 	{ 1, s(struct sys_setgid_args), 0,
    436   1.1   mycroft 	    sys_setgid },			/* 181 = setgid */
    437  1.44   thorpej 	{ 1, s(struct sys_setegid_args), 0,
    438   1.1   mycroft 	    sys_setegid },			/* 182 = setegid */
    439  1.44   thorpej 	{ 1, s(struct sys_seteuid_args), 0,
    440   1.1   mycroft 	    sys_seteuid },			/* 183 = seteuid */
    441   1.1   mycroft #ifdef LFS
    442  1.44   thorpej 	{ 3, s(struct sys_lfs_bmapv_args), 0,
    443  1.30  drochner 	    sys_lfs_bmapv },			/* 184 = lfs_bmapv */
    444  1.44   thorpej 	{ 3, s(struct sys_lfs_markv_args), 0,
    445  1.30  drochner 	    sys_lfs_markv },			/* 185 = lfs_markv */
    446  1.44   thorpej 	{ 2, s(struct sys_lfs_segclean_args), 0,
    447  1.30  drochner 	    sys_lfs_segclean },			/* 186 = lfs_segclean */
    448  1.44   thorpej 	{ 2, s(struct sys_lfs_segwait_args), 0,
    449  1.30  drochner 	    sys_lfs_segwait },			/* 187 = lfs_segwait */
    450   1.1   mycroft #else
    451  1.44   thorpej 	{ 0, 0, 0,
    452   1.1   mycroft 	    sys_nosys },			/* 184 = unimplemented */
    453  1.44   thorpej 	{ 0, 0, 0,
    454   1.1   mycroft 	    sys_nosys },			/* 185 = unimplemented */
    455  1.44   thorpej 	{ 0, 0, 0,
    456   1.1   mycroft 	    sys_nosys },			/* 186 = unimplemented */
    457  1.44   thorpej 	{ 0, 0, 0,
    458   1.1   mycroft 	    sys_nosys },			/* 187 = unimplemented */
    459   1.1   mycroft #endif
    460  1.44   thorpej 	{ 2, s(struct freebsd_sys_stat_args), 0,
    461   1.1   mycroft 	    freebsd_sys_stat },			/* 188 = stat */
    462  1.44   thorpej 	{ 2, s(struct compat_12_sys_fstat_args), 0,
    463  1.13  christos 	    compat_12_sys_fstat },		/* 189 = fstat */
    464  1.44   thorpej 	{ 2, s(struct freebsd_sys_lstat_args), 0,
    465   1.1   mycroft 	    freebsd_sys_lstat },		/* 190 = lstat */
    466  1.44   thorpej 	{ 2, s(struct freebsd_sys_pathconf_args), 0,
    467   1.1   mycroft 	    freebsd_sys_pathconf },		/* 191 = pathconf */
    468  1.44   thorpej 	{ 2, s(struct sys_fpathconf_args), 0,
    469   1.1   mycroft 	    sys_fpathconf },			/* 192 = fpathconf */
    470  1.44   thorpej 	{ 0, 0, 0,
    471   1.1   mycroft 	    sys_nosys },			/* 193 = unimplemented */
    472  1.44   thorpej 	{ 2, s(struct sys_getrlimit_args), 0,
    473   1.1   mycroft 	    sys_getrlimit },			/* 194 = getrlimit */
    474  1.44   thorpej 	{ 2, s(struct sys_setrlimit_args), 0,
    475   1.1   mycroft 	    sys_setrlimit },			/* 195 = setrlimit */
    476  1.44   thorpej 	{ 4, s(struct compat_12_sys_getdirentries_args), 0,
    477   1.9      fvdl 	    compat_12_sys_getdirentries },	/* 196 = getdirentries */
    478  1.44   thorpej 	{ 7, s(struct sys_mmap_args), 0,
    479   1.1   mycroft 	    sys_mmap },				/* 197 = mmap */
    480  1.44   thorpej 	{ 0, 0, 0,
    481   1.1   mycroft 	    sys_nosys },			/* 198 = __syscall */
    482  1.44   thorpej 	{ 4, s(struct sys_lseek_args), 0,
    483   1.1   mycroft 	    sys_lseek },			/* 199 = lseek */
    484  1.44   thorpej 	{ 3, s(struct freebsd_sys_truncate_args), 0,
    485   1.1   mycroft 	    freebsd_sys_truncate },		/* 200 = truncate */
    486  1.44   thorpej 	{ 3, s(struct sys_ftruncate_args), 0,
    487   1.1   mycroft 	    sys_ftruncate },			/* 201 = ftruncate */
    488  1.44   thorpej 	{ 6, s(struct sys___sysctl_args), 0,
    489   1.1   mycroft 	    sys___sysctl },			/* 202 = __sysctl */
    490  1.44   thorpej 	{ 2, s(struct sys_mlock_args), 0,
    491   1.1   mycroft 	    sys_mlock },			/* 203 = mlock */
    492  1.44   thorpej 	{ 2, s(struct sys_munlock_args), 0,
    493   1.1   mycroft 	    sys_munlock },			/* 204 = munlock */
    494   1.1   mycroft #ifdef FREEBSD_BASED_ON_44LITE_R2
    495  1.44   thorpej 	{ 1, s(struct freebsd_sys_undelete_args), 0,
    496   1.1   mycroft 	    freebsd_sys_undelete },		/* 205 = undelete */
    497   1.1   mycroft #else
    498  1.44   thorpej 	{ 0, 0, 0,
    499  1.34        tv 	    sys_nosys },			/* 205 = unimplemented undelete */
    500   1.1   mycroft #endif
    501  1.44   thorpej 	{ 2, s(struct sys_futimes_args), 0,
    502  1.29  christos 	    sys_futimes },			/* 206 = futimes */
    503  1.44   thorpej 	{ 1, s(struct sys_getpgid_args), 0,
    504  1.29  christos 	    sys_getpgid },			/* 207 = getpgid */
    505  1.29  christos #if 0
    506  1.44   thorpej 	{ 2, s(struct sys_reboot_args), 0,
    507  1.29  christos 	    sys_reboot },			/* 208 = reboot */
    508  1.29  christos #else
    509  1.44   thorpej 	{ 0, 0, 0,
    510  1.29  christos 	    sys_nosys },			/* 208 = unimplemented newreboot */
    511  1.29  christos #endif
    512  1.44   thorpej 	{ 3, s(struct sys_poll_args), 0,
    513  1.29  christos 	    sys_poll },				/* 209 = poll */
    514  1.44   thorpej 	{ 0, 0, 0,
    515   1.1   mycroft 	    sys_nosys },			/* 210 = unimplemented */
    516  1.44   thorpej 	{ 0, 0, 0,
    517   1.1   mycroft 	    sys_nosys },			/* 211 = unimplemented */
    518  1.44   thorpej 	{ 0, 0, 0,
    519   1.1   mycroft 	    sys_nosys },			/* 212 = unimplemented */
    520  1.44   thorpej 	{ 0, 0, 0,
    521   1.1   mycroft 	    sys_nosys },			/* 213 = unimplemented */
    522  1.44   thorpej 	{ 0, 0, 0,
    523   1.1   mycroft 	    sys_nosys },			/* 214 = unimplemented */
    524  1.44   thorpej 	{ 0, 0, 0,
    525   1.1   mycroft 	    sys_nosys },			/* 215 = unimplemented */
    526  1.44   thorpej 	{ 0, 0, 0,
    527   1.1   mycroft 	    sys_nosys },			/* 216 = unimplemented */
    528  1.44   thorpej 	{ 0, 0, 0,
    529   1.1   mycroft 	    sys_nosys },			/* 217 = unimplemented */
    530  1.44   thorpej 	{ 0, 0, 0,
    531   1.1   mycroft 	    sys_nosys },			/* 218 = unimplemented */
    532  1.44   thorpej 	{ 0, 0, 0,
    533   1.1   mycroft 	    sys_nosys },			/* 219 = unimplemented */
    534  1.29  christos #ifdef SYSVSEM
    535  1.44   thorpej 	{ 4, s(struct compat_14_sys___semctl_args), 0,
    536  1.32   thorpej 	    compat_14_sys___semctl },		/* 220 = __semctl */
    537  1.44   thorpej 	{ 3, s(struct sys_semget_args), 0,
    538  1.29  christos 	    sys_semget },			/* 221 = semget */
    539  1.44   thorpej 	{ 3, s(struct sys_semop_args), 0,
    540  1.29  christos 	    sys_semop },			/* 222 = semop */
    541  1.44   thorpej 	{ 1, s(struct sys_semconfig_args), 0,
    542  1.29  christos 	    sys_semconfig },			/* 223 = semconfig */
    543  1.29  christos #else
    544  1.44   thorpej 	{ 0, 0, 0,
    545  1.29  christos 	    sys_nosys },			/* 220 = unimplemented semctl */
    546  1.44   thorpej 	{ 0, 0, 0,
    547  1.29  christos 	    sys_nosys },			/* 221 = unimplemented semget */
    548  1.44   thorpej 	{ 0, 0, 0,
    549  1.29  christos 	    sys_nosys },			/* 222 = unimplemented semop */
    550  1.44   thorpej 	{ 0, 0, 0,
    551  1.29  christos 	    sys_nosys },			/* 223 = unimplemented semconfig */
    552  1.29  christos #endif
    553  1.29  christos #ifdef SYSVMSG
    554  1.44   thorpej 	{ 3, s(struct compat_14_sys_msgctl_args), 0,
    555  1.32   thorpej 	    compat_14_sys_msgctl },		/* 224 = msgctl */
    556  1.44   thorpej 	{ 2, s(struct sys_msgget_args), 0,
    557  1.29  christos 	    sys_msgget },			/* 225 = msgget */
    558  1.44   thorpej 	{ 4, s(struct sys_msgsnd_args), 0,
    559  1.29  christos 	    sys_msgsnd },			/* 226 = msgsnd */
    560  1.44   thorpej 	{ 5, s(struct sys_msgrcv_args), 0,
    561  1.29  christos 	    sys_msgrcv },			/* 227 = msgrcv */
    562  1.29  christos #else
    563  1.44   thorpej 	{ 0, 0, 0,
    564  1.29  christos 	    sys_nosys },			/* 224 = unimplemented msgctl */
    565  1.44   thorpej 	{ 0, 0, 0,
    566  1.29  christos 	    sys_nosys },			/* 225 = unimplemented msgget */
    567  1.44   thorpej 	{ 0, 0, 0,
    568  1.29  christos 	    sys_nosys },			/* 226 = unimplemented msgsnd */
    569  1.44   thorpej 	{ 0, 0, 0,
    570  1.29  christos 	    sys_nosys },			/* 227 = unimplemented msgrcv */
    571  1.29  christos #endif
    572  1.29  christos #ifdef SYSVSHM
    573  1.44   thorpej 	{ 3, s(struct sys_shmat_args), 0,
    574  1.29  christos 	    sys_shmat },			/* 228 = shmat */
    575  1.44   thorpej 	{ 3, s(struct compat_14_sys_shmctl_args), 0,
    576  1.32   thorpej 	    compat_14_sys_shmctl },		/* 229 = shmctl */
    577  1.44   thorpej 	{ 1, s(struct sys_shmdt_args), 0,
    578  1.29  christos 	    sys_shmdt },			/* 230 = shmdt */
    579  1.44   thorpej 	{ 3, s(struct sys_shmget_args), 0,
    580  1.29  christos 	    sys_shmget },			/* 231 = shmget */
    581  1.29  christos #else
    582  1.44   thorpej 	{ 0, 0, 0,
    583  1.29  christos 	    sys_nosys },			/* 228 = unimplemented shmat */
    584  1.44   thorpej 	{ 0, 0, 0,
    585  1.29  christos 	    sys_nosys },			/* 229 = unimplemented shmctl */
    586  1.44   thorpej 	{ 0, 0, 0,
    587  1.29  christos 	    sys_nosys },			/* 230 = unimplemented shmdt */
    588  1.44   thorpej 	{ 0, 0, 0,
    589  1.29  christos 	    sys_nosys },			/* 231 = unimplemented shmget */
    590  1.29  christos #endif
    591  1.44   thorpej 	{ 2, s(struct sys_clock_gettime_args), 0,
    592  1.29  christos 	    sys_clock_gettime },		/* 232 = clock_gettime */
    593  1.44   thorpej 	{ 2, s(struct sys_clock_settime_args), 0,
    594  1.29  christos 	    sys_clock_settime },		/* 233 = clock_settime */
    595  1.44   thorpej 	{ 2, s(struct sys_clock_getres_args), 0,
    596  1.29  christos 	    sys_clock_getres },			/* 234 = clock_getres */
    597  1.44   thorpej 	{ 0, 0, 0,
    598  1.29  christos 	    sys_nosys },			/* 235 = unimplemented timer_create */
    599  1.44   thorpej 	{ 0, 0, 0,
    600  1.29  christos 	    sys_nosys },			/* 236 = unimplemented timer_delete */
    601  1.44   thorpej 	{ 0, 0, 0,
    602  1.29  christos 	    sys_nosys },			/* 237 = unimplemented timer_settime */
    603  1.44   thorpej 	{ 0, 0, 0,
    604  1.29  christos 	    sys_nosys },			/* 238 = unimplemented timer_gettime */
    605  1.44   thorpej 	{ 0, 0, 0,
    606  1.29  christos 	    sys_nosys },			/* 239 = unimplemented timer_getoverrun */
    607  1.44   thorpej 	{ 2, s(struct sys_nanosleep_args), 0,
    608  1.29  christos 	    sys_nanosleep },			/* 240 = nanosleep */
    609  1.44   thorpej 	{ 0, 0, 0,
    610  1.10     enami 	    sys_nosys },			/* 241 = unimplemented */
    611  1.44   thorpej 	{ 0, 0, 0,
    612  1.10     enami 	    sys_nosys },			/* 242 = unimplemented */
    613  1.44   thorpej 	{ 0, 0, 0,
    614  1.10     enami 	    sys_nosys },			/* 243 = unimplemented */
    615  1.44   thorpej 	{ 0, 0, 0,
    616  1.10     enami 	    sys_nosys },			/* 244 = unimplemented */
    617  1.44   thorpej 	{ 0, 0, 0,
    618  1.10     enami 	    sys_nosys },			/* 245 = unimplemented */
    619  1.44   thorpej 	{ 0, 0, 0,
    620  1.10     enami 	    sys_nosys },			/* 246 = unimplemented */
    621  1.44   thorpej 	{ 0, 0, 0,
    622  1.10     enami 	    sys_nosys },			/* 247 = unimplemented */
    623  1.44   thorpej 	{ 0, 0, 0,
    624  1.10     enami 	    sys_nosys },			/* 248 = unimplemented */
    625  1.44   thorpej 	{ 0, 0, 0,
    626  1.10     enami 	    sys_nosys },			/* 249 = unimplemented */
    627  1.46  jdolecek 	{ 3, s(struct sys_minherit_args), 0,
    628  1.46  jdolecek 	    sys_minherit },			/* 250 = minherit */
    629  1.44   thorpej 	{ 0, 0, 0,
    630  1.29  christos 	    sys_nosys },			/* 251 = unimplemented rfork */
    631  1.44   thorpej 	{ 0, 0, 0,
    632  1.29  christos 	    sys_nosys },			/* 252 = unimplemented openbsd_poll */
    633  1.44   thorpej 	{ 0, 0, 0,
    634  1.33   minoura 	    sys_issetugid },			/* 253 = issetugid */
    635  1.44   thorpej 	{ 3, s(struct freebsd_sys_lchown_args), 0,
    636  1.10     enami 	    freebsd_sys_lchown },		/* 254 = lchown */
    637  1.44   thorpej 	{ 0, 0, 0,
    638  1.29  christos 	    sys_nosys },			/* 255 = unimplemented */
    639  1.44   thorpej 	{ 0, 0, 0,
    640  1.29  christos 	    sys_nosys },			/* 256 = unimplemented */
    641  1.44   thorpej 	{ 0, 0, 0,
    642  1.29  christos 	    sys_nosys },			/* 257 = unimplemented */
    643  1.44   thorpej 	{ 0, 0, 0,
    644  1.29  christos 	    sys_nosys },			/* 258 = unimplemented */
    645  1.44   thorpej 	{ 0, 0, 0,
    646  1.29  christos 	    sys_nosys },			/* 259 = unimplemented */
    647  1.44   thorpej 	{ 0, 0, 0,
    648  1.29  christos 	    sys_nosys },			/* 260 = unimplemented */
    649  1.44   thorpej 	{ 0, 0, 0,
    650  1.29  christos 	    sys_nosys },			/* 261 = unimplemented */
    651  1.44   thorpej 	{ 0, 0, 0,
    652  1.29  christos 	    sys_nosys },			/* 262 = unimplemented */
    653  1.44   thorpej 	{ 0, 0, 0,
    654  1.29  christos 	    sys_nosys },			/* 263 = unimplemented */
    655  1.44   thorpej 	{ 0, 0, 0,
    656  1.29  christos 	    sys_nosys },			/* 264 = unimplemented */
    657  1.44   thorpej 	{ 0, 0, 0,
    658  1.29  christos 	    sys_nosys },			/* 265 = unimplemented */
    659  1.44   thorpej 	{ 0, 0, 0,
    660  1.29  christos 	    sys_nosys },			/* 266 = unimplemented */
    661  1.44   thorpej 	{ 0, 0, 0,
    662  1.29  christos 	    sys_nosys },			/* 267 = unimplemented */
    663  1.44   thorpej 	{ 0, 0, 0,
    664  1.29  christos 	    sys_nosys },			/* 268 = unimplemented */
    665  1.44   thorpej 	{ 0, 0, 0,
    666  1.29  christos 	    sys_nosys },			/* 269 = unimplemented */
    667  1.44   thorpej 	{ 0, 0, 0,
    668  1.29  christos 	    sys_nosys },			/* 270 = unimplemented */
    669  1.44   thorpej 	{ 0, 0, 0,
    670  1.29  christos 	    sys_nosys },			/* 271 = unimplemented */
    671  1.44   thorpej 	{ 3, s(struct sys_getdents_args), 0,
    672  1.29  christos 	    sys_getdents },			/* 272 = getdents */
    673  1.44   thorpej 	{ 0, 0, 0,
    674  1.29  christos 	    sys_nosys },			/* 273 = unimplemented */
    675  1.44   thorpej 	{ 2, s(struct sys_lchmod_args), 0,
    676  1.29  christos 	    sys_lchmod },			/* 274 = lchmod */
    677  1.44   thorpej 	{ 3, s(struct sys_lchown_args), 0,
    678  1.29  christos 	    sys_lchown },			/* 275 = netbsd_lchown */
    679  1.44   thorpej 	{ 2, s(struct sys_lutimes_args), 0,
    680  1.29  christos 	    sys_lutimes },			/* 276 = lutimes */
    681  1.44   thorpej 	{ 3, s(struct sys___msync13_args), 0,
    682  1.29  christos 	    sys___msync13 },			/* 277 = __msync13 */
    683  1.44   thorpej 	{ 2, s(struct sys___stat13_args), 0,
    684  1.29  christos 	    sys___stat13 },			/* 278 = __stat13 */
    685  1.44   thorpej 	{ 2, s(struct sys___fstat13_args), 0,
    686  1.29  christos 	    sys___fstat13 },			/* 279 = __fstat13 */
    687  1.44   thorpej 	{ 2, s(struct sys___lstat13_args), 0,
    688  1.29  christos 	    sys___lstat13 },			/* 280 = __lstat13 */
    689  1.44   thorpej 	{ 0, 0, 0,
    690  1.29  christos 	    sys_nosys },			/* 281 = unimplemented */
    691  1.44   thorpej 	{ 0, 0, 0,
    692  1.29  christos 	    sys_nosys },			/* 282 = unimplemented */
    693  1.44   thorpej 	{ 0, 0, 0,
    694  1.29  christos 	    sys_nosys },			/* 283 = unimplemented */
    695  1.44   thorpej 	{ 0, 0, 0,
    696  1.29  christos 	    sys_nosys },			/* 284 = unimplemented */
    697  1.44   thorpej 	{ 0, 0, 0,
    698  1.29  christos 	    sys_nosys },			/* 285 = unimplemented */
    699  1.44   thorpej 	{ 0, 0, 0,
    700  1.29  christos 	    sys_nosys },			/* 286 = unimplemented */
    701  1.44   thorpej 	{ 0, 0, 0,
    702  1.29  christos 	    sys_nosys },			/* 287 = unimplemented */
    703  1.44   thorpej 	{ 0, 0, 0,
    704  1.29  christos 	    sys_nosys },			/* 288 = unimplemented */
    705  1.44   thorpej 	{ 0, 0, 0,
    706  1.29  christos 	    sys_nosys },			/* 289 = unimplemented */
    707  1.44   thorpej 	{ 0, 0, 0,
    708  1.29  christos 	    sys_nosys },			/* 290 = unimplemented */
    709  1.44   thorpej 	{ 0, 0, 0,
    710  1.29  christos 	    sys_nosys },			/* 291 = unimplemented */
    711  1.44   thorpej 	{ 0, 0, 0,
    712  1.29  christos 	    sys_nosys },			/* 292 = unimplemented */
    713  1.44   thorpej 	{ 0, 0, 0,
    714  1.29  christos 	    sys_nosys },			/* 293 = unimplemented */
    715  1.44   thorpej 	{ 0, 0, 0,
    716  1.29  christos 	    sys_nosys },			/* 294 = unimplemented */
    717  1.44   thorpej 	{ 0, 0, 0,
    718  1.29  christos 	    sys_nosys },			/* 295 = unimplemented */
    719  1.44   thorpej 	{ 0, 0, 0,
    720  1.29  christos 	    sys_nosys },			/* 296 = unimplemented */
    721  1.46  jdolecek 	{ 2, s(struct sys_fhstatfs_args), 0,
    722  1.46  jdolecek 	    sys_fhstatfs },			/* 297 = fhstatfs */
    723  1.46  jdolecek 	{ 2, s(struct sys_fhopen_args), 0,
    724  1.46  jdolecek 	    sys_fhopen },			/* 298 = fhopen */
    725  1.46  jdolecek 	{ 2, s(struct sys_fhstat_args), 0,
    726  1.46  jdolecek 	    sys_fhstat },			/* 299 = fhstat */
    727  1.44   thorpej 	{ 0, 0, 0,
    728  1.29  christos 	    sys_nosys },			/* 300 = unimplemented modnext */
    729  1.44   thorpej 	{ 0, 0, 0,
    730  1.29  christos 	    sys_nosys },			/* 301 = unimplemented modstat */
    731  1.44   thorpej 	{ 0, 0, 0,
    732  1.29  christos 	    sys_nosys },			/* 302 = unimplemented modfnext */
    733  1.44   thorpej 	{ 0, 0, 0,
    734  1.29  christos 	    sys_nosys },			/* 303 = unimplemented modfind */
    735  1.44   thorpej 	{ 0, 0, 0,
    736  1.29  christos 	    sys_nosys },			/* 304 = unimplemented kldload */
    737  1.44   thorpej 	{ 0, 0, 0,
    738  1.29  christos 	    sys_nosys },			/* 305 = unimplemented kldunload */
    739  1.44   thorpej 	{ 0, 0, 0,
    740  1.29  christos 	    sys_nosys },			/* 306 = unimplemented kldfind */
    741  1.44   thorpej 	{ 0, 0, 0,
    742  1.29  christos 	    sys_nosys },			/* 307 = unimplemented kldnext */
    743  1.44   thorpej 	{ 0, 0, 0,
    744  1.29  christos 	    sys_nosys },			/* 308 = unimplemented kldstat */
    745  1.44   thorpej 	{ 0, 0, 0,
    746  1.29  christos 	    sys_nosys },			/* 309 = unimplemented kldfirstmod */
    747  1.44   thorpej 	{ 1, s(struct sys_getsid_args), 0,
    748  1.34        tv 	    sys_getsid },			/* 310 = getsid */
    749  1.44   thorpej 	{ 0, 0, 0,
    750  1.29  christos 	    sys_nosys },			/* 311 = unimplemented setresuid */
    751  1.44   thorpej 	{ 0, 0, 0,
    752  1.29  christos 	    sys_nosys },			/* 312 = unimplemented setresgid */
    753  1.44   thorpej 	{ 0, 0, 0,
    754  1.29  christos 	    sys_nosys },			/* 313 = unimplemented signanosleep */
    755  1.44   thorpej 	{ 0, 0, 0,
    756  1.29  christos 	    sys_nosys },			/* 314 = unimplemented aio_return */
    757  1.44   thorpej 	{ 0, 0, 0,
    758  1.29  christos 	    sys_nosys },			/* 315 = unimplemented aio_suspend */
    759  1.44   thorpej 	{ 0, 0, 0,
    760  1.29  christos 	    sys_nosys },			/* 316 = unimplemented aio_cancel */
    761  1.44   thorpej 	{ 0, 0, 0,
    762  1.29  christos 	    sys_nosys },			/* 317 = unimplemented aio_error */
    763  1.44   thorpej 	{ 0, 0, 0,
    764  1.29  christos 	    sys_nosys },			/* 318 = unimplemented aio_read */
    765  1.44   thorpej 	{ 0, 0, 0,
    766  1.29  christos 	    sys_nosys },			/* 319 = unimplemented aio_write */
    767  1.44   thorpej 	{ 0, 0, 0,
    768  1.29  christos 	    sys_nosys },			/* 320 = unimplemented lio_listio */
    769  1.44   thorpej 	{ 0, 0, 0,
    770  1.29  christos 	    sys_nosys },			/* 321 = unimplemented yield */
    771  1.44   thorpej 	{ 0, 0, 0,
    772  1.29  christos 	    sys_nosys },			/* 322 = unimplemented thr_sleep */
    773  1.44   thorpej 	{ 0, 0, 0,
    774  1.29  christos 	    sys_nosys },			/* 323 = unimplemented thr_wakeup */
    775  1.44   thorpej 	{ 1, s(struct sys_mlockall_args), 0,
    776  1.34        tv 	    sys_mlockall },			/* 324 = mlockall */
    777  1.44   thorpej 	{ 0, 0, 0,
    778  1.34        tv 	    sys_munlockall },			/* 325 = munlockall */
    779  1.44   thorpej 	{ 2, s(struct sys___getcwd_args), 0,
    780  1.34        tv 	    sys___getcwd },			/* 326 = __getcwd */
    781  1.44   thorpej 	{ 0, 0, 0,
    782  1.29  christos 	    sys_nosys },			/* 327 = unimplemented sched_setparam */
    783  1.44   thorpej 	{ 0, 0, 0,
    784  1.29  christos 	    sys_nosys },			/* 328 = unimplemented sched_getparam */
    785  1.44   thorpej 	{ 0, 0, 0,
    786  1.29  christos 	    sys_nosys },			/* 329 = unimplemented sched_setscheduler */
    787  1.44   thorpej 	{ 0, 0, 0,
    788  1.29  christos 	    sys_nosys },			/* 330 = unimplemented sched_getscheduler */
    789  1.44   thorpej 	{ 0, 0, 0,
    790  1.29  christos 	    sys_nosys },			/* 331 = unimplemented sched_yield */
    791  1.44   thorpej 	{ 0, 0, 0,
    792  1.29  christos 	    sys_nosys },			/* 332 = unimplemented sched_get_priority_max */
    793  1.44   thorpej 	{ 0, 0, 0,
    794  1.29  christos 	    sys_nosys },			/* 333 = unimplemented sched_get_priority_min */
    795  1.44   thorpej 	{ 0, 0, 0,
    796  1.29  christos 	    sys_nosys },			/* 334 = unimplemented sched_rr_get_interval */
    797  1.44   thorpej 	{ 2, s(struct freebsd_sys_utrace_args), 0,
    798  1.43  jdolecek 	    freebsd_sys_utrace },		/* 335 = utrace */
    799  1.44   thorpej 	{ 0, 0, 0,
    800  1.29  christos 	    sys_nosys },			/* 336 = unimplemented sendfile */
    801  1.44   thorpej 	{ 0, 0, 0,
    802  1.29  christos 	    sys_nosys },			/* 337 = unimplemented kldsym */
    803  1.44   thorpej 	{ 0, 0, 0,
    804  1.34        tv 	    sys_nosys },			/* 338 = unimplemented jail */
    805  1.44   thorpej 	{ 0, 0, 0,
    806  1.34        tv 	    sys_nosys },			/* 339 = unimplemented pioctl */
    807  1.44   thorpej 	{ 3, s(struct sys___sigprocmask14_args), 0,
    808  1.35      onoe 	    sys___sigprocmask14 },		/* 340 = __sigprocmask14 */
    809  1.44   thorpej 	{ 1, s(struct sys___sigsuspend14_args), 0,
    810  1.35      onoe 	    sys___sigsuspend14 },		/* 341 = __sigsuspend14 */
    811  1.44   thorpej 	{ 3, s(struct freebsd_sys_sigaction4_args), 0,
    812  1.35      onoe 	    freebsd_sys_sigaction4 },		/* 342 = sigaction4 */
    813  1.44   thorpej 	{ 1, s(struct sys___sigpending14_args), 0,
    814  1.35      onoe 	    sys___sigpending14 },		/* 343 = __sigpending14 */
    815  1.44   thorpej 	{ 0, 0, 0,
    816  1.34        tv 	    sys_nosys },			/* 344 = unimplemented 4.0 sigreturn */
    817  1.44   thorpej 	{ 0, 0, 0,
    818  1.34        tv 	    sys_nosys },			/* 345 = unimplemented sigtimedwait */
    819  1.44   thorpej 	{ 0, 0, 0,
    820  1.34        tv 	    sys_nosys },			/* 346 = unimplemented sigwaitinfo */
    821  1.44   thorpej 	{ 0, 0, 0,
    822  1.34        tv 	    sys_nosys },			/* 347 = unimplemented __acl_get_file */
    823  1.44   thorpej 	{ 0, 0, 0,
    824  1.34        tv 	    sys_nosys },			/* 348 = unimplemented __acl_set_file */
    825  1.44   thorpej 	{ 0, 0, 0,
    826  1.34        tv 	    sys_nosys },			/* 349 = unimplemented __acl_get_fd */
    827  1.44   thorpej 	{ 0, 0, 0,
    828  1.34        tv 	    sys_nosys },			/* 350 = unimplemented __acl_set_fd */
    829  1.44   thorpej 	{ 0, 0, 0,
    830  1.34        tv 	    sys_nosys },			/* 351 = unimplemented __acl_delete_file */
    831  1.44   thorpej 	{ 0, 0, 0,
    832  1.34        tv 	    sys_nosys },			/* 352 = unimplemented __acl_delete_fd */
    833  1.44   thorpej 	{ 0, 0, 0,
    834  1.34        tv 	    sys_nosys },			/* 353 = unimplemented __acl_aclcheck_file */
    835  1.44   thorpej 	{ 0, 0, 0,
    836  1.34        tv 	    sys_nosys },			/* 354 = unimplemented __acl_aclcheck_fd */
    837  1.44   thorpej 	{ 0, 0, 0,
    838  1.34        tv 	    sys_nosys },			/* 355 = unimplemented extattrctl */
    839  1.44   thorpej 	{ 0, 0, 0,
    840  1.34        tv 	    sys_nosys },			/* 356 = unimplemented extattr_set_file */
    841  1.44   thorpej 	{ 0, 0, 0,
    842  1.34        tv 	    sys_nosys },			/* 357 = unimplemented extattr_get_file */
    843  1.44   thorpej 	{ 0, 0, 0,
    844  1.34        tv 	    sys_nosys },			/* 358 = unimplemented extattr_delete_file */
    845  1.44   thorpej 	{ 0, 0, 0,
    846  1.34        tv 	    sys_nosys },			/* 359 = unimplemented aio_waitcomplete */
    847  1.44   thorpej 	{ 0, 0, 0,
    848  1.34        tv 	    sys_nosys },			/* 360 = unimplemented getresuid */
    849  1.44   thorpej 	{ 0, 0, 0,
    850  1.34        tv 	    sys_nosys },			/* 361 = unimplemented getresgid */
    851  1.44   thorpej 	{ 0, 0, 0,
    852  1.34        tv 	    sys_nosys },			/* 362 = unimplemented kqueue */
    853  1.44   thorpej 	{ 0, 0, 0,
    854  1.34        tv 	    sys_nosys },			/* 363 = unimplemented kevent */
    855  1.44   thorpej 	{ 0, 0, 0,
    856  1.41   mycroft 	    sys_nosys },			/* 364 = filler */
    857  1.44   thorpej 	{ 0, 0, 0,
    858  1.41   mycroft 	    sys_nosys },			/* 365 = filler */
    859  1.44   thorpej 	{ 0, 0, 0,
    860  1.41   mycroft 	    sys_nosys },			/* 366 = filler */
    861  1.44   thorpej 	{ 0, 0, 0,
    862  1.41   mycroft 	    sys_nosys },			/* 367 = filler */
    863  1.44   thorpej 	{ 0, 0, 0,
    864  1.41   mycroft 	    sys_nosys },			/* 368 = filler */
    865  1.44   thorpej 	{ 0, 0, 0,
    866  1.41   mycroft 	    sys_nosys },			/* 369 = filler */
    867  1.44   thorpej 	{ 0, 0, 0,
    868  1.41   mycroft 	    sys_nosys },			/* 370 = filler */
    869  1.44   thorpej 	{ 0, 0, 0,
    870  1.41   mycroft 	    sys_nosys },			/* 371 = filler */
    871  1.44   thorpej 	{ 0, 0, 0,
    872  1.41   mycroft 	    sys_nosys },			/* 372 = filler */
    873  1.44   thorpej 	{ 0, 0, 0,
    874  1.41   mycroft 	    sys_nosys },			/* 373 = filler */
    875  1.44   thorpej 	{ 0, 0, 0,
    876  1.41   mycroft 	    sys_nosys },			/* 374 = filler */
    877  1.44   thorpej 	{ 0, 0, 0,
    878  1.41   mycroft 	    sys_nosys },			/* 375 = filler */
    879  1.44   thorpej 	{ 0, 0, 0,
    880  1.41   mycroft 	    sys_nosys },			/* 376 = filler */
    881  1.44   thorpej 	{ 0, 0, 0,
    882  1.41   mycroft 	    sys_nosys },			/* 377 = filler */
    883  1.44   thorpej 	{ 0, 0, 0,
    884  1.41   mycroft 	    sys_nosys },			/* 378 = filler */
    885  1.44   thorpej 	{ 0, 0, 0,
    886  1.41   mycroft 	    sys_nosys },			/* 379 = filler */
    887  1.44   thorpej 	{ 0, 0, 0,
    888  1.41   mycroft 	    sys_nosys },			/* 380 = filler */
    889  1.44   thorpej 	{ 0, 0, 0,
    890  1.41   mycroft 	    sys_nosys },			/* 381 = filler */
    891  1.44   thorpej 	{ 0, 0, 0,
    892  1.41   mycroft 	    sys_nosys },			/* 382 = filler */
    893  1.44   thorpej 	{ 0, 0, 0,
    894  1.41   mycroft 	    sys_nosys },			/* 383 = filler */
    895  1.44   thorpej 	{ 0, 0, 0,
    896  1.41   mycroft 	    sys_nosys },			/* 384 = filler */
    897  1.44   thorpej 	{ 0, 0, 0,
    898  1.41   mycroft 	    sys_nosys },			/* 385 = filler */
    899  1.44   thorpej 	{ 0, 0, 0,
    900  1.41   mycroft 	    sys_nosys },			/* 386 = filler */
    901  1.44   thorpej 	{ 0, 0, 0,
    902  1.41   mycroft 	    sys_nosys },			/* 387 = filler */
    903  1.44   thorpej 	{ 0, 0, 0,
    904  1.41   mycroft 	    sys_nosys },			/* 388 = filler */
    905  1.44   thorpej 	{ 0, 0, 0,
    906  1.41   mycroft 	    sys_nosys },			/* 389 = filler */
    907  1.44   thorpej 	{ 0, 0, 0,
    908  1.41   mycroft 	    sys_nosys },			/* 390 = filler */
    909  1.44   thorpej 	{ 0, 0, 0,
    910  1.41   mycroft 	    sys_nosys },			/* 391 = filler */
    911  1.44   thorpej 	{ 0, 0, 0,
    912  1.41   mycroft 	    sys_nosys },			/* 392 = filler */
    913  1.44   thorpej 	{ 0, 0, 0,
    914  1.41   mycroft 	    sys_nosys },			/* 393 = filler */
    915  1.44   thorpej 	{ 0, 0, 0,
    916  1.41   mycroft 	    sys_nosys },			/* 394 = filler */
    917  1.44   thorpej 	{ 0, 0, 0,
    918  1.41   mycroft 	    sys_nosys },			/* 395 = filler */
    919  1.44   thorpej 	{ 0, 0, 0,
    920  1.41   mycroft 	    sys_nosys },			/* 396 = filler */
    921  1.44   thorpej 	{ 0, 0, 0,
    922  1.41   mycroft 	    sys_nosys },			/* 397 = filler */
    923  1.44   thorpej 	{ 0, 0, 0,
    924  1.41   mycroft 	    sys_nosys },			/* 398 = filler */
    925  1.44   thorpej 	{ 0, 0, 0,
    926  1.41   mycroft 	    sys_nosys },			/* 399 = filler */
    927  1.44   thorpej 	{ 0, 0, 0,
    928  1.41   mycroft 	    sys_nosys },			/* 400 = filler */
    929  1.44   thorpej 	{ 0, 0, 0,
    930  1.41   mycroft 	    sys_nosys },			/* 401 = filler */
    931  1.44   thorpej 	{ 0, 0, 0,
    932  1.41   mycroft 	    sys_nosys },			/* 402 = filler */
    933  1.44   thorpej 	{ 0, 0, 0,
    934  1.41   mycroft 	    sys_nosys },			/* 403 = filler */
    935  1.44   thorpej 	{ 0, 0, 0,
    936  1.41   mycroft 	    sys_nosys },			/* 404 = filler */
    937  1.44   thorpej 	{ 0, 0, 0,
    938  1.41   mycroft 	    sys_nosys },			/* 405 = filler */
    939  1.44   thorpej 	{ 0, 0, 0,
    940  1.41   mycroft 	    sys_nosys },			/* 406 = filler */
    941  1.44   thorpej 	{ 0, 0, 0,
    942  1.41   mycroft 	    sys_nosys },			/* 407 = filler */
    943  1.44   thorpej 	{ 0, 0, 0,
    944  1.41   mycroft 	    sys_nosys },			/* 408 = filler */
    945  1.44   thorpej 	{ 0, 0, 0,
    946  1.41   mycroft 	    sys_nosys },			/* 409 = filler */
    947  1.44   thorpej 	{ 0, 0, 0,
    948  1.41   mycroft 	    sys_nosys },			/* 410 = filler */
    949  1.44   thorpej 	{ 0, 0, 0,
    950  1.41   mycroft 	    sys_nosys },			/* 411 = filler */
    951  1.44   thorpej 	{ 0, 0, 0,
    952  1.41   mycroft 	    sys_nosys },			/* 412 = filler */
    953  1.44   thorpej 	{ 0, 0, 0,
    954  1.41   mycroft 	    sys_nosys },			/* 413 = filler */
    955  1.44   thorpej 	{ 0, 0, 0,
    956  1.41   mycroft 	    sys_nosys },			/* 414 = filler */
    957  1.44   thorpej 	{ 0, 0, 0,
    958  1.41   mycroft 	    sys_nosys },			/* 415 = filler */
    959  1.44   thorpej 	{ 0, 0, 0,
    960  1.41   mycroft 	    sys_nosys },			/* 416 = filler */
    961  1.44   thorpej 	{ 0, 0, 0,
    962  1.41   mycroft 	    sys_nosys },			/* 417 = filler */
    963  1.44   thorpej 	{ 0, 0, 0,
    964  1.41   mycroft 	    sys_nosys },			/* 418 = filler */
    965  1.44   thorpej 	{ 0, 0, 0,
    966  1.41   mycroft 	    sys_nosys },			/* 419 = filler */
    967  1.44   thorpej 	{ 0, 0, 0,
    968  1.41   mycroft 	    sys_nosys },			/* 420 = filler */
    969  1.44   thorpej 	{ 0, 0, 0,
    970  1.41   mycroft 	    sys_nosys },			/* 421 = filler */
    971  1.44   thorpej 	{ 0, 0, 0,
    972  1.41   mycroft 	    sys_nosys },			/* 422 = filler */
    973  1.44   thorpej 	{ 0, 0, 0,
    974  1.41   mycroft 	    sys_nosys },			/* 423 = filler */
    975  1.44   thorpej 	{ 0, 0, 0,
    976  1.41   mycroft 	    sys_nosys },			/* 424 = filler */
    977  1.44   thorpej 	{ 0, 0, 0,
    978  1.41   mycroft 	    sys_nosys },			/* 425 = filler */
    979  1.44   thorpej 	{ 0, 0, 0,
    980  1.41   mycroft 	    sys_nosys },			/* 426 = filler */
    981  1.44   thorpej 	{ 0, 0, 0,
    982  1.41   mycroft 	    sys_nosys },			/* 427 = filler */
    983  1.44   thorpej 	{ 0, 0, 0,
    984  1.41   mycroft 	    sys_nosys },			/* 428 = filler */
    985  1.44   thorpej 	{ 0, 0, 0,
    986  1.41   mycroft 	    sys_nosys },			/* 429 = filler */
    987  1.44   thorpej 	{ 0, 0, 0,
    988  1.41   mycroft 	    sys_nosys },			/* 430 = filler */
    989  1.44   thorpej 	{ 0, 0, 0,
    990  1.41   mycroft 	    sys_nosys },			/* 431 = filler */
    991  1.44   thorpej 	{ 0, 0, 0,
    992  1.41   mycroft 	    sys_nosys },			/* 432 = filler */
    993  1.44   thorpej 	{ 0, 0, 0,
    994  1.41   mycroft 	    sys_nosys },			/* 433 = filler */
    995  1.44   thorpej 	{ 0, 0, 0,
    996  1.41   mycroft 	    sys_nosys },			/* 434 = filler */
    997  1.44   thorpej 	{ 0, 0, 0,
    998  1.41   mycroft 	    sys_nosys },			/* 435 = filler */
    999  1.44   thorpej 	{ 0, 0, 0,
   1000  1.41   mycroft 	    sys_nosys },			/* 436 = filler */
   1001  1.44   thorpej 	{ 0, 0, 0,
   1002  1.41   mycroft 	    sys_nosys },			/* 437 = filler */
   1003  1.44   thorpej 	{ 0, 0, 0,
   1004  1.41   mycroft 	    sys_nosys },			/* 438 = filler */
   1005  1.44   thorpej 	{ 0, 0, 0,
   1006  1.41   mycroft 	    sys_nosys },			/* 439 = filler */
   1007  1.44   thorpej 	{ 0, 0, 0,
   1008  1.41   mycroft 	    sys_nosys },			/* 440 = filler */
   1009  1.44   thorpej 	{ 0, 0, 0,
   1010  1.41   mycroft 	    sys_nosys },			/* 441 = filler */
   1011  1.44   thorpej 	{ 0, 0, 0,
   1012  1.41   mycroft 	    sys_nosys },			/* 442 = filler */
   1013  1.44   thorpej 	{ 0, 0, 0,
   1014  1.41   mycroft 	    sys_nosys },			/* 443 = filler */
   1015  1.44   thorpej 	{ 0, 0, 0,
   1016  1.41   mycroft 	    sys_nosys },			/* 444 = filler */
   1017  1.44   thorpej 	{ 0, 0, 0,
   1018  1.41   mycroft 	    sys_nosys },			/* 445 = filler */
   1019  1.44   thorpej 	{ 0, 0, 0,
   1020  1.41   mycroft 	    sys_nosys },			/* 446 = filler */
   1021  1.44   thorpej 	{ 0, 0, 0,
   1022  1.41   mycroft 	    sys_nosys },			/* 447 = filler */
   1023  1.44   thorpej 	{ 0, 0, 0,
   1024  1.41   mycroft 	    sys_nosys },			/* 448 = filler */
   1025  1.44   thorpej 	{ 0, 0, 0,
   1026  1.41   mycroft 	    sys_nosys },			/* 449 = filler */
   1027  1.44   thorpej 	{ 0, 0, 0,
   1028  1.41   mycroft 	    sys_nosys },			/* 450 = filler */
   1029  1.44   thorpej 	{ 0, 0, 0,
   1030  1.41   mycroft 	    sys_nosys },			/* 451 = filler */
   1031  1.44   thorpej 	{ 0, 0, 0,
   1032  1.41   mycroft 	    sys_nosys },			/* 452 = filler */
   1033  1.44   thorpej 	{ 0, 0, 0,
   1034  1.41   mycroft 	    sys_nosys },			/* 453 = filler */
   1035  1.44   thorpej 	{ 0, 0, 0,
   1036  1.41   mycroft 	    sys_nosys },			/* 454 = filler */
   1037  1.44   thorpej 	{ 0, 0, 0,
   1038  1.41   mycroft 	    sys_nosys },			/* 455 = filler */
   1039  1.44   thorpej 	{ 0, 0, 0,
   1040  1.41   mycroft 	    sys_nosys },			/* 456 = filler */
   1041  1.44   thorpej 	{ 0, 0, 0,
   1042  1.41   mycroft 	    sys_nosys },			/* 457 = filler */
   1043  1.44   thorpej 	{ 0, 0, 0,
   1044  1.41   mycroft 	    sys_nosys },			/* 458 = filler */
   1045  1.44   thorpej 	{ 0, 0, 0,
   1046  1.41   mycroft 	    sys_nosys },			/* 459 = filler */
   1047  1.44   thorpej 	{ 0, 0, 0,
   1048  1.41   mycroft 	    sys_nosys },			/* 460 = filler */
   1049  1.44   thorpej 	{ 0, 0, 0,
   1050  1.41   mycroft 	    sys_nosys },			/* 461 = filler */
   1051  1.44   thorpej 	{ 0, 0, 0,
   1052  1.41   mycroft 	    sys_nosys },			/* 462 = filler */
   1053  1.44   thorpej 	{ 0, 0, 0,
   1054  1.41   mycroft 	    sys_nosys },			/* 463 = filler */
   1055  1.44   thorpej 	{ 0, 0, 0,
   1056  1.41   mycroft 	    sys_nosys },			/* 464 = filler */
   1057  1.44   thorpej 	{ 0, 0, 0,
   1058  1.41   mycroft 	    sys_nosys },			/* 465 = filler */
   1059  1.44   thorpej 	{ 0, 0, 0,
   1060  1.41   mycroft 	    sys_nosys },			/* 466 = filler */
   1061  1.44   thorpej 	{ 0, 0, 0,
   1062  1.41   mycroft 	    sys_nosys },			/* 467 = filler */
   1063  1.44   thorpej 	{ 0, 0, 0,
   1064  1.41   mycroft 	    sys_nosys },			/* 468 = filler */
   1065  1.44   thorpej 	{ 0, 0, 0,
   1066  1.41   mycroft 	    sys_nosys },			/* 469 = filler */
   1067  1.44   thorpej 	{ 0, 0, 0,
   1068  1.41   mycroft 	    sys_nosys },			/* 470 = filler */
   1069  1.44   thorpej 	{ 0, 0, 0,
   1070  1.41   mycroft 	    sys_nosys },			/* 471 = filler */
   1071  1.44   thorpej 	{ 0, 0, 0,
   1072  1.41   mycroft 	    sys_nosys },			/* 472 = filler */
   1073  1.44   thorpej 	{ 0, 0, 0,
   1074  1.41   mycroft 	    sys_nosys },			/* 473 = filler */
   1075  1.44   thorpej 	{ 0, 0, 0,
   1076  1.41   mycroft 	    sys_nosys },			/* 474 = filler */
   1077  1.44   thorpej 	{ 0, 0, 0,
   1078  1.41   mycroft 	    sys_nosys },			/* 475 = filler */
   1079  1.44   thorpej 	{ 0, 0, 0,
   1080  1.41   mycroft 	    sys_nosys },			/* 476 = filler */
   1081  1.44   thorpej 	{ 0, 0, 0,
   1082  1.41   mycroft 	    sys_nosys },			/* 477 = filler */
   1083  1.44   thorpej 	{ 0, 0, 0,
   1084  1.41   mycroft 	    sys_nosys },			/* 478 = filler */
   1085  1.44   thorpej 	{ 0, 0, 0,
   1086  1.41   mycroft 	    sys_nosys },			/* 479 = filler */
   1087  1.44   thorpej 	{ 0, 0, 0,
   1088  1.41   mycroft 	    sys_nosys },			/* 480 = filler */
   1089  1.44   thorpej 	{ 0, 0, 0,
   1090  1.41   mycroft 	    sys_nosys },			/* 481 = filler */
   1091  1.44   thorpej 	{ 0, 0, 0,
   1092  1.41   mycroft 	    sys_nosys },			/* 482 = filler */
   1093  1.44   thorpej 	{ 0, 0, 0,
   1094  1.41   mycroft 	    sys_nosys },			/* 483 = filler */
   1095  1.44   thorpej 	{ 0, 0, 0,
   1096  1.41   mycroft 	    sys_nosys },			/* 484 = filler */
   1097  1.44   thorpej 	{ 0, 0, 0,
   1098  1.41   mycroft 	    sys_nosys },			/* 485 = filler */
   1099  1.44   thorpej 	{ 0, 0, 0,
   1100  1.41   mycroft 	    sys_nosys },			/* 486 = filler */
   1101  1.44   thorpej 	{ 0, 0, 0,
   1102  1.41   mycroft 	    sys_nosys },			/* 487 = filler */
   1103  1.44   thorpej 	{ 0, 0, 0,
   1104  1.41   mycroft 	    sys_nosys },			/* 488 = filler */
   1105  1.44   thorpej 	{ 0, 0, 0,
   1106  1.41   mycroft 	    sys_nosys },			/* 489 = filler */
   1107  1.44   thorpej 	{ 0, 0, 0,
   1108  1.41   mycroft 	    sys_nosys },			/* 490 = filler */
   1109  1.44   thorpej 	{ 0, 0, 0,
   1110  1.41   mycroft 	    sys_nosys },			/* 491 = filler */
   1111  1.44   thorpej 	{ 0, 0, 0,
   1112  1.41   mycroft 	    sys_nosys },			/* 492 = filler */
   1113  1.44   thorpej 	{ 0, 0, 0,
   1114  1.41   mycroft 	    sys_nosys },			/* 493 = filler */
   1115  1.44   thorpej 	{ 0, 0, 0,
   1116  1.41   mycroft 	    sys_nosys },			/* 494 = filler */
   1117  1.44   thorpej 	{ 0, 0, 0,
   1118  1.41   mycroft 	    sys_nosys },			/* 495 = filler */
   1119  1.44   thorpej 	{ 0, 0, 0,
   1120  1.41   mycroft 	    sys_nosys },			/* 496 = filler */
   1121  1.44   thorpej 	{ 0, 0, 0,
   1122  1.41   mycroft 	    sys_nosys },			/* 497 = filler */
   1123  1.44   thorpej 	{ 0, 0, 0,
   1124  1.41   mycroft 	    sys_nosys },			/* 498 = filler */
   1125  1.44   thorpej 	{ 0, 0, 0,
   1126  1.41   mycroft 	    sys_nosys },			/* 499 = filler */
   1127  1.44   thorpej 	{ 0, 0, 0,
   1128  1.41   mycroft 	    sys_nosys },			/* 500 = filler */
   1129  1.44   thorpej 	{ 0, 0, 0,
   1130  1.41   mycroft 	    sys_nosys },			/* 501 = filler */
   1131  1.44   thorpej 	{ 0, 0, 0,
   1132  1.41   mycroft 	    sys_nosys },			/* 502 = filler */
   1133  1.44   thorpej 	{ 0, 0, 0,
   1134  1.41   mycroft 	    sys_nosys },			/* 503 = filler */
   1135  1.44   thorpej 	{ 0, 0, 0,
   1136  1.41   mycroft 	    sys_nosys },			/* 504 = filler */
   1137  1.44   thorpej 	{ 0, 0, 0,
   1138  1.41   mycroft 	    sys_nosys },			/* 505 = filler */
   1139  1.44   thorpej 	{ 0, 0, 0,
   1140  1.41   mycroft 	    sys_nosys },			/* 506 = filler */
   1141  1.44   thorpej 	{ 0, 0, 0,
   1142  1.41   mycroft 	    sys_nosys },			/* 507 = filler */
   1143  1.44   thorpej 	{ 0, 0, 0,
   1144  1.41   mycroft 	    sys_nosys },			/* 508 = filler */
   1145  1.44   thorpej 	{ 0, 0, 0,
   1146  1.41   mycroft 	    sys_nosys },			/* 509 = filler */
   1147  1.44   thorpej 	{ 0, 0, 0,
   1148  1.41   mycroft 	    sys_nosys },			/* 510 = filler */
   1149  1.44   thorpej 	{ 0, 0, 0,
   1150  1.41   mycroft 	    sys_nosys },			/* 511 = filler */
   1151   1.1   mycroft };
   1152   1.1   mycroft 
   1153