Home | History | Annotate | Line # | Download | only in freebsd
freebsd_syscalls.c revision 1.54
      1  1.36       cgd /* $NetBSD: freebsd_syscalls.c,v 1.54 2004/04/21 01:05:36 christos Exp $ */
      2  1.16   thorpej 
      3   1.1   mycroft /*
      4   1.1   mycroft  * System call names.
      5   1.1   mycroft  *
      6   1.1   mycroft  * DO NOT EDIT-- this file is automatically generated.
      7  1.54  christos  * created from	NetBSD: syscalls.master,v 1.43 2004/01/29 02:00:02 tsarna Exp
      8   1.1   mycroft  */
      9  1.19   thorpej 
     10  1.45     lukem #include <sys/cdefs.h>
     11  1.45     lukem __KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.54 2004/04/21 01:05:36 christos Exp $");
     12  1.45     lukem 
     13  1.43       mrg #if defined(_KERNEL_OPT)
     14  1.43       mrg #if defined(_KERNEL_OPT)
     15  1.22   thorpej #include "opt_ktrace.h"
     16  1.23   thorpej #include "opt_nfsserver.h"
     17  1.34     bjh21 #include "opt_ntp.h"
     18  1.25      tron #include "opt_sysv.h"
     19  1.26  christos #include "opt_compat_43.h"
     20  1.52  jdolecek #include "opt_posix.h"
     21  1.19   thorpej #include "fs_lfs.h"
     22  1.19   thorpej #include "fs_nfs.h"
     23  1.38   mycroft #endif
     24  1.19   thorpej #include <sys/param.h>
     25  1.19   thorpej #include <sys/systm.h>
     26  1.19   thorpej #include <sys/signal.h>
     27  1.19   thorpej #include <sys/mount.h>
     28  1.49   thorpej #include <sys/sa.h>
     29  1.19   thorpej #include <sys/syscallargs.h>
     30  1.19   thorpej #include <compat/freebsd/freebsd_syscallargs.h>
     31  1.19   thorpej #include <machine/freebsd_machdep.h>
     32  1.43       mrg #endif /* _KERNEL_OPT */
     33   1.1   mycroft 
     34  1.38   mycroft const char *const freebsd_syscallnames[] = {
     35   1.1   mycroft 	"syscall",			/* 0 = syscall */
     36   1.1   mycroft 	"exit",			/* 1 = exit */
     37   1.1   mycroft 	"fork",			/* 2 = fork */
     38   1.1   mycroft 	"read",			/* 3 = read */
     39   1.1   mycroft 	"write",			/* 4 = write */
     40   1.1   mycroft 	"open",			/* 5 = open */
     41   1.1   mycroft 	"close",			/* 6 = close */
     42   1.1   mycroft 	"wait4",			/* 7 = wait4 */
     43   1.1   mycroft 	"ocreat",			/* 8 = ocreat */
     44   1.1   mycroft 	"link",			/* 9 = link */
     45   1.1   mycroft 	"unlink",			/* 10 = unlink */
     46   1.1   mycroft 	"#11 (obsolete execv)",		/* 11 = obsolete execv */
     47   1.1   mycroft 	"chdir",			/* 12 = chdir */
     48   1.1   mycroft 	"fchdir",			/* 13 = fchdir */
     49   1.1   mycroft 	"mknod",			/* 14 = mknod */
     50   1.1   mycroft 	"chmod",			/* 15 = chmod */
     51   1.1   mycroft 	"chown",			/* 16 = chown */
     52   1.1   mycroft 	"break",			/* 17 = break */
     53  1.54  christos #ifdef COMPAT_20
     54   1.1   mycroft 	"getfsstat",			/* 18 = getfsstat */
     55  1.54  christos #else
     56  1.54  christos 	"#18 (excluded compat_20_sys_getfsstat)",		/* 18 = excluded compat_20_sys_getfsstat */
     57  1.54  christos #endif
     58   1.1   mycroft 	"olseek",			/* 19 = olseek */
     59  1.40   mycroft 	"getpid_with_ppid",			/* 20 = getpid_with_ppid */
     60   1.1   mycroft 	"mount",			/* 21 = mount */
     61   1.1   mycroft 	"unmount",			/* 22 = unmount */
     62   1.1   mycroft 	"setuid",			/* 23 = setuid */
     63  1.40   mycroft 	"getuid_with_euid",			/* 24 = getuid_with_euid */
     64   1.1   mycroft 	"geteuid",			/* 25 = geteuid */
     65   1.1   mycroft 	"ptrace",			/* 26 = ptrace */
     66   1.1   mycroft 	"recvmsg",			/* 27 = recvmsg */
     67   1.1   mycroft 	"sendmsg",			/* 28 = sendmsg */
     68   1.1   mycroft 	"recvfrom",			/* 29 = recvfrom */
     69   1.1   mycroft 	"accept",			/* 30 = accept */
     70   1.1   mycroft 	"getpeername",			/* 31 = getpeername */
     71   1.1   mycroft 	"getsockname",			/* 32 = getsockname */
     72   1.1   mycroft 	"access",			/* 33 = access */
     73   1.1   mycroft 	"chflags",			/* 34 = chflags */
     74   1.1   mycroft 	"fchflags",			/* 35 = fchflags */
     75   1.1   mycroft 	"sync",			/* 36 = sync */
     76   1.1   mycroft 	"kill",			/* 37 = kill */
     77  1.11  christos 	"stat43",			/* 38 = stat43 */
     78   1.1   mycroft 	"getppid",			/* 39 = getppid */
     79  1.11  christos 	"lstat43",			/* 40 = lstat43 */
     80   1.1   mycroft 	"dup",			/* 41 = dup */
     81   1.1   mycroft 	"pipe",			/* 42 = pipe */
     82   1.1   mycroft 	"getegid",			/* 43 = getegid */
     83   1.1   mycroft 	"profil",			/* 44 = profil */
     84   1.1   mycroft #ifdef KTRACE
     85   1.1   mycroft 	"ktrace",			/* 45 = ktrace */
     86   1.1   mycroft #else
     87  1.41  jdolecek 	"#45 (excluded ktrace)",		/* 45 = excluded ktrace */
     88   1.1   mycroft #endif
     89   1.1   mycroft 	"sigaction",			/* 46 = sigaction */
     90  1.40   mycroft 	"getgid_with_egid",			/* 47 = getgid_with_egid */
     91   1.1   mycroft 	"sigprocmask",			/* 48 = sigprocmask */
     92   1.5  christos 	"__getlogin",			/* 49 = __getlogin */
     93  1.49   thorpej 	"__setlogin",			/* 50 = __setlogin */
     94   1.1   mycroft 	"acct",			/* 51 = acct */
     95   1.1   mycroft 	"sigpending",			/* 52 = sigpending */
     96   1.1   mycroft 	"sigaltstack",			/* 53 = sigaltstack */
     97   1.1   mycroft 	"ioctl",			/* 54 = ioctl */
     98  1.27  christos 	"oreboot",			/* 55 = oreboot */
     99   1.1   mycroft 	"revoke",			/* 56 = revoke */
    100   1.1   mycroft 	"symlink",			/* 57 = symlink */
    101   1.1   mycroft 	"readlink",			/* 58 = readlink */
    102   1.1   mycroft 	"execve",			/* 59 = execve */
    103   1.1   mycroft 	"umask",			/* 60 = umask */
    104   1.1   mycroft 	"chroot",			/* 61 = chroot */
    105  1.11  christos 	"fstat43",			/* 62 = fstat43 */
    106   1.1   mycroft 	"ogetkerninfo",			/* 63 = ogetkerninfo */
    107   1.1   mycroft 	"ogetpagesize",			/* 64 = ogetpagesize */
    108   1.1   mycroft 	"msync",			/* 65 = msync */
    109   1.1   mycroft 	"vfork",			/* 66 = vfork */
    110   1.1   mycroft 	"#67 (obsolete vread)",		/* 67 = obsolete vread */
    111   1.1   mycroft 	"#68 (obsolete vwrite)",		/* 68 = obsolete vwrite */
    112   1.1   mycroft 	"sbrk",			/* 69 = sbrk */
    113   1.1   mycroft 	"sstk",			/* 70 = sstk */
    114   1.1   mycroft 	"ommap",			/* 71 = ommap */
    115   1.1   mycroft 	"vadvise",			/* 72 = vadvise */
    116   1.1   mycroft 	"munmap",			/* 73 = munmap */
    117   1.1   mycroft 	"mprotect",			/* 74 = mprotect */
    118   1.1   mycroft 	"madvise",			/* 75 = madvise */
    119   1.1   mycroft 	"#76 (obsolete vhangup)",		/* 76 = obsolete vhangup */
    120   1.1   mycroft 	"#77 (obsolete vlimit)",		/* 77 = obsolete vlimit */
    121   1.1   mycroft 	"mincore",			/* 78 = mincore */
    122   1.1   mycroft 	"getgroups",			/* 79 = getgroups */
    123   1.1   mycroft 	"setgroups",			/* 80 = setgroups */
    124   1.1   mycroft 	"getpgrp",			/* 81 = getpgrp */
    125   1.1   mycroft 	"setpgid",			/* 82 = setpgid */
    126   1.1   mycroft 	"setitimer",			/* 83 = setitimer */
    127   1.1   mycroft 	"owait",			/* 84 = owait */
    128   1.1   mycroft 	"swapon",			/* 85 = swapon */
    129   1.1   mycroft 	"getitimer",			/* 86 = getitimer */
    130   1.1   mycroft 	"ogethostname",			/* 87 = ogethostname */
    131   1.1   mycroft 	"osethostname",			/* 88 = osethostname */
    132   1.1   mycroft 	"ogetdtablesize",			/* 89 = ogetdtablesize */
    133   1.1   mycroft 	"dup2",			/* 90 = dup2 */
    134   1.1   mycroft 	"#91 (unimplemented getdopt)",		/* 91 = unimplemented getdopt */
    135   1.1   mycroft 	"fcntl",			/* 92 = fcntl */
    136   1.1   mycroft 	"select",			/* 93 = select */
    137   1.1   mycroft 	"#94 (unimplemented setdopt)",		/* 94 = unimplemented setdopt */
    138   1.1   mycroft 	"fsync",			/* 95 = fsync */
    139   1.1   mycroft 	"setpriority",			/* 96 = setpriority */
    140   1.1   mycroft 	"socket",			/* 97 = socket */
    141   1.1   mycroft 	"connect",			/* 98 = connect */
    142   1.1   mycroft 	"oaccept",			/* 99 = oaccept */
    143   1.1   mycroft 	"getpriority",			/* 100 = getpriority */
    144   1.1   mycroft 	"osend",			/* 101 = osend */
    145   1.1   mycroft 	"orecv",			/* 102 = orecv */
    146   1.1   mycroft 	"sigreturn",			/* 103 = sigreturn */
    147   1.1   mycroft 	"bind",			/* 104 = bind */
    148   1.1   mycroft 	"setsockopt",			/* 105 = setsockopt */
    149   1.1   mycroft 	"listen",			/* 106 = listen */
    150   1.1   mycroft 	"#107 (obsolete vtimes)",		/* 107 = obsolete vtimes */
    151   1.1   mycroft 	"osigvec",			/* 108 = osigvec */
    152   1.1   mycroft 	"osigblock",			/* 109 = osigblock */
    153   1.1   mycroft 	"osigsetmask",			/* 110 = osigsetmask */
    154   1.1   mycroft 	"sigsuspend",			/* 111 = sigsuspend */
    155   1.1   mycroft 	"osigstack",			/* 112 = osigstack */
    156   1.1   mycroft 	"orecvmsg",			/* 113 = orecvmsg */
    157   1.1   mycroft 	"osendmsg",			/* 114 = osendmsg */
    158   1.1   mycroft #ifdef TRACE
    159   1.1   mycroft 	"vtrace",			/* 115 = vtrace */
    160   1.1   mycroft #else
    161   1.1   mycroft 	"#115 (obsolete vtrace)",		/* 115 = obsolete vtrace */
    162   1.1   mycroft #endif
    163   1.1   mycroft 	"gettimeofday",			/* 116 = gettimeofday */
    164   1.1   mycroft 	"getrusage",			/* 117 = getrusage */
    165   1.1   mycroft 	"getsockopt",			/* 118 = getsockopt */
    166   1.1   mycroft 	"#119 (obsolete resuba)",		/* 119 = obsolete resuba */
    167   1.1   mycroft 	"readv",			/* 120 = readv */
    168   1.1   mycroft 	"writev",			/* 121 = writev */
    169   1.1   mycroft 	"settimeofday",			/* 122 = settimeofday */
    170   1.1   mycroft 	"fchown",			/* 123 = fchown */
    171   1.1   mycroft 	"fchmod",			/* 124 = fchmod */
    172   1.1   mycroft 	"orecvfrom",			/* 125 = orecvfrom */
    173   1.4   mycroft 	"setreuid",			/* 126 = setreuid */
    174   1.4   mycroft 	"setregid",			/* 127 = setregid */
    175   1.1   mycroft 	"rename",			/* 128 = rename */
    176   1.1   mycroft 	"otruncate",			/* 129 = otruncate */
    177   1.2   mycroft 	"oftruncate",			/* 130 = oftruncate */
    178   1.2   mycroft 	"flock",			/* 131 = flock */
    179   1.1   mycroft 	"mkfifo",			/* 132 = mkfifo */
    180   1.1   mycroft 	"sendto",			/* 133 = sendto */
    181   1.1   mycroft 	"shutdown",			/* 134 = shutdown */
    182   1.1   mycroft 	"socketpair",			/* 135 = socketpair */
    183   1.1   mycroft 	"mkdir",			/* 136 = mkdir */
    184   1.1   mycroft 	"rmdir",			/* 137 = rmdir */
    185   1.1   mycroft 	"utimes",			/* 138 = utimes */
    186   1.1   mycroft 	"#139 (obsolete 4.2 sigreturn)",		/* 139 = obsolete 4.2 sigreturn */
    187   1.1   mycroft 	"adjtime",			/* 140 = adjtime */
    188   1.1   mycroft 	"ogetpeername",			/* 141 = ogetpeername */
    189   1.1   mycroft 	"ogethostid",			/* 142 = ogethostid */
    190   1.1   mycroft 	"osethostid",			/* 143 = osethostid */
    191   1.1   mycroft 	"ogetrlimit",			/* 144 = ogetrlimit */
    192   1.1   mycroft 	"osetrlimit",			/* 145 = osetrlimit */
    193   1.1   mycroft 	"okillpg",			/* 146 = okillpg */
    194   1.1   mycroft 	"setsid",			/* 147 = setsid */
    195   1.1   mycroft 	"quotactl",			/* 148 = quotactl */
    196   1.1   mycroft 	"oquota",			/* 149 = oquota */
    197   1.1   mycroft 	"ogetsockname",			/* 150 = ogetsockname */
    198  1.32        tv 	"#151 (unimplemented sem_lock)",		/* 151 = unimplemented sem_lock */
    199  1.32        tv 	"#152 (unimplemented sem_wakeup)",		/* 152 = unimplemented sem_wakeup */
    200  1.32        tv 	"#153 (unimplemented asyncdaemon)",		/* 153 = unimplemented asyncdaemon */
    201   1.1   mycroft 	"#154 (unimplemented)",		/* 154 = unimplemented */
    202   1.6   thorpej #if defined(NFS) || defined(NFSSERVER)
    203   1.1   mycroft 	"nfssvc",			/* 155 = nfssvc */
    204   1.1   mycroft #else
    205  1.32        tv 	"#155 (unimplemented nfssvc)",		/* 155 = unimplemented nfssvc */
    206   1.1   mycroft #endif
    207   1.1   mycroft 	"ogetdirentries",			/* 156 = ogetdirentries */
    208   1.1   mycroft 	"statfs",			/* 157 = statfs */
    209  1.54  christos #ifdef COMPAT_20
    210   1.1   mycroft 	"fstatfs",			/* 158 = fstatfs */
    211  1.54  christos #else
    212  1.54  christos 	"#158 (excluded compat_20_sys_fstatfs)",		/* 158 = excluded compat_20_sys_fstatfs */
    213  1.54  christos #endif
    214   1.1   mycroft 	"#159 (unimplemented)",		/* 159 = unimplemented */
    215   1.1   mycroft 	"#160 (unimplemented)",		/* 160 = unimplemented */
    216   1.6   thorpej #ifdef NFS
    217   1.1   mycroft 	"getfh",			/* 161 = getfh */
    218   1.1   mycroft #else
    219   1.1   mycroft 	"#161 (unimplemented getfh)",		/* 161 = unimplemented getfh */
    220   1.1   mycroft #endif
    221   1.1   mycroft 	"getdomainname",			/* 162 = getdomainname */
    222   1.1   mycroft 	"setdomainname",			/* 163 = setdomainname */
    223   1.1   mycroft 	"uname",			/* 164 = uname */
    224   1.1   mycroft 	"sysarch",			/* 165 = sysarch */
    225   1.1   mycroft 	"rtprio",			/* 166 = rtprio */
    226   1.1   mycroft 	"#167 (unimplemented)",		/* 167 = unimplemented */
    227   1.1   mycroft 	"#168 (unimplemented)",		/* 168 = unimplemented */
    228  1.46       eeh #if defined(SYSVSEM) && !defined(_LP64)
    229   1.1   mycroft 	"semsys",			/* 169 = semsys */
    230   1.1   mycroft #else
    231   1.1   mycroft 	"#169 (unimplemented 1.0 semsys)",		/* 169 = unimplemented 1.0 semsys */
    232   1.1   mycroft #endif
    233  1.46       eeh #if defined(SYSVMSG) && !defined(_LP64)
    234   1.1   mycroft 	"msgsys",			/* 170 = msgsys */
    235   1.1   mycroft #else
    236   1.1   mycroft 	"#170 (unimplemented 1.0 msgsys)",		/* 170 = unimplemented 1.0 msgsys */
    237   1.1   mycroft #endif
    238  1.46       eeh #if defined(SYSVSHM) && !defined(_LP64)
    239   1.1   mycroft 	"shmsys",			/* 171 = shmsys */
    240   1.1   mycroft #else
    241   1.1   mycroft 	"#171 (unimplemented 1.0 shmsys)",		/* 171 = unimplemented 1.0 shmsys */
    242   1.1   mycroft #endif
    243   1.1   mycroft 	"#172 (unimplemented)",		/* 172 = unimplemented */
    244  1.32        tv 	"pread",			/* 173 = pread */
    245  1.32        tv 	"pwrite",			/* 174 = pwrite */
    246   1.1   mycroft 	"#175 (unimplemented)",		/* 175 = unimplemented */
    247  1.35    itojun #ifdef NTP
    248   1.1   mycroft 	"freebsd_ntp_adjtime",			/* 176 = freebsd_ntp_adjtime */
    249  1.34     bjh21 #else
    250  1.34     bjh21 	"#176 (excluded ntp_adjtime)",		/* 176 = excluded ntp_adjtime */
    251  1.34     bjh21 #endif
    252  1.32        tv 	"#177 (unimplemented sfork)",		/* 177 = unimplemented sfork */
    253  1.32        tv 	"#178 (unimplemented getdescriptor)",		/* 178 = unimplemented getdescriptor */
    254  1.32        tv 	"#179 (unimplemented setdescriptor)",		/* 179 = unimplemented setdescriptor */
    255   1.1   mycroft 	"#180 (unimplemented)",		/* 180 = unimplemented */
    256   1.1   mycroft 	"setgid",			/* 181 = setgid */
    257   1.1   mycroft 	"setegid",			/* 182 = setegid */
    258   1.1   mycroft 	"seteuid",			/* 183 = seteuid */
    259   1.1   mycroft #ifdef LFS
    260   1.1   mycroft 	"lfs_bmapv",			/* 184 = lfs_bmapv */
    261   1.1   mycroft 	"lfs_markv",			/* 185 = lfs_markv */
    262   1.1   mycroft 	"lfs_segclean",			/* 186 = lfs_segclean */
    263   1.1   mycroft 	"lfs_segwait",			/* 187 = lfs_segwait */
    264   1.1   mycroft #else
    265   1.1   mycroft 	"#184 (unimplemented)",		/* 184 = unimplemented */
    266   1.1   mycroft 	"#185 (unimplemented)",		/* 185 = unimplemented */
    267   1.1   mycroft 	"#186 (unimplemented)",		/* 186 = unimplemented */
    268   1.1   mycroft 	"#187 (unimplemented)",		/* 187 = unimplemented */
    269   1.1   mycroft #endif
    270   1.1   mycroft 	"stat",			/* 188 = stat */
    271   1.1   mycroft 	"fstat",			/* 189 = fstat */
    272   1.1   mycroft 	"lstat",			/* 190 = lstat */
    273   1.1   mycroft 	"pathconf",			/* 191 = pathconf */
    274   1.1   mycroft 	"fpathconf",			/* 192 = fpathconf */
    275   1.1   mycroft 	"#193 (unimplemented)",		/* 193 = unimplemented */
    276   1.1   mycroft 	"getrlimit",			/* 194 = getrlimit */
    277   1.1   mycroft 	"setrlimit",			/* 195 = setrlimit */
    278   1.1   mycroft 	"getdirentries",			/* 196 = getdirentries */
    279   1.1   mycroft 	"mmap",			/* 197 = mmap */
    280   1.1   mycroft 	"__syscall",			/* 198 = __syscall */
    281   1.1   mycroft 	"lseek",			/* 199 = lseek */
    282   1.1   mycroft 	"truncate",			/* 200 = truncate */
    283   1.1   mycroft 	"ftruncate",			/* 201 = ftruncate */
    284   1.1   mycroft 	"__sysctl",			/* 202 = __sysctl */
    285   1.1   mycroft 	"mlock",			/* 203 = mlock */
    286   1.1   mycroft 	"munlock",			/* 204 = munlock */
    287   1.1   mycroft #ifdef FREEBSD_BASED_ON_44LITE_R2
    288   1.1   mycroft 	"undelete",			/* 205 = undelete */
    289   1.1   mycroft #else
    290  1.32        tv 	"#205 (unimplemented undelete)",		/* 205 = unimplemented undelete */
    291   1.1   mycroft #endif
    292  1.27  christos 	"futimes",			/* 206 = futimes */
    293  1.27  christos 	"getpgid",			/* 207 = getpgid */
    294  1.27  christos #if 0
    295  1.27  christos 	"reboot",			/* 208 = reboot */
    296  1.27  christos #else
    297  1.27  christos 	"#208 (unimplemented newreboot)",		/* 208 = unimplemented newreboot */
    298  1.27  christos #endif
    299  1.27  christos 	"poll",			/* 209 = poll */
    300   1.1   mycroft 	"#210 (unimplemented)",		/* 210 = unimplemented */
    301   1.1   mycroft 	"#211 (unimplemented)",		/* 211 = unimplemented */
    302   1.1   mycroft 	"#212 (unimplemented)",		/* 212 = unimplemented */
    303   1.1   mycroft 	"#213 (unimplemented)",		/* 213 = unimplemented */
    304   1.1   mycroft 	"#214 (unimplemented)",		/* 214 = unimplemented */
    305   1.1   mycroft 	"#215 (unimplemented)",		/* 215 = unimplemented */
    306   1.1   mycroft 	"#216 (unimplemented)",		/* 216 = unimplemented */
    307   1.1   mycroft 	"#217 (unimplemented)",		/* 217 = unimplemented */
    308   1.1   mycroft 	"#218 (unimplemented)",		/* 218 = unimplemented */
    309   1.1   mycroft 	"#219 (unimplemented)",		/* 219 = unimplemented */
    310  1.27  christos #ifdef SYSVSEM
    311  1.27  christos 	"__semctl",			/* 220 = __semctl */
    312  1.27  christos 	"semget",			/* 221 = semget */
    313  1.27  christos 	"semop",			/* 222 = semop */
    314  1.27  christos 	"semconfig",			/* 223 = semconfig */
    315  1.27  christos #else
    316  1.27  christos 	"#220 (unimplemented semctl)",		/* 220 = unimplemented semctl */
    317  1.27  christos 	"#221 (unimplemented semget)",		/* 221 = unimplemented semget */
    318  1.27  christos 	"#222 (unimplemented semop)",		/* 222 = unimplemented semop */
    319  1.27  christos 	"#223 (unimplemented semconfig)",		/* 223 = unimplemented semconfig */
    320  1.27  christos #endif
    321  1.27  christos #ifdef SYSVMSG
    322  1.27  christos 	"msgctl",			/* 224 = msgctl */
    323  1.27  christos 	"msgget",			/* 225 = msgget */
    324  1.27  christos 	"msgsnd",			/* 226 = msgsnd */
    325  1.27  christos 	"msgrcv",			/* 227 = msgrcv */
    326  1.27  christos #else
    327  1.27  christos 	"#224 (unimplemented msgctl)",		/* 224 = unimplemented msgctl */
    328  1.27  christos 	"#225 (unimplemented msgget)",		/* 225 = unimplemented msgget */
    329  1.27  christos 	"#226 (unimplemented msgsnd)",		/* 226 = unimplemented msgsnd */
    330  1.27  christos 	"#227 (unimplemented msgrcv)",		/* 227 = unimplemented msgrcv */
    331  1.27  christos #endif
    332  1.27  christos #ifdef SYSVSHM
    333  1.27  christos 	"shmat",			/* 228 = shmat */
    334  1.27  christos 	"shmctl",			/* 229 = shmctl */
    335  1.27  christos 	"shmdt",			/* 230 = shmdt */
    336  1.27  christos 	"shmget",			/* 231 = shmget */
    337  1.27  christos #else
    338  1.27  christos 	"#228 (unimplemented shmat)",		/* 228 = unimplemented shmat */
    339  1.27  christos 	"#229 (unimplemented shmctl)",		/* 229 = unimplemented shmctl */
    340  1.27  christos 	"#230 (unimplemented shmdt)",		/* 230 = unimplemented shmdt */
    341  1.27  christos 	"#231 (unimplemented shmget)",		/* 231 = unimplemented shmget */
    342  1.27  christos #endif
    343  1.27  christos 	"clock_gettime",			/* 232 = clock_gettime */
    344  1.27  christos 	"clock_settime",			/* 233 = clock_settime */
    345  1.27  christos 	"clock_getres",			/* 234 = clock_getres */
    346  1.27  christos 	"#235 (unimplemented timer_create)",		/* 235 = unimplemented timer_create */
    347  1.27  christos 	"#236 (unimplemented timer_delete)",		/* 236 = unimplemented timer_delete */
    348  1.27  christos 	"#237 (unimplemented timer_settime)",		/* 237 = unimplemented timer_settime */
    349  1.27  christos 	"#238 (unimplemented timer_gettime)",		/* 238 = unimplemented timer_gettime */
    350  1.27  christos 	"#239 (unimplemented timer_getoverrun)",		/* 239 = unimplemented timer_getoverrun */
    351  1.27  christos 	"nanosleep",			/* 240 = nanosleep */
    352   1.9     enami 	"#241 (unimplemented)",		/* 241 = unimplemented */
    353   1.9     enami 	"#242 (unimplemented)",		/* 242 = unimplemented */
    354   1.9     enami 	"#243 (unimplemented)",		/* 243 = unimplemented */
    355   1.9     enami 	"#244 (unimplemented)",		/* 244 = unimplemented */
    356   1.9     enami 	"#245 (unimplemented)",		/* 245 = unimplemented */
    357   1.9     enami 	"#246 (unimplemented)",		/* 246 = unimplemented */
    358   1.9     enami 	"#247 (unimplemented)",		/* 247 = unimplemented */
    359   1.9     enami 	"#248 (unimplemented)",		/* 248 = unimplemented */
    360   1.9     enami 	"#249 (unimplemented)",		/* 249 = unimplemented */
    361  1.44  jdolecek 	"minherit",			/* 250 = minherit */
    362  1.47     pooka 	"rfork",			/* 251 = rfork */
    363  1.27  christos 	"#252 (unimplemented openbsd_poll)",		/* 252 = unimplemented openbsd_poll */
    364  1.21  christos 	"issetugid",			/* 253 = issetugid */
    365   1.9     enami 	"lchown",			/* 254 = lchown */
    366  1.27  christos 	"#255 (unimplemented)",		/* 255 = unimplemented */
    367  1.27  christos 	"#256 (unimplemented)",		/* 256 = unimplemented */
    368  1.27  christos 	"#257 (unimplemented)",		/* 257 = unimplemented */
    369  1.27  christos 	"#258 (unimplemented)",		/* 258 = unimplemented */
    370  1.27  christos 	"#259 (unimplemented)",		/* 259 = unimplemented */
    371  1.27  christos 	"#260 (unimplemented)",		/* 260 = unimplemented */
    372  1.27  christos 	"#261 (unimplemented)",		/* 261 = unimplemented */
    373  1.27  christos 	"#262 (unimplemented)",		/* 262 = unimplemented */
    374  1.27  christos 	"#263 (unimplemented)",		/* 263 = unimplemented */
    375  1.27  christos 	"#264 (unimplemented)",		/* 264 = unimplemented */
    376  1.27  christos 	"#265 (unimplemented)",		/* 265 = unimplemented */
    377  1.27  christos 	"#266 (unimplemented)",		/* 266 = unimplemented */
    378  1.27  christos 	"#267 (unimplemented)",		/* 267 = unimplemented */
    379  1.27  christos 	"#268 (unimplemented)",		/* 268 = unimplemented */
    380  1.27  christos 	"#269 (unimplemented)",		/* 269 = unimplemented */
    381  1.27  christos 	"#270 (unimplemented)",		/* 270 = unimplemented */
    382  1.27  christos 	"#271 (unimplemented)",		/* 271 = unimplemented */
    383  1.27  christos 	"getdents",			/* 272 = getdents */
    384  1.27  christos 	"#273 (unimplemented)",		/* 273 = unimplemented */
    385  1.27  christos 	"lchmod",			/* 274 = lchmod */
    386  1.27  christos 	"netbsd_lchown",			/* 275 = netbsd_lchown */
    387  1.27  christos 	"lutimes",			/* 276 = lutimes */
    388  1.27  christos 	"__msync13",			/* 277 = __msync13 */
    389  1.27  christos 	"__stat13",			/* 278 = __stat13 */
    390  1.27  christos 	"__fstat13",			/* 279 = __fstat13 */
    391  1.27  christos 	"__lstat13",			/* 280 = __lstat13 */
    392  1.27  christos 	"#281 (unimplemented)",		/* 281 = unimplemented */
    393  1.27  christos 	"#282 (unimplemented)",		/* 282 = unimplemented */
    394  1.27  christos 	"#283 (unimplemented)",		/* 283 = unimplemented */
    395  1.27  christos 	"#284 (unimplemented)",		/* 284 = unimplemented */
    396  1.27  christos 	"#285 (unimplemented)",		/* 285 = unimplemented */
    397  1.27  christos 	"#286 (unimplemented)",		/* 286 = unimplemented */
    398  1.27  christos 	"#287 (unimplemented)",		/* 287 = unimplemented */
    399  1.27  christos 	"#288 (unimplemented)",		/* 288 = unimplemented */
    400  1.27  christos 	"#289 (unimplemented)",		/* 289 = unimplemented */
    401  1.27  christos 	"#290 (unimplemented)",		/* 290 = unimplemented */
    402  1.27  christos 	"#291 (unimplemented)",		/* 291 = unimplemented */
    403  1.27  christos 	"#292 (unimplemented)",		/* 292 = unimplemented */
    404  1.27  christos 	"#293 (unimplemented)",		/* 293 = unimplemented */
    405  1.27  christos 	"#294 (unimplemented)",		/* 294 = unimplemented */
    406  1.27  christos 	"#295 (unimplemented)",		/* 295 = unimplemented */
    407  1.27  christos 	"#296 (unimplemented)",		/* 296 = unimplemented */
    408  1.54  christos #ifdef COMPAT_20
    409  1.44  jdolecek 	"fhstatfs",			/* 297 = fhstatfs */
    410  1.54  christos #else
    411  1.54  christos 	"#297 (excluded compat_20_sys_fhstatfs)",		/* 297 = excluded compat_20_sys_fhstatfs */
    412  1.54  christos #endif
    413  1.44  jdolecek 	"fhopen",			/* 298 = fhopen */
    414  1.44  jdolecek 	"fhstat",			/* 299 = fhstat */
    415  1.27  christos 	"#300 (unimplemented modnext)",		/* 300 = unimplemented modnext */
    416  1.27  christos 	"#301 (unimplemented modstat)",		/* 301 = unimplemented modstat */
    417  1.27  christos 	"#302 (unimplemented modfnext)",		/* 302 = unimplemented modfnext */
    418  1.27  christos 	"#303 (unimplemented modfind)",		/* 303 = unimplemented modfind */
    419  1.27  christos 	"#304 (unimplemented kldload)",		/* 304 = unimplemented kldload */
    420  1.27  christos 	"#305 (unimplemented kldunload)",		/* 305 = unimplemented kldunload */
    421  1.27  christos 	"#306 (unimplemented kldfind)",		/* 306 = unimplemented kldfind */
    422  1.27  christos 	"#307 (unimplemented kldnext)",		/* 307 = unimplemented kldnext */
    423  1.27  christos 	"#308 (unimplemented kldstat)",		/* 308 = unimplemented kldstat */
    424  1.27  christos 	"#309 (unimplemented kldfirstmod)",		/* 309 = unimplemented kldfirstmod */
    425  1.32        tv 	"getsid",			/* 310 = getsid */
    426  1.27  christos 	"#311 (unimplemented setresuid)",		/* 311 = unimplemented setresuid */
    427  1.27  christos 	"#312 (unimplemented setresgid)",		/* 312 = unimplemented setresgid */
    428  1.27  christos 	"#313 (unimplemented signanosleep)",		/* 313 = unimplemented signanosleep */
    429  1.27  christos 	"#314 (unimplemented aio_return)",		/* 314 = unimplemented aio_return */
    430  1.27  christos 	"#315 (unimplemented aio_suspend)",		/* 315 = unimplemented aio_suspend */
    431  1.27  christos 	"#316 (unimplemented aio_cancel)",		/* 316 = unimplemented aio_cancel */
    432  1.27  christos 	"#317 (unimplemented aio_error)",		/* 317 = unimplemented aio_error */
    433  1.27  christos 	"#318 (unimplemented aio_read)",		/* 318 = unimplemented aio_read */
    434  1.27  christos 	"#319 (unimplemented aio_write)",		/* 319 = unimplemented aio_write */
    435  1.27  christos 	"#320 (unimplemented lio_listio)",		/* 320 = unimplemented lio_listio */
    436  1.48  gmcgarry 	"yield",			/* 321 = yield */
    437  1.27  christos 	"#322 (unimplemented thr_sleep)",		/* 322 = unimplemented thr_sleep */
    438  1.27  christos 	"#323 (unimplemented thr_wakeup)",		/* 323 = unimplemented thr_wakeup */
    439  1.32        tv 	"mlockall",			/* 324 = mlockall */
    440  1.32        tv 	"munlockall",			/* 325 = munlockall */
    441  1.32        tv 	"__getcwd",			/* 326 = __getcwd */
    442  1.48  gmcgarry 	"sched_setparam",			/* 327 = sched_setparam */
    443  1.48  gmcgarry 	"sched_getparam",			/* 328 = sched_getparam */
    444  1.48  gmcgarry 	"sched_setscheduler",			/* 329 = sched_setscheduler */
    445  1.48  gmcgarry 	"sched_getscheduler",			/* 330 = sched_getscheduler */
    446  1.48  gmcgarry 	"sched_yield",			/* 331 = sched_yield */
    447  1.48  gmcgarry 	"sched_get_priority_max",			/* 332 = sched_get_priority_max */
    448  1.48  gmcgarry 	"sched_get_priority_min",			/* 333 = sched_get_priority_min */
    449  1.27  christos 	"#334 (unimplemented sched_rr_get_interval)",		/* 334 = unimplemented sched_rr_get_interval */
    450  1.41  jdolecek 	"utrace",			/* 335 = utrace */
    451  1.27  christos 	"#336 (unimplemented sendfile)",		/* 336 = unimplemented sendfile */
    452  1.27  christos 	"#337 (unimplemented kldsym)",		/* 337 = unimplemented kldsym */
    453  1.32        tv 	"#338 (unimplemented jail)",		/* 338 = unimplemented jail */
    454  1.32        tv 	"#339 (unimplemented pioctl)",		/* 339 = unimplemented pioctl */
    455  1.33      onoe 	"__sigprocmask14",			/* 340 = __sigprocmask14 */
    456  1.33      onoe 	"__sigsuspend14",			/* 341 = __sigsuspend14 */
    457  1.33      onoe 	"sigaction4",			/* 342 = sigaction4 */
    458  1.33      onoe 	"__sigpending14",			/* 343 = __sigpending14 */
    459  1.32        tv 	"#344 (unimplemented 4.0 sigreturn)",		/* 344 = unimplemented 4.0 sigreturn */
    460  1.32        tv 	"#345 (unimplemented sigtimedwait)",		/* 345 = unimplemented sigtimedwait */
    461  1.32        tv 	"#346 (unimplemented sigwaitinfo)",		/* 346 = unimplemented sigwaitinfo */
    462  1.32        tv 	"#347 (unimplemented __acl_get_file)",		/* 347 = unimplemented __acl_get_file */
    463  1.32        tv 	"#348 (unimplemented __acl_set_file)",		/* 348 = unimplemented __acl_set_file */
    464  1.32        tv 	"#349 (unimplemented __acl_get_fd)",		/* 349 = unimplemented __acl_get_fd */
    465  1.32        tv 	"#350 (unimplemented __acl_set_fd)",		/* 350 = unimplemented __acl_set_fd */
    466  1.32        tv 	"#351 (unimplemented __acl_delete_file)",		/* 351 = unimplemented __acl_delete_file */
    467  1.32        tv 	"#352 (unimplemented __acl_delete_fd)",		/* 352 = unimplemented __acl_delete_fd */
    468  1.32        tv 	"#353 (unimplemented __acl_aclcheck_file)",		/* 353 = unimplemented __acl_aclcheck_file */
    469  1.32        tv 	"#354 (unimplemented __acl_aclcheck_fd)",		/* 354 = unimplemented __acl_aclcheck_fd */
    470  1.32        tv 	"#355 (unimplemented extattrctl)",		/* 355 = unimplemented extattrctl */
    471  1.32        tv 	"#356 (unimplemented extattr_set_file)",		/* 356 = unimplemented extattr_set_file */
    472  1.32        tv 	"#357 (unimplemented extattr_get_file)",		/* 357 = unimplemented extattr_get_file */
    473  1.32        tv 	"#358 (unimplemented extattr_delete_file)",		/* 358 = unimplemented extattr_delete_file */
    474  1.32        tv 	"#359 (unimplemented aio_waitcomplete)",		/* 359 = unimplemented aio_waitcomplete */
    475  1.32        tv 	"#360 (unimplemented getresuid)",		/* 360 = unimplemented getresuid */
    476  1.32        tv 	"#361 (unimplemented getresgid)",		/* 361 = unimplemented getresgid */
    477  1.32        tv 	"#362 (unimplemented kqueue)",		/* 362 = unimplemented kqueue */
    478  1.32        tv 	"#363 (unimplemented kevent)",		/* 363 = unimplemented kevent */
    479  1.52  jdolecek 	"#364 (unimplemented __cap_get_proc)",		/* 364 = unimplemented __cap_get_proc */
    480  1.52  jdolecek 	"#365 (unimplemented __cap_set_proc)",		/* 365 = unimplemented __cap_set_proc */
    481  1.52  jdolecek 	"#366 (unimplemented __cap_get_fd)",		/* 366 = unimplemented __cap_get_fd */
    482  1.52  jdolecek 	"#367 (unimplemented __cap_get_file)",		/* 367 = unimplemented __cap_get_file */
    483  1.52  jdolecek 	"#368 (unimplemented __cap_set_fd)",		/* 368 = unimplemented __cap_set_fd */
    484  1.52  jdolecek 	"#369 (unimplemented __cap_set_file)",		/* 369 = unimplemented __cap_set_file */
    485  1.52  jdolecek 	"#370 (unimplemented lkmressym)",		/* 370 = unimplemented lkmressym */
    486  1.52  jdolecek 	"#371 (unimplemented extattr_set_fd)",		/* 371 = unimplemented extattr_set_fd */
    487  1.52  jdolecek 	"#372 (unimplemented extattr_get_fd)",		/* 372 = unimplemented extattr_get_fd */
    488  1.52  jdolecek 	"#373 (unimplemented extattr_delete_fd)",		/* 373 = unimplemented extattr_delete_fd */
    489  1.52  jdolecek 	"#374 (unimplemented __setugid)",		/* 374 = unimplemented __setugid */
    490  1.52  jdolecek 	"#375 (unimplemented nfsclnt)",		/* 375 = unimplemented nfsclnt */
    491  1.52  jdolecek 	"#376 (unimplemented eaccess)",		/* 376 = unimplemented eaccess */
    492  1.52  jdolecek 	"#377 (unimplemented afs_syscall)",		/* 377 = unimplemented afs_syscall */
    493  1.52  jdolecek 	"#378 (unimplemented nmount)",		/* 378 = unimplemented nmount */
    494  1.52  jdolecek 	"#379 (unimplemented kse_exit)",		/* 379 = unimplemented kse_exit */
    495  1.52  jdolecek 	"#380 (unimplemented kse_wakeup)",		/* 380 = unimplemented kse_wakeup */
    496  1.52  jdolecek 	"#381 (unimplemented kse_create)",		/* 381 = unimplemented kse_create */
    497  1.52  jdolecek 	"#382 (unimplemented kse_thr_interrupt)",		/* 382 = unimplemented kse_thr_interrupt */
    498  1.52  jdolecek 	"#383 (unimplemented kse_release)",		/* 383 = unimplemented kse_release */
    499  1.52  jdolecek 	"#384 (unimplemented __mac_get_proc)",		/* 384 = unimplemented __mac_get_proc */
    500  1.52  jdolecek 	"#385 (unimplemented __mac_set_proc)",		/* 385 = unimplemented __mac_set_proc */
    501  1.52  jdolecek 	"#386 (unimplemented __mac_get_fd)",		/* 386 = unimplemented __mac_get_fd */
    502  1.52  jdolecek 	"#387 (unimplemented __mac_get_file)",		/* 387 = unimplemented __mac_get_file */
    503  1.52  jdolecek 	"#388 (unimplemented __mac_set_fd)",		/* 388 = unimplemented __mac_set_fd */
    504  1.52  jdolecek 	"#389 (unimplemented __mac_set_file)",		/* 389 = unimplemented __mac_set_file */
    505  1.52  jdolecek 	"#390 (unimplemented kenv)",		/* 390 = unimplemented kenv */
    506  1.52  jdolecek 	"lchflags",			/* 391 = lchflags */
    507  1.53    tsarna 	"uuidgen",			/* 392 = uuidgen */
    508  1.52  jdolecek 	"#393 (unimplemented sendfile)",		/* 393 = unimplemented sendfile */
    509  1.52  jdolecek 	"#394 (unimplemented mac_syscall)",		/* 394 = unimplemented mac_syscall */
    510  1.52  jdolecek 	"#395 (unimplemented getfsstat)",		/* 395 = unimplemented getfsstat */
    511  1.52  jdolecek 	"#396 (unimplemented statfs)",		/* 396 = unimplemented statfs */
    512  1.52  jdolecek 	"#397 (unimplemented fsstatfs)",		/* 397 = unimplemented fsstatfs */
    513  1.52  jdolecek 	"#398 (unimplemented fhstatfs)",		/* 398 = unimplemented fhstatfs */
    514  1.52  jdolecek 	"#399 (unimplemented nosys)",		/* 399 = unimplemented nosys */
    515  1.52  jdolecek #if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
    516  1.52  jdolecek 	"_ksem_close",			/* 400 = _ksem_close */
    517  1.52  jdolecek 	"_ksem_post",			/* 401 = _ksem_post */
    518  1.52  jdolecek 	"_ksem_wait",			/* 402 = _ksem_wait */
    519  1.52  jdolecek 	"_ksem_trywait",			/* 403 = _ksem_trywait */
    520  1.52  jdolecek 	"#404 (unimplemented ksem_init)",		/* 404 = unimplemented ksem_init */
    521  1.52  jdolecek 	"#405 (unimplemented ksem_open)",		/* 405 = unimplemented ksem_open */
    522  1.52  jdolecek 	"_ksem_unlink",			/* 406 = _ksem_unlink */
    523  1.52  jdolecek 	"_ksem_getvalue",			/* 407 = _ksem_getvalue */
    524  1.52  jdolecek 	"_ksem_destroy",			/* 408 = _ksem_destroy */
    525  1.52  jdolecek #else
    526  1.52  jdolecek 	"#400 (excluded ksem_close)",		/* 400 = excluded ksem_close */
    527  1.52  jdolecek 	"#401 (excluded ksem_post)",		/* 401 = excluded ksem_post */
    528  1.52  jdolecek 	"#402 (excluded ksem_wait)",		/* 402 = excluded ksem_wait */
    529  1.52  jdolecek 	"#403 (excluded ksem_trywait)",		/* 403 = excluded ksem_trywait */
    530  1.52  jdolecek 	"#404 (excluded ksem_init)",		/* 404 = excluded ksem_init */
    531  1.52  jdolecek 	"#405 (excluded ksem_open)",		/* 405 = excluded ksem_open */
    532  1.52  jdolecek 	"#406 (excluded ksem_unlink)",		/* 406 = excluded ksem_unlink */
    533  1.52  jdolecek 	"#407 (excluded ksem_getvalue)",		/* 407 = excluded ksem_getvalue */
    534  1.52  jdolecek 	"#408 (excluded ksem_destroy)",		/* 408 = excluded ksem_destroy */
    535  1.52  jdolecek #endif
    536  1.52  jdolecek 	"#409 (unimplemented __mac_get_pid)",		/* 409 = unimplemented __mac_get_pid */
    537  1.52  jdolecek 	"#410 (unimplemented __mac_get_link)",		/* 410 = unimplemented __mac_get_link */
    538  1.52  jdolecek 	"#411 (unimplemented __mac_set_link)",		/* 411 = unimplemented __mac_set_link */
    539  1.52  jdolecek 	"#412 (unimplemented extattr_set_link)",		/* 412 = unimplemented extattr_set_link */
    540  1.52  jdolecek 	"#413 (unimplemented extattr_get_link)",		/* 413 = unimplemented extattr_get_link */
    541  1.52  jdolecek 	"#414 (unimplemented extattr_delete_link)",		/* 414 = unimplemented extattr_delete_link */
    542  1.52  jdolecek 	"#415 (unimplemented __mac_execve)",		/* 415 = unimplemented __mac_execve */
    543  1.52  jdolecek 	"#416 (unimplemented sigaction)",		/* 416 = unimplemented sigaction */
    544  1.52  jdolecek 	"#417 (unimplemented sigreturn)",		/* 417 = unimplemented sigreturn */
    545  1.52  jdolecek 	"#418 (unimplemented __xstat)",		/* 418 = unimplemented __xstat */
    546  1.52  jdolecek 	"#419 (unimplemented __xfstat)",		/* 419 = unimplemented __xfstat */
    547  1.52  jdolecek 	"#420 (unimplemented __xlstat)",		/* 420 = unimplemented __xlstat */
    548  1.52  jdolecek 	"#421 (unimplemented getcontext)",		/* 421 = unimplemented getcontext */
    549  1.52  jdolecek 	"#422 (unimplemented setcontext)",		/* 422 = unimplemented setcontext */
    550  1.52  jdolecek 	"#423 (unimplemented swapcontext)",		/* 423 = unimplemented swapcontext */
    551  1.52  jdolecek 	"#424 (unimplemented swapoff)",		/* 424 = unimplemented swapoff */
    552  1.52  jdolecek 	"#425 (unimplemented __acl_get_link)",		/* 425 = unimplemented __acl_get_link */
    553  1.52  jdolecek 	"#426 (unimplemented __acl_set_link)",		/* 426 = unimplemented __acl_set_link */
    554  1.52  jdolecek 	"#427 (unimplemented __acl_delete_link)",		/* 427 = unimplemented __acl_delete_link */
    555  1.52  jdolecek 	"#428 (unimplemented __acl_aclcheck_link)",		/* 428 = unimplemented __acl_aclcheck_link */
    556  1.52  jdolecek 	"#429 (unimplemented sigwait)",		/* 429 = unimplemented sigwait */
    557  1.52  jdolecek 	"#430 (unimplemented thr_create)",		/* 430 = unimplemented thr_create */
    558  1.52  jdolecek 	"#431 (unimplemented thr_exit)",		/* 431 = unimplemented thr_exit */
    559  1.52  jdolecek 	"#432 (unimplemented thr_self)",		/* 432 = unimplemented thr_self */
    560  1.52  jdolecek 	"#433 (unimplemented thr_kill)",		/* 433 = unimplemented thr_kill */
    561  1.52  jdolecek 	"#434 (unimplemented _umtx_lock)",		/* 434 = unimplemented _umtx_lock */
    562  1.52  jdolecek 	"#435 (unimplemented _umtx_unlock)",		/* 435 = unimplemented _umtx_unlock */
    563  1.52  jdolecek 	"#436 (unimplemented jail_attach)",		/* 436 = unimplemented jail_attach */
    564  1.52  jdolecek 	"#437 (unimplemented extattr_list_fd)",		/* 437 = unimplemented extattr_list_fd */
    565  1.52  jdolecek 	"#438 (unimplemented extattr_list_file)",		/* 438 = unimplemented extattr_list_file */
    566  1.52  jdolecek 	"#439 (unimplemented extattr_list_link)",		/* 439 = unimplemented extattr_list_link */
    567   1.1   mycroft };
    568