Home | History | Annotate | Line # | Download | only in m68k
linux_sysent.c revision 1.14.4.2
      1       1.1    itohy /*	$NetBSD: linux_sysent.c,v 1.14.4.2 2001/05/01 08:59:23 he Exp $	*/
      2       1.1    itohy 
      3       1.1    itohy /*
      4       1.1    itohy  * System call switch table.
      5       1.1    itohy  *
      6       1.1    itohy  * DO NOT EDIT-- this file is automatically generated.
      7  1.14.4.2       he  * created from	NetBSD: syscalls.master,v 1.14.4.2 2001/05/01 08:56:18 he Exp
      8       1.1    itohy  */
      9       1.1    itohy 
     10       1.1    itohy #include "opt_compat_netbsd.h"
     11       1.1    itohy #include "opt_compat_43.h"
     12       1.1    itohy #include <sys/param.h>
     13       1.5     tron #include <sys/poll.h>
     14       1.1    itohy #include <sys/systm.h>
     15       1.1    itohy #include <sys/signal.h>
     16       1.1    itohy #include <sys/mount.h>
     17       1.1    itohy #include <sys/syscallargs.h>
     18       1.1    itohy #include <compat/linux/common/linux_types.h>
     19       1.1    itohy #include <compat/linux/common/linux_signal.h>
     20       1.1    itohy #include <compat/linux/common/linux_siginfo.h>
     21       1.1    itohy #include <compat/linux/common/linux_machdep.h>
     22       1.1    itohy #include <compat/linux/linux_syscallargs.h>
     23       1.1    itohy 
     24       1.1    itohy #define	s(type)	sizeof(type)
     25       1.1    itohy 
     26       1.1    itohy struct sysent linux_sysent[] = {
     27       1.1    itohy 	{ 0, 0,
     28  1.14.4.2       he 	    linux_sys_nosys },			/* 0 = syscall */
     29       1.1    itohy 	{ 1, s(struct sys_exit_args),
     30       1.1    itohy 	    sys_exit },				/* 1 = exit */
     31       1.1    itohy 	{ 0, 0,
     32       1.1    itohy 	    sys_fork },				/* 2 = fork */
     33       1.1    itohy 	{ 3, s(struct sys_read_args),
     34       1.1    itohy 	    sys_read },				/* 3 = read */
     35       1.1    itohy 	{ 3, s(struct sys_write_args),
     36       1.1    itohy 	    sys_write },			/* 4 = write */
     37       1.1    itohy 	{ 3, s(struct linux_sys_open_args),
     38       1.1    itohy 	    linux_sys_open },			/* 5 = open */
     39       1.1    itohy 	{ 1, s(struct sys_close_args),
     40       1.1    itohy 	    sys_close },			/* 6 = close */
     41       1.1    itohy 	{ 3, s(struct linux_sys_waitpid_args),
     42       1.1    itohy 	    linux_sys_waitpid },		/* 7 = waitpid */
     43       1.1    itohy 	{ 2, s(struct linux_sys_creat_args),
     44       1.1    itohy 	    linux_sys_creat },			/* 8 = creat */
     45  1.14.4.1       he 	{ 2, s(struct linux_sys_link_args),
     46  1.14.4.1       he 	    linux_sys_link },			/* 9 = link */
     47       1.1    itohy 	{ 1, s(struct linux_sys_unlink_args),
     48       1.1    itohy 	    linux_sys_unlink },			/* 10 = unlink */
     49       1.1    itohy 	{ 3, s(struct linux_sys_execve_args),
     50       1.1    itohy 	    linux_sys_execve },			/* 11 = execve */
     51       1.1    itohy 	{ 1, s(struct linux_sys_chdir_args),
     52       1.1    itohy 	    linux_sys_chdir },			/* 12 = chdir */
     53       1.1    itohy 	{ 1, s(struct linux_sys_time_args),
     54       1.1    itohy 	    linux_sys_time },			/* 13 = time */
     55       1.1    itohy 	{ 3, s(struct linux_sys_mknod_args),
     56       1.1    itohy 	    linux_sys_mknod },			/* 14 = mknod */
     57       1.1    itohy 	{ 2, s(struct linux_sys_chmod_args),
     58       1.1    itohy 	    linux_sys_chmod },			/* 15 = chmod */
     59       1.1    itohy 	{ 3, s(struct linux_sys_chown_args),
     60       1.1    itohy 	    linux_sys_chown },			/* 16 = chown */
     61       1.1    itohy 	{ 0, 0,
     62  1.14.4.2       he 	    linux_sys_nosys },			/* 17 = obsolete break */
     63       1.1    itohy 	{ 0, 0,
     64  1.14.4.2       he 	    linux_sys_nosys },			/* 18 = obsolete ostat */
     65       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_43)
     66       1.1    itohy 	{ 3, s(struct compat_43_sys_lseek_args),
     67       1.1    itohy 	    compat_43_sys_lseek },		/* 19 = lseek */
     68       1.1    itohy #else
     69       1.1    itohy 	{ 0, 0,
     70  1.14.4.2       he 	    linux_sys_nosys },			/* 19 = unimplemented compat_43_sys_lseek */
     71       1.1    itohy #endif
     72       1.1    itohy 	{ 0, 0,
     73       1.1    itohy 	    sys_getpid },			/* 20 = getpid */
     74       1.1    itohy 	{ 0, 0,
     75  1.14.4.2       he 	    linux_sys_nosys },			/* 21 = unimplemented mount */
     76       1.1    itohy 	{ 0, 0,
     77  1.14.4.2       he 	    linux_sys_nosys },			/* 22 = obsolete umount */
     78       1.1    itohy 	{ 1, s(struct sys_setuid_args),
     79       1.1    itohy 	    sys_setuid },			/* 23 = setuid */
     80       1.1    itohy 	{ 0, 0,
     81       1.1    itohy 	    sys_getuid },			/* 24 = getuid */
     82       1.8     tron 	{ 1, s(struct linux_sys_stime_args),
     83       1.8     tron 	    linux_sys_stime },			/* 25 = stime */
     84      1.12     tron 	{ 4, s(struct linux_sys_ptrace_args),
     85      1.12     tron 	    linux_sys_ptrace },			/* 26 = ptrace */
     86       1.1    itohy 	{ 1, s(struct linux_sys_alarm_args),
     87       1.1    itohy 	    linux_sys_alarm },			/* 27 = alarm */
     88       1.1    itohy 	{ 0, 0,
     89  1.14.4.2       he 	    linux_sys_nosys },			/* 28 = obsolete ofstat */
     90       1.1    itohy 	{ 0, 0,
     91       1.1    itohy 	    linux_sys_pause },			/* 29 = pause */
     92       1.1    itohy 	{ 2, s(struct linux_sys_utime_args),
     93       1.1    itohy 	    linux_sys_utime },			/* 30 = utime */
     94       1.1    itohy 	{ 0, 0,
     95  1.14.4.2       he 	    linux_sys_nosys },			/* 31 = obsolete stty */
     96       1.1    itohy 	{ 0, 0,
     97  1.14.4.2       he 	    linux_sys_nosys },			/* 32 = obsolete gtty */
     98       1.1    itohy 	{ 2, s(struct linux_sys_access_args),
     99       1.1    itohy 	    linux_sys_access },			/* 33 = access */
    100       1.1    itohy 	{ 1, s(struct linux_sys_nice_args),
    101       1.1    itohy 	    linux_sys_nice },			/* 34 = nice */
    102       1.1    itohy 	{ 0, 0,
    103  1.14.4.2       he 	    linux_sys_nosys },			/* 35 = obsolete ftime */
    104       1.1    itohy 	{ 0, 0,
    105       1.1    itohy 	    sys_sync },				/* 36 = sync */
    106       1.1    itohy 	{ 2, s(struct linux_sys_kill_args),
    107       1.1    itohy 	    linux_sys_kill },			/* 37 = kill */
    108       1.1    itohy 	{ 2, s(struct linux_sys_rename_args),
    109       1.1    itohy 	    linux_sys_rename },			/* 38 = rename */
    110       1.1    itohy 	{ 2, s(struct linux_sys_mkdir_args),
    111       1.1    itohy 	    linux_sys_mkdir },			/* 39 = mkdir */
    112       1.1    itohy 	{ 1, s(struct linux_sys_rmdir_args),
    113       1.1    itohy 	    linux_sys_rmdir },			/* 40 = rmdir */
    114       1.1    itohy 	{ 1, s(struct sys_dup_args),
    115       1.1    itohy 	    sys_dup },				/* 41 = dup */
    116       1.1    itohy 	{ 1, s(struct linux_sys_pipe_args),
    117       1.1    itohy 	    linux_sys_pipe },			/* 42 = pipe */
    118       1.1    itohy 	{ 1, s(struct linux_sys_times_args),
    119       1.1    itohy 	    linux_sys_times },			/* 43 = times */
    120       1.1    itohy 	{ 0, 0,
    121  1.14.4.2       he 	    linux_sys_nosys },			/* 44 = obsolete prof */
    122       1.1    itohy 	{ 1, s(struct linux_sys_brk_args),
    123       1.1    itohy 	    linux_sys_brk },			/* 45 = brk */
    124       1.1    itohy 	{ 1, s(struct sys_setgid_args),
    125       1.1    itohy 	    sys_setgid },			/* 46 = setgid */
    126       1.1    itohy 	{ 0, 0,
    127       1.1    itohy 	    sys_getgid },			/* 47 = getgid */
    128       1.1    itohy 	{ 2, s(struct linux_sys_signal_args),
    129       1.1    itohy 	    linux_sys_signal },			/* 48 = signal */
    130       1.1    itohy 	{ 0, 0,
    131       1.1    itohy 	    sys_geteuid },			/* 49 = geteuid */
    132       1.1    itohy 	{ 0, 0,
    133       1.1    itohy 	    sys_getegid },			/* 50 = getegid */
    134       1.1    itohy 	{ 1, s(struct sys_acct_args),
    135       1.1    itohy 	    sys_acct },				/* 51 = acct */
    136       1.1    itohy 	{ 0, 0,
    137  1.14.4.2       he 	    linux_sys_nosys },			/* 52 = unimplemented umount */
    138       1.1    itohy 	{ 0, 0,
    139  1.14.4.2       he 	    linux_sys_nosys },			/* 53 = obsolete lock */
    140       1.1    itohy 	{ 3, s(struct linux_sys_ioctl_args),
    141       1.1    itohy 	    linux_sys_ioctl },			/* 54 = ioctl */
    142       1.1    itohy 	{ 3, s(struct linux_sys_fcntl_args),
    143       1.1    itohy 	    linux_sys_fcntl },			/* 55 = fcntl */
    144       1.1    itohy 	{ 0, 0,
    145  1.14.4.2       he 	    linux_sys_nosys },			/* 56 = obsolete mpx */
    146       1.1    itohy 	{ 2, s(struct sys_setpgid_args),
    147       1.1    itohy 	    sys_setpgid },			/* 57 = setpgid */
    148       1.1    itohy 	{ 0, 0,
    149  1.14.4.2       he 	    linux_sys_nosys },			/* 58 = obsolete ulimit */
    150       1.1    itohy 	{ 0, 0,
    151  1.14.4.2       he 	    linux_sys_nosys },			/* 59 = unimplemented oldolduname */
    152       1.1    itohy 	{ 1, s(struct sys_umask_args),
    153       1.1    itohy 	    sys_umask },			/* 60 = umask */
    154       1.1    itohy 	{ 1, s(struct sys_chroot_args),
    155       1.1    itohy 	    sys_chroot },			/* 61 = chroot */
    156       1.1    itohy 	{ 0, 0,
    157  1.14.4.2       he 	    linux_sys_nosys },			/* 62 = unimplemented ustat */
    158       1.1    itohy 	{ 2, s(struct sys_dup2_args),
    159       1.1    itohy 	    sys_dup2 },				/* 63 = dup2 */
    160       1.1    itohy 	{ 0, 0,
    161       1.1    itohy 	    sys_getppid },			/* 64 = getppid */
    162       1.1    itohy 	{ 0, 0,
    163       1.1    itohy 	    sys_getpgrp },			/* 65 = getpgrp */
    164       1.1    itohy 	{ 0, 0,
    165       1.1    itohy 	    sys_setsid },			/* 66 = setsid */
    166       1.1    itohy 	{ 3, s(struct linux_sys_sigaction_args),
    167       1.1    itohy 	    linux_sys_sigaction },		/* 67 = sigaction */
    168       1.1    itohy 	{ 0, 0,
    169       1.1    itohy 	    linux_sys_siggetmask },		/* 68 = siggetmask */
    170       1.1    itohy 	{ 1, s(struct linux_sys_sigsetmask_args),
    171       1.1    itohy 	    linux_sys_sigsetmask },		/* 69 = sigsetmask */
    172       1.1    itohy 	{ 2, s(struct linux_sys_setreuid_args),
    173       1.1    itohy 	    linux_sys_setreuid },		/* 70 = setreuid */
    174       1.1    itohy 	{ 2, s(struct linux_sys_setregid_args),
    175       1.1    itohy 	    linux_sys_setregid },		/* 71 = setregid */
    176       1.1    itohy 	{ 3, s(struct linux_sys_sigsuspend_args),
    177       1.1    itohy 	    linux_sys_sigsuspend },		/* 72 = sigsuspend */
    178       1.1    itohy 	{ 1, s(struct linux_sys_sigpending_args),
    179       1.1    itohy 	    linux_sys_sigpending },		/* 73 = sigpending */
    180       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_43)
    181       1.1    itohy 	{ 2, s(struct compat_43_sys_sethostname_args),
    182       1.1    itohy 	    compat_43_sys_sethostname },	/* 74 = sethostname */
    183       1.1    itohy 	{ 2, s(struct compat_43_sys_setrlimit_args),
    184       1.1    itohy 	    compat_43_sys_setrlimit },		/* 75 = setrlimit */
    185       1.1    itohy 	{ 2, s(struct compat_43_sys_getrlimit_args),
    186       1.1    itohy 	    compat_43_sys_getrlimit },		/* 76 = getrlimit */
    187       1.1    itohy #else
    188       1.1    itohy 	{ 0, 0,
    189  1.14.4.2       he 	    linux_sys_nosys },			/* 74 = unimplemented compat_43_sys_sethostname */
    190       1.1    itohy 	{ 0, 0,
    191  1.14.4.2       he 	    linux_sys_nosys },			/* 75 = unimplemented compat_43_sys_setrlimit */
    192       1.1    itohy 	{ 0, 0,
    193  1.14.4.2       he 	    linux_sys_nosys },			/* 76 = unimplemented compat_43_sys_getrlimit */
    194       1.1    itohy #endif
    195       1.1    itohy 	{ 2, s(struct sys_getrusage_args),
    196       1.1    itohy 	    sys_getrusage },			/* 77 = getrusage */
    197       1.1    itohy 	{ 2, s(struct sys_gettimeofday_args),
    198       1.1    itohy 	    sys_gettimeofday },			/* 78 = gettimeofday */
    199       1.1    itohy 	{ 2, s(struct sys_settimeofday_args),
    200       1.1    itohy 	    sys_settimeofday },			/* 79 = settimeofday */
    201       1.1    itohy 	{ 2, s(struct sys_getgroups_args),
    202       1.1    itohy 	    sys_getgroups },			/* 80 = getgroups */
    203       1.1    itohy 	{ 2, s(struct sys_setgroups_args),
    204       1.1    itohy 	    sys_setgroups },			/* 81 = setgroups */
    205       1.1    itohy 	{ 1, s(struct linux_sys_oldselect_args),
    206       1.1    itohy 	    linux_sys_oldselect },		/* 82 = oldselect */
    207       1.1    itohy 	{ 2, s(struct linux_sys_symlink_args),
    208       1.1    itohy 	    linux_sys_symlink },		/* 83 = symlink */
    209       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_43)
    210       1.1    itohy 	{ 2, s(struct compat_43_sys_lstat_args),
    211       1.1    itohy 	    compat_43_sys_lstat },		/* 84 = oolstat */
    212       1.1    itohy #else
    213       1.1    itohy 	{ 0, 0,
    214  1.14.4.2       he 	    linux_sys_nosys },			/* 84 = unimplemented compat_43_sys_lstat */
    215       1.1    itohy #endif
    216       1.1    itohy 	{ 3, s(struct linux_sys_readlink_args),
    217       1.1    itohy 	    linux_sys_readlink },		/* 85 = readlink */
    218       1.1    itohy 	{ 1, s(struct linux_sys_uselib_args),
    219       1.1    itohy 	    linux_sys_uselib },			/* 86 = uselib */
    220       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_12)
    221       1.1    itohy 	{ 1, s(struct compat_12_sys_swapon_args),
    222       1.1    itohy 	    compat_12_sys_swapon },		/* 87 = swapon */
    223       1.1    itohy #else
    224       1.1    itohy 	{ 0, 0,
    225  1.14.4.2       he 	    linux_sys_nosys },			/* 87 = unimplemented compat_12_sys_swapon */
    226       1.1    itohy #endif
    227      1.14      erh 	{ 4, s(struct linux_sys_reboot_args),
    228      1.14      erh 	    linux_sys_reboot },			/* 88 = reboot */
    229       1.1    itohy 	{ 3, s(struct linux_sys_readdir_args),
    230       1.1    itohy 	    linux_sys_readdir },		/* 89 = readdir */
    231       1.1    itohy 	{ 1, s(struct linux_sys_old_mmap_args),
    232       1.1    itohy 	    linux_sys_old_mmap },		/* 90 = old_mmap */
    233       1.1    itohy 	{ 2, s(struct sys_munmap_args),
    234       1.1    itohy 	    sys_munmap },			/* 91 = munmap */
    235       1.1    itohy 	{ 2, s(struct linux_sys_truncate_args),
    236       1.1    itohy 	    linux_sys_truncate },		/* 92 = truncate */
    237       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_43)
    238       1.1    itohy 	{ 2, s(struct compat_43_sys_ftruncate_args),
    239       1.1    itohy 	    compat_43_sys_ftruncate },		/* 93 = ftruncate */
    240       1.1    itohy #else
    241       1.1    itohy 	{ 0, 0,
    242  1.14.4.2       he 	    linux_sys_nosys },			/* 93 = unimplemented compat_43_sys_ftruncate */
    243       1.1    itohy #endif
    244       1.1    itohy 	{ 2, s(struct sys_fchmod_args),
    245       1.1    itohy 	    sys_fchmod },			/* 94 = fchmod */
    246       1.1    itohy 	{ 3, s(struct linux_sys_fchown_args),
    247       1.1    itohy 	    linux_sys_fchown },			/* 95 = fchown */
    248       1.1    itohy 	{ 2, s(struct sys_getpriority_args),
    249       1.1    itohy 	    sys_getpriority },			/* 96 = getpriority */
    250       1.1    itohy 	{ 3, s(struct sys_setpriority_args),
    251       1.1    itohy 	    sys_setpriority },			/* 97 = setpriority */
    252       1.1    itohy 	{ 4, s(struct sys_profil_args),
    253       1.1    itohy 	    sys_profil },			/* 98 = profil */
    254       1.1    itohy 	{ 2, s(struct linux_sys_statfs_args),
    255       1.1    itohy 	    linux_sys_statfs },			/* 99 = statfs */
    256       1.1    itohy 	{ 2, s(struct linux_sys_fstatfs_args),
    257       1.1    itohy 	    linux_sys_fstatfs },		/* 100 = fstatfs */
    258       1.1    itohy 	{ 0, 0,
    259  1.14.4.2       he 	    linux_sys_nosys },			/* 101 = unimplemented ioperm */
    260       1.1    itohy 	{ 2, s(struct linux_sys_socketcall_args),
    261       1.1    itohy 	    linux_sys_socketcall },		/* 102 = socketcall */
    262       1.1    itohy 	{ 0, 0,
    263  1.14.4.2       he 	    linux_sys_nosys },			/* 103 = unimplemented syslog */
    264       1.1    itohy 	{ 3, s(struct sys_setitimer_args),
    265       1.1    itohy 	    sys_setitimer },			/* 104 = setitimer */
    266       1.1    itohy 	{ 2, s(struct sys_getitimer_args),
    267       1.1    itohy 	    sys_getitimer },			/* 105 = getitimer */
    268       1.1    itohy 	{ 2, s(struct linux_sys_stat_args),
    269       1.1    itohy 	    linux_sys_stat },			/* 106 = stat */
    270       1.1    itohy 	{ 2, s(struct linux_sys_lstat_args),
    271       1.1    itohy 	    linux_sys_lstat },			/* 107 = lstat */
    272       1.1    itohy 	{ 2, s(struct linux_sys_fstat_args),
    273       1.1    itohy 	    linux_sys_fstat },			/* 108 = fstat */
    274       1.1    itohy 	{ 0, 0,
    275  1.14.4.2       he 	    linux_sys_nosys },			/* 109 = unimplemented olduname */
    276       1.1    itohy 	{ 0, 0,
    277  1.14.4.2       he 	    linux_sys_nosys },			/* 110 = unimplemented iopl */
    278       1.1    itohy 	{ 0, 0,
    279  1.14.4.2       he 	    linux_sys_nosys },			/* 111 = unimplemented vhangup */
    280       1.1    itohy 	{ 0, 0,
    281  1.14.4.2       he 	    linux_sys_nosys },			/* 112 = unimplemented idle */
    282       1.1    itohy 	{ 0, 0,
    283  1.14.4.2       he 	    linux_sys_nosys },			/* 113 = unimplemented vm86old */
    284       1.1    itohy 	{ 4, s(struct linux_sys_wait4_args),
    285       1.1    itohy 	    linux_sys_wait4 },			/* 114 = wait4 */
    286       1.1    itohy 	{ 0, 0,
    287  1.14.4.2       he 	    linux_sys_nosys },			/* 115 = unimplemented swapoff */
    288       1.1    itohy 	{ 0, 0,
    289  1.14.4.2       he 	    linux_sys_nosys },			/* 116 = unimplemented sysinfo */
    290       1.1    itohy 	{ 5, s(struct linux_sys_ipc_args),
    291       1.1    itohy 	    linux_sys_ipc },			/* 117 = ipc */
    292       1.1    itohy 	{ 1, s(struct sys_fsync_args),
    293       1.1    itohy 	    sys_fsync },			/* 118 = fsync */
    294       1.1    itohy 	{ 0, 0,
    295       1.1    itohy 	    linux_sys_sigreturn },		/* 119 = sigreturn */
    296       1.6  thorpej 	{ 2, s(struct linux_sys_clone_args),
    297       1.6  thorpej 	    linux_sys_clone },			/* 120 = clone */
    298       1.1    itohy #if !defined(_KERNEL) || defined(COMPAT_09)
    299       1.1    itohy 	{ 2, s(struct compat_09_sys_setdomainname_args),
    300       1.1    itohy 	    compat_09_sys_setdomainname },	/* 121 = setdomainname */
    301       1.1    itohy #else
    302       1.1    itohy 	{ 0, 0,
    303  1.14.4.2       he 	    linux_sys_nosys },			/* 121 = unimplemented compat_09_sys_setdomainname */
    304       1.1    itohy #endif
    305       1.1    itohy 	{ 1, s(struct linux_sys_uname_args),
    306       1.1    itohy 	    linux_sys_uname },			/* 122 = uname */
    307       1.1    itohy 	{ 4, s(struct linux_sys_cacheflush_args),
    308       1.1    itohy 	    linux_sys_cacheflush },		/* 123 = cacheflush */
    309       1.1    itohy 	{ 0, 0,
    310  1.14.4.2       he 	    linux_sys_nosys },			/* 124 = unimplemented adjtimex */
    311       1.1    itohy 	{ 3, s(struct sys_mprotect_args),
    312       1.1    itohy 	    sys_mprotect },			/* 125 = mprotect */
    313       1.1    itohy 	{ 3, s(struct linux_sys_sigprocmask_args),
    314       1.1    itohy 	    linux_sys_sigprocmask },		/* 126 = sigprocmask */
    315       1.1    itohy 	{ 0, 0,
    316  1.14.4.2       he 	    linux_sys_nosys },			/* 127 = unimplemented create_module */
    317       1.1    itohy 	{ 0, 0,
    318  1.14.4.2       he 	    linux_sys_nosys },			/* 128 = unimplemented init_module */
    319       1.1    itohy 	{ 0, 0,
    320  1.14.4.2       he 	    linux_sys_nosys },			/* 129 = unimplemented delete_module */
    321       1.1    itohy 	{ 0, 0,
    322  1.14.4.2       he 	    linux_sys_nosys },			/* 130 = unimplemented get_kernel_syms */
    323       1.1    itohy 	{ 0, 0,
    324  1.14.4.2       he 	    linux_sys_nosys },			/* 131 = unimplemented quotactl */
    325       1.1    itohy 	{ 1, s(struct linux_sys_getpgid_args),
    326       1.1    itohy 	    linux_sys_getpgid },		/* 132 = getpgid */
    327       1.1    itohy 	{ 1, s(struct sys_fchdir_args),
    328       1.1    itohy 	    sys_fchdir },			/* 133 = fchdir */
    329       1.1    itohy 	{ 0, 0,
    330  1.14.4.2       he 	    linux_sys_nosys },			/* 134 = unimplemented bdflush */
    331       1.1    itohy 	{ 0, 0,
    332  1.14.4.2       he 	    linux_sys_nosys },			/* 135 = unimplemented sysfs */
    333       1.1    itohy 	{ 1, s(struct linux_sys_personality_args),
    334       1.1    itohy 	    linux_sys_personality },		/* 136 = personality */
    335       1.1    itohy 	{ 0, 0,
    336  1.14.4.2       he 	    linux_sys_nosys },			/* 137 = unimplemented afs_syscall */
    337      1.13      abs 	{ 1, s(struct linux_sys_setfsuid_args),
    338      1.13      abs 	    linux_sys_setfsuid },		/* 138 = setfsuid */
    339       1.1    itohy 	{ 0, 0,
    340      1.13      abs 	    linux_sys_getfsuid },		/* 139 = getfsuid */
    341       1.1    itohy 	{ 5, s(struct linux_sys_llseek_args),
    342       1.1    itohy 	    linux_sys_llseek },			/* 140 = llseek */
    343       1.1    itohy 	{ 3, s(struct linux_sys_getdents_args),
    344       1.1    itohy 	    linux_sys_getdents },		/* 141 = getdents */
    345       1.1    itohy 	{ 5, s(struct linux_sys_select_args),
    346       1.1    itohy 	    linux_sys_select },			/* 142 = select */
    347       1.1    itohy 	{ 2, s(struct sys_flock_args),
    348       1.1    itohy 	    sys_flock },			/* 143 = flock */
    349       1.1    itohy 	{ 3, s(struct linux_sys_msync_args),
    350       1.1    itohy 	    linux_sys_msync },			/* 144 = msync */
    351       1.1    itohy 	{ 3, s(struct sys_readv_args),
    352       1.1    itohy 	    sys_readv },			/* 145 = readv */
    353       1.1    itohy 	{ 3, s(struct sys_writev_args),
    354       1.1    itohy 	    sys_writev },			/* 146 = writev */
    355       1.1    itohy 	{ 1, s(struct sys_getsid_args),
    356       1.1    itohy 	    sys_getsid },			/* 147 = getsid */
    357       1.1    itohy 	{ 1, s(struct linux_sys_fdatasync_args),
    358       1.1    itohy 	    linux_sys_fdatasync },		/* 148 = fdatasync */
    359       1.1    itohy 	{ 1, s(struct linux_sys___sysctl_args),
    360       1.1    itohy 	    linux_sys___sysctl },		/* 149 = __sysctl */
    361       1.1    itohy 	{ 2, s(struct sys_mlock_args),
    362       1.1    itohy 	    sys_mlock },			/* 150 = mlock */
    363       1.1    itohy 	{ 2, s(struct sys_munlock_args),
    364       1.1    itohy 	    sys_munlock },			/* 151 = munlock */
    365       1.1    itohy 	{ 0, 0,
    366  1.14.4.2       he 	    linux_sys_nosys },			/* 152 = unimplemented mlockall */
    367       1.1    itohy 	{ 0, 0,
    368  1.14.4.2       he 	    linux_sys_nosys },			/* 153 = unimplemented munlockall */
    369       1.9     tron 	{ 2, s(struct linux_sys_sched_setparam_args),
    370       1.9     tron 	    linux_sys_sched_setparam },		/* 154 = sched_setparam */
    371       1.9     tron 	{ 2, s(struct linux_sys_sched_getparam_args),
    372       1.9     tron 	    linux_sys_sched_getparam },		/* 155 = sched_getparam */
    373       1.9     tron 	{ 3, s(struct linux_sys_sched_setscheduler_args),
    374       1.9     tron 	    linux_sys_sched_setscheduler },	/* 156 = sched_setscheduler */
    375       1.9     tron 	{ 1, s(struct linux_sys_sched_getscheduler_args),
    376       1.9     tron 	    linux_sys_sched_getscheduler },	/* 157 = sched_getscheduler */
    377       1.9     tron 	{ 0, 0,
    378       1.9     tron 	    linux_sys_sched_yield },		/* 158 = sched_yield */
    379       1.9     tron 	{ 1, s(struct linux_sys_sched_get_priority_max_args),
    380       1.9     tron 	    linux_sys_sched_get_priority_max },	/* 159 = sched_get_priority_max */
    381       1.9     tron 	{ 1, s(struct linux_sys_sched_get_priority_min_args),
    382       1.9     tron 	    linux_sys_sched_get_priority_min },	/* 160 = sched_get_priority_min */
    383       1.1    itohy 	{ 0, 0,
    384  1.14.4.2       he 	    linux_sys_nosys },			/* 161 = unimplemented sched_rr_get_interval */
    385       1.1    itohy 	{ 2, s(struct sys_nanosleep_args),
    386       1.1    itohy 	    sys_nanosleep },			/* 162 = nanosleep */
    387       1.1    itohy 	{ 4, s(struct linux_sys_mremap_args),
    388       1.1    itohy 	    linux_sys_mremap },			/* 163 = mremap */
    389       1.7  thorpej 	{ 3, s(struct linux_sys_setresuid_args),
    390       1.7  thorpej 	    linux_sys_setresuid },		/* 164 = setresuid */
    391       1.7  thorpej 	{ 3, s(struct linux_sys_getresuid_args),
    392       1.7  thorpej 	    linux_sys_getresuid },		/* 165 = getresuid */
    393       1.1    itohy 	{ 0, 0,
    394  1.14.4.2       he 	    linux_sys_nosys },			/* 166 = unimplemented vm86 */
    395       1.1    itohy 	{ 0, 0,
    396  1.14.4.2       he 	    linux_sys_nosys },			/* 167 = unimplemented query_module */
    397       1.5     tron 	{ 3, s(struct sys_poll_args),
    398       1.5     tron 	    sys_poll },				/* 168 = poll */
    399       1.1    itohy 	{ 0, 0,
    400  1.14.4.2       he 	    linux_sys_nosys },			/* 169 = unimplemented nfsservctl */
    401       1.7  thorpej 	{ 3, s(struct linux_sys_setresgid_args),
    402       1.7  thorpej 	    linux_sys_setresgid },		/* 170 = setresgid */
    403       1.7  thorpej 	{ 3, s(struct linux_sys_getresgid_args),
    404       1.7  thorpej 	    linux_sys_getresgid },		/* 171 = getresgid */
    405       1.1    itohy 	{ 0, 0,
    406  1.14.4.2       he 	    linux_sys_nosys },			/* 172 = unimplemented prctl */
    407       1.1    itohy 	{ 0, 0,
    408       1.1    itohy 	    linux_sys_rt_sigreturn },		/* 173 = rt_sigreturn */
    409       1.1    itohy 	{ 4, s(struct linux_sys_rt_sigaction_args),
    410       1.1    itohy 	    linux_sys_rt_sigaction },		/* 174 = rt_sigaction */
    411       1.1    itohy 	{ 4, s(struct linux_sys_rt_sigprocmask_args),
    412       1.1    itohy 	    linux_sys_rt_sigprocmask },		/* 175 = rt_sigprocmask */
    413       1.1    itohy 	{ 2, s(struct linux_sys_rt_sigpending_args),
    414       1.1    itohy 	    linux_sys_rt_sigpending },		/* 176 = rt_sigpending */
    415       1.1    itohy 	{ 0, 0,
    416  1.14.4.2       he 	    linux_sys_nosys },			/* 177 = unimplemented rt_sigtimedwait */
    417       1.1    itohy 	{ 3, s(struct linux_sys_rt_queueinfo_args),
    418       1.1    itohy 	    linux_sys_rt_queueinfo },		/* 178 = rt_queueinfo */
    419       1.1    itohy 	{ 2, s(struct linux_sys_rt_sigsuspend_args),
    420       1.1    itohy 	    linux_sys_rt_sigsuspend },		/* 179 = rt_sigsuspend */
    421      1.11     tron 	{ 4, s(struct linux_sys_pread_args),
    422      1.11     tron 	    linux_sys_pread },			/* 180 = pread */
    423      1.11     tron 	{ 4, s(struct linux_sys_pwrite_args),
    424      1.11     tron 	    linux_sys_pwrite },			/* 181 = pwrite */
    425       1.1    itohy 	{ 3, s(struct linux_sys_lchown_args),
    426       1.1    itohy 	    linux_sys_lchown },			/* 182 = lchown */
    427       1.4     tron 	{ 2, s(struct sys___getcwd_args),
    428       1.4     tron 	    sys___getcwd },			/* 183 = __getcwd */
    429       1.1    itohy 	{ 0, 0,
    430  1.14.4.2       he 	    linux_sys_nosys },			/* 184 = unimplemented capget */
    431       1.1    itohy 	{ 0, 0,
    432  1.14.4.2       he 	    linux_sys_nosys },			/* 185 = unimplemented capset */
    433       1.1    itohy 	{ 0, 0,
    434  1.14.4.2       he 	    linux_sys_nosys },			/* 186 = unimplemented sigaltstack */
    435       1.7  thorpej 	{ 0, 0,
    436  1.14.4.2       he 	    linux_sys_nosys },			/* 187 = unimplemented sendfile */
    437       1.7  thorpej 	{ 0, 0,
    438  1.14.4.2       he 	    linux_sys_nosys },			/* 188 = unimplemented getpmsg */
    439       1.7  thorpej 	{ 0, 0,
    440  1.14.4.2       he 	    linux_sys_nosys },			/* 189 = unimplemented putpmsg */
    441       1.7  thorpej 	{ 0, 0,
    442       1.7  thorpej 	    sys___vfork14 },			/* 190 = __vfork14 */
    443       1.1    itohy };
    444       1.1    itohy 
    445