Home | History | Annotate | Line # | Download | only in alpha
linux_sysent.c revision 1.35.2.6
      1  1.35.2.4   nathanw /* $NetBSD: linux_sysent.c,v 1.35.2.6 2002/02/28 04:12:45 nathanw Exp $ */
      2       1.1       erh 
      3       1.1       erh /*
      4       1.1       erh  * System call switch table.
      5       1.1       erh  *
      6       1.1       erh  * DO NOT EDIT-- this file is automatically generated.
      7  1.35.2.6   nathanw  * created from	NetBSD: syscalls.master,v 1.31.2.4 2001/09/21 22:35:15 nathanw Exp
      8       1.1       erh  */
      9  1.35.2.5   nathanw 
     10  1.35.2.5   nathanw #include <sys/cdefs.h>
     11  1.35.2.5   nathanw __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.35.2.6 2002/02/28 04:12:45 nathanw Exp $");
     12       1.1       erh 
     13  1.35.2.2   nathanw #if defined(_KERNEL_OPT)
     14       1.5      tron #include "opt_sysv.h"
     15       1.7  christos #include "opt_compat_43.h"
     16      1.24       erh #include "opt_compat_osf1.h"
     17      1.25  jdolecek #endif
     18       1.1       erh #include <sys/param.h>
     19      1.10      tron #include <sys/poll.h>
     20       1.1       erh #include <sys/systm.h>
     21       1.1       erh #include <sys/signal.h>
     22       1.1       erh #include <sys/mount.h>
     23       1.1       erh #include <sys/syscallargs.h>
     24       1.2  christos #include <compat/linux/common/linux_types.h>
     25       1.2  christos #include <compat/linux/common/linux_signal.h>
     26       1.2  christos #include <compat/linux/common/linux_siginfo.h>
     27       1.2  christos #include <compat/linux/common/linux_ipc.h>
     28       1.2  christos #include <compat/linux/common/linux_msg.h>
     29       1.2  christos #include <compat/linux/common/linux_sem.h>
     30       1.2  christos #include <compat/linux/common/linux_shm.h>
     31       1.6       erh #include <compat/linux/common/linux_mmap.h>
     32       1.2  christos #include <compat/linux/linux_syscallargs.h>
     33       1.1       erh 
     34       1.1       erh #define	s(type)	sizeof(type)
     35       1.1       erh 
     36       1.1       erh struct sysent linux_sysent[] = {
     37      1.35   thorpej 	{ 0, 0, 0,
     38  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 0 = syscall */
     39      1.35   thorpej 	{ 1, s(struct sys_exit_args), 0,
     40       1.1       erh 	    sys_exit },				/* 1 = exit */
     41      1.35   thorpej 	{ 0, 0, 0,
     42       1.1       erh 	    sys_fork },				/* 2 = fork */
     43      1.35   thorpej 	{ 3, s(struct sys_read_args), 0,
     44       1.1       erh 	    sys_read },				/* 3 = read */
     45      1.35   thorpej 	{ 3, s(struct sys_write_args), 0,
     46       1.1       erh 	    sys_write },			/* 4 = write */
     47      1.35   thorpej 	{ 0, 0, 0,
     48  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 5 = unimplemented */
     49      1.35   thorpej 	{ 1, s(struct sys_close_args), 0,
     50       1.1       erh 	    sys_close },			/* 6 = close */
     51      1.35   thorpej 	{ 4, s(struct osf1_sys_wait4_args), 0,
     52      1.24       erh 	    osf1_sys_wait4 },			/* 7 = wait4 */
     53      1.35   thorpej 	{ 2, s(struct linux_sys_creat_args), 0,
     54       1.1       erh 	    linux_sys_creat },			/* 8 = creat */
     55      1.35   thorpej 	{ 2, s(struct linux_sys_link_args), 0,
     56      1.34      fvdl 	    linux_sys_link },			/* 9 = link */
     57      1.35   thorpej 	{ 1, s(struct linux_sys_unlink_args), 0,
     58       1.1       erh 	    linux_sys_unlink },			/* 10 = unlink */
     59      1.35   thorpej 	{ 0, 0, 0,
     60  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 11 = unimplemented */
     61      1.35   thorpej 	{ 1, s(struct linux_sys_chdir_args), 0,
     62       1.1       erh 	    linux_sys_chdir },			/* 12 = chdir */
     63      1.35   thorpej 	{ 1, s(struct sys_fchdir_args), 0,
     64       1.1       erh 	    sys_fchdir },			/* 13 = fchdir */
     65      1.35   thorpej 	{ 3, s(struct linux_sys_mknod_args), 0,
     66       1.1       erh 	    linux_sys_mknod },			/* 14 = mknod */
     67      1.35   thorpej 	{ 2, s(struct linux_sys_chmod_args), 0,
     68       1.1       erh 	    linux_sys_chmod },			/* 15 = chmod */
     69      1.35   thorpej 	{ 3, s(struct sys___posix_chown_args), 0,
     70      1.33   thorpej 	    sys___posix_chown },		/* 16 = __posix_chown */
     71      1.35   thorpej 	{ 1, s(struct linux_sys_brk_args), 0,
     72       1.1       erh 	    linux_sys_brk },			/* 17 = brk */
     73      1.35   thorpej 	{ 0, 0, 0,
     74  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 18 = unimplemented */
     75      1.35   thorpej 	{ 3, s(struct compat_43_sys_lseek_args), 0,
     76       1.1       erh 	    compat_43_sys_lseek },		/* 19 = lseek */
     77      1.35   thorpej 	{ 0, 0, 0,
     78      1.29   mycroft 	    sys_getpid_with_ppid },		/* 20 = getpid_with_ppid */
     79      1.35   thorpej 	{ 4, s(struct osf1_sys_mount_args), 0,
     80      1.24       erh 	    osf1_sys_mount },			/* 21 = mount */
     81      1.35   thorpej 	{ 0, 0, 0,
     82  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 22 = unimplemented umount */
     83      1.35   thorpej 	{ 1, s(struct sys_setuid_args), 0,
     84       1.1       erh 	    sys_setuid },			/* 23 = setuid */
     85      1.35   thorpej 	{ 0, 0, 0,
     86      1.30   mycroft 	    sys_getuid_with_euid },		/* 24 = getuid_with_euid */
     87      1.35   thorpej 	{ 0, 0, 0,
     88  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 25 = unimplemented */
     89      1.35   thorpej 	{ 4, s(struct linux_sys_ptrace_args), 0,
     90      1.15      tron 	    linux_sys_ptrace },			/* 26 = ptrace */
     91      1.35   thorpej 	{ 0, 0, 0,
     92  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 27 = unimplemented */
     93      1.35   thorpej 	{ 0, 0, 0,
     94  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 28 = unimplemented */
     95      1.35   thorpej 	{ 0, 0, 0,
     96  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 29 = unimplemented */
     97      1.35   thorpej 	{ 0, 0, 0,
     98  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 30 = unimplemented */
     99      1.35   thorpej 	{ 0, 0, 0,
    100  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 31 = unimplemented */
    101      1.35   thorpej 	{ 0, 0, 0,
    102  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 32 = unimplemented */
    103      1.35   thorpej 	{ 2, s(struct linux_sys_access_args), 0,
    104       1.1       erh 	    linux_sys_access },			/* 33 = access */
    105      1.35   thorpej 	{ 0, 0, 0,
    106  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 34 = unimplemented */
    107      1.35   thorpej 	{ 0, 0, 0,
    108  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 35 = unimplemented */
    109      1.35   thorpej 	{ 0, 0, 0,
    110       1.1       erh 	    sys_sync },				/* 36 = sync */
    111      1.35   thorpej 	{ 2, s(struct linux_sys_kill_args), 0,
    112       1.1       erh 	    linux_sys_kill },			/* 37 = kill */
    113      1.35   thorpej 	{ 0, 0, 0,
    114  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 38 = unimplemented */
    115      1.35   thorpej 	{ 2, s(struct sys_setpgid_args), 0,
    116       1.1       erh 	    sys_setpgid },			/* 39 = setpgid */
    117      1.35   thorpej 	{ 0, 0, 0,
    118  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 40 = unimplemented */
    119      1.35   thorpej 	{ 1, s(struct sys_dup_args), 0,
    120       1.1       erh 	    sys_dup },				/* 41 = dup */
    121      1.35   thorpej 	{ 0, 0, 0,
    122       1.1       erh 	    linux_sys_pipe },			/* 42 = pipe */
    123      1.35   thorpej 	{ 4, s(struct osf1_sys_set_program_attributes_args), 0,
    124      1.24       erh 	    osf1_sys_set_program_attributes },	/* 43 = set_program_attributes */
    125      1.35   thorpej 	{ 0, 0, 0,
    126  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 44 = unimplemented */
    127      1.35   thorpej 	{ 3, s(struct linux_sys_open_args), 0,
    128       1.1       erh 	    linux_sys_open },			/* 45 = open */
    129      1.35   thorpej 	{ 0, 0, 0,
    130  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 46 = unimplemented */
    131      1.35   thorpej 	{ 0, 0, 0,
    132      1.30   mycroft 	    sys_getgid_with_egid },		/* 47 = getgid_with_egid */
    133      1.35   thorpej 	{ 2, s(struct compat_13_sys_sigprocmask_args), 0,
    134      1.24       erh 	    compat_13_sys_sigprocmask },	/* 48 = sigprocmask */
    135      1.35   thorpej 	{ 0, 0, 0,
    136  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 49 = unimplemented */
    137      1.35   thorpej 	{ 0, 0, 0,
    138  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 50 = unimplemented */
    139      1.35   thorpej 	{ 1, s(struct sys_acct_args), 0,
    140       1.1       erh 	    sys_acct },				/* 51 = acct */
    141      1.35   thorpej 	{ 1, s(struct linux_sys_sigpending_args), 0,
    142       1.1       erh 	    linux_sys_sigpending },		/* 52 = sigpending */
    143      1.35   thorpej 	{ 0, 0, 0,
    144  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 53 = unimplemented */
    145      1.35   thorpej 	{ 3, s(struct linux_sys_ioctl_args), 0,
    146       1.1       erh 	    linux_sys_ioctl },			/* 54 = ioctl */
    147      1.35   thorpej 	{ 0, 0, 0,
    148  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 55 = unimplemented */
    149      1.35   thorpej 	{ 0, 0, 0,
    150  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 56 = unimplemented */
    151      1.35   thorpej 	{ 2, s(struct linux_sys_symlink_args), 0,
    152       1.1       erh 	    linux_sys_symlink },		/* 57 = symlink */
    153      1.35   thorpej 	{ 3, s(struct linux_sys_readlink_args), 0,
    154       1.1       erh 	    linux_sys_readlink },		/* 58 = readlink */
    155      1.35   thorpej 	{ 3, s(struct linux_sys_execve_args), 0,
    156       1.1       erh 	    linux_sys_execve },			/* 59 = execve */
    157      1.35   thorpej 	{ 1, s(struct sys_umask_args), 0,
    158       1.1       erh 	    sys_umask },			/* 60 = umask */
    159      1.35   thorpej 	{ 1, s(struct sys_chroot_args), 0,
    160       1.1       erh 	    sys_chroot },			/* 61 = chroot */
    161      1.35   thorpej 	{ 0, 0, 0,
    162  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 62 = unimplemented */
    163      1.35   thorpej 	{ 0, 0, 0,
    164       1.1       erh 	    sys_getpgrp },			/* 63 = getpgrp */
    165      1.35   thorpej 	{ 0, 0, 0,
    166       1.1       erh 	    compat_43_sys_getpagesize },	/* 64 = getpagesize */
    167      1.35   thorpej 	{ 0, 0, 0,
    168  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 65 = unimplemented */
    169      1.35   thorpej 	{ 0, 0, 0,
    170      1.12   thorpej 	    sys___vfork14 },			/* 66 = __vfork14 */
    171      1.35   thorpej 	{ 2, s(struct linux_sys_stat_args), 0,
    172       1.1       erh 	    linux_sys_stat },			/* 67 = stat */
    173      1.35   thorpej 	{ 2, s(struct linux_sys_lstat_args), 0,
    174       1.1       erh 	    linux_sys_lstat },			/* 68 = lstat */
    175      1.35   thorpej 	{ 0, 0, 0,
    176  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 69 = unimplemented */
    177      1.35   thorpej 	{ 0, 0, 0,
    178  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 70 = unimplemented */
    179      1.35   thorpej 	{ 6, s(struct linux_sys_mmap_args), 0,
    180       1.1       erh 	    linux_sys_mmap },			/* 71 = mmap */
    181      1.35   thorpej 	{ 0, 0, 0,
    182  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 72 = unimplemented */
    183      1.35   thorpej 	{ 2, s(struct sys_munmap_args), 0,
    184       1.1       erh 	    sys_munmap },			/* 73 = munmap */
    185      1.35   thorpej 	{ 3, s(struct sys_mprotect_args), 0,
    186       1.1       erh 	    sys_mprotect },			/* 74 = mprotect */
    187      1.35   thorpej 	{ 0, 0, 0,
    188  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 75 = unimplemented madvise */
    189      1.35   thorpej 	{ 0, 0, 0,
    190  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 76 = unimplemented vhangup */
    191      1.35   thorpej 	{ 0, 0, 0,
    192  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 77 = unimplemented */
    193      1.35   thorpej 	{ 0, 0, 0,
    194  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 78 = unimplemented */
    195      1.35   thorpej 	{ 2, s(struct sys_getgroups_args), 0,
    196       1.1       erh 	    sys_getgroups },			/* 79 = getgroups */
    197      1.35   thorpej 	{ 2, s(struct sys_setgroups_args), 0,
    198       1.1       erh 	    sys_setgroups },			/* 80 = setgroups */
    199      1.35   thorpej 	{ 0, 0, 0,
    200  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 81 = unimplemented */
    201      1.35   thorpej 	{ 0, 0, 0,
    202  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 82 = unimplemented setpgrp */
    203      1.35   thorpej 	{ 3, s(struct osf1_sys_setitimer_args), 0,
    204      1.24       erh 	    osf1_sys_setitimer },		/* 83 = setitimer */
    205      1.35   thorpej 	{ 0, 0, 0,
    206  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 84 = unimplemented */
    207      1.35   thorpej 	{ 0, 0, 0,
    208  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 85 = unimplemented */
    209      1.35   thorpej 	{ 0, 0, 0,
    210  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 86 = unimplemented osf1_sys_getitimer */
    211      1.35   thorpej 	{ 2, s(struct compat_43_sys_gethostname_args), 0,
    212       1.1       erh 	    compat_43_sys_gethostname },	/* 87 = gethostname */
    213      1.35   thorpej 	{ 2, s(struct compat_43_sys_sethostname_args), 0,
    214       1.1       erh 	    compat_43_sys_sethostname },	/* 88 = sethostname */
    215      1.35   thorpej 	{ 0, 0, 0,
    216  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 89 = unimplemented getdtablesize */
    217      1.35   thorpej 	{ 2, s(struct sys_dup2_args), 0,
    218       1.1       erh 	    sys_dup2 },				/* 90 = dup2 */
    219      1.35   thorpej 	{ 2, s(struct linux_sys_fstat_args), 0,
    220       1.1       erh 	    linux_sys_fstat },			/* 91 = fstat */
    221      1.35   thorpej 	{ 3, s(struct linux_sys_fcntl_args), 0,
    222       1.1       erh 	    linux_sys_fcntl },			/* 92 = fcntl */
    223      1.35   thorpej 	{ 5, s(struct osf1_sys_select_args), 0,
    224      1.24       erh 	    osf1_sys_select },			/* 93 = select */
    225      1.35   thorpej 	{ 3, s(struct sys_poll_args), 0,
    226      1.10      tron 	    sys_poll },				/* 94 = poll */
    227      1.35   thorpej 	{ 1, s(struct sys_fsync_args), 0,
    228       1.1       erh 	    sys_fsync },			/* 95 = fsync */
    229      1.35   thorpej 	{ 3, s(struct sys_setpriority_args), 0,
    230       1.1       erh 	    sys_setpriority },			/* 96 = setpriority */
    231      1.35   thorpej 	{ 3, s(struct linux_sys_socket_args), 0,
    232       1.1       erh 	    linux_sys_socket },			/* 97 = socket */
    233      1.35   thorpej 	{ 3, s(struct linux_sys_connect_args), 0,
    234      1.17       erh 	    linux_sys_connect },		/* 98 = connect */
    235  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_accept_args), 0,
    236  1.35.2.3   nathanw 	    linux_sys_accept },			/* 99 = accept */
    237      1.35   thorpej 	{ 2, s(struct sys_getpriority_args), 0,
    238       1.1       erh 	    sys_getpriority },			/* 100 = getpriority */
    239  1.35.2.3   nathanw 	{ 4, s(struct linux_sys_send_args), 0,
    240  1.35.2.3   nathanw 	    linux_sys_send },			/* 101 = send */
    241  1.35.2.3   nathanw 	{ 4, s(struct linux_sys_recv_args), 0,
    242  1.35.2.3   nathanw 	    linux_sys_recv },			/* 102 = recv */
    243      1.35   thorpej 	{ 1, s(struct linux_sys_sigreturn_args), 0,
    244       1.1       erh 	    linux_sys_sigreturn },		/* 103 = sigreturn */
    245  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_bind_args), 0,
    246  1.35.2.3   nathanw 	    linux_sys_bind },			/* 104 = bind */
    247      1.35   thorpej 	{ 5, s(struct linux_sys_setsockopt_args), 0,
    248       1.1       erh 	    linux_sys_setsockopt },		/* 105 = setsockopt */
    249      1.35   thorpej 	{ 2, s(struct sys_listen_args), 0,
    250       1.1       erh 	    sys_listen },			/* 106 = listen */
    251      1.35   thorpej 	{ 0, 0, 0,
    252  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 107 = unimplemented */
    253      1.35   thorpej 	{ 0, 0, 0,
    254  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 108 = unimplemented */
    255      1.35   thorpej 	{ 0, 0, 0,
    256  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 109 = unimplemented */
    257      1.35   thorpej 	{ 0, 0, 0,
    258  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 110 = unimplemented */
    259      1.35   thorpej 	{ 3, s(struct linux_sys_sigsuspend_args), 0,
    260       1.1       erh 	    linux_sys_sigsuspend },		/* 111 = sigsuspend */
    261      1.35   thorpej 	{ 2, s(struct compat_43_sys_sigstack_args), 0,
    262      1.24       erh 	    compat_43_sys_sigstack },		/* 112 = sigstack */
    263  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_recvmsg_args), 0,
    264  1.35.2.3   nathanw 	    linux_sys_recvmsg },		/* 113 = recvmsg */
    265  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_sendmsg_args), 0,
    266  1.35.2.3   nathanw 	    linux_sys_sendmsg },		/* 114 = sendmsg */
    267      1.35   thorpej 	{ 0, 0, 0,
    268  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 115 = unimplemented */
    269      1.35   thorpej 	{ 2, s(struct osf1_sys_gettimeofday_args), 0,
    270      1.24       erh 	    osf1_sys_gettimeofday },		/* 116 = gettimeofday */
    271      1.35   thorpej 	{ 2, s(struct osf1_sys_getrusage_args), 0,
    272      1.24       erh 	    osf1_sys_getrusage },		/* 117 = getrusage */
    273      1.35   thorpej 	{ 5, s(struct linux_sys_getsockopt_args), 0,
    274       1.1       erh 	    linux_sys_getsockopt },		/* 118 = getsockopt */
    275      1.35   thorpej 	{ 0, 0, 0,
    276  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 119 = unimplemented */
    277      1.35   thorpej 	{ 3, s(struct sys_readv_args), 0,
    278       1.1       erh 	    sys_readv },			/* 120 = readv */
    279      1.35   thorpej 	{ 3, s(struct sys_writev_args), 0,
    280       1.1       erh 	    sys_writev },			/* 121 = writev */
    281      1.35   thorpej 	{ 2, s(struct osf1_sys_settimeofday_args), 0,
    282      1.24       erh 	    osf1_sys_settimeofday },		/* 122 = settimeofday */
    283      1.35   thorpej 	{ 3, s(struct sys___posix_fchown_args), 0,
    284      1.33   thorpej 	    sys___posix_fchown },		/* 123 = __posix_fchown */
    285      1.35   thorpej 	{ 2, s(struct sys_fchmod_args), 0,
    286       1.1       erh 	    sys_fchmod },			/* 124 = fchmod */
    287      1.35   thorpej 	{ 6, s(struct linux_sys_recvfrom_args), 0,
    288       1.1       erh 	    linux_sys_recvfrom },		/* 125 = recvfrom */
    289      1.35   thorpej 	{ 2, s(struct sys_setreuid_args), 0,
    290      1.33   thorpej 	    sys_setreuid },			/* 126 = setreuid */
    291      1.35   thorpej 	{ 2, s(struct sys_setregid_args), 0,
    292      1.33   thorpej 	    sys_setregid },			/* 127 = setregid */
    293      1.35   thorpej 	{ 2, s(struct linux_sys_rename_args), 0,
    294       1.1       erh 	    linux_sys_rename },			/* 128 = rename */
    295      1.35   thorpej 	{ 2, s(struct linux_sys_truncate_args), 0,
    296       1.1       erh 	    linux_sys_truncate },		/* 129 = truncate */
    297      1.35   thorpej 	{ 2, s(struct compat_43_sys_ftruncate_args), 0,
    298       1.1       erh 	    compat_43_sys_ftruncate },		/* 130 = ftruncate */
    299      1.35   thorpej 	{ 2, s(struct sys_flock_args), 0,
    300       1.1       erh 	    sys_flock },			/* 131 = flock */
    301      1.35   thorpej 	{ 1, s(struct sys_setgid_args), 0,
    302       1.1       erh 	    sys_setgid },			/* 132 = setgid */
    303      1.35   thorpej 	{ 6, s(struct linux_sys_sendto_args), 0,
    304       1.1       erh 	    linux_sys_sendto },			/* 133 = sendto */
    305      1.35   thorpej 	{ 2, s(struct sys_shutdown_args), 0,
    306       1.1       erh 	    sys_shutdown },			/* 134 = shutdown */
    307      1.35   thorpej 	{ 4, s(struct linux_sys_socketpair_args), 0,
    308       1.1       erh 	    linux_sys_socketpair },		/* 135 = socketpair */
    309      1.35   thorpej 	{ 2, s(struct linux_sys_mkdir_args), 0,
    310       1.1       erh 	    linux_sys_mkdir },			/* 136 = mkdir */
    311      1.35   thorpej 	{ 1, s(struct linux_sys_rmdir_args), 0,
    312       1.1       erh 	    linux_sys_rmdir },			/* 137 = rmdir */
    313      1.35   thorpej 	{ 2, s(struct osf1_sys_utimes_args), 0,
    314      1.24       erh 	    osf1_sys_utimes },			/* 138 = utimes */
    315      1.35   thorpej 	{ 0, 0, 0,
    316  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 139 = unimplemented */
    317      1.35   thorpej 	{ 0, 0, 0,
    318  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 140 = unimplemented */
    319  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_getpeername_args), 0,
    320  1.35.2.3   nathanw 	    linux_sys_getpeername },		/* 141 = getpeername */
    321      1.35   thorpej 	{ 0, 0, 0,
    322  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 142 = unimplemented */
    323      1.35   thorpej 	{ 0, 0, 0,
    324  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 143 = unimplemented */
    325  1.35.2.6   nathanw 	{ 2, s(struct linux_sys_getrlimit_args), 0,
    326  1.35.2.6   nathanw 	    linux_sys_getrlimit },		/* 144 = getrlimit */
    327  1.35.2.6   nathanw 	{ 2, s(struct linux_sys_setrlimit_args), 0,
    328  1.35.2.6   nathanw 	    linux_sys_setrlimit },		/* 145 = setrlimit */
    329      1.35   thorpej 	{ 0, 0, 0,
    330  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 146 = unimplemented */
    331      1.35   thorpej 	{ 0, 0, 0,
    332       1.1       erh 	    sys_setsid },			/* 147 = setsid */
    333      1.35   thorpej 	{ 0, 0, 0,
    334  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 148 = unimplemented quotactl */
    335      1.35   thorpej 	{ 0, 0, 0,
    336  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 149 = unimplemented */
    337  1.35.2.3   nathanw 	{ 3, s(struct linux_sys_getsockname_args), 0,
    338  1.35.2.3   nathanw 	    linux_sys_getsockname },		/* 150 = getsockname */
    339      1.35   thorpej 	{ 0, 0, 0,
    340  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 151 = unimplemented */
    341      1.35   thorpej 	{ 0, 0, 0,
    342  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 152 = unimplemented */
    343      1.35   thorpej 	{ 0, 0, 0,
    344  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 153 = unimplemented */
    345      1.35   thorpej 	{ 0, 0, 0,
    346  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 154 = unimplemented */
    347      1.35   thorpej 	{ 0, 0, 0,
    348  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 155 = unimplemented */
    349      1.35   thorpej 	{ 3, s(struct linux_sys_sigaction_args), 0,
    350       1.1       erh 	    linux_sys_sigaction },		/* 156 = sigaction */
    351      1.35   thorpej 	{ 0, 0, 0,
    352  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 157 = unimplemented */
    353      1.35   thorpej 	{ 0, 0, 0,
    354  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 158 = unimplemented */
    355      1.35   thorpej 	{ 4, s(struct compat_43_sys_getdirentries_args), 0,
    356      1.24       erh 	    compat_43_sys_getdirentries },	/* 159 = getdirentries */
    357      1.35   thorpej 	{ 3, s(struct osf1_sys_statfs_args), 0,
    358      1.24       erh 	    osf1_sys_statfs },			/* 160 = statfs */
    359      1.35   thorpej 	{ 3, s(struct osf1_sys_fstatfs_args), 0,
    360      1.24       erh 	    osf1_sys_fstatfs },			/* 161 = fstatfs */
    361      1.35   thorpej 	{ 0, 0, 0,
    362  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 162 = unimplemented */
    363      1.35   thorpej 	{ 0, 0, 0,
    364  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 163 = unimplemented */
    365      1.35   thorpej 	{ 0, 0, 0,
    366  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 164 = unimplemented */
    367      1.35   thorpej 	{ 2, s(struct compat_09_sys_getdomainname_args), 0,
    368      1.24       erh 	    compat_09_sys_getdomainname },	/* 165 = getdomainname */
    369      1.35   thorpej 	{ 2, s(struct linux_sys_setdomainname_args), 0,
    370      1.25  jdolecek 	    linux_sys_setdomainname },		/* 166 = setdomainname */
    371      1.35   thorpej 	{ 0, 0, 0,
    372  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 167 = unimplemented */
    373      1.35   thorpej 	{ 0, 0, 0,
    374  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 168 = unimplemented */
    375      1.35   thorpej 	{ 0, 0, 0,
    376  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 169 = unimplemented */
    377      1.35   thorpej 	{ 0, 0, 0,
    378  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 170 = unimplemented */
    379      1.35   thorpej 	{ 0, 0, 0,
    380  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 171 = unimplemented */
    381      1.35   thorpej 	{ 0, 0, 0,
    382  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 172 = unimplemented */
    383      1.35   thorpej 	{ 0, 0, 0,
    384  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 173 = unimplemented */
    385      1.35   thorpej 	{ 0, 0, 0,
    386  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 174 = unimplemented */
    387      1.35   thorpej 	{ 0, 0, 0,
    388  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 175 = unimplemented */
    389      1.35   thorpej 	{ 0, 0, 0,
    390  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 176 = unimplemented */
    391      1.35   thorpej 	{ 0, 0, 0,
    392  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 177 = unimplemented */
    393      1.35   thorpej 	{ 0, 0, 0,
    394  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 178 = unimplemented */
    395      1.35   thorpej 	{ 0, 0, 0,
    396  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 179 = unimplemented */
    397      1.35   thorpej 	{ 0, 0, 0,
    398  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 180 = unimplemented */
    399      1.35   thorpej 	{ 0, 0, 0,
    400  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 181 = unimplemented */
    401      1.35   thorpej 	{ 0, 0, 0,
    402  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 182 = unimplemented */
    403      1.35   thorpej 	{ 0, 0, 0,
    404  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 183 = unimplemented */
    405      1.35   thorpej 	{ 0, 0, 0,
    406  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 184 = unimplemented */
    407      1.35   thorpej 	{ 0, 0, 0,
    408  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 185 = unimplemented */
    409      1.35   thorpej 	{ 0, 0, 0,
    410  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 186 = unimplemented */
    411      1.35   thorpej 	{ 0, 0, 0,
    412  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 187 = unimplemented */
    413      1.35   thorpej 	{ 0, 0, 0,
    414  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 188 = unimplemented */
    415      1.35   thorpej 	{ 0, 0, 0,
    416  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 189 = unimplemented */
    417      1.35   thorpej 	{ 0, 0, 0,
    418  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 190 = unimplemented */
    419  1.35.2.6   nathanw 	{ 2, s(struct linux_sys_ugetrlimit_args), 0,
    420  1.35.2.6   nathanw 	    linux_sys_ugetrlimit },		/* 191 = ugetrlimit */
    421  1.35.2.6   nathanw 	{ 6, s(struct linux_sys_mmap2_args), 0,
    422  1.35.2.6   nathanw 	    linux_sys_mmap2 },			/* 192 = mmap2 */
    423      1.35   thorpej 	{ 0, 0, 0,
    424  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 193 = unimplemented */
    425      1.35   thorpej 	{ 0, 0, 0,
    426  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 194 = unimplemented */
    427      1.35   thorpej 	{ 0, 0, 0,
    428  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 195 = unimplemented */
    429      1.35   thorpej 	{ 0, 0, 0,
    430  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 196 = unimplemented */
    431      1.35   thorpej 	{ 0, 0, 0,
    432  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 197 = unimplemented */
    433      1.35   thorpej 	{ 0, 0, 0,
    434  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 198 = unimplemented */
    435      1.35   thorpej 	{ 0, 0, 0,
    436  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 199 = unimplemented osf1_sys_swapon */
    437       1.1       erh #ifdef SYSVMSG
    438      1.35   thorpej 	{ 3, s(struct linux_sys_msgctl_args), 0,
    439       1.1       erh 	    linux_sys_msgctl },			/* 200 = msgctl */
    440      1.35   thorpej 	{ 2, s(struct sys_msgget_args), 0,
    441       1.1       erh 	    sys_msgget },			/* 201 = msgget */
    442      1.35   thorpej 	{ 5, s(struct sys_msgrcv_args), 0,
    443       1.1       erh 	    sys_msgrcv },			/* 202 = msgrcv */
    444      1.35   thorpej 	{ 4, s(struct sys_msgsnd_args), 0,
    445       1.1       erh 	    sys_msgsnd },			/* 203 = msgsnd */
    446       1.1       erh #else
    447      1.35   thorpej 	{ 0, 0, 0,
    448  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 200 = unimplemented msgctl */
    449      1.35   thorpej 	{ 0, 0, 0,
    450  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 201 = unimplemented msgget */
    451      1.35   thorpej 	{ 0, 0, 0,
    452  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 202 = unimplemented msgrcv */
    453      1.35   thorpej 	{ 0, 0, 0,
    454  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 203 = unimplemented msgsnd */
    455       1.1       erh #endif
    456       1.1       erh #ifdef SYSVSEM
    457      1.35   thorpej 	{ 4, s(struct linux_sys_semctl_args), 0,
    458       1.1       erh 	    linux_sys_semctl },			/* 204 = semctl */
    459      1.35   thorpej 	{ 3, s(struct sys_semget_args), 0,
    460       1.1       erh 	    sys_semget },			/* 205 = semget */
    461      1.35   thorpej 	{ 3, s(struct sys_semop_args), 0,
    462       1.1       erh 	    sys_semop },			/* 206 = semop */
    463       1.1       erh #else
    464      1.35   thorpej 	{ 0, 0, 0,
    465  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 204 = unimplemented semctl */
    466      1.35   thorpej 	{ 0, 0, 0,
    467  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 205 = unimplemented semget */
    468      1.35   thorpej 	{ 0, 0, 0,
    469  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 206 = unimplemented semop */
    470       1.1       erh #endif
    471      1.35   thorpej 	{ 1, s(struct linux_sys_olduname_args), 0,
    472       1.1       erh 	    linux_sys_olduname },		/* 207 = olduname */
    473      1.35   thorpej 	{ 3, s(struct sys___posix_lchown_args), 0,
    474      1.33   thorpej 	    sys___posix_lchown },		/* 208 = __posix_lchown */
    475       1.1       erh #ifdef SYSVSHM
    476      1.35   thorpej 	{ 4, s(struct linux_sys_shmat_args), 0,
    477       1.1       erh 	    linux_sys_shmat },			/* 209 = shmat */
    478      1.35   thorpej 	{ 3, s(struct linux_sys_shmctl_args), 0,
    479       1.1       erh 	    linux_sys_shmctl },			/* 210 = shmctl */
    480      1.35   thorpej 	{ 1, s(struct sys_shmdt_args), 0,
    481       1.1       erh 	    sys_shmdt },			/* 211 = shmdt */
    482      1.35   thorpej 	{ 3, s(struct sys_shmget_args), 0,
    483       1.1       erh 	    sys_shmget },			/* 212 = shmget */
    484       1.1       erh #else
    485      1.35   thorpej 	{ 0, 0, 0,
    486  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 209 = unimplemented shmat */
    487      1.35   thorpej 	{ 0, 0, 0,
    488  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 210 = unimplemented shmctl */
    489      1.35   thorpej 	{ 0, 0, 0,
    490  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 211 = unimplemented shmdt */
    491      1.35   thorpej 	{ 0, 0, 0,
    492  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 212 = unimplemented shmget */
    493       1.1       erh #endif
    494      1.35   thorpej 	{ 0, 0, 0,
    495  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 213 = unimplemented */
    496      1.35   thorpej 	{ 0, 0, 0,
    497  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 214 = unimplemented */
    498      1.35   thorpej 	{ 0, 0, 0,
    499  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 215 = unimplemented */
    500      1.35   thorpej 	{ 0, 0, 0,
    501  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 216 = unimplemented */
    502      1.35   thorpej 	{ 3, s(struct linux_sys_msync_args), 0,
    503       1.1       erh 	    linux_sys_msync },			/* 217 = msync */
    504      1.35   thorpej 	{ 0, 0, 0,
    505  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 218 = unimplemented */
    506      1.35   thorpej 	{ 0, 0, 0,
    507  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 219 = unimplemented */
    508      1.35   thorpej 	{ 0, 0, 0,
    509  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 220 = unimplemented */
    510      1.35   thorpej 	{ 0, 0, 0,
    511  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 221 = unimplemented */
    512      1.35   thorpej 	{ 0, 0, 0,
    513  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 222 = unimplemented */
    514      1.35   thorpej 	{ 0, 0, 0,
    515  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 223 = unimplemented */
    516      1.35   thorpej 	{ 0, 0, 0,
    517  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 224 = unimplemented */
    518      1.35   thorpej 	{ 0, 0, 0,
    519  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 225 = unimplemented */
    520      1.35   thorpej 	{ 0, 0, 0,
    521  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 226 = unimplemented */
    522      1.35   thorpej 	{ 0, 0, 0,
    523  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 227 = unimplemented */
    524      1.35   thorpej 	{ 0, 0, 0,
    525  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 228 = unimplemented */
    526      1.35   thorpej 	{ 0, 0, 0,
    527  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 229 = unimplemented */
    528      1.35   thorpej 	{ 0, 0, 0,
    529  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 230 = unimplemented */
    530      1.35   thorpej 	{ 0, 0, 0,
    531  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 231 = unimplemented */
    532      1.35   thorpej 	{ 0, 0, 0,
    533  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 232 = unimplemented */
    534      1.35   thorpej 	{ 1, s(struct linux_sys_getpgid_args), 0,
    535       1.1       erh 	    linux_sys_getpgid },		/* 233 = getpgid */
    536      1.35   thorpej 	{ 1, s(struct sys_getsid_args), 0,
    537       1.1       erh 	    sys_getsid },			/* 234 = getsid */
    538      1.35   thorpej 	{ 0, 0, 0,
    539  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 235 = unimplemented sigaltstack */
    540      1.35   thorpej 	{ 0, 0, 0,
    541  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 236 = unimplemented */
    542      1.35   thorpej 	{ 0, 0, 0,
    543  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 237 = unimplemented */
    544      1.35   thorpej 	{ 0, 0, 0,
    545  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 238 = unimplemented */
    546      1.35   thorpej 	{ 0, 0, 0,
    547  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 239 = unimplemented */
    548      1.35   thorpej 	{ 0, 0, 0,
    549  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 240 = unimplemented */
    550      1.35   thorpej 	{ 3, s(struct osf1_sys_sysinfo_args), 0,
    551      1.24       erh 	    osf1_sys_sysinfo },			/* 241 = sysinfo */
    552      1.35   thorpej 	{ 0, 0, 0,
    553  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 242 = unimplemented */
    554      1.35   thorpej 	{ 0, 0, 0,
    555  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 243 = unimplemented */
    556      1.35   thorpej 	{ 0, 0, 0,
    557  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 244 = unimplemented osf1_sys_proplist_syscall */
    558      1.35   thorpej 	{ 0, 0, 0,
    559  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 245 = unimplemented */
    560      1.35   thorpej 	{ 0, 0, 0,
    561  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 246 = unimplemented */
    562      1.35   thorpej 	{ 0, 0, 0,
    563  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 247 = unimplemented */
    564      1.35   thorpej 	{ 0, 0, 0,
    565  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 248 = unimplemented */
    566      1.35   thorpej 	{ 0, 0, 0,
    567  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 249 = unimplemented */
    568      1.35   thorpej 	{ 0, 0, 0,
    569  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 250 = unimplemented */
    570      1.35   thorpej 	{ 2, s(struct osf1_sys_usleep_thread_args), 0,
    571      1.24       erh 	    osf1_sys_usleep_thread },		/* 251 = usleep_thread */
    572      1.35   thorpej 	{ 0, 0, 0,
    573  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 252 = unimplemented */
    574      1.35   thorpej 	{ 0, 0, 0,
    575  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 253 = unimplemented */
    576      1.35   thorpej 	{ 0, 0, 0,
    577  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 254 = unimplemented */
    578      1.35   thorpej 	{ 0, 0, 0,
    579  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 255 = unimplemented sysfs */
    580      1.35   thorpej 	{ 5, s(struct osf1_sys_getsysinfo_args), 0,
    581      1.24       erh 	    osf1_sys_getsysinfo },		/* 256 = getsysinfo */
    582      1.35   thorpej 	{ 5, s(struct osf1_sys_setsysinfo_args), 0,
    583      1.24       erh 	    osf1_sys_setsysinfo },		/* 257 = setsysinfo */
    584      1.35   thorpej 	{ 0, 0, 0,
    585  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 258 = unimplemented */
    586      1.35   thorpej 	{ 0, 0, 0,
    587  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 259 = unimplemented */
    588      1.35   thorpej 	{ 0, 0, 0,
    589  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 260 = unimplemented */
    590      1.35   thorpej 	{ 1, s(struct linux_sys_fdatasync_args), 0,
    591       1.1       erh 	    linux_sys_fdatasync },		/* 261 = fdatasync */
    592      1.35   thorpej 	{ 0, 0, 0,
    593  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 262 = unimplemented */
    594      1.35   thorpej 	{ 0, 0, 0,
    595  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 263 = unimplemented */
    596      1.35   thorpej 	{ 0, 0, 0,
    597  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 264 = unimplemented */
    598      1.35   thorpej 	{ 0, 0, 0,
    599  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 265 = unimplemented */
    600      1.35   thorpej 	{ 0, 0, 0,
    601  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 266 = unimplemented */
    602      1.35   thorpej 	{ 0, 0, 0,
    603  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 267 = unimplemented */
    604      1.35   thorpej 	{ 0, 0, 0,
    605  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 268 = unimplemented */
    606      1.35   thorpej 	{ 0, 0, 0,
    607  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 269 = unimplemented */
    608      1.35   thorpej 	{ 0, 0, 0,
    609  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 270 = unimplemented */
    610      1.35   thorpej 	{ 0, 0, 0,
    611  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 271 = unimplemented */
    612      1.35   thorpej 	{ 0, 0, 0,
    613  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 272 = unimplemented */
    614      1.35   thorpej 	{ 0, 0, 0,
    615  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 273 = unimplemented */
    616      1.35   thorpej 	{ 0, 0, 0,
    617  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 274 = unimplemented */
    618      1.35   thorpej 	{ 0, 0, 0,
    619  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 275 = unimplemented */
    620      1.35   thorpej 	{ 0, 0, 0,
    621  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 276 = unimplemented */
    622      1.35   thorpej 	{ 0, 0, 0,
    623  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 277 = unimplemented */
    624      1.35   thorpej 	{ 0, 0, 0,
    625  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 278 = unimplemented */
    626      1.35   thorpej 	{ 0, 0, 0,
    627  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 279 = unimplemented */
    628      1.35   thorpej 	{ 0, 0, 0,
    629  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 280 = unimplemented */
    630      1.35   thorpej 	{ 0, 0, 0,
    631  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 281 = unimplemented */
    632      1.35   thorpej 	{ 0, 0, 0,
    633  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 282 = unimplemented */
    634      1.35   thorpej 	{ 0, 0, 0,
    635  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 283 = unimplemented */
    636      1.35   thorpej 	{ 0, 0, 0,
    637  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 284 = unimplemented */
    638      1.35   thorpej 	{ 0, 0, 0,
    639  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 285 = unimplemented */
    640      1.35   thorpej 	{ 0, 0, 0,
    641  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 286 = unimplemented */
    642      1.35   thorpej 	{ 0, 0, 0,
    643  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 287 = unimplemented */
    644      1.35   thorpej 	{ 0, 0, 0,
    645  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 288 = unimplemented */
    646      1.35   thorpej 	{ 0, 0, 0,
    647  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 289 = unimplemented */
    648      1.35   thorpej 	{ 0, 0, 0,
    649  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 290 = unimplemented */
    650      1.35   thorpej 	{ 0, 0, 0,
    651  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 291 = unimplemented */
    652      1.35   thorpej 	{ 0, 0, 0,
    653  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 292 = unimplemented */
    654      1.35   thorpej 	{ 0, 0, 0,
    655  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 293 = unimplemented */
    656      1.35   thorpej 	{ 0, 0, 0,
    657  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 294 = unimplemented */
    658      1.35   thorpej 	{ 0, 0, 0,
    659  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 295 = unimplemented */
    660      1.35   thorpej 	{ 0, 0, 0,
    661  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 296 = unimplemented */
    662      1.35   thorpej 	{ 0, 0, 0,
    663  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 297 = unimplemented */
    664      1.35   thorpej 	{ 0, 0, 0,
    665  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 298 = unimplemented */
    666      1.35   thorpej 	{ 0, 0, 0,
    667  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 299 = unimplemented */
    668      1.35   thorpej 	{ 0, 0, 0,
    669  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 300 = unimplemented bdflush */
    670      1.35   thorpej 	{ 0, 0, 0,
    671  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 301 = unimplemented sethae */
    672      1.35   thorpej 	{ 0, 0, 0,
    673  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 302 = unimplemented mount */
    674      1.35   thorpej 	{ 0, 0, 0,
    675  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 303 = unimplemented old_adjtimex */
    676      1.35   thorpej 	{ 1, s(struct linux_sys_swapoff_args), 0,
    677      1.26  jdolecek 	    linux_sys_swapoff },		/* 304 = swapoff */
    678      1.35   thorpej 	{ 3, s(struct linux_sys_getdents_args), 0,
    679       1.1       erh 	    linux_sys_getdents },		/* 305 = getdents */
    680      1.35   thorpej 	{ 0, 0, 0,
    681  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 306 = unimplemented alpha_create_module */
    682      1.35   thorpej 	{ 0, 0, 0,
    683  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 307 = unimplemented init_module */
    684      1.35   thorpej 	{ 0, 0, 0,
    685  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 308 = unimplemented delete_module */
    686      1.35   thorpej 	{ 0, 0, 0,
    687  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 309 = unimplemented get_kernel_syms */
    688      1.35   thorpej 	{ 0, 0, 0,
    689  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 310 = unimplemented syslog */
    690      1.35   thorpej 	{ 4, s(struct linux_sys_reboot_args), 0,
    691      1.17       erh 	    linux_sys_reboot },			/* 311 = reboot */
    692      1.35   thorpej 	{ 2, s(struct linux_sys_clone_args), 0,
    693      1.19       erh 	    linux_sys_clone },			/* 312 = clone */
    694       1.1       erh #ifdef EXEC_AOUT
    695      1.35   thorpej 	{ 1, s(struct linux_sys_uselib_args), 0,
    696       1.1       erh 	    linux_sys_uselib },			/* 313 = uselib */
    697       1.1       erh #else
    698      1.35   thorpej 	{ 0, 0, 0,
    699  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 313 = unimplemented sys_uselib */
    700       1.1       erh #endif
    701      1.35   thorpej 	{ 2, s(struct sys_mlock_args), 0,
    702       1.1       erh 	    sys_mlock },			/* 314 = mlock */
    703      1.35   thorpej 	{ 2, s(struct sys_munlock_args), 0,
    704       1.1       erh 	    sys_munlock },			/* 315 = munlock */
    705      1.35   thorpej 	{ 1, s(struct sys_mlockall_args), 0,
    706      1.22  jdolecek 	    sys_mlockall },			/* 316 = mlockall */
    707      1.35   thorpej 	{ 0, 0, 0,
    708      1.22  jdolecek 	    sys_munlockall },			/* 317 = munlockall */
    709      1.35   thorpej 	{ 1, s(struct linux_sys_sysinfo_args), 0,
    710      1.32  jdolecek 	    linux_sys_sysinfo },		/* 318 = sysinfo */
    711      1.35   thorpej 	{ 1, s(struct linux_sys___sysctl_args), 0,
    712       1.1       erh 	    linux_sys___sysctl },		/* 319 = __sysctl */
    713      1.35   thorpej 	{ 0, 0, 0,
    714  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 320 = unimplemented idle */
    715      1.35   thorpej 	{ 0, 0, 0,
    716  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 321 = unimplemented oldumount */
    717      1.35   thorpej 	{ 1, s(struct linux_sys_swapon_args), 0,
    718      1.25  jdolecek 	    linux_sys_swapon },			/* 322 = swapon */
    719      1.35   thorpej 	{ 1, s(struct linux_sys_times_args), 0,
    720       1.1       erh 	    linux_sys_times },			/* 323 = times */
    721      1.35   thorpej 	{ 1, s(struct linux_sys_personality_args), 0,
    722       1.1       erh 	    linux_sys_personality },		/* 324 = personality */
    723      1.35   thorpej 	{ 1, s(struct linux_sys_setfsuid_args), 0,
    724      1.16       erh 	    linux_sys_setfsuid },		/* 325 = setfsuid */
    725      1.35   thorpej 	{ 0, 0, 0,
    726  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 326 = unimplemented setfsgid */
    727      1.35   thorpej 	{ 0, 0, 0,
    728  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 327 = unimplemented ustat */
    729      1.35   thorpej 	{ 2, s(struct linux_sys_statfs_args), 0,
    730       1.1       erh 	    linux_sys_statfs },			/* 328 = statfs */
    731      1.35   thorpej 	{ 2, s(struct linux_sys_fstatfs_args), 0,
    732       1.1       erh 	    linux_sys_fstatfs },		/* 329 = fstatfs */
    733      1.35   thorpej 	{ 2, s(struct linux_sys_sched_setparam_args), 0,
    734      1.13      tron 	    linux_sys_sched_setparam },		/* 330 = sched_setparam */
    735      1.35   thorpej 	{ 2, s(struct linux_sys_sched_getparam_args), 0,
    736      1.13      tron 	    linux_sys_sched_getparam },		/* 331 = sched_getparam */
    737      1.35   thorpej 	{ 3, s(struct linux_sys_sched_setscheduler_args), 0,
    738      1.13      tron 	    linux_sys_sched_setscheduler },	/* 332 = sched_setscheduler */
    739      1.35   thorpej 	{ 1, s(struct linux_sys_sched_getscheduler_args), 0,
    740      1.13      tron 	    linux_sys_sched_getscheduler },	/* 333 = sched_getscheduler */
    741      1.35   thorpej 	{ 0, 0, 0,
    742      1.13      tron 	    linux_sys_sched_yield },		/* 334 = sched_yield */
    743      1.35   thorpej 	{ 1, s(struct linux_sys_sched_get_priority_max_args), 0,
    744      1.13      tron 	    linux_sys_sched_get_priority_max },	/* 335 = sched_get_priority_max */
    745      1.35   thorpej 	{ 1, s(struct linux_sys_sched_get_priority_min_args), 0,
    746      1.13      tron 	    linux_sys_sched_get_priority_min },	/* 336 = sched_get_priority_min */
    747      1.35   thorpej 	{ 0, 0, 0,
    748  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 337 = unimplemented sched_rr_get_interval */
    749      1.35   thorpej 	{ 0, 0, 0,
    750  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 338 = unimplemented afs_syscall */
    751      1.35   thorpej 	{ 1, s(struct linux_sys_uname_args), 0,
    752       1.1       erh 	    linux_sys_uname },			/* 339 = uname */
    753      1.35   thorpej 	{ 2, s(struct sys_nanosleep_args), 0,
    754       1.1       erh 	    sys_nanosleep },			/* 340 = nanosleep */
    755      1.35   thorpej 	{ 4, s(struct linux_sys_mremap_args), 0,
    756       1.1       erh 	    linux_sys_mremap },			/* 341 = mremap */
    757      1.35   thorpej 	{ 0, 0, 0,
    758  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 342 = unimplemented nfsservctl */
    759      1.35   thorpej 	{ 3, s(struct linux_sys_setresuid_args), 0,
    760      1.12   thorpej 	    linux_sys_setresuid },		/* 343 = setresuid */
    761      1.35   thorpej 	{ 3, s(struct linux_sys_getresuid_args), 0,
    762      1.12   thorpej 	    linux_sys_getresuid },		/* 344 = getresuid */
    763      1.35   thorpej 	{ 0, 0, 0,
    764  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 345 = unimplemented pciconfig_read */
    765      1.35   thorpej 	{ 0, 0, 0,
    766  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 346 = unimplemented pciconfig_write */
    767      1.35   thorpej 	{ 0, 0, 0,
    768  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 347 = unimplemented query_module */
    769      1.35   thorpej 	{ 0, 0, 0,
    770  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 348 = unimplemented prctl */
    771      1.35   thorpej 	{ 4, s(struct linux_sys_pread_args), 0,
    772      1.14      tron 	    linux_sys_pread },			/* 349 = pread */
    773      1.35   thorpej 	{ 4, s(struct linux_sys_pwrite_args), 0,
    774      1.14      tron 	    linux_sys_pwrite },			/* 350 = pwrite */
    775      1.35   thorpej 	{ 1, s(struct linux_sys_rt_sigreturn_args), 0,
    776       1.1       erh 	    linux_sys_rt_sigreturn },		/* 351 = rt_sigreturn */
    777      1.35   thorpej 	{ 4, s(struct linux_sys_rt_sigaction_args), 0,
    778       1.1       erh 	    linux_sys_rt_sigaction },		/* 352 = rt_sigaction */
    779      1.35   thorpej 	{ 4, s(struct linux_sys_rt_sigprocmask_args), 0,
    780       1.1       erh 	    linux_sys_rt_sigprocmask },		/* 353 = rt_sigprocmask */
    781      1.35   thorpej 	{ 2, s(struct linux_sys_rt_sigpending_args), 0,
    782       1.1       erh 	    linux_sys_rt_sigpending },		/* 354 = rt_sigpending */
    783      1.35   thorpej 	{ 0, 0, 0,
    784  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 355 = unimplemented rt_sigtimedwait */
    785      1.35   thorpej 	{ 3, s(struct linux_sys_rt_queueinfo_args), 0,
    786       1.1       erh 	    linux_sys_rt_queueinfo },		/* 356 = rt_queueinfo */
    787      1.35   thorpej 	{ 2, s(struct linux_sys_rt_sigsuspend_args), 0,
    788       1.1       erh 	    linux_sys_rt_sigsuspend },		/* 357 = rt_sigsuspend */
    789      1.35   thorpej 	{ 5, s(struct linux_sys_select_args), 0,
    790       1.1       erh 	    linux_sys_select },			/* 358 = select */
    791      1.35   thorpej 	{ 2, s(struct sys_gettimeofday_args), 0,
    792       1.1       erh 	    sys_gettimeofday },			/* 359 = gettimeofday */
    793      1.35   thorpej 	{ 2, s(struct sys_settimeofday_args), 0,
    794       1.1       erh 	    sys_settimeofday },			/* 360 = settimeofday */
    795      1.35   thorpej 	{ 2, s(struct sys_getitimer_args), 0,
    796       1.1       erh 	    sys_getitimer },			/* 361 = getitimer */
    797      1.35   thorpej 	{ 3, s(struct sys_setitimer_args), 0,
    798       1.1       erh 	    sys_setitimer },			/* 362 = setitimer */
    799      1.35   thorpej 	{ 2, s(struct sys_utimes_args), 0,
    800       1.1       erh 	    sys_utimes },			/* 363 = utimes */
    801      1.35   thorpej 	{ 2, s(struct sys_getrusage_args), 0,
    802       1.1       erh 	    sys_getrusage },			/* 364 = getrusage */
    803      1.35   thorpej 	{ 4, s(struct linux_sys_wait4_args), 0,
    804       1.1       erh 	    linux_sys_wait4 },			/* 365 = wait4 */
    805      1.35   thorpej 	{ 0, 0, 0,
    806  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 366 = unimplemented adjtimex */
    807      1.35   thorpej 	{ 2, s(struct sys___getcwd_args), 0,
    808       1.9      tron 	    sys___getcwd },			/* 367 = __getcwd */
    809      1.35   thorpej 	{ 0, 0, 0,
    810  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 368 = unimplemented capget */
    811      1.35   thorpej 	{ 0, 0, 0,
    812  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 369 = unimplemented capset */
    813      1.35   thorpej 	{ 0, 0, 0,
    814  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 370 = unimplemented sendfile */
    815      1.35   thorpej 	{ 0, 0, 0,
    816  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 371 = unimplemented setresgid */
    817      1.35   thorpej 	{ 0, 0, 0,
    818  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 372 = unimplemented getresgid */
    819      1.35   thorpej 	{ 0, 0, 0,
    820  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 373 = unimplemented sys_dipc */
    821      1.35   thorpej 	{ 0, 0, 0,
    822  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 374 = unimplemented pivot_root */
    823      1.35   thorpej 	{ 0, 0, 0,
    824  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 375 = unimplemented mincore */
    825      1.35   thorpej 	{ 0, 0, 0,
    826  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 376 = unimplemented pciconfig_iobase */
    827      1.35   thorpej 	{ 0, 0, 0,
    828  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 377 = unimplemented getdents64 */
    829      1.35   thorpej 	{ 0, 0, 0,
    830  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 378 = filler */
    831      1.35   thorpej 	{ 0, 0, 0,
    832  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 379 = filler */
    833      1.35   thorpej 	{ 0, 0, 0,
    834  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 380 = filler */
    835      1.35   thorpej 	{ 0, 0, 0,
    836  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 381 = filler */
    837      1.35   thorpej 	{ 0, 0, 0,
    838  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 382 = filler */
    839      1.35   thorpej 	{ 0, 0, 0,
    840  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 383 = filler */
    841      1.35   thorpej 	{ 0, 0, 0,
    842  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 384 = filler */
    843      1.35   thorpej 	{ 0, 0, 0,
    844  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 385 = filler */
    845      1.35   thorpej 	{ 0, 0, 0,
    846  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 386 = filler */
    847      1.35   thorpej 	{ 0, 0, 0,
    848  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 387 = filler */
    849      1.35   thorpej 	{ 0, 0, 0,
    850  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 388 = filler */
    851      1.35   thorpej 	{ 0, 0, 0,
    852  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 389 = filler */
    853      1.35   thorpej 	{ 0, 0, 0,
    854  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 390 = filler */
    855      1.35   thorpej 	{ 0, 0, 0,
    856  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 391 = filler */
    857      1.35   thorpej 	{ 0, 0, 0,
    858  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 392 = filler */
    859      1.35   thorpej 	{ 0, 0, 0,
    860  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 393 = filler */
    861      1.35   thorpej 	{ 0, 0, 0,
    862  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 394 = filler */
    863      1.35   thorpej 	{ 0, 0, 0,
    864  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 395 = filler */
    865      1.35   thorpej 	{ 0, 0, 0,
    866  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 396 = filler */
    867      1.35   thorpej 	{ 0, 0, 0,
    868  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 397 = filler */
    869      1.35   thorpej 	{ 0, 0, 0,
    870  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 398 = filler */
    871      1.35   thorpej 	{ 0, 0, 0,
    872  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 399 = filler */
    873      1.35   thorpej 	{ 0, 0, 0,
    874  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 400 = filler */
    875      1.35   thorpej 	{ 0, 0, 0,
    876  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 401 = filler */
    877      1.35   thorpej 	{ 0, 0, 0,
    878  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 402 = filler */
    879      1.35   thorpej 	{ 0, 0, 0,
    880  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 403 = filler */
    881      1.35   thorpej 	{ 0, 0, 0,
    882  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 404 = filler */
    883      1.35   thorpej 	{ 0, 0, 0,
    884  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 405 = filler */
    885      1.35   thorpej 	{ 0, 0, 0,
    886  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 406 = filler */
    887      1.35   thorpej 	{ 0, 0, 0,
    888  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 407 = filler */
    889      1.35   thorpej 	{ 0, 0, 0,
    890  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 408 = filler */
    891      1.35   thorpej 	{ 0, 0, 0,
    892  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 409 = filler */
    893      1.35   thorpej 	{ 0, 0, 0,
    894  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 410 = filler */
    895      1.35   thorpej 	{ 0, 0, 0,
    896  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 411 = filler */
    897      1.35   thorpej 	{ 0, 0, 0,
    898  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 412 = filler */
    899      1.35   thorpej 	{ 0, 0, 0,
    900  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 413 = filler */
    901      1.35   thorpej 	{ 0, 0, 0,
    902  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 414 = filler */
    903      1.35   thorpej 	{ 0, 0, 0,
    904  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 415 = filler */
    905      1.35   thorpej 	{ 0, 0, 0,
    906  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 416 = filler */
    907      1.35   thorpej 	{ 0, 0, 0,
    908  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 417 = filler */
    909      1.35   thorpej 	{ 0, 0, 0,
    910  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 418 = filler */
    911      1.35   thorpej 	{ 0, 0, 0,
    912  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 419 = filler */
    913      1.35   thorpej 	{ 0, 0, 0,
    914  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 420 = filler */
    915      1.35   thorpej 	{ 0, 0, 0,
    916  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 421 = filler */
    917      1.35   thorpej 	{ 0, 0, 0,
    918  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 422 = filler */
    919      1.35   thorpej 	{ 0, 0, 0,
    920  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 423 = filler */
    921      1.35   thorpej 	{ 0, 0, 0,
    922  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 424 = filler */
    923      1.35   thorpej 	{ 0, 0, 0,
    924  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 425 = filler */
    925      1.35   thorpej 	{ 0, 0, 0,
    926  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 426 = filler */
    927      1.35   thorpej 	{ 0, 0, 0,
    928  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 427 = filler */
    929      1.35   thorpej 	{ 0, 0, 0,
    930  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 428 = filler */
    931      1.35   thorpej 	{ 0, 0, 0,
    932  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 429 = filler */
    933      1.35   thorpej 	{ 0, 0, 0,
    934  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 430 = filler */
    935      1.35   thorpej 	{ 0, 0, 0,
    936  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 431 = filler */
    937      1.35   thorpej 	{ 0, 0, 0,
    938  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 432 = filler */
    939      1.35   thorpej 	{ 0, 0, 0,
    940  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 433 = filler */
    941      1.35   thorpej 	{ 0, 0, 0,
    942  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 434 = filler */
    943      1.35   thorpej 	{ 0, 0, 0,
    944  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 435 = filler */
    945      1.35   thorpej 	{ 0, 0, 0,
    946  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 436 = filler */
    947      1.35   thorpej 	{ 0, 0, 0,
    948  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 437 = filler */
    949      1.35   thorpej 	{ 0, 0, 0,
    950  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 438 = filler */
    951      1.35   thorpej 	{ 0, 0, 0,
    952  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 439 = filler */
    953      1.35   thorpej 	{ 0, 0, 0,
    954  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 440 = filler */
    955      1.35   thorpej 	{ 0, 0, 0,
    956  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 441 = filler */
    957      1.35   thorpej 	{ 0, 0, 0,
    958  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 442 = filler */
    959      1.35   thorpej 	{ 0, 0, 0,
    960  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 443 = filler */
    961      1.35   thorpej 	{ 0, 0, 0,
    962  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 444 = filler */
    963      1.35   thorpej 	{ 0, 0, 0,
    964  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 445 = filler */
    965      1.35   thorpej 	{ 0, 0, 0,
    966  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 446 = filler */
    967      1.35   thorpej 	{ 0, 0, 0,
    968  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 447 = filler */
    969      1.35   thorpej 	{ 0, 0, 0,
    970  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 448 = filler */
    971      1.35   thorpej 	{ 0, 0, 0,
    972  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 449 = filler */
    973      1.35   thorpej 	{ 0, 0, 0,
    974  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 450 = filler */
    975      1.35   thorpej 	{ 0, 0, 0,
    976  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 451 = filler */
    977      1.35   thorpej 	{ 0, 0, 0,
    978  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 452 = filler */
    979      1.35   thorpej 	{ 0, 0, 0,
    980  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 453 = filler */
    981      1.35   thorpej 	{ 0, 0, 0,
    982  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 454 = filler */
    983      1.35   thorpej 	{ 0, 0, 0,
    984  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 455 = filler */
    985      1.35   thorpej 	{ 0, 0, 0,
    986  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 456 = filler */
    987      1.35   thorpej 	{ 0, 0, 0,
    988  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 457 = filler */
    989      1.35   thorpej 	{ 0, 0, 0,
    990  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 458 = filler */
    991      1.35   thorpej 	{ 0, 0, 0,
    992  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 459 = filler */
    993      1.35   thorpej 	{ 0, 0, 0,
    994  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 460 = filler */
    995      1.35   thorpej 	{ 0, 0, 0,
    996  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 461 = filler */
    997      1.35   thorpej 	{ 0, 0, 0,
    998  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 462 = filler */
    999      1.35   thorpej 	{ 0, 0, 0,
   1000  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 463 = filler */
   1001      1.35   thorpej 	{ 0, 0, 0,
   1002  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 464 = filler */
   1003      1.35   thorpej 	{ 0, 0, 0,
   1004  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 465 = filler */
   1005      1.35   thorpej 	{ 0, 0, 0,
   1006  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 466 = filler */
   1007      1.35   thorpej 	{ 0, 0, 0,
   1008  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 467 = filler */
   1009      1.35   thorpej 	{ 0, 0, 0,
   1010  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 468 = filler */
   1011      1.35   thorpej 	{ 0, 0, 0,
   1012  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 469 = filler */
   1013      1.35   thorpej 	{ 0, 0, 0,
   1014  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 470 = filler */
   1015      1.35   thorpej 	{ 0, 0, 0,
   1016  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 471 = filler */
   1017      1.35   thorpej 	{ 0, 0, 0,
   1018  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 472 = filler */
   1019      1.35   thorpej 	{ 0, 0, 0,
   1020  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 473 = filler */
   1021      1.35   thorpej 	{ 0, 0, 0,
   1022  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 474 = filler */
   1023      1.35   thorpej 	{ 0, 0, 0,
   1024  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 475 = filler */
   1025      1.35   thorpej 	{ 0, 0, 0,
   1026  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 476 = filler */
   1027      1.35   thorpej 	{ 0, 0, 0,
   1028  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 477 = filler */
   1029      1.35   thorpej 	{ 0, 0, 0,
   1030  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 478 = filler */
   1031      1.35   thorpej 	{ 0, 0, 0,
   1032  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 479 = filler */
   1033      1.35   thorpej 	{ 0, 0, 0,
   1034  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 480 = filler */
   1035      1.35   thorpej 	{ 0, 0, 0,
   1036  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 481 = filler */
   1037      1.35   thorpej 	{ 0, 0, 0,
   1038  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 482 = filler */
   1039      1.35   thorpej 	{ 0, 0, 0,
   1040  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 483 = filler */
   1041      1.35   thorpej 	{ 0, 0, 0,
   1042  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 484 = filler */
   1043      1.35   thorpej 	{ 0, 0, 0,
   1044  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 485 = filler */
   1045      1.35   thorpej 	{ 0, 0, 0,
   1046  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 486 = filler */
   1047      1.35   thorpej 	{ 0, 0, 0,
   1048  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 487 = filler */
   1049      1.35   thorpej 	{ 0, 0, 0,
   1050  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 488 = filler */
   1051      1.35   thorpej 	{ 0, 0, 0,
   1052  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 489 = filler */
   1053      1.35   thorpej 	{ 0, 0, 0,
   1054  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 490 = filler */
   1055      1.35   thorpej 	{ 0, 0, 0,
   1056  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 491 = filler */
   1057      1.35   thorpej 	{ 0, 0, 0,
   1058  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 492 = filler */
   1059      1.35   thorpej 	{ 0, 0, 0,
   1060  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 493 = filler */
   1061      1.35   thorpej 	{ 0, 0, 0,
   1062  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 494 = filler */
   1063      1.35   thorpej 	{ 0, 0, 0,
   1064  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 495 = filler */
   1065      1.35   thorpej 	{ 0, 0, 0,
   1066  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 496 = filler */
   1067      1.35   thorpej 	{ 0, 0, 0,
   1068  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 497 = filler */
   1069      1.35   thorpej 	{ 0, 0, 0,
   1070  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 498 = filler */
   1071      1.35   thorpej 	{ 0, 0, 0,
   1072  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 499 = filler */
   1073      1.35   thorpej 	{ 0, 0, 0,
   1074  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 500 = filler */
   1075      1.35   thorpej 	{ 0, 0, 0,
   1076  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 501 = filler */
   1077      1.35   thorpej 	{ 0, 0, 0,
   1078  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 502 = filler */
   1079      1.35   thorpej 	{ 0, 0, 0,
   1080  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 503 = filler */
   1081      1.35   thorpej 	{ 0, 0, 0,
   1082  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 504 = filler */
   1083      1.35   thorpej 	{ 0, 0, 0,
   1084  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 505 = filler */
   1085      1.35   thorpej 	{ 0, 0, 0,
   1086  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 506 = filler */
   1087      1.35   thorpej 	{ 0, 0, 0,
   1088  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 507 = filler */
   1089      1.35   thorpej 	{ 0, 0, 0,
   1090  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 508 = filler */
   1091      1.35   thorpej 	{ 0, 0, 0,
   1092  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 509 = filler */
   1093      1.35   thorpej 	{ 0, 0, 0,
   1094  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 510 = filler */
   1095      1.35   thorpej 	{ 0, 0, 0,
   1096  1.35.2.1   nathanw 	    linux_sys_nosys },			/* 511 = filler */
   1097       1.1       erh };
   1098       1.1       erh 
   1099