Home | History | Annotate | Line # | Download | only in alpha
linux_syscalls.c revision 1.106
      1   1.64     njoly /* $NetBSD: linux_syscalls.c,v 1.106 2017/02/03 16:17:17 christos Exp $ */
      2    1.1       erh 
      3    1.1       erh /*
      4    1.1       erh  * System call names.
      5    1.1       erh  *
      6    1.1       erh  * DO NOT EDIT-- this file is automatically generated.
      7  1.106  christos  * created from	NetBSD: syscalls.master,v 1.94 2017/02/03 16:17:08 christos Exp
      8    1.1       erh  */
      9   1.42     lukem 
     10   1.42     lukem #include <sys/cdefs.h>
     11   1.64     njoly __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.106 2017/02/03 16:17:17 christos Exp $");
     12    1.1       erh 
     13   1.39       mrg #if defined(_KERNEL_OPT)
     14   1.39       mrg #if defined(_KERNEL_OPT)
     15    1.5      tron #include "opt_sysv.h"
     16   1.27   mycroft #endif
     17    1.1       erh #include <sys/param.h>
     18    1.9      tron #include <sys/poll.h>
     19    1.1       erh #include <sys/systm.h>
     20    1.1       erh #include <sys/signal.h>
     21    1.1       erh #include <sys/mount.h>
     22    1.1       erh #include <sys/syscallargs.h>
     23    1.2  christos #include <compat/linux/common/linux_types.h>
     24    1.2  christos #include <compat/linux/common/linux_signal.h>
     25    1.2  christos #include <compat/linux/common/linux_siginfo.h>
     26    1.2  christos #include <compat/linux/common/linux_ipc.h>
     27    1.2  christos #include <compat/linux/common/linux_msg.h>
     28    1.2  christos #include <compat/linux/common/linux_sem.h>
     29    1.2  christos #include <compat/linux/common/linux_shm.h>
     30    1.6  christos #include <compat/linux/common/linux_mmap.h>
     31    1.2  christos #include <compat/linux/linux_syscallargs.h>
     32  1.102    martin #else /* _KERNEL_OPT */
     33  1.102    martin #include <sys/null.h>
     34   1.39       mrg #endif /* _KERNEL_OPT */
     35    1.1       erh 
     36   1.27   mycroft const char *const linux_syscallnames[] = {
     37   1.64     njoly 	/*   0 */	"syscall",
     38   1.64     njoly 	/*   1 */	"exit",
     39   1.64     njoly 	/*   2 */	"fork",
     40   1.64     njoly 	/*   3 */	"read",
     41   1.64     njoly 	/*   4 */	"write",
     42   1.64     njoly 	/*   5 */	"#5 (unimplemented)",
     43   1.64     njoly 	/*   6 */	"close",
     44   1.64     njoly 	/*   7 */	"wait4",
     45   1.64     njoly 	/*   8 */	"creat",
     46   1.64     njoly 	/*   9 */	"link",
     47   1.64     njoly 	/*  10 */	"unlink",
     48   1.64     njoly 	/*  11 */	"#11 (unimplemented)",
     49   1.64     njoly 	/*  12 */	"chdir",
     50   1.64     njoly 	/*  13 */	"fchdir",
     51   1.64     njoly 	/*  14 */	"mknod",
     52   1.64     njoly 	/*  15 */	"chmod",
     53   1.64     njoly 	/*  16 */	"__posix_chown",
     54   1.64     njoly 	/*  17 */	"brk",
     55   1.64     njoly 	/*  18 */	"#18 (unimplemented)",
     56   1.64     njoly 	/*  19 */	"lseek",
     57   1.64     njoly 	/*  20 */	"getpid_with_ppid",
     58   1.64     njoly 	/*  21 */	"mount",
     59   1.64     njoly 	/*  22 */	"#22 (unimplemented umount)",
     60   1.64     njoly 	/*  23 */	"setuid",
     61   1.64     njoly 	/*  24 */	"getuid_with_euid",
     62   1.64     njoly 	/*  25 */	"#25 (unimplemented)",
     63   1.64     njoly 	/*  26 */	"ptrace",
     64   1.64     njoly 	/*  27 */	"#27 (unimplemented)",
     65   1.64     njoly 	/*  28 */	"#28 (unimplemented)",
     66   1.64     njoly 	/*  29 */	"#29 (unimplemented)",
     67   1.64     njoly 	/*  30 */	"#30 (unimplemented)",
     68   1.64     njoly 	/*  31 */	"#31 (unimplemented)",
     69   1.64     njoly 	/*  32 */	"#32 (unimplemented)",
     70   1.64     njoly 	/*  33 */	"access",
     71   1.64     njoly 	/*  34 */	"#34 (unimplemented)",
     72   1.64     njoly 	/*  35 */	"#35 (unimplemented)",
     73   1.64     njoly 	/*  36 */	"sync",
     74   1.64     njoly 	/*  37 */	"kill",
     75   1.64     njoly 	/*  38 */	"#38 (unimplemented)",
     76   1.64     njoly 	/*  39 */	"setpgid",
     77   1.64     njoly 	/*  40 */	"#40 (unimplemented)",
     78   1.64     njoly 	/*  41 */	"dup",
     79   1.64     njoly 	/*  42 */	"pipe",
     80   1.64     njoly 	/*  43 */	"set_program_attributes",
     81   1.64     njoly 	/*  44 */	"#44 (unimplemented)",
     82   1.64     njoly 	/*  45 */	"open",
     83   1.64     njoly 	/*  46 */	"#46 (unimplemented)",
     84   1.64     njoly 	/*  47 */	"getgid_with_egid",
     85   1.64     njoly 	/*  48 */	"sigprocmask",
     86   1.64     njoly 	/*  49 */	"#49 (unimplemented)",
     87   1.64     njoly 	/*  50 */	"#50 (unimplemented)",
     88   1.64     njoly 	/*  51 */	"acct",
     89   1.64     njoly 	/*  52 */	"sigpending",
     90   1.64     njoly 	/*  53 */	"#53 (unimplemented)",
     91   1.64     njoly 	/*  54 */	"ioctl",
     92   1.64     njoly 	/*  55 */	"#55 (unimplemented)",
     93   1.64     njoly 	/*  56 */	"#56 (unimplemented)",
     94   1.64     njoly 	/*  57 */	"symlink",
     95   1.64     njoly 	/*  58 */	"readlink",
     96   1.64     njoly 	/*  59 */	"execve",
     97   1.64     njoly 	/*  60 */	"umask",
     98   1.64     njoly 	/*  61 */	"chroot",
     99   1.64     njoly 	/*  62 */	"#62 (unimplemented)",
    100   1.64     njoly 	/*  63 */	"getpgrp",
    101   1.64     njoly 	/*  64 */	"getpagesize",
    102   1.64     njoly 	/*  65 */	"#65 (unimplemented)",
    103   1.64     njoly 	/*  66 */	"__vfork14",
    104   1.64     njoly 	/*  67 */	"stat",
    105   1.64     njoly 	/*  68 */	"lstat",
    106   1.64     njoly 	/*  69 */	"#69 (unimplemented)",
    107   1.64     njoly 	/*  70 */	"#70 (unimplemented)",
    108   1.64     njoly 	/*  71 */	"mmap",
    109   1.64     njoly 	/*  72 */	"#72 (unimplemented)",
    110   1.64     njoly 	/*  73 */	"munmap",
    111   1.64     njoly 	/*  74 */	"mprotect",
    112   1.64     njoly 	/*  75 */	"madvise",
    113   1.64     njoly 	/*  76 */	"#76 (unimplemented vhangup)",
    114   1.64     njoly 	/*  77 */	"#77 (unimplemented)",
    115   1.64     njoly 	/*  78 */	"#78 (unimplemented)",
    116   1.64     njoly 	/*  79 */	"getgroups",
    117   1.64     njoly 	/*  80 */	"setgroups",
    118   1.64     njoly 	/*  81 */	"#81 (unimplemented)",
    119   1.64     njoly 	/*  82 */	"#82 (unimplemented setpgrp)",
    120   1.64     njoly 	/*  83 */	"setitimer",
    121   1.64     njoly 	/*  84 */	"#84 (unimplemented)",
    122   1.64     njoly 	/*  85 */	"#85 (unimplemented)",
    123   1.64     njoly 	/*  86 */	"#86 (unimplemented osf1_sys_getitimer)",
    124   1.64     njoly 	/*  87 */	"gethostname",
    125   1.64     njoly 	/*  88 */	"sethostname",
    126   1.64     njoly 	/*  89 */	"#89 (unimplemented getdtablesize)",
    127   1.64     njoly 	/*  90 */	"dup2",
    128   1.64     njoly 	/*  91 */	"fstat",
    129   1.64     njoly 	/*  92 */	"fcntl",
    130   1.64     njoly 	/*  93 */	"select",
    131   1.64     njoly 	/*  94 */	"poll",
    132   1.64     njoly 	/*  95 */	"fsync",
    133   1.64     njoly 	/*  96 */	"setpriority",
    134   1.64     njoly 	/*  97 */	"socket",
    135   1.64     njoly 	/*  98 */	"connect",
    136   1.64     njoly 	/*  99 */	"accept",
    137   1.64     njoly 	/* 100 */	"getpriority",
    138   1.64     njoly 	/* 101 */	"send",
    139   1.64     njoly 	/* 102 */	"recv",
    140   1.64     njoly 	/* 103 */	"sigreturn",
    141   1.64     njoly 	/* 104 */	"bind",
    142   1.64     njoly 	/* 105 */	"setsockopt",
    143   1.64     njoly 	/* 106 */	"listen",
    144   1.64     njoly 	/* 107 */	"#107 (unimplemented)",
    145   1.64     njoly 	/* 108 */	"#108 (unimplemented)",
    146   1.64     njoly 	/* 109 */	"#109 (unimplemented)",
    147   1.64     njoly 	/* 110 */	"#110 (unimplemented)",
    148   1.64     njoly 	/* 111 */	"sigsuspend",
    149   1.64     njoly 	/* 112 */	"sigstack",
    150   1.64     njoly 	/* 113 */	"recvmsg",
    151   1.64     njoly 	/* 114 */	"sendmsg",
    152   1.64     njoly 	/* 115 */	"#115 (unimplemented)",
    153   1.64     njoly 	/* 116 */	"gettimeofday",
    154   1.64     njoly 	/* 117 */	"getrusage",
    155   1.64     njoly 	/* 118 */	"getsockopt",
    156   1.64     njoly 	/* 119 */	"#119 (unimplemented)",
    157   1.64     njoly 	/* 120 */	"readv",
    158   1.64     njoly 	/* 121 */	"writev",
    159   1.64     njoly 	/* 122 */	"settimeofday",
    160   1.64     njoly 	/* 123 */	"__posix_fchown",
    161   1.64     njoly 	/* 124 */	"fchmod",
    162   1.64     njoly 	/* 125 */	"recvfrom",
    163   1.64     njoly 	/* 126 */	"setreuid",
    164   1.64     njoly 	/* 127 */	"setregid",
    165   1.64     njoly 	/* 128 */	"__posix_rename",
    166   1.64     njoly 	/* 129 */	"truncate",
    167   1.64     njoly 	/* 130 */	"ftruncate",
    168   1.64     njoly 	/* 131 */	"flock",
    169   1.64     njoly 	/* 132 */	"setgid",
    170   1.64     njoly 	/* 133 */	"sendto",
    171   1.64     njoly 	/* 134 */	"shutdown",
    172   1.64     njoly 	/* 135 */	"socketpair",
    173   1.64     njoly 	/* 136 */	"mkdir",
    174   1.64     njoly 	/* 137 */	"rmdir",
    175   1.64     njoly 	/* 138 */	"utimes",
    176   1.64     njoly 	/* 139 */	"#139 (unimplemented)",
    177   1.64     njoly 	/* 140 */	"#140 (unimplemented)",
    178   1.64     njoly 	/* 141 */	"getpeername",
    179   1.64     njoly 	/* 142 */	"#142 (unimplemented)",
    180   1.64     njoly 	/* 143 */	"#143 (unimplemented)",
    181   1.64     njoly 	/* 144 */	"getrlimit",
    182   1.64     njoly 	/* 145 */	"setrlimit",
    183   1.64     njoly 	/* 146 */	"#146 (unimplemented)",
    184   1.64     njoly 	/* 147 */	"setsid",
    185   1.64     njoly 	/* 148 */	"#148 (unimplemented quotactl)",
    186   1.64     njoly 	/* 149 */	"#149 (unimplemented)",
    187   1.64     njoly 	/* 150 */	"getsockname",
    188   1.64     njoly 	/* 151 */	"#151 (unimplemented)",
    189   1.64     njoly 	/* 152 */	"#152 (unimplemented)",
    190   1.64     njoly 	/* 153 */	"#153 (unimplemented)",
    191   1.64     njoly 	/* 154 */	"#154 (unimplemented)",
    192   1.64     njoly 	/* 155 */	"#155 (unimplemented)",
    193   1.64     njoly 	/* 156 */	"sigaction",
    194   1.64     njoly 	/* 157 */	"#157 (unimplemented)",
    195   1.64     njoly 	/* 158 */	"#158 (unimplemented)",
    196   1.64     njoly 	/* 159 */	"getdirentries",
    197   1.64     njoly 	/* 160 */	"statfs",
    198   1.64     njoly 	/* 161 */	"fstatfs",
    199   1.64     njoly 	/* 162 */	"#162 (unimplemented)",
    200   1.64     njoly 	/* 163 */	"#163 (unimplemented)",
    201   1.64     njoly 	/* 164 */	"#164 (unimplemented)",
    202   1.64     njoly 	/* 165 */	"getdomainname",
    203   1.64     njoly 	/* 166 */	"setdomainname",
    204   1.64     njoly 	/* 167 */	"#167 (unimplemented)",
    205   1.64     njoly 	/* 168 */	"#168 (unimplemented)",
    206   1.64     njoly 	/* 169 */	"#169 (unimplemented)",
    207   1.64     njoly 	/* 170 */	"#170 (unimplemented)",
    208   1.64     njoly 	/* 171 */	"#171 (unimplemented)",
    209   1.64     njoly 	/* 172 */	"#172 (unimplemented)",
    210   1.64     njoly 	/* 173 */	"#173 (unimplemented)",
    211   1.64     njoly 	/* 174 */	"#174 (unimplemented)",
    212   1.64     njoly 	/* 175 */	"#175 (unimplemented)",
    213   1.64     njoly 	/* 176 */	"#176 (unimplemented)",
    214   1.64     njoly 	/* 177 */	"#177 (unimplemented)",
    215   1.64     njoly 	/* 178 */	"#178 (unimplemented)",
    216   1.64     njoly 	/* 179 */	"#179 (unimplemented)",
    217   1.64     njoly 	/* 180 */	"#180 (unimplemented)",
    218   1.64     njoly 	/* 181 */	"#181 (unimplemented)",
    219   1.64     njoly 	/* 182 */	"#182 (unimplemented)",
    220   1.64     njoly 	/* 183 */	"#183 (unimplemented)",
    221   1.64     njoly 	/* 184 */	"#184 (unimplemented)",
    222   1.64     njoly 	/* 185 */	"#185 (unimplemented)",
    223   1.64     njoly 	/* 186 */	"#186 (unimplemented)",
    224   1.64     njoly 	/* 187 */	"#187 (unimplemented)",
    225   1.64     njoly 	/* 188 */	"#188 (unimplemented)",
    226   1.64     njoly 	/* 189 */	"#189 (unimplemented)",
    227   1.64     njoly 	/* 190 */	"#190 (unimplemented)",
    228   1.64     njoly 	/* 191 */	"ugetrlimit",
    229   1.64     njoly 	/* 192 */	"#192 (unimplemented mmap2)",
    230   1.64     njoly 	/* 193 */	"#193 (unimplemented)",
    231   1.64     njoly 	/* 194 */	"#194 (unimplemented)",
    232   1.64     njoly 	/* 195 */	"#195 (unimplemented)",
    233   1.64     njoly 	/* 196 */	"#196 (unimplemented)",
    234   1.64     njoly 	/* 197 */	"#197 (unimplemented)",
    235   1.64     njoly 	/* 198 */	"#198 (unimplemented)",
    236   1.64     njoly 	/* 199 */	"#199 (unimplemented osf1_sys_swapon)",
    237    1.1       erh #ifdef SYSVMSG
    238   1.64     njoly 	/* 200 */	"msgctl",
    239   1.64     njoly 	/* 201 */	"msgget",
    240   1.64     njoly 	/* 202 */	"msgrcv",
    241   1.64     njoly 	/* 203 */	"msgsnd",
    242    1.1       erh #else
    243   1.64     njoly 	/* 200 */	"#200 (unimplemented msgctl)",
    244   1.64     njoly 	/* 201 */	"#201 (unimplemented msgget)",
    245   1.64     njoly 	/* 202 */	"#202 (unimplemented msgrcv)",
    246   1.64     njoly 	/* 203 */	"#203 (unimplemented msgsnd)",
    247    1.1       erh #endif
    248    1.1       erh #ifdef SYSVSEM
    249   1.64     njoly 	/* 204 */	"semctl",
    250   1.64     njoly 	/* 205 */	"semget",
    251   1.64     njoly 	/* 206 */	"semop",
    252    1.1       erh #else
    253   1.64     njoly 	/* 204 */	"#204 (unimplemented semctl)",
    254   1.64     njoly 	/* 205 */	"#205 (unimplemented semget)",
    255   1.64     njoly 	/* 206 */	"#206 (unimplemented semop)",
    256    1.1       erh #endif
    257   1.64     njoly 	/* 207 */	"olduname",
    258   1.64     njoly 	/* 208 */	"__posix_lchown",
    259    1.1       erh #ifdef SYSVSHM
    260   1.64     njoly 	/* 209 */	"shmat",
    261   1.64     njoly 	/* 210 */	"shmctl",
    262   1.64     njoly 	/* 211 */	"shmdt",
    263   1.64     njoly 	/* 212 */	"shmget",
    264    1.1       erh #else
    265   1.64     njoly 	/* 209 */	"#209 (unimplemented shmat)",
    266   1.64     njoly 	/* 210 */	"#210 (unimplemented shmctl)",
    267   1.64     njoly 	/* 211 */	"#211 (unimplemented shmdt)",
    268   1.64     njoly 	/* 212 */	"#212 (unimplemented shmget)",
    269    1.1       erh #endif
    270   1.64     njoly 	/* 213 */	"#213 (unimplemented)",
    271   1.64     njoly 	/* 214 */	"#214 (unimplemented)",
    272   1.64     njoly 	/* 215 */	"#215 (unimplemented)",
    273   1.64     njoly 	/* 216 */	"#216 (unimplemented)",
    274   1.68     njoly 	/* 217 */	"__msync13",
    275   1.64     njoly 	/* 218 */	"#218 (unimplemented)",
    276   1.64     njoly 	/* 219 */	"#219 (unimplemented)",
    277   1.64     njoly 	/* 220 */	"#220 (unimplemented)",
    278   1.64     njoly 	/* 221 */	"#221 (unimplemented)",
    279   1.64     njoly 	/* 222 */	"#222 (unimplemented)",
    280   1.64     njoly 	/* 223 */	"#223 (unimplemented)",
    281   1.64     njoly 	/* 224 */	"#224 (unimplemented)",
    282   1.64     njoly 	/* 225 */	"#225 (unimplemented)",
    283   1.64     njoly 	/* 226 */	"#226 (unimplemented)",
    284   1.64     njoly 	/* 227 */	"#227 (unimplemented)",
    285   1.64     njoly 	/* 228 */	"#228 (unimplemented)",
    286   1.64     njoly 	/* 229 */	"#229 (unimplemented)",
    287   1.64     njoly 	/* 230 */	"#230 (unimplemented)",
    288   1.64     njoly 	/* 231 */	"#231 (unimplemented)",
    289   1.64     njoly 	/* 232 */	"#232 (unimplemented)",
    290   1.64     njoly 	/* 233 */	"getpgid",
    291   1.64     njoly 	/* 234 */	"getsid",
    292   1.64     njoly 	/* 235 */	"#235 (unimplemented sigaltstack)",
    293   1.64     njoly 	/* 236 */	"#236 (unimplemented)",
    294   1.64     njoly 	/* 237 */	"#237 (unimplemented)",
    295   1.64     njoly 	/* 238 */	"#238 (unimplemented)",
    296   1.64     njoly 	/* 239 */	"#239 (unimplemented)",
    297   1.64     njoly 	/* 240 */	"#240 (unimplemented)",
    298   1.64     njoly 	/* 241 */	"sysinfo",
    299   1.64     njoly 	/* 242 */	"#242 (unimplemented)",
    300   1.64     njoly 	/* 243 */	"#243 (unimplemented)",
    301   1.64     njoly 	/* 244 */	"#244 (unimplemented osf1_sys_proplist_syscall)",
    302   1.64     njoly 	/* 245 */	"#245 (unimplemented)",
    303   1.64     njoly 	/* 246 */	"#246 (unimplemented)",
    304   1.64     njoly 	/* 247 */	"#247 (unimplemented)",
    305   1.64     njoly 	/* 248 */	"#248 (unimplemented)",
    306   1.64     njoly 	/* 249 */	"#249 (unimplemented)",
    307   1.64     njoly 	/* 250 */	"#250 (unimplemented)",
    308   1.64     njoly 	/* 251 */	"usleep_thread",
    309   1.64     njoly 	/* 252 */	"#252 (unimplemented)",
    310   1.64     njoly 	/* 253 */	"#253 (unimplemented)",
    311   1.64     njoly 	/* 254 */	"#254 (unimplemented)",
    312   1.64     njoly 	/* 255 */	"#255 (unimplemented sysfs)",
    313   1.64     njoly 	/* 256 */	"getsysinfo",
    314   1.64     njoly 	/* 257 */	"setsysinfo",
    315   1.64     njoly 	/* 258 */	"#258 (unimplemented)",
    316   1.64     njoly 	/* 259 */	"#259 (unimplemented)",
    317   1.64     njoly 	/* 260 */	"#260 (unimplemented)",
    318   1.64     njoly 	/* 261 */	"fdatasync",
    319   1.64     njoly 	/* 262 */	"#262 (unimplemented)",
    320   1.64     njoly 	/* 263 */	"#263 (unimplemented)",
    321   1.64     njoly 	/* 264 */	"#264 (unimplemented)",
    322   1.64     njoly 	/* 265 */	"#265 (unimplemented)",
    323   1.64     njoly 	/* 266 */	"#266 (unimplemented)",
    324   1.64     njoly 	/* 267 */	"#267 (unimplemented)",
    325   1.64     njoly 	/* 268 */	"#268 (unimplemented)",
    326   1.64     njoly 	/* 269 */	"#269 (unimplemented)",
    327   1.64     njoly 	/* 270 */	"#270 (unimplemented)",
    328   1.64     njoly 	/* 271 */	"#271 (unimplemented)",
    329   1.64     njoly 	/* 272 */	"#272 (unimplemented)",
    330   1.64     njoly 	/* 273 */	"#273 (unimplemented)",
    331   1.64     njoly 	/* 274 */	"#274 (unimplemented)",
    332   1.64     njoly 	/* 275 */	"#275 (unimplemented)",
    333   1.64     njoly 	/* 276 */	"#276 (unimplemented)",
    334   1.64     njoly 	/* 277 */	"#277 (unimplemented)",
    335   1.64     njoly 	/* 278 */	"#278 (unimplemented)",
    336   1.64     njoly 	/* 279 */	"#279 (unimplemented)",
    337   1.64     njoly 	/* 280 */	"#280 (unimplemented)",
    338   1.64     njoly 	/* 281 */	"#281 (unimplemented)",
    339   1.64     njoly 	/* 282 */	"#282 (unimplemented)",
    340   1.64     njoly 	/* 283 */	"#283 (unimplemented)",
    341   1.64     njoly 	/* 284 */	"#284 (unimplemented)",
    342   1.64     njoly 	/* 285 */	"#285 (unimplemented)",
    343   1.64     njoly 	/* 286 */	"#286 (unimplemented)",
    344   1.64     njoly 	/* 287 */	"#287 (unimplemented)",
    345   1.64     njoly 	/* 288 */	"#288 (unimplemented)",
    346   1.64     njoly 	/* 289 */	"#289 (unimplemented)",
    347   1.64     njoly 	/* 290 */	"#290 (unimplemented)",
    348   1.64     njoly 	/* 291 */	"#291 (unimplemented)",
    349   1.64     njoly 	/* 292 */	"#292 (unimplemented)",
    350   1.64     njoly 	/* 293 */	"#293 (unimplemented)",
    351   1.64     njoly 	/* 294 */	"#294 (unimplemented)",
    352   1.64     njoly 	/* 295 */	"#295 (unimplemented)",
    353   1.64     njoly 	/* 296 */	"#296 (unimplemented)",
    354   1.64     njoly 	/* 297 */	"#297 (unimplemented)",
    355   1.64     njoly 	/* 298 */	"#298 (unimplemented)",
    356   1.64     njoly 	/* 299 */	"#299 (unimplemented)",
    357   1.64     njoly 	/* 300 */	"#300 (unimplemented bdflush)",
    358   1.64     njoly 	/* 301 */	"#301 (unimplemented sethae)",
    359   1.64     njoly 	/* 302 */	"#302 (unimplemented mount)",
    360   1.64     njoly 	/* 303 */	"#303 (unimplemented old_adjtimex)",
    361   1.64     njoly 	/* 304 */	"swapoff",
    362   1.64     njoly 	/* 305 */	"getdents",
    363   1.64     njoly 	/* 306 */	"#306 (unimplemented alpha_create_module)",
    364   1.64     njoly 	/* 307 */	"#307 (unimplemented init_module)",
    365   1.64     njoly 	/* 308 */	"#308 (unimplemented delete_module)",
    366   1.64     njoly 	/* 309 */	"#309 (unimplemented get_kernel_syms)",
    367   1.64     njoly 	/* 310 */	"#310 (unimplemented syslog)",
    368   1.64     njoly 	/* 311 */	"reboot",
    369   1.64     njoly 	/* 312 */	"clone",
    370    1.1       erh #ifdef EXEC_AOUT
    371   1.64     njoly 	/* 313 */	"uselib",
    372    1.1       erh #else
    373   1.64     njoly 	/* 313 */	"#313 (unimplemented sys_uselib)",
    374    1.1       erh #endif
    375   1.64     njoly 	/* 314 */	"mlock",
    376   1.64     njoly 	/* 315 */	"munlock",
    377   1.64     njoly 	/* 316 */	"mlockall",
    378   1.64     njoly 	/* 317 */	"munlockall",
    379   1.64     njoly 	/* 318 */	"sysinfo",
    380   1.64     njoly 	/* 319 */	"__sysctl",
    381   1.64     njoly 	/* 320 */	"#320 (unimplemented idle)",
    382   1.64     njoly 	/* 321 */	"#321 (unimplemented oldumount)",
    383   1.64     njoly 	/* 322 */	"swapon",
    384   1.64     njoly 	/* 323 */	"times",
    385   1.64     njoly 	/* 324 */	"personality",
    386   1.64     njoly 	/* 325 */	"setfsuid",
    387   1.66     njoly 	/* 326 */	"setfsgid",
    388   1.64     njoly 	/* 327 */	"#327 (unimplemented ustat)",
    389   1.64     njoly 	/* 328 */	"statfs",
    390   1.64     njoly 	/* 329 */	"fstatfs",
    391   1.64     njoly 	/* 330 */	"sched_setparam",
    392   1.64     njoly 	/* 331 */	"sched_getparam",
    393   1.64     njoly 	/* 332 */	"sched_setscheduler",
    394   1.64     njoly 	/* 333 */	"sched_getscheduler",
    395   1.64     njoly 	/* 334 */	"sched_yield",
    396   1.64     njoly 	/* 335 */	"sched_get_priority_max",
    397   1.64     njoly 	/* 336 */	"sched_get_priority_min",
    398   1.64     njoly 	/* 337 */	"#337 (unimplemented sched_rr_get_interval)",
    399   1.64     njoly 	/* 338 */	"#338 (unimplemented afs_syscall)",
    400   1.64     njoly 	/* 339 */	"uname",
    401   1.64     njoly 	/* 340 */	"nanosleep",
    402   1.64     njoly 	/* 341 */	"mremap",
    403   1.64     njoly 	/* 342 */	"#342 (unimplemented nfsservctl)",
    404   1.64     njoly 	/* 343 */	"setresuid",
    405   1.64     njoly 	/* 344 */	"getresuid",
    406   1.64     njoly 	/* 345 */	"#345 (unimplemented pciconfig_read)",
    407   1.64     njoly 	/* 346 */	"#346 (unimplemented pciconfig_write)",
    408   1.64     njoly 	/* 347 */	"#347 (unimplemented query_module)",
    409   1.64     njoly 	/* 348 */	"#348 (unimplemented prctl)",
    410   1.64     njoly 	/* 349 */	"pread",
    411   1.64     njoly 	/* 350 */	"pwrite",
    412   1.64     njoly 	/* 351 */	"rt_sigreturn",
    413   1.64     njoly 	/* 352 */	"rt_sigaction",
    414   1.64     njoly 	/* 353 */	"rt_sigprocmask",
    415   1.64     njoly 	/* 354 */	"rt_sigpending",
    416   1.83  christos 	/* 355 */	"rt_sigtimedwait",
    417   1.64     njoly 	/* 356 */	"rt_queueinfo",
    418   1.64     njoly 	/* 357 */	"rt_sigsuspend",
    419   1.64     njoly 	/* 358 */	"select",
    420   1.64     njoly 	/* 359 */	"gettimeofday",
    421   1.64     njoly 	/* 360 */	"settimeofday",
    422   1.64     njoly 	/* 361 */	"getitimer",
    423   1.64     njoly 	/* 362 */	"setitimer",
    424   1.64     njoly 	/* 363 */	"utimes",
    425   1.64     njoly 	/* 364 */	"getrusage",
    426   1.64     njoly 	/* 365 */	"wait4",
    427   1.64     njoly 	/* 366 */	"#366 (unimplemented adjtimex)",
    428   1.64     njoly 	/* 367 */	"__getcwd",
    429   1.64     njoly 	/* 368 */	"#368 (unimplemented capget)",
    430   1.64     njoly 	/* 369 */	"#369 (unimplemented capset)",
    431   1.64     njoly 	/* 370 */	"#370 (unimplemented sendfile)",
    432   1.64     njoly 	/* 371 */	"#371 (unimplemented setresgid)",
    433   1.64     njoly 	/* 372 */	"#372 (unimplemented getresgid)",
    434   1.64     njoly 	/* 373 */	"#373 (unimplemented sys_dipc)",
    435   1.64     njoly 	/* 374 */	"#374 (unimplemented pivot_root)",
    436   1.64     njoly 	/* 375 */	"mincore",
    437   1.64     njoly 	/* 376 */	"#376 (unimplemented pciconfig_iobase)",
    438   1.64     njoly 	/* 377 */	"getdents64",
    439   1.79       chs 	/* 378 */	"gettid",
    440   1.64     njoly 	/* 379 */	"#379 (unimplemented readahead)",
    441   1.64     njoly 	/* 380 */	"#380 (unimplemented / * unused * /)",
    442   1.79       chs 	/* 381 */	"tkill",
    443   1.64     njoly 	/* 382 */	"setxattr",
    444   1.64     njoly 	/* 383 */	"lsetxattr",
    445   1.64     njoly 	/* 384 */	"fsetxattr",
    446   1.64     njoly 	/* 385 */	"getxattr",
    447   1.64     njoly 	/* 386 */	"lgetxattr",
    448   1.64     njoly 	/* 387 */	"fgetxattr",
    449   1.64     njoly 	/* 388 */	"listxattr",
    450   1.64     njoly 	/* 389 */	"llistxattr",
    451   1.64     njoly 	/* 390 */	"flistxattr",
    452   1.64     njoly 	/* 391 */	"removexattr",
    453   1.64     njoly 	/* 392 */	"lremovexattr",
    454   1.64     njoly 	/* 393 */	"fremovexattr",
    455   1.79       chs 	/* 394 */	"futex",
    456   1.79       chs 	/* 395 */	"sched_setaffinity",
    457   1.79       chs 	/* 396 */	"sched_getaffinity",
    458   1.64     njoly 	/* 397 */	"#397 (unimplemented tuxcall)",
    459   1.64     njoly 	/* 398 */	"#398 (unimplemented io_setup)",
    460   1.64     njoly 	/* 399 */	"#399 (unimplemented io_destroy)",
    461   1.64     njoly 	/* 400 */	"#400 (unimplemented io_getevents)",
    462   1.64     njoly 	/* 401 */	"#401 (unimplemented io_submit)",
    463   1.64     njoly 	/* 402 */	"#402 (unimplemented io_cancel)",
    464   1.64     njoly 	/* 403 */	"#403 (unimplemented / * unused * /)",
    465   1.64     njoly 	/* 404 */	"#404 (unimplemented / * unused * /)",
    466   1.64     njoly 	/* 405 */	"exit_group",
    467   1.64     njoly 	/* 406 */	"#406 (unimplemented lookup_dcookie)",
    468   1.64     njoly 	/* 407 */	"#407 (unimplemented sys_epoll_create)",
    469   1.64     njoly 	/* 408 */	"#408 (unimplemented sys_epoll_ctl)",
    470   1.64     njoly 	/* 409 */	"#409 (unimplemented sys_epoll_wait)",
    471   1.64     njoly 	/* 410 */	"#410 (unimplemented remap_file_pages)",
    472   1.79       chs 	/* 411 */	"set_tid_address",
    473   1.64     njoly 	/* 412 */	"#412 (unimplemented restart_syscall)",
    474   1.81     alnsn 	/* 413 */	"fadvise64",
    475   1.64     njoly 	/* 414 */	"#414 (unimplemented timer_create)",
    476   1.64     njoly 	/* 415 */	"#415 (unimplemented timer_settime)",
    477   1.64     njoly 	/* 416 */	"#416 (unimplemented timer_gettime)",
    478   1.64     njoly 	/* 417 */	"#417 (unimplemented timer_getoverrun)",
    479   1.64     njoly 	/* 418 */	"#418 (unimplemented timer_delete)",
    480   1.64     njoly 	/* 419 */	"clock_settime",
    481   1.64     njoly 	/* 420 */	"clock_gettime",
    482   1.64     njoly 	/* 421 */	"clock_getres",
    483   1.64     njoly 	/* 422 */	"clock_nanosleep",
    484   1.64     njoly 	/* 423 */	"#423 (unimplemented semtimedop)",
    485   1.79       chs 	/* 424 */	"tgkill",
    486   1.89     njoly 	/* 425 */	"stat64",
    487   1.89     njoly 	/* 426 */	"lstat64",
    488   1.89     njoly 	/* 427 */	"fstat64",
    489   1.64     njoly 	/* 428 */	"#428 (unimplemented vserver)",
    490   1.64     njoly 	/* 429 */	"#429 (unimplemented mbind)",
    491   1.64     njoly 	/* 430 */	"#430 (unimplemented get_mempolicy)",
    492   1.64     njoly 	/* 431 */	"#431 (unimplemented set_mempolicy)",
    493   1.64     njoly 	/* 432 */	"#432 (unimplemented mq_open)",
    494   1.64     njoly 	/* 433 */	"#433 (unimplemented mq_unlink)",
    495   1.64     njoly 	/* 434 */	"#434 (unimplemented mq_timedsend)",
    496   1.64     njoly 	/* 435 */	"#435 (unimplemented mq_timedreceive)",
    497   1.64     njoly 	/* 436 */	"#436 (unimplemented mq_notify)",
    498   1.64     njoly 	/* 437 */	"#437 (unimplemented mq_getsetattr)",
    499   1.79       chs 	/* 438 */	"#438 (unimplemented waitid)",
    500   1.79       chs 	/* 439 */	"#439 (unimplemented add_key)",
    501   1.79       chs 	/* 440 */	"#440 (unimplemented request_key)",
    502   1.79       chs 	/* 441 */	"#441 (unimplemented keyctl)",
    503   1.79       chs 	/* 442 */	"#442 (unimplemented ioprio_set)",
    504   1.79       chs 	/* 443 */	"#443 (unimplemented ioprio_get)",
    505   1.79       chs 	/* 444 */	"#444 (unimplemented inotify_init)",
    506   1.79       chs 	/* 445 */	"#445 (unimplemented inotify_add_watch)",
    507   1.79       chs 	/* 446 */	"#446 (unimplemented inotify_rm_watch)",
    508   1.79       chs 	/* 447 */	"#447 (unimplemented fdatasync)",
    509   1.79       chs 	/* 448 */	"#448 (unimplemented kexec_load)",
    510   1.79       chs 	/* 449 */	"#449 (unimplemented migrate_pages)",
    511   1.87       chs 	/* 450 */	"openat",
    512   1.87       chs 	/* 451 */	"mkdirat",
    513   1.87       chs 	/* 452 */	"mknodat",
    514   1.87       chs 	/* 453 */	"fchownat",
    515   1.79       chs 	/* 454 */	"#454 (unimplemented futimesat)",
    516   1.89     njoly 	/* 455 */	"fstatat64",
    517   1.87       chs 	/* 456 */	"unlinkat",
    518   1.87       chs 	/* 457 */	"renameat",
    519   1.87       chs 	/* 458 */	"linkat",
    520   1.87       chs 	/* 459 */	"symlinkat",
    521   1.87       chs 	/* 460 */	"readlinkat",
    522   1.87       chs 	/* 461 */	"fchmodat",
    523   1.87       chs 	/* 462 */	"faccessat",
    524  1.101      manu 	/* 463 */	"pselect6",
    525   1.84     pooka 	/* 464 */	"ppoll",
    526   1.79       chs 	/* 465 */	"#465 (unimplemented unshare)",
    527   1.79       chs 	/* 466 */	"set_robust_list",
    528   1.79       chs 	/* 467 */	"get_robust_list",
    529   1.79       chs 	/* 468 */	"#468 (unimplemented splice)",
    530   1.79       chs 	/* 469 */	"#469 (unimplemented sync_file_range)",
    531   1.79       chs 	/* 470 */	"#470 (unimplemented tee)",
    532   1.79       chs 	/* 471 */	"#471 (unimplemented vmsplice)",
    533   1.79       chs 	/* 472 */	"#472 (unimplemented move_pages)",
    534   1.79       chs 	/* 473 */	"#473 (unimplemented getcpu)",
    535   1.79       chs 	/* 474 */	"#474 (unimplemented epoll_wait)",
    536   1.86     njoly 	/* 475 */	"utimensat",
    537   1.79       chs 	/* 476 */	"#476 (unimplemented signalfd)",
    538   1.79       chs 	/* 477 */	"#477 (unimplemented timerfd)",
    539   1.79       chs 	/* 478 */	"#478 (unimplemented eventfd)",
    540  1.106  christos 	/* 479 */	"recvmmsg",
    541   1.79       chs 	/* 480 */	"#480 (unimplemented fallocate)",
    542   1.79       chs 	/* 481 */	"#481 (unimplemented timerfd_create)",
    543   1.79       chs 	/* 482 */	"#482 (unimplemented timerfd_settime)",
    544   1.79       chs 	/* 483 */	"#483 (unimplemented timerfd_gettime)",
    545   1.79       chs 	/* 484 */	"#484 (unimplemented signalfd4)",
    546   1.79       chs 	/* 485 */	"#485 (unimplemented eventfd2)",
    547   1.79       chs 	/* 486 */	"#486 (unimplemented epoll_create1)",
    548   1.80        he 	/* 487 */	"dup3",
    549   1.80        he 	/* 488 */	"pipe2",
    550   1.79       chs 	/* 489 */	"#489 (unimplemented inotify_init1)",
    551   1.79       chs 	/* 490 */	"#490 (unimplemented preadv)",
    552   1.79       chs 	/* 491 */	"#491 (unimplemented pwritev)",
    553   1.79       chs 	/* 492 */	"#492 (unimplemented rt_tgsigqueueinfo)",
    554   1.79       chs 	/* 493 */	"#493 (unimplemented perf_counter_open)",
    555  1.106  christos 	/* 494 */	"#494 (unimplemented fanotify_init)",
    556  1.106  christos 	/* 495 */	"#495 (unimplemented fanotify_mark)",
    557  1.106  christos 	/* 496 */	"#496 (unimplemented prlimit64)",
    558  1.106  christos 	/* 497 */	"#497 (unimplemented name_to_handle_at)",
    559  1.106  christos 	/* 498 */	"#498 (unimplemented open_by_handle_at)",
    560  1.106  christos 	/* 499 */	"#499 (unimplemented clock_adjtime)",
    561  1.106  christos 	/* 500 */	"#500 (unimplemented syncfs)",
    562  1.106  christos 	/* 501 */	"#501 (unimplemented setns)",
    563  1.105    martin 	/* 502 */	"accept4",
    564  1.106  christos 	/* 503 */	"sendmmsg",
    565  1.106  christos 	/* 504 */	"#504 (unimplemented process_vm_readv)",
    566  1.106  christos 	/* 505 */	"#505 (unimplemented process_vm_writev)",
    567  1.106  christos 	/* 506 */	"#506 (unimplemented kcmp)",
    568  1.106  christos 	/* 507 */	"#507 (unimplemented finit_module)",
    569  1.106  christos 	/* 508 */	"#508 (unimplemented sched_setattr)",
    570  1.106  christos 	/* 509 */	"#509 (unimplemented sched_getattr)",
    571  1.106  christos 	/* 510 */	"#510 (unimplemented renameat2)",
    572   1.80        he 	/* 511 */	"# filler",
    573    1.1       erh };
    574  1.102    martin 
    575  1.102    martin 
    576  1.102    martin /* libc style syscall names */
    577  1.102    martin const char *const altlinux_syscallnames[] = {
    578  1.102    martin 	/*   0 */	"nosys",
    579  1.102    martin 	/*   1 */	NULL, /* exit */
    580  1.102    martin 	/*   2 */	NULL, /* fork */
    581  1.102    martin 	/*   3 */	NULL, /* read */
    582  1.102    martin 	/*   4 */	NULL, /* write */
    583  1.102    martin 	/*   5 */	NULL, /* unimplemented */
    584  1.102    martin 	/*   6 */	NULL, /* close */
    585  1.102    martin 	/*   7 */	NULL, /* wait4 */
    586  1.102    martin 	/*   8 */	NULL, /* creat */
    587  1.102    martin 	/*   9 */	NULL, /* link */
    588  1.102    martin 	/*  10 */	NULL, /* unlink */
    589  1.102    martin 	/*  11 */	NULL, /* unimplemented */
    590  1.102    martin 	/*  12 */	NULL, /* chdir */
    591  1.102    martin 	/*  13 */	NULL, /* fchdir */
    592  1.102    martin 	/*  14 */	NULL, /* mknod */
    593  1.102    martin 	/*  15 */	NULL, /* chmod */
    594  1.102    martin 	/*  16 */	NULL, /* __posix_chown */
    595  1.102    martin 	/*  17 */	NULL, /* brk */
    596  1.102    martin 	/*  18 */	NULL, /* unimplemented */
    597  1.102    martin 	/*  19 */	NULL, /* lseek */
    598  1.102    martin 	/*  20 */	NULL, /* getpid_with_ppid */
    599  1.102    martin 	/*  21 */	NULL, /* mount */
    600  1.102    martin 	/*  22 */	NULL, /* unimplemented umount */
    601  1.102    martin 	/*  23 */	NULL, /* setuid */
    602  1.102    martin 	/*  24 */	NULL, /* getuid_with_euid */
    603  1.102    martin 	/*  25 */	NULL, /* unimplemented */
    604  1.102    martin 	/*  26 */	NULL, /* ptrace */
    605  1.102    martin 	/*  27 */	NULL, /* unimplemented */
    606  1.102    martin 	/*  28 */	NULL, /* unimplemented */
    607  1.102    martin 	/*  29 */	NULL, /* unimplemented */
    608  1.102    martin 	/*  30 */	NULL, /* unimplemented */
    609  1.102    martin 	/*  31 */	NULL, /* unimplemented */
    610  1.102    martin 	/*  32 */	NULL, /* unimplemented */
    611  1.102    martin 	/*  33 */	NULL, /* access */
    612  1.102    martin 	/*  34 */	NULL, /* unimplemented */
    613  1.102    martin 	/*  35 */	NULL, /* unimplemented */
    614  1.102    martin 	/*  36 */	NULL, /* sync */
    615  1.102    martin 	/*  37 */	NULL, /* kill */
    616  1.102    martin 	/*  38 */	NULL, /* unimplemented */
    617  1.102    martin 	/*  39 */	NULL, /* setpgid */
    618  1.102    martin 	/*  40 */	NULL, /* unimplemented */
    619  1.102    martin 	/*  41 */	NULL, /* dup */
    620  1.102    martin 	/*  42 */	NULL, /* pipe */
    621  1.102    martin 	/*  43 */	NULL, /* set_program_attributes */
    622  1.102    martin 	/*  44 */	NULL, /* unimplemented */
    623  1.102    martin 	/*  45 */	NULL, /* open */
    624  1.102    martin 	/*  46 */	NULL, /* unimplemented */
    625  1.102    martin 	/*  47 */	NULL, /* getgid_with_egid */
    626  1.102    martin 	/*  48 */	NULL, /* sigprocmask */
    627  1.102    martin 	/*  49 */	NULL, /* unimplemented */
    628  1.102    martin 	/*  50 */	NULL, /* unimplemented */
    629  1.102    martin 	/*  51 */	NULL, /* acct */
    630  1.102    martin 	/*  52 */	NULL, /* sigpending */
    631  1.102    martin 	/*  53 */	NULL, /* unimplemented */
    632  1.102    martin 	/*  54 */	NULL, /* ioctl */
    633  1.102    martin 	/*  55 */	NULL, /* unimplemented */
    634  1.102    martin 	/*  56 */	NULL, /* unimplemented */
    635  1.102    martin 	/*  57 */	NULL, /* symlink */
    636  1.102    martin 	/*  58 */	NULL, /* readlink */
    637  1.102    martin 	/*  59 */	NULL, /* execve */
    638  1.102    martin 	/*  60 */	NULL, /* umask */
    639  1.102    martin 	/*  61 */	NULL, /* chroot */
    640  1.102    martin 	/*  62 */	NULL, /* unimplemented */
    641  1.102    martin 	/*  63 */	NULL, /* getpgrp */
    642  1.102    martin 	/*  64 */	NULL, /* getpagesize */
    643  1.102    martin 	/*  65 */	NULL, /* unimplemented */
    644  1.102    martin 	/*  66 */	"vfork",
    645  1.102    martin 	/*  67 */	NULL, /* stat */
    646  1.102    martin 	/*  68 */	NULL, /* lstat */
    647  1.102    martin 	/*  69 */	NULL, /* unimplemented */
    648  1.102    martin 	/*  70 */	NULL, /* unimplemented */
    649  1.102    martin 	/*  71 */	NULL, /* mmap */
    650  1.102    martin 	/*  72 */	NULL, /* unimplemented */
    651  1.102    martin 	/*  73 */	NULL, /* munmap */
    652  1.102    martin 	/*  74 */	NULL, /* mprotect */
    653  1.102    martin 	/*  75 */	NULL, /* madvise */
    654  1.102    martin 	/*  76 */	NULL, /* unimplemented vhangup */
    655  1.102    martin 	/*  77 */	NULL, /* unimplemented */
    656  1.102    martin 	/*  78 */	NULL, /* unimplemented */
    657  1.102    martin 	/*  79 */	NULL, /* getgroups */
    658  1.102    martin 	/*  80 */	NULL, /* setgroups */
    659  1.102    martin 	/*  81 */	NULL, /* unimplemented */
    660  1.102    martin 	/*  82 */	NULL, /* unimplemented setpgrp */
    661  1.102    martin 	/*  83 */	NULL, /* setitimer */
    662  1.102    martin 	/*  84 */	NULL, /* unimplemented */
    663  1.102    martin 	/*  85 */	NULL, /* unimplemented */
    664  1.102    martin 	/*  86 */	NULL, /* unimplemented osf1_sys_getitimer */
    665  1.102    martin 	/*  87 */	NULL, /* gethostname */
    666  1.102    martin 	/*  88 */	NULL, /* sethostname */
    667  1.102    martin 	/*  89 */	NULL, /* unimplemented getdtablesize */
    668  1.102    martin 	/*  90 */	NULL, /* dup2 */
    669  1.102    martin 	/*  91 */	NULL, /* fstat */
    670  1.102    martin 	/*  92 */	NULL, /* fcntl */
    671  1.102    martin 	/*  93 */	NULL, /* select */
    672  1.102    martin 	/*  94 */	NULL, /* poll */
    673  1.102    martin 	/*  95 */	NULL, /* fsync */
    674  1.102    martin 	/*  96 */	NULL, /* setpriority */
    675  1.102    martin 	/*  97 */	NULL, /* socket */
    676  1.102    martin 	/*  98 */	NULL, /* connect */
    677  1.102    martin 	/*  99 */	NULL, /* accept */
    678  1.102    martin 	/* 100 */	NULL, /* getpriority */
    679  1.102    martin 	/* 101 */	NULL, /* send */
    680  1.102    martin 	/* 102 */	NULL, /* recv */
    681  1.102    martin 	/* 103 */	NULL, /* sigreturn */
    682  1.102    martin 	/* 104 */	NULL, /* bind */
    683  1.102    martin 	/* 105 */	NULL, /* setsockopt */
    684  1.102    martin 	/* 106 */	NULL, /* listen */
    685  1.102    martin 	/* 107 */	NULL, /* unimplemented */
    686  1.102    martin 	/* 108 */	NULL, /* unimplemented */
    687  1.102    martin 	/* 109 */	NULL, /* unimplemented */
    688  1.102    martin 	/* 110 */	NULL, /* unimplemented */
    689  1.102    martin 	/* 111 */	NULL, /* sigsuspend */
    690  1.102    martin 	/* 112 */	NULL, /* sigstack */
    691  1.102    martin 	/* 113 */	NULL, /* recvmsg */
    692  1.102    martin 	/* 114 */	NULL, /* sendmsg */
    693  1.102    martin 	/* 115 */	NULL, /* unimplemented */
    694  1.102    martin 	/* 116 */	NULL, /* gettimeofday */
    695  1.102    martin 	/* 117 */	NULL, /* getrusage */
    696  1.102    martin 	/* 118 */	NULL, /* getsockopt */
    697  1.102    martin 	/* 119 */	NULL, /* unimplemented */
    698  1.102    martin 	/* 120 */	NULL, /* readv */
    699  1.102    martin 	/* 121 */	NULL, /* writev */
    700  1.102    martin 	/* 122 */	NULL, /* settimeofday */
    701  1.102    martin 	/* 123 */	NULL, /* __posix_fchown */
    702  1.102    martin 	/* 124 */	NULL, /* fchmod */
    703  1.102    martin 	/* 125 */	NULL, /* recvfrom */
    704  1.102    martin 	/* 126 */	NULL, /* setreuid */
    705  1.102    martin 	/* 127 */	NULL, /* setregid */
    706  1.102    martin 	/* 128 */	NULL, /* __posix_rename */
    707  1.102    martin 	/* 129 */	NULL, /* truncate */
    708  1.102    martin 	/* 130 */	NULL, /* ftruncate */
    709  1.102    martin 	/* 131 */	NULL, /* flock */
    710  1.102    martin 	/* 132 */	NULL, /* setgid */
    711  1.102    martin 	/* 133 */	NULL, /* sendto */
    712  1.102    martin 	/* 134 */	NULL, /* shutdown */
    713  1.102    martin 	/* 135 */	NULL, /* socketpair */
    714  1.102    martin 	/* 136 */	NULL, /* mkdir */
    715  1.102    martin 	/* 137 */	NULL, /* rmdir */
    716  1.102    martin 	/* 138 */	NULL, /* utimes */
    717  1.102    martin 	/* 139 */	NULL, /* unimplemented */
    718  1.102    martin 	/* 140 */	NULL, /* unimplemented */
    719  1.102    martin 	/* 141 */	NULL, /* getpeername */
    720  1.102    martin 	/* 142 */	NULL, /* unimplemented */
    721  1.102    martin 	/* 143 */	NULL, /* unimplemented */
    722  1.102    martin 	/* 144 */	NULL, /* getrlimit */
    723  1.102    martin 	/* 145 */	NULL, /* setrlimit */
    724  1.102    martin 	/* 146 */	NULL, /* unimplemented */
    725  1.102    martin 	/* 147 */	NULL, /* setsid */
    726  1.102    martin 	/* 148 */	NULL, /* unimplemented quotactl */
    727  1.102    martin 	/* 149 */	NULL, /* unimplemented */
    728  1.102    martin 	/* 150 */	NULL, /* getsockname */
    729  1.102    martin 	/* 151 */	NULL, /* unimplemented */
    730  1.102    martin 	/* 152 */	NULL, /* unimplemented */
    731  1.102    martin 	/* 153 */	NULL, /* unimplemented */
    732  1.102    martin 	/* 154 */	NULL, /* unimplemented */
    733  1.102    martin 	/* 155 */	NULL, /* unimplemented */
    734  1.102    martin 	/* 156 */	NULL, /* sigaction */
    735  1.102    martin 	/* 157 */	NULL, /* unimplemented */
    736  1.102    martin 	/* 158 */	NULL, /* unimplemented */
    737  1.102    martin 	/* 159 */	NULL, /* getdirentries */
    738  1.102    martin 	/* 160 */	NULL, /* statfs */
    739  1.102    martin 	/* 161 */	NULL, /* fstatfs */
    740  1.102    martin 	/* 162 */	NULL, /* unimplemented */
    741  1.102    martin 	/* 163 */	NULL, /* unimplemented */
    742  1.102    martin 	/* 164 */	NULL, /* unimplemented */
    743  1.102    martin 	/* 165 */	NULL, /* getdomainname */
    744  1.102    martin 	/* 166 */	NULL, /* setdomainname */
    745  1.102    martin 	/* 167 */	NULL, /* unimplemented */
    746  1.102    martin 	/* 168 */	NULL, /* unimplemented */
    747  1.102    martin 	/* 169 */	NULL, /* unimplemented */
    748  1.102    martin 	/* 170 */	NULL, /* unimplemented */
    749  1.102    martin 	/* 171 */	NULL, /* unimplemented */
    750  1.102    martin 	/* 172 */	NULL, /* unimplemented */
    751  1.102    martin 	/* 173 */	NULL, /* unimplemented */
    752  1.102    martin 	/* 174 */	NULL, /* unimplemented */
    753  1.102    martin 	/* 175 */	NULL, /* unimplemented */
    754  1.102    martin 	/* 176 */	NULL, /* unimplemented */
    755  1.102    martin 	/* 177 */	NULL, /* unimplemented */
    756  1.102    martin 	/* 178 */	NULL, /* unimplemented */
    757  1.102    martin 	/* 179 */	NULL, /* unimplemented */
    758  1.102    martin 	/* 180 */	NULL, /* unimplemented */
    759  1.102    martin 	/* 181 */	NULL, /* unimplemented */
    760  1.102    martin 	/* 182 */	NULL, /* unimplemented */
    761  1.102    martin 	/* 183 */	NULL, /* unimplemented */
    762  1.102    martin 	/* 184 */	NULL, /* unimplemented */
    763  1.102    martin 	/* 185 */	NULL, /* unimplemented */
    764  1.102    martin 	/* 186 */	NULL, /* unimplemented */
    765  1.102    martin 	/* 187 */	NULL, /* unimplemented */
    766  1.102    martin 	/* 188 */	NULL, /* unimplemented */
    767  1.102    martin 	/* 189 */	NULL, /* unimplemented */
    768  1.102    martin 	/* 190 */	NULL, /* unimplemented */
    769  1.102    martin 	/* 191 */	NULL, /* ugetrlimit */
    770  1.102    martin 	/* 192 */	NULL, /* unimplemented mmap2 */
    771  1.102    martin 	/* 193 */	NULL, /* unimplemented */
    772  1.102    martin 	/* 194 */	NULL, /* unimplemented */
    773  1.102    martin 	/* 195 */	NULL, /* unimplemented */
    774  1.102    martin 	/* 196 */	NULL, /* unimplemented */
    775  1.102    martin 	/* 197 */	NULL, /* unimplemented */
    776  1.102    martin 	/* 198 */	NULL, /* unimplemented */
    777  1.102    martin 	/* 199 */	NULL, /* unimplemented osf1_sys_swapon */
    778  1.102    martin #ifdef SYSVMSG
    779  1.102    martin 	/* 200 */	NULL, /* msgctl */
    780  1.102    martin 	/* 201 */	NULL, /* msgget */
    781  1.102    martin 	/* 202 */	NULL, /* msgrcv */
    782  1.102    martin 	/* 203 */	NULL, /* msgsnd */
    783  1.102    martin #else
    784  1.102    martin 	/* 200 */	NULL, /* unimplemented msgctl */
    785  1.102    martin 	/* 201 */	NULL, /* unimplemented msgget */
    786  1.102    martin 	/* 202 */	NULL, /* unimplemented msgrcv */
    787  1.102    martin 	/* 203 */	NULL, /* unimplemented msgsnd */
    788  1.102    martin #endif
    789  1.102    martin #ifdef SYSVSEM
    790  1.102    martin 	/* 204 */	NULL, /* semctl */
    791  1.102    martin 	/* 205 */	NULL, /* semget */
    792  1.102    martin 	/* 206 */	NULL, /* semop */
    793  1.102    martin #else
    794  1.102    martin 	/* 204 */	NULL, /* unimplemented semctl */
    795  1.102    martin 	/* 205 */	NULL, /* unimplemented semget */
    796  1.102    martin 	/* 206 */	NULL, /* unimplemented semop */
    797  1.102    martin #endif
    798  1.102    martin 	/* 207 */	NULL, /* olduname */
    799  1.102    martin 	/* 208 */	NULL, /* __posix_lchown */
    800  1.102    martin #ifdef SYSVSHM
    801  1.102    martin 	/* 209 */	NULL, /* shmat */
    802  1.102    martin 	/* 210 */	NULL, /* shmctl */
    803  1.102    martin 	/* 211 */	NULL, /* shmdt */
    804  1.102    martin 	/* 212 */	NULL, /* shmget */
    805  1.102    martin #else
    806  1.102    martin 	/* 209 */	NULL, /* unimplemented shmat */
    807  1.102    martin 	/* 210 */	NULL, /* unimplemented shmctl */
    808  1.102    martin 	/* 211 */	NULL, /* unimplemented shmdt */
    809  1.102    martin 	/* 212 */	NULL, /* unimplemented shmget */
    810  1.102    martin #endif
    811  1.102    martin 	/* 213 */	NULL, /* unimplemented */
    812  1.102    martin 	/* 214 */	NULL, /* unimplemented */
    813  1.102    martin 	/* 215 */	NULL, /* unimplemented */
    814  1.102    martin 	/* 216 */	NULL, /* unimplemented */
    815  1.102    martin 	/* 217 */	"msync",
    816  1.102    martin 	/* 218 */	NULL, /* unimplemented */
    817  1.102    martin 	/* 219 */	NULL, /* unimplemented */
    818  1.102    martin 	/* 220 */	NULL, /* unimplemented */
    819  1.102    martin 	/* 221 */	NULL, /* unimplemented */
    820  1.102    martin 	/* 222 */	NULL, /* unimplemented */
    821  1.102    martin 	/* 223 */	NULL, /* unimplemented */
    822  1.102    martin 	/* 224 */	NULL, /* unimplemented */
    823  1.102    martin 	/* 225 */	NULL, /* unimplemented */
    824  1.102    martin 	/* 226 */	NULL, /* unimplemented */
    825  1.102    martin 	/* 227 */	NULL, /* unimplemented */
    826  1.102    martin 	/* 228 */	NULL, /* unimplemented */
    827  1.102    martin 	/* 229 */	NULL, /* unimplemented */
    828  1.102    martin 	/* 230 */	NULL, /* unimplemented */
    829  1.102    martin 	/* 231 */	NULL, /* unimplemented */
    830  1.102    martin 	/* 232 */	NULL, /* unimplemented */
    831  1.102    martin 	/* 233 */	NULL, /* getpgid */
    832  1.102    martin 	/* 234 */	NULL, /* getsid */
    833  1.102    martin 	/* 235 */	NULL, /* unimplemented sigaltstack */
    834  1.102    martin 	/* 236 */	NULL, /* unimplemented */
    835  1.102    martin 	/* 237 */	NULL, /* unimplemented */
    836  1.102    martin 	/* 238 */	NULL, /* unimplemented */
    837  1.102    martin 	/* 239 */	NULL, /* unimplemented */
    838  1.102    martin 	/* 240 */	NULL, /* unimplemented */
    839  1.102    martin 	/* 241 */	NULL, /* sysinfo */
    840  1.102    martin 	/* 242 */	NULL, /* unimplemented */
    841  1.102    martin 	/* 243 */	NULL, /* unimplemented */
    842  1.102    martin 	/* 244 */	NULL, /* unimplemented osf1_sys_proplist_syscall */
    843  1.102    martin 	/* 245 */	NULL, /* unimplemented */
    844  1.102    martin 	/* 246 */	NULL, /* unimplemented */
    845  1.102    martin 	/* 247 */	NULL, /* unimplemented */
    846  1.102    martin 	/* 248 */	NULL, /* unimplemented */
    847  1.102    martin 	/* 249 */	NULL, /* unimplemented */
    848  1.102    martin 	/* 250 */	NULL, /* unimplemented */
    849  1.102    martin 	/* 251 */	NULL, /* usleep_thread */
    850  1.102    martin 	/* 252 */	NULL, /* unimplemented */
    851  1.102    martin 	/* 253 */	NULL, /* unimplemented */
    852  1.102    martin 	/* 254 */	NULL, /* unimplemented */
    853  1.102    martin 	/* 255 */	NULL, /* unimplemented sysfs */
    854  1.102    martin 	/* 256 */	NULL, /* getsysinfo */
    855  1.102    martin 	/* 257 */	NULL, /* setsysinfo */
    856  1.102    martin 	/* 258 */	NULL, /* unimplemented */
    857  1.102    martin 	/* 259 */	NULL, /* unimplemented */
    858  1.102    martin 	/* 260 */	NULL, /* unimplemented */
    859  1.102    martin 	/* 261 */	NULL, /* fdatasync */
    860  1.102    martin 	/* 262 */	NULL, /* unimplemented */
    861  1.102    martin 	/* 263 */	NULL, /* unimplemented */
    862  1.102    martin 	/* 264 */	NULL, /* unimplemented */
    863  1.102    martin 	/* 265 */	NULL, /* unimplemented */
    864  1.102    martin 	/* 266 */	NULL, /* unimplemented */
    865  1.102    martin 	/* 267 */	NULL, /* unimplemented */
    866  1.102    martin 	/* 268 */	NULL, /* unimplemented */
    867  1.102    martin 	/* 269 */	NULL, /* unimplemented */
    868  1.102    martin 	/* 270 */	NULL, /* unimplemented */
    869  1.102    martin 	/* 271 */	NULL, /* unimplemented */
    870  1.102    martin 	/* 272 */	NULL, /* unimplemented */
    871  1.102    martin 	/* 273 */	NULL, /* unimplemented */
    872  1.102    martin 	/* 274 */	NULL, /* unimplemented */
    873  1.102    martin 	/* 275 */	NULL, /* unimplemented */
    874  1.102    martin 	/* 276 */	NULL, /* unimplemented */
    875  1.102    martin 	/* 277 */	NULL, /* unimplemented */
    876  1.102    martin 	/* 278 */	NULL, /* unimplemented */
    877  1.102    martin 	/* 279 */	NULL, /* unimplemented */
    878  1.102    martin 	/* 280 */	NULL, /* unimplemented */
    879  1.102    martin 	/* 281 */	NULL, /* unimplemented */
    880  1.102    martin 	/* 282 */	NULL, /* unimplemented */
    881  1.102    martin 	/* 283 */	NULL, /* unimplemented */
    882  1.102    martin 	/* 284 */	NULL, /* unimplemented */
    883  1.102    martin 	/* 285 */	NULL, /* unimplemented */
    884  1.102    martin 	/* 286 */	NULL, /* unimplemented */
    885  1.102    martin 	/* 287 */	NULL, /* unimplemented */
    886  1.102    martin 	/* 288 */	NULL, /* unimplemented */
    887  1.102    martin 	/* 289 */	NULL, /* unimplemented */
    888  1.102    martin 	/* 290 */	NULL, /* unimplemented */
    889  1.102    martin 	/* 291 */	NULL, /* unimplemented */
    890  1.102    martin 	/* 292 */	NULL, /* unimplemented */
    891  1.102    martin 	/* 293 */	NULL, /* unimplemented */
    892  1.102    martin 	/* 294 */	NULL, /* unimplemented */
    893  1.102    martin 	/* 295 */	NULL, /* unimplemented */
    894  1.102    martin 	/* 296 */	NULL, /* unimplemented */
    895  1.102    martin 	/* 297 */	NULL, /* unimplemented */
    896  1.102    martin 	/* 298 */	NULL, /* unimplemented */
    897  1.102    martin 	/* 299 */	NULL, /* unimplemented */
    898  1.102    martin 	/* 300 */	NULL, /* unimplemented bdflush */
    899  1.102    martin 	/* 301 */	NULL, /* unimplemented sethae */
    900  1.102    martin 	/* 302 */	NULL, /* unimplemented mount */
    901  1.102    martin 	/* 303 */	NULL, /* unimplemented old_adjtimex */
    902  1.102    martin 	/* 304 */	NULL, /* swapoff */
    903  1.102    martin 	/* 305 */	NULL, /* getdents */
    904  1.102    martin 	/* 306 */	NULL, /* unimplemented alpha_create_module */
    905  1.102    martin 	/* 307 */	NULL, /* unimplemented init_module */
    906  1.102    martin 	/* 308 */	NULL, /* unimplemented delete_module */
    907  1.102    martin 	/* 309 */	NULL, /* unimplemented get_kernel_syms */
    908  1.102    martin 	/* 310 */	NULL, /* unimplemented syslog */
    909  1.102    martin 	/* 311 */	NULL, /* reboot */
    910  1.102    martin 	/* 312 */	NULL, /* clone */
    911  1.102    martin #ifdef EXEC_AOUT
    912  1.102    martin 	/* 313 */	NULL, /* uselib */
    913  1.102    martin #else
    914  1.102    martin 	/* 313 */	NULL, /* unimplemented sys_uselib */
    915  1.102    martin #endif
    916  1.102    martin 	/* 314 */	NULL, /* mlock */
    917  1.102    martin 	/* 315 */	NULL, /* munlock */
    918  1.102    martin 	/* 316 */	NULL, /* mlockall */
    919  1.102    martin 	/* 317 */	NULL, /* munlockall */
    920  1.102    martin 	/* 318 */	NULL, /* sysinfo */
    921  1.102    martin 	/* 319 */	NULL, /* __sysctl */
    922  1.102    martin 	/* 320 */	NULL, /* unimplemented idle */
    923  1.102    martin 	/* 321 */	NULL, /* unimplemented oldumount */
    924  1.102    martin 	/* 322 */	NULL, /* swapon */
    925  1.102    martin 	/* 323 */	NULL, /* times */
    926  1.102    martin 	/* 324 */	NULL, /* personality */
    927  1.102    martin 	/* 325 */	NULL, /* setfsuid */
    928  1.102    martin 	/* 326 */	NULL, /* setfsgid */
    929  1.102    martin 	/* 327 */	NULL, /* unimplemented ustat */
    930  1.102    martin 	/* 328 */	NULL, /* statfs */
    931  1.102    martin 	/* 329 */	NULL, /* fstatfs */
    932  1.102    martin 	/* 330 */	NULL, /* sched_setparam */
    933  1.102    martin 	/* 331 */	NULL, /* sched_getparam */
    934  1.102    martin 	/* 332 */	NULL, /* sched_setscheduler */
    935  1.102    martin 	/* 333 */	NULL, /* sched_getscheduler */
    936  1.102    martin 	/* 334 */	NULL, /* sched_yield */
    937  1.102    martin 	/* 335 */	NULL, /* sched_get_priority_max */
    938  1.102    martin 	/* 336 */	NULL, /* sched_get_priority_min */
    939  1.102    martin 	/* 337 */	NULL, /* unimplemented sched_rr_get_interval */
    940  1.102    martin 	/* 338 */	NULL, /* unimplemented afs_syscall */
    941  1.102    martin 	/* 339 */	NULL, /* uname */
    942  1.102    martin 	/* 340 */	NULL, /* nanosleep */
    943  1.102    martin 	/* 341 */	NULL, /* mremap */
    944  1.102    martin 	/* 342 */	NULL, /* unimplemented nfsservctl */
    945  1.102    martin 	/* 343 */	NULL, /* setresuid */
    946  1.102    martin 	/* 344 */	NULL, /* getresuid */
    947  1.102    martin 	/* 345 */	NULL, /* unimplemented pciconfig_read */
    948  1.102    martin 	/* 346 */	NULL, /* unimplemented pciconfig_write */
    949  1.102    martin 	/* 347 */	NULL, /* unimplemented query_module */
    950  1.102    martin 	/* 348 */	NULL, /* unimplemented prctl */
    951  1.102    martin 	/* 349 */	NULL, /* pread */
    952  1.102    martin 	/* 350 */	NULL, /* pwrite */
    953  1.102    martin 	/* 351 */	NULL, /* rt_sigreturn */
    954  1.102    martin 	/* 352 */	NULL, /* rt_sigaction */
    955  1.102    martin 	/* 353 */	NULL, /* rt_sigprocmask */
    956  1.102    martin 	/* 354 */	NULL, /* rt_sigpending */
    957  1.102    martin 	/* 355 */	NULL, /* rt_sigtimedwait */
    958  1.102    martin 	/* 356 */	NULL, /* rt_queueinfo */
    959  1.102    martin 	/* 357 */	NULL, /* rt_sigsuspend */
    960  1.102    martin 	/* 358 */	NULL, /* select */
    961  1.102    martin 	/* 359 */	NULL, /* gettimeofday */
    962  1.102    martin 	/* 360 */	NULL, /* settimeofday */
    963  1.102    martin 	/* 361 */	NULL, /* getitimer */
    964  1.102    martin 	/* 362 */	NULL, /* setitimer */
    965  1.102    martin 	/* 363 */	NULL, /* utimes */
    966  1.102    martin 	/* 364 */	NULL, /* getrusage */
    967  1.102    martin 	/* 365 */	NULL, /* wait4 */
    968  1.102    martin 	/* 366 */	NULL, /* unimplemented adjtimex */
    969  1.102    martin 	/* 367 */	NULL, /* __getcwd */
    970  1.102    martin 	/* 368 */	NULL, /* unimplemented capget */
    971  1.102    martin 	/* 369 */	NULL, /* unimplemented capset */
    972  1.102    martin 	/* 370 */	NULL, /* unimplemented sendfile */
    973  1.102    martin 	/* 371 */	NULL, /* unimplemented setresgid */
    974  1.102    martin 	/* 372 */	NULL, /* unimplemented getresgid */
    975  1.102    martin 	/* 373 */	NULL, /* unimplemented sys_dipc */
    976  1.102    martin 	/* 374 */	NULL, /* unimplemented pivot_root */
    977  1.102    martin 	/* 375 */	NULL, /* mincore */
    978  1.102    martin 	/* 376 */	NULL, /* unimplemented pciconfig_iobase */
    979  1.102    martin 	/* 377 */	NULL, /* getdents64 */
    980  1.102    martin 	/* 378 */	NULL, /* gettid */
    981  1.102    martin 	/* 379 */	NULL, /* unimplemented readahead */
    982  1.102    martin 	/* 380 */	NULL, /* unimplemented / * unused * / */
    983  1.102    martin 	/* 381 */	NULL, /* tkill */
    984  1.102    martin 	/* 382 */	NULL, /* setxattr */
    985  1.102    martin 	/* 383 */	NULL, /* lsetxattr */
    986  1.102    martin 	/* 384 */	NULL, /* fsetxattr */
    987  1.102    martin 	/* 385 */	NULL, /* getxattr */
    988  1.102    martin 	/* 386 */	NULL, /* lgetxattr */
    989  1.102    martin 	/* 387 */	NULL, /* fgetxattr */
    990  1.102    martin 	/* 388 */	NULL, /* listxattr */
    991  1.102    martin 	/* 389 */	NULL, /* llistxattr */
    992  1.102    martin 	/* 390 */	NULL, /* flistxattr */
    993  1.102    martin 	/* 391 */	NULL, /* removexattr */
    994  1.102    martin 	/* 392 */	NULL, /* lremovexattr */
    995  1.102    martin 	/* 393 */	NULL, /* fremovexattr */
    996  1.102    martin 	/* 394 */	NULL, /* futex */
    997  1.102    martin 	/* 395 */	NULL, /* sched_setaffinity */
    998  1.102    martin 	/* 396 */	NULL, /* sched_getaffinity */
    999  1.102    martin 	/* 397 */	NULL, /* unimplemented tuxcall */
   1000  1.102    martin 	/* 398 */	NULL, /* unimplemented io_setup */
   1001  1.102    martin 	/* 399 */	NULL, /* unimplemented io_destroy */
   1002  1.102    martin 	/* 400 */	NULL, /* unimplemented io_getevents */
   1003  1.102    martin 	/* 401 */	NULL, /* unimplemented io_submit */
   1004  1.102    martin 	/* 402 */	NULL, /* unimplemented io_cancel */
   1005  1.102    martin 	/* 403 */	NULL, /* unimplemented / * unused * / */
   1006  1.102    martin 	/* 404 */	NULL, /* unimplemented / * unused * / */
   1007  1.102    martin 	/* 405 */	NULL, /* exit_group */
   1008  1.102    martin 	/* 406 */	NULL, /* unimplemented lookup_dcookie */
   1009  1.102    martin 	/* 407 */	NULL, /* unimplemented sys_epoll_create */
   1010  1.102    martin 	/* 408 */	NULL, /* unimplemented sys_epoll_ctl */
   1011  1.102    martin 	/* 409 */	NULL, /* unimplemented sys_epoll_wait */
   1012  1.102    martin 	/* 410 */	NULL, /* unimplemented remap_file_pages */
   1013  1.102    martin 	/* 411 */	NULL, /* set_tid_address */
   1014  1.102    martin 	/* 412 */	NULL, /* unimplemented restart_syscall */
   1015  1.102    martin 	/* 413 */	NULL, /* fadvise64 */
   1016  1.102    martin 	/* 414 */	NULL, /* unimplemented timer_create */
   1017  1.102    martin 	/* 415 */	NULL, /* unimplemented timer_settime */
   1018  1.102    martin 	/* 416 */	NULL, /* unimplemented timer_gettime */
   1019  1.102    martin 	/* 417 */	NULL, /* unimplemented timer_getoverrun */
   1020  1.102    martin 	/* 418 */	NULL, /* unimplemented timer_delete */
   1021  1.102    martin 	/* 419 */	NULL, /* clock_settime */
   1022  1.102    martin 	/* 420 */	NULL, /* clock_gettime */
   1023  1.102    martin 	/* 421 */	NULL, /* clock_getres */
   1024  1.102    martin 	/* 422 */	NULL, /* clock_nanosleep */
   1025  1.102    martin 	/* 423 */	NULL, /* unimplemented semtimedop */
   1026  1.102    martin 	/* 424 */	NULL, /* tgkill */
   1027  1.102    martin 	/* 425 */	NULL, /* stat64 */
   1028  1.102    martin 	/* 426 */	NULL, /* lstat64 */
   1029  1.102    martin 	/* 427 */	NULL, /* fstat64 */
   1030  1.102    martin 	/* 428 */	NULL, /* unimplemented vserver */
   1031  1.102    martin 	/* 429 */	NULL, /* unimplemented mbind */
   1032  1.102    martin 	/* 430 */	NULL, /* unimplemented get_mempolicy */
   1033  1.102    martin 	/* 431 */	NULL, /* unimplemented set_mempolicy */
   1034  1.102    martin 	/* 432 */	NULL, /* unimplemented mq_open */
   1035  1.102    martin 	/* 433 */	NULL, /* unimplemented mq_unlink */
   1036  1.102    martin 	/* 434 */	NULL, /* unimplemented mq_timedsend */
   1037  1.102    martin 	/* 435 */	NULL, /* unimplemented mq_timedreceive */
   1038  1.102    martin 	/* 436 */	NULL, /* unimplemented mq_notify */
   1039  1.102    martin 	/* 437 */	NULL, /* unimplemented mq_getsetattr */
   1040  1.102    martin 	/* 438 */	NULL, /* unimplemented waitid */
   1041  1.102    martin 	/* 439 */	NULL, /* unimplemented add_key */
   1042  1.102    martin 	/* 440 */	NULL, /* unimplemented request_key */
   1043  1.102    martin 	/* 441 */	NULL, /* unimplemented keyctl */
   1044  1.102    martin 	/* 442 */	NULL, /* unimplemented ioprio_set */
   1045  1.102    martin 	/* 443 */	NULL, /* unimplemented ioprio_get */
   1046  1.102    martin 	/* 444 */	NULL, /* unimplemented inotify_init */
   1047  1.102    martin 	/* 445 */	NULL, /* unimplemented inotify_add_watch */
   1048  1.102    martin 	/* 446 */	NULL, /* unimplemented inotify_rm_watch */
   1049  1.102    martin 	/* 447 */	NULL, /* unimplemented fdatasync */
   1050  1.102    martin 	/* 448 */	NULL, /* unimplemented kexec_load */
   1051  1.102    martin 	/* 449 */	NULL, /* unimplemented migrate_pages */
   1052  1.102    martin 	/* 450 */	NULL, /* openat */
   1053  1.102    martin 	/* 451 */	NULL, /* mkdirat */
   1054  1.102    martin 	/* 452 */	NULL, /* mknodat */
   1055  1.102    martin 	/* 453 */	NULL, /* fchownat */
   1056  1.102    martin 	/* 454 */	NULL, /* unimplemented futimesat */
   1057  1.102    martin 	/* 455 */	NULL, /* fstatat64 */
   1058  1.102    martin 	/* 456 */	NULL, /* unlinkat */
   1059  1.102    martin 	/* 457 */	NULL, /* renameat */
   1060  1.102    martin 	/* 458 */	NULL, /* linkat */
   1061  1.102    martin 	/* 459 */	NULL, /* symlinkat */
   1062  1.102    martin 	/* 460 */	NULL, /* readlinkat */
   1063  1.102    martin 	/* 461 */	NULL, /* fchmodat */
   1064  1.102    martin 	/* 462 */	NULL, /* faccessat */
   1065  1.102    martin 	/* 463 */	NULL, /* pselect6 */
   1066  1.102    martin 	/* 464 */	NULL, /* ppoll */
   1067  1.102    martin 	/* 465 */	NULL, /* unimplemented unshare */
   1068  1.102    martin 	/* 466 */	NULL, /* set_robust_list */
   1069  1.102    martin 	/* 467 */	NULL, /* get_robust_list */
   1070  1.102    martin 	/* 468 */	NULL, /* unimplemented splice */
   1071  1.102    martin 	/* 469 */	NULL, /* unimplemented sync_file_range */
   1072  1.102    martin 	/* 470 */	NULL, /* unimplemented tee */
   1073  1.102    martin 	/* 471 */	NULL, /* unimplemented vmsplice */
   1074  1.102    martin 	/* 472 */	NULL, /* unimplemented move_pages */
   1075  1.102    martin 	/* 473 */	NULL, /* unimplemented getcpu */
   1076  1.102    martin 	/* 474 */	NULL, /* unimplemented epoll_wait */
   1077  1.102    martin 	/* 475 */	NULL, /* utimensat */
   1078  1.102    martin 	/* 476 */	NULL, /* unimplemented signalfd */
   1079  1.102    martin 	/* 477 */	NULL, /* unimplemented timerfd */
   1080  1.102    martin 	/* 478 */	NULL, /* unimplemented eventfd */
   1081  1.106  christos 	/* 479 */	NULL, /* recvmmsg */
   1082  1.102    martin 	/* 480 */	NULL, /* unimplemented fallocate */
   1083  1.102    martin 	/* 481 */	NULL, /* unimplemented timerfd_create */
   1084  1.102    martin 	/* 482 */	NULL, /* unimplemented timerfd_settime */
   1085  1.102    martin 	/* 483 */	NULL, /* unimplemented timerfd_gettime */
   1086  1.102    martin 	/* 484 */	NULL, /* unimplemented signalfd4 */
   1087  1.102    martin 	/* 485 */	NULL, /* unimplemented eventfd2 */
   1088  1.102    martin 	/* 486 */	NULL, /* unimplemented epoll_create1 */
   1089  1.102    martin 	/* 487 */	NULL, /* dup3 */
   1090  1.102    martin 	/* 488 */	NULL, /* pipe2 */
   1091  1.102    martin 	/* 489 */	NULL, /* unimplemented inotify_init1 */
   1092  1.102    martin 	/* 490 */	NULL, /* unimplemented preadv */
   1093  1.102    martin 	/* 491 */	NULL, /* unimplemented pwritev */
   1094  1.102    martin 	/* 492 */	NULL, /* unimplemented rt_tgsigqueueinfo */
   1095  1.102    martin 	/* 493 */	NULL, /* unimplemented perf_counter_open */
   1096  1.106  christos 	/* 494 */	NULL, /* unimplemented fanotify_init */
   1097  1.106  christos 	/* 495 */	NULL, /* unimplemented fanotify_mark */
   1098  1.106  christos 	/* 496 */	NULL, /* unimplemented prlimit64 */
   1099  1.106  christos 	/* 497 */	NULL, /* unimplemented name_to_handle_at */
   1100  1.106  christos 	/* 498 */	NULL, /* unimplemented open_by_handle_at */
   1101  1.106  christos 	/* 499 */	NULL, /* unimplemented clock_adjtime */
   1102  1.106  christos 	/* 500 */	NULL, /* unimplemented syncfs */
   1103  1.106  christos 	/* 501 */	NULL, /* unimplemented setns */
   1104  1.105    martin 	/* 502 */	NULL, /* accept4 */
   1105  1.106  christos 	/* 503 */	NULL, /* sendmmsg */
   1106  1.106  christos 	/* 504 */	NULL, /* unimplemented process_vm_readv */
   1107  1.106  christos 	/* 505 */	NULL, /* unimplemented process_vm_writev */
   1108  1.106  christos 	/* 506 */	NULL, /* unimplemented kcmp */
   1109  1.106  christos 	/* 507 */	NULL, /* unimplemented finit_module */
   1110  1.106  christos 	/* 508 */	NULL, /* unimplemented sched_setattr */
   1111  1.106  christos 	/* 509 */	NULL, /* unimplemented sched_getattr */
   1112  1.106  christos 	/* 510 */	NULL, /* unimplemented renameat2 */
   1113  1.102    martin 	/* 511 */	NULL, /* filler */
   1114  1.102    martin };
   1115