[BACK]Return to syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Annotation of src/sys/kern/syscalls.c, Revision 1.122

1.111     cgd         1: /* $NetBSD$ */
1.72      thorpej     2:
1.1       cgd         3: /*
                      4:  * System call names.
                      5:  *
                      6:  * DO NOT EDIT-- this file is automatically generated.
1.122   ! thorpej     7:  * created from        NetBSD: syscalls.master,v 1.110 2001/07/01 18:06:11 thorpej Exp
1.1       cgd         8:  */
1.75      thorpej     9:
1.121     mrg        10: #if defined(_KERNEL_OPT)
1.84      thorpej    11: #include "opt_ktrace.h"
1.85      thorpej    12: #include "opt_nfsserver.h"
1.110     bjh21      13: #include "opt_ntp.h"
1.88      jonathan   14: #include "opt_compat_netbsd.h"
1.93      tron       15: #include "opt_sysv.h"
1.95      christos   16: #include "opt_compat_43.h"
1.75      thorpej    17: #include "fs_lfs.h"
                     18: #include "fs_nfs.h"
                     19: #include <sys/param.h>
                     20: #include <sys/systm.h>
                     21: #include <sys/signal.h>
                     22: #include <sys/mount.h>
                     23: #include <sys/syscallargs.h>
1.121     mrg        24: #endif /* _KERNEL_OPT */
1.1       cgd        25:
1.113     mycroft    26: const char *const syscallnames[] = {
1.12      deraadt    27:        "syscall",                      /* 0 = syscall */
1.1       cgd        28:        "exit",                 /* 1 = exit */
                     29:        "fork",                 /* 2 = fork */
                     30:        "read",                 /* 3 = read */
                     31:        "write",                        /* 4 = write */
                     32:        "open",                 /* 5 = open */
                     33:        "close",                        /* 6 = close */
                     34:        "wait4",                        /* 7 = wait4 */
1.33      mycroft    35:        "compat_43_ocreat",     /* 8 = compat_43 ocreat */
1.1       cgd        36:        "link",                 /* 9 = link */
                     37:        "unlink",                       /* 10 = unlink */
1.25      cgd        38:        "#11 (obsolete execv)",         /* 11 = obsolete execv */
1.1       cgd        39:        "chdir",                        /* 12 = chdir */
                     40:        "fchdir",                       /* 13 = fchdir */
                     41:        "mknod",                        /* 14 = mknod */
                     42:        "chmod",                        /* 15 = chmod */
                     43:        "chown",                        /* 16 = chown */
                     44:        "break",                        /* 17 = break */
                     45:        "getfsstat",                    /* 18 = getfsstat */
1.33      mycroft    46:        "compat_43_olseek",     /* 19 = compat_43 olseek */
1.115     mycroft    47: #ifdef COMPAT_43
1.1       cgd        48:        "getpid",                       /* 20 = getpid */
1.115     mycroft    49: #else
                     50:        "getpid",                       /* 20 = getpid */
                     51: #endif
1.1       cgd        52:        "mount",                        /* 21 = mount */
                     53:        "unmount",                      /* 22 = unmount */
                     54:        "setuid",                       /* 23 = setuid */
1.115     mycroft    55: #ifdef COMPAT_43
                     56:        "getuid",                       /* 24 = getuid */
                     57: #else
1.1       cgd        58:        "getuid",                       /* 24 = getuid */
1.115     mycroft    59: #endif
1.1       cgd        60:        "geteuid",                      /* 25 = geteuid */
                     61:        "ptrace",                       /* 26 = ptrace */
                     62:        "recvmsg",                      /* 27 = recvmsg */
                     63:        "sendmsg",                      /* 28 = sendmsg */
                     64:        "recvfrom",                     /* 29 = recvfrom */
                     65:        "accept",                       /* 30 = accept */
                     66:        "getpeername",                  /* 31 = getpeername */
                     67:        "getsockname",                  /* 32 = getsockname */
                     68:        "access",                       /* 33 = access */
                     69:        "chflags",                      /* 34 = chflags */
                     70:        "fchflags",                     /* 35 = fchflags */
                     71:        "sync",                 /* 36 = sync */
                     72:        "kill",                 /* 37 = kill */
1.61      christos   73:        "compat_43_stat43",     /* 38 = compat_43 stat43 */
1.1       cgd        74:        "getppid",                      /* 39 = getppid */
1.61      christos   75:        "compat_43_lstat43",    /* 40 = compat_43 lstat43 */
1.1       cgd        76:        "dup",                  /* 41 = dup */
                     77:        "pipe",                 /* 42 = pipe */
                     78:        "getegid",                      /* 43 = getegid */
                     79:        "profil",                       /* 44 = profil */
1.100     christos   80: #if defined(KTRACE) || !defined(_KERNEL)
1.1       cgd        81:        "ktrace",                       /* 45 = ktrace */
                     82: #else
1.100     christos   83:        "#45 (excluded ktrace)",                /* 45 = excluded ktrace */
1.1       cgd        84: #endif
1.89      thorpej    85:        "compat_13_sigaction13",        /* 46 = compat_13 sigaction13 */
1.115     mycroft    86: #ifdef COMPAT_43
                     87:        "getgid",                       /* 47 = getgid */
                     88: #else
1.1       cgd        89:        "getgid",                       /* 47 = getgid */
1.115     mycroft    90: #endif
1.89      thorpej    91:        "compat_13_sigprocmask13",      /* 48 = compat_13 sigprocmask13 */
1.41      jtc        92:        "__getlogin",                   /* 49 = __getlogin */
1.1       cgd        93:        "setlogin",                     /* 50 = setlogin */
                     94:        "acct",                 /* 51 = acct */
1.89      thorpej    95:        "compat_13_sigpending13",       /* 52 = compat_13 sigpending13 */
1.66      kleink     96:        "compat_13_sigaltstack13",      /* 53 = compat_13 sigaltstack13 */
1.1       cgd        97:        "ioctl",                        /* 54 = ioctl */
1.38      mrg        98:        "compat_12_oreboot",    /* 55 = compat_12 oreboot */
1.1       cgd        99:        "revoke",                       /* 56 = revoke */
                    100:        "symlink",                      /* 57 = symlink */
                    101:        "readlink",                     /* 58 = readlink */
                    102:        "execve",                       /* 59 = execve */
                    103:        "umask",                        /* 60 = umask */
                    104:        "chroot",                       /* 61 = chroot */
1.61      christos  105:        "compat_43_fstat43",    /* 62 = compat_43 fstat43 */
1.33      mycroft   106:        "compat_43_ogetkerninfo",       /* 63 = compat_43 ogetkerninfo */
                    107:        "compat_43_ogetpagesize",       /* 64 = compat_43 ogetpagesize */
1.61      christos  108:        "compat_12_msync",      /* 65 = compat_12 msync */
1.1       cgd       109:        "vfork",                        /* 66 = vfork */
1.25      cgd       110:        "#67 (obsolete vread)",         /* 67 = obsolete vread */
                    111:        "#68 (obsolete vwrite)",                /* 68 = obsolete vwrite */
1.1       cgd       112:        "sbrk",                 /* 69 = sbrk */
                    113:        "sstk",                 /* 70 = sstk */
1.33      mycroft   114:        "compat_43_ommap",      /* 71 = compat_43 ommap */
1.1       cgd       115:        "vadvise",                      /* 72 = vadvise */
                    116:        "munmap",                       /* 73 = munmap */
                    117:        "mprotect",                     /* 74 = mprotect */
                    118:        "madvise",                      /* 75 = madvise */
1.25      cgd       119:        "#76 (obsolete vhangup)",               /* 76 = obsolete vhangup */
                    120:        "#77 (obsolete vlimit)",                /* 77 = obsolete vlimit */
1.1       cgd       121:        "mincore",                      /* 78 = mincore */
                    122:        "getgroups",                    /* 79 = getgroups */
                    123:        "setgroups",                    /* 80 = setgroups */
                    124:        "getpgrp",                      /* 81 = getpgrp */
                    125:        "setpgid",                      /* 82 = setpgid */
                    126:        "setitimer",                    /* 83 = setitimer */
1.33      mycroft   127:        "compat_43_owait",      /* 84 = compat_43 owait */
1.53      mrg       128:        "compat_12_oswapon",    /* 85 = compat_12 oswapon */
1.1       cgd       129:        "getitimer",                    /* 86 = getitimer */
1.33      mycroft   130:        "compat_43_ogethostname",       /* 87 = compat_43 ogethostname */
                    131:        "compat_43_osethostname",       /* 88 = compat_43 osethostname */
                    132:        "compat_43_ogetdtablesize",     /* 89 = compat_43 ogetdtablesize */
1.1       cgd       133:        "dup2",                 /* 90 = dup2 */
1.25      cgd       134:        "#91 (unimplemented getdopt)",          /* 91 = unimplemented getdopt */
1.1       cgd       135:        "fcntl",                        /* 92 = fcntl */
                    136:        "select",                       /* 93 = select */
1.25      cgd       137:        "#94 (unimplemented setdopt)",          /* 94 = unimplemented setdopt */
1.1       cgd       138:        "fsync",                        /* 95 = fsync */
                    139:        "setpriority",                  /* 96 = setpriority */
                    140:        "socket",                       /* 97 = socket */
                    141:        "connect",                      /* 98 = connect */
1.33      mycroft   142:        "compat_43_oaccept",    /* 99 = compat_43 oaccept */
1.1       cgd       143:        "getpriority",                  /* 100 = getpriority */
1.33      mycroft   144:        "compat_43_osend",      /* 101 = compat_43 osend */
                    145:        "compat_43_orecv",      /* 102 = compat_43 orecv */
1.90      mycroft   146:        "compat_13_sigreturn13",        /* 103 = compat_13 sigreturn13 */
1.1       cgd       147:        "bind",                 /* 104 = bind */
                    148:        "setsockopt",                   /* 105 = setsockopt */
                    149:        "listen",                       /* 106 = listen */
1.25      cgd       150:        "#107 (obsolete vtimes)",               /* 107 = obsolete vtimes */
1.33      mycroft   151:        "compat_43_osigvec",    /* 108 = compat_43 osigvec */
                    152:        "compat_43_osigblock",  /* 109 = compat_43 osigblock */
                    153:        "compat_43_osigsetmask",        /* 110 = compat_43 osigsetmask */
1.89      thorpej   154:        "compat_13_sigsuspend13",       /* 111 = compat_13 sigsuspend13 */
1.33      mycroft   155:        "compat_43_osigstack",  /* 112 = compat_43 osigstack */
                    156:        "compat_43_orecvmsg",   /* 113 = compat_43 orecvmsg */
                    157:        "compat_43_osendmsg",   /* 114 = compat_43 osendmsg */
1.25      cgd       158:        "#115 (obsolete vtrace)",               /* 115 = obsolete vtrace */
1.1       cgd       159:        "gettimeofday",                 /* 116 = gettimeofday */
                    160:        "getrusage",                    /* 117 = getrusage */
                    161:        "getsockopt",                   /* 118 = getsockopt */
1.30      cgd       162:        "#119 (obsolete resuba)",               /* 119 = obsolete resuba */
1.1       cgd       163:        "readv",                        /* 120 = readv */
                    164:        "writev",                       /* 121 = writev */
                    165:        "settimeofday",                 /* 122 = settimeofday */
                    166:        "fchown",                       /* 123 = fchown */
                    167:        "fchmod",                       /* 124 = fchmod */
1.33      mycroft   168:        "compat_43_orecvfrom",  /* 125 = compat_43 orecvfrom */
1.37      mycroft   169:        "setreuid",                     /* 126 = setreuid */
                    170:        "setregid",                     /* 127 = setregid */
1.1       cgd       171:        "rename",                       /* 128 = rename */
1.33      mycroft   172:        "compat_43_otruncate",  /* 129 = compat_43 otruncate */
                    173:        "compat_43_oftruncate", /* 130 = compat_43 oftruncate */
1.1       cgd       174:        "flock",                        /* 131 = flock */
                    175:        "mkfifo",                       /* 132 = mkfifo */
                    176:        "sendto",                       /* 133 = sendto */
                    177:        "shutdown",                     /* 134 = shutdown */
                    178:        "socketpair",                   /* 135 = socketpair */
                    179:        "mkdir",                        /* 136 = mkdir */
                    180:        "rmdir",                        /* 137 = rmdir */
                    181:        "utimes",                       /* 138 = utimes */
1.25      cgd       182:        "#139 (obsolete 4.2 sigreturn)",                /* 139 = obsolete 4.2 sigreturn */
1.1       cgd       183:        "adjtime",                      /* 140 = adjtime */
1.33      mycroft   184:        "compat_43_ogetpeername",       /* 141 = compat_43 ogetpeername */
                    185:        "compat_43_ogethostid", /* 142 = compat_43 ogethostid */
                    186:        "compat_43_osethostid", /* 143 = compat_43 osethostid */
                    187:        "compat_43_ogetrlimit", /* 144 = compat_43 ogetrlimit */
                    188:        "compat_43_osetrlimit", /* 145 = compat_43 osetrlimit */
                    189:        "compat_43_okillpg",    /* 146 = compat_43 okillpg */
1.1       cgd       190:        "setsid",                       /* 147 = setsid */
                    191:        "quotactl",                     /* 148 = quotactl */
1.33      mycroft   192:        "compat_43_oquota",     /* 149 = compat_43 oquota */
                    193:        "compat_43_ogetsockname",       /* 150 = compat_43 ogetsockname */
1.25      cgd       194:        "#151 (unimplemented)",         /* 151 = unimplemented */
                    195:        "#152 (unimplemented)",         /* 152 = unimplemented */
                    196:        "#153 (unimplemented)",         /* 153 = unimplemented */
                    197:        "#154 (unimplemented)",         /* 154 = unimplemented */
1.100     christos  198: #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
1.1       cgd       199:        "nfssvc",                       /* 155 = nfssvc */
                    200: #else
1.100     christos  201:        "#155 (excluded nfssvc)",               /* 155 = excluded nfssvc */
1.1       cgd       202: #endif
1.33      mycroft   203:        "compat_43_ogetdirentries",     /* 156 = compat_43 ogetdirentries */
1.1       cgd       204:        "statfs",                       /* 157 = statfs */
                    205:        "fstatfs",                      /* 158 = fstatfs */
1.25      cgd       206:        "#159 (unimplemented)",         /* 159 = unimplemented */
                    207:        "#160 (unimplemented)",         /* 160 = unimplemented */
1.1       cgd       208:        "getfh",                        /* 161 = getfh */
1.33      mycroft   209:        "compat_09_ogetdomainname",     /* 162 = compat_09 ogetdomainname */
                    210:        "compat_09_osetdomainname",     /* 163 = compat_09 osetdomainname */
                    211:        "compat_09_ouname",     /* 164 = compat_09 ouname */
1.9       brezak    212:        "sysarch",                      /* 165 = sysarch */
1.25      cgd       213:        "#166 (unimplemented)",         /* 166 = unimplemented */
                    214:        "#167 (unimplemented)",         /* 167 = unimplemented */
                    215:        "#168 (unimplemented)",         /* 168 = unimplemented */
1.100     christos  216: #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha)
1.33      mycroft   217:        "compat_10_osemsys",    /* 169 = compat_10 osemsys */
1.11      cgd       218: #else
1.100     christos  219:        "#169 (excluded 1.0 semsys)",           /* 169 = excluded 1.0 semsys */
1.11      cgd       220: #endif
1.100     christos  221: #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha)
1.33      mycroft   222:        "compat_10_omsgsys",    /* 170 = compat_10 omsgsys */
1.11      cgd       223: #else
1.100     christos  224:        "#170 (excluded 1.0 msgsys)",           /* 170 = excluded 1.0 msgsys */
1.11      cgd       225: #endif
1.100     christos  226: #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha)
1.33      mycroft   227:        "compat_10_oshmsys",    /* 171 = compat_10 oshmsys */
1.1       cgd       228: #else
1.100     christos  229:        "#171 (excluded 1.0 shmsys)",           /* 171 = excluded 1.0 shmsys */
1.1       cgd       230: #endif
1.25      cgd       231:        "#172 (unimplemented)",         /* 172 = unimplemented */
1.86      thorpej   232:        "pread",                        /* 173 = pread */
                    233:        "pwrite",                       /* 174 = pwrite */
1.35      mycroft   234:        "ntp_gettime",                  /* 175 = ntp_gettime */
1.110     bjh21     235: #if defined(NTP) || !defined(_KERNEL)
1.35      mycroft   236:        "ntp_adjtime",                  /* 176 = ntp_adjtime */
1.110     bjh21     237: #else
                    238:        "#176 (excluded ntp_adjtime)",          /* 176 = excluded ntp_adjtime */
                    239: #endif
1.25      cgd       240:        "#177 (unimplemented)",         /* 177 = unimplemented */
                    241:        "#178 (unimplemented)",         /* 178 = unimplemented */
                    242:        "#179 (unimplemented)",         /* 179 = unimplemented */
                    243:        "#180 (unimplemented)",         /* 180 = unimplemented */
1.1       cgd       244:        "setgid",                       /* 181 = setgid */
                    245:        "setegid",                      /* 182 = setegid */
                    246:        "seteuid",                      /* 183 = seteuid */
1.100     christos  247: #if defined(LFS) || !defined(_KERNEL)
1.19      cgd       248:        "lfs_bmapv",                    /* 184 = lfs_bmapv */
                    249:        "lfs_markv",                    /* 185 = lfs_markv */
                    250:        "lfs_segclean",                 /* 186 = lfs_segclean */
                    251:        "lfs_segwait",                  /* 187 = lfs_segwait */
                    252: #else
1.100     christos  253:        "#184 (excluded lfs_bmapv)",            /* 184 = excluded lfs_bmapv */
                    254:        "#185 (excluded lfs_markv)",            /* 185 = excluded lfs_markv */
                    255:        "#186 (excluded lfs_segclean)",         /* 186 = excluded lfs_segclean */
                    256:        "#187 (excluded lfs_segwait)",          /* 187 = excluded lfs_segwait */
1.19      cgd       257: #endif
1.61      christos  258:        "compat_12_stat12",     /* 188 = compat_12 stat12 */
                    259:        "compat_12_fstat12",    /* 189 = compat_12 fstat12 */
                    260:        "compat_12_lstat12",    /* 190 = compat_12 lstat12 */
1.20      cgd       261:        "pathconf",                     /* 191 = pathconf */
                    262:        "fpathconf",                    /* 192 = fpathconf */
1.25      cgd       263:        "#193 (unimplemented)",         /* 193 = unimplemented */
1.19      cgd       264:        "getrlimit",                    /* 194 = getrlimit */
                    265:        "setrlimit",                    /* 195 = setrlimit */
1.58      fvdl      266:        "compat_12_getdirentries",      /* 196 = compat_12 getdirentries */
1.17      cgd       267:        "mmap",                 /* 197 = mmap */
1.15      cgd       268:        "__syscall",                    /* 198 = __syscall */
1.17      cgd       269:        "lseek",                        /* 199 = lseek */
                    270:        "truncate",                     /* 200 = truncate */
                    271:        "ftruncate",                    /* 201 = ftruncate */
1.20      cgd       272:        "__sysctl",                     /* 202 = __sysctl */
                    273:        "mlock",                        /* 203 = mlock */
                    274:        "munlock",                      /* 204 = munlock */
1.28      mycroft   275:        "undelete",                     /* 205 = undelete */
1.36      mycroft   276:        "futimes",                      /* 206 = futimes */
1.38      mrg       277:        "getpgid",                      /* 207 = getpgid */
                    278:        "reboot",                       /* 208 = reboot */
1.39      mycroft   279:        "poll",                 /* 209 = poll */
1.100     christos  280: #if defined(LKM) || !defined(_KERNEL)
1.13      cgd       281:        "lkmnosys",                     /* 210 = lkmnosys */
                    282:        "lkmnosys",                     /* 211 = lkmnosys */
                    283:        "lkmnosys",                     /* 212 = lkmnosys */
                    284:        "lkmnosys",                     /* 213 = lkmnosys */
                    285:        "lkmnosys",                     /* 214 = lkmnosys */
                    286:        "lkmnosys",                     /* 215 = lkmnosys */
                    287:        "lkmnosys",                     /* 216 = lkmnosys */
                    288:        "lkmnosys",                     /* 217 = lkmnosys */
                    289:        "lkmnosys",                     /* 218 = lkmnosys */
                    290:        "lkmnosys",                     /* 219 = lkmnosys */
                    291: #else  /* !LKM */
1.100     christos  292:        "#210 (excluded lkmnosys)",             /* 210 = excluded lkmnosys */
                    293:        "#211 (excluded lkmnosys)",             /* 211 = excluded lkmnosys */
                    294:        "#212 (excluded lkmnosys)",             /* 212 = excluded lkmnosys */
                    295:        "#213 (excluded lkmnosys)",             /* 213 = excluded lkmnosys */
                    296:        "#214 (excluded lkmnosys)",             /* 214 = excluded lkmnosys */
                    297:        "#215 (excluded lkmnosys)",             /* 215 = excluded lkmnosys */
                    298:        "#216 (excluded lkmnosys)",             /* 216 = excluded lkmnosys */
                    299:        "#217 (excluded lkmnosys)",             /* 217 = excluded lkmnosys */
                    300:        "#218 (excluded lkmnosys)",             /* 218 = excluded lkmnosys */
                    301:        "#219 (excluded lkmnosys)",             /* 219 = excluded lkmnosys */
1.9       brezak    302: #endif /* !LKM */
1.100     christos  303: #if defined(SYSVSEM) || !defined(_KERNEL)
1.105     thorpej   304:        "compat_14___semctl",   /* 220 = compat_14 __semctl */
1.25      cgd       305:        "semget",                       /* 221 = semget */
                    306:        "semop",                        /* 222 = semop */
                    307:        "semconfig",                    /* 223 = semconfig */
                    308: #else
1.105     thorpej   309:        "#220 (excluded compat_14_semctl)",             /* 220 = excluded compat_14_semctl */
1.100     christos  310:        "#221 (excluded semget)",               /* 221 = excluded semget */
                    311:        "#222 (excluded semop)",                /* 222 = excluded semop */
                    312:        "#223 (excluded semconfig)",            /* 223 = excluded semconfig */
1.25      cgd       313: #endif
1.100     christos  314: #if defined(SYSVMSG) || !defined(_KERNEL)
1.105     thorpej   315:        "compat_14_msgctl",     /* 224 = compat_14 msgctl */
1.25      cgd       316:        "msgget",                       /* 225 = msgget */
                    317:        "msgsnd",                       /* 226 = msgsnd */
                    318:        "msgrcv",                       /* 227 = msgrcv */
                    319: #else
1.105     thorpej   320:        "#224 (excluded compat_14_msgctl)",             /* 224 = excluded compat_14_msgctl */
1.100     christos  321:        "#225 (excluded msgget)",               /* 225 = excluded msgget */
                    322:        "#226 (excluded msgsnd)",               /* 226 = excluded msgsnd */
                    323:        "#227 (excluded msgrcv)",               /* 227 = excluded msgrcv */
1.25      cgd       324: #endif
1.100     christos  325: #if defined(SYSVSHM) || !defined(_KERNEL)
1.25      cgd       326:        "shmat",                        /* 228 = shmat */
1.105     thorpej   327:        "compat_14_shmctl",     /* 229 = compat_14 shmctl */
1.25      cgd       328:        "shmdt",                        /* 230 = shmdt */
                    329:        "shmget",                       /* 231 = shmget */
                    330: #else
1.100     christos  331:        "#228 (excluded shmat)",                /* 228 = excluded shmat */
1.105     thorpej   332:        "#229 (excluded compat_14_shmctl)",             /* 229 = excluded compat_14_shmctl */
1.100     christos  333:        "#230 (excluded shmdt)",                /* 230 = excluded shmdt */
                    334:        "#231 (excluded shmget)",               /* 231 = excluded shmget */
1.25      cgd       335: #endif
1.43      jtc       336:        "clock_gettime",                        /* 232 = clock_gettime */
                    337:        "clock_settime",                        /* 233 = clock_settime */
                    338:        "clock_getres",                 /* 234 = clock_getres */
                    339:        "#235 (unimplemented timer_create)",            /* 235 = unimplemented timer_create */
                    340:        "#236 (unimplemented timer_delete)",            /* 236 = unimplemented timer_delete */
                    341:        "#237 (unimplemented timer_settime)",           /* 237 = unimplemented timer_settime */
                    342:        "#238 (unimplemented timer_gettime)",           /* 238 = unimplemented timer_gettime */
                    343:        "#239 (unimplemented timer_getoverrun)",                /* 239 = unimplemented timer_getoverrun */
1.49      jtc       344:        "nanosleep",                    /* 240 = nanosleep */
1.83      kleink    345:        "fdatasync",                    /* 241 = fdatasync */
1.101     thorpej   346:        "mlockall",                     /* 242 = mlockall */
                    347:        "munlockall",                   /* 243 = munlockall */
1.50      kleink    348:        "#244 (unimplemented)",         /* 244 = unimplemented */
                    349:        "#245 (unimplemented)",         /* 245 = unimplemented */
                    350:        "#246 (unimplemented)",         /* 246 = unimplemented */
                    351:        "#247 (unimplemented)",         /* 247 = unimplemented */
                    352:        "#248 (unimplemented)",         /* 248 = unimplemented */
                    353:        "#249 (unimplemented)",         /* 249 = unimplemented */
1.55      veego     354:        "#250 (unimplemented)",         /* 250 = unimplemented */
1.50      kleink    355:        "#251 (unimplemented)",         /* 251 = unimplemented */
                    356:        "#252 (unimplemented)",         /* 252 = unimplemented */
                    357:        "#253 (unimplemented)",         /* 253 = unimplemented */
                    358:        "#254 (unimplemented)",         /* 254 = unimplemented */
                    359:        "#255 (unimplemented)",         /* 255 = unimplemented */
                    360:        "#256 (unimplemented)",         /* 256 = unimplemented */
                    361:        "#257 (unimplemented)",         /* 257 = unimplemented */
                    362:        "#258 (unimplemented)",         /* 258 = unimplemented */
                    363:        "#259 (unimplemented)",         /* 259 = unimplemented */
                    364:        "#260 (unimplemented)",         /* 260 = unimplemented */
                    365:        "#261 (unimplemented)",         /* 261 = unimplemented */
                    366:        "#262 (unimplemented)",         /* 262 = unimplemented */
                    367:        "#263 (unimplemented)",         /* 263 = unimplemented */
                    368:        "#264 (unimplemented)",         /* 264 = unimplemented */
                    369:        "#265 (unimplemented)",         /* 265 = unimplemented */
                    370:        "#266 (unimplemented)",         /* 266 = unimplemented */
                    371:        "#267 (unimplemented)",         /* 267 = unimplemented */
                    372:        "#268 (unimplemented)",         /* 268 = unimplemented */
                    373:        "#269 (unimplemented)",         /* 269 = unimplemented */
1.74      kleink    374:        "__posix_rename",                       /* 270 = __posix_rename */
1.51      mrg       375:        "swapctl",                      /* 271 = swapctl */
1.58      fvdl      376:        "getdents",                     /* 272 = getdents */
1.55      veego     377:        "minherit",                     /* 273 = minherit */
1.56      enami     378:        "lchmod",                       /* 274 = lchmod */
                    379:        "lchown",                       /* 275 = lchown */
                    380:        "lutimes",                      /* 276 = lutimes */
1.64      thorpej   381:        "__msync13",                    /* 277 = __msync13 */
                    382:        "__stat13",                     /* 278 = __stat13 */
                    383:        "__fstat13",                    /* 279 = __fstat13 */
                    384:        "__lstat13",                    /* 280 = __lstat13 */
1.68      kleink    385:        "__sigaltstack14",                      /* 281 = __sigaltstack14 */
1.69      thorpej   386:        "__vfork14",                    /* 282 = __vfork14 */
1.74      kleink    387:        "__posix_chown",                        /* 283 = __posix_chown */
                    388:        "__posix_fchown",                       /* 284 = __posix_fchown */
                    389:        "__posix_lchown",                       /* 285 = __posix_lchown */
1.73      thorpej   390:        "getsid",                       /* 286 = getsid */
1.122   ! thorpej   391:        "__clone",                      /* 287 = __clone */
1.100     christos  392: #if defined(KTRACE) || !defined(_KERNEL)
1.79      christos  393:        "fktrace",                      /* 288 = fktrace */
                    394: #else
1.100     christos  395:        "#288 (excluded ktrace)",               /* 288 = excluded ktrace */
1.79      christos  396: #endif
1.86      thorpej   397:        "preadv",                       /* 289 = preadv */
                    398:        "pwritev",                      /* 290 = pwritev */
1.89      thorpej   399:        "__sigaction14",                        /* 291 = __sigaction14 */
                    400:        "__sigpending14",                       /* 292 = __sigpending14 */
                    401:        "__sigprocmask14",                      /* 293 = __sigprocmask14 */
                    402:        "__sigsuspend14",                       /* 294 = __sigsuspend14 */
1.90      mycroft   403:        "__sigreturn14",                        /* 295 = __sigreturn14 */
1.97      sommerfe  404:        "__getcwd",                     /* 296 = __getcwd */
                    405:        "fchroot",                      /* 297 = fchroot */
1.102     wrstuden  406:        "fhopen",                       /* 298 = fhopen */
                    407:        "fhstat",                       /* 299 = fhstat */
                    408:        "fhstatfs",                     /* 300 = fhstatfs */
1.105     thorpej   409: #if defined(SYSVSEM) || !defined(_KERNEL)
1.107     christos  410:        "____semctl13",                 /* 301 = ____semctl13 */
1.105     thorpej   411: #else
1.107     christos  412:        "#301 (excluded ____semctl13)",         /* 301 = excluded ____semctl13 */
1.105     thorpej   413: #endif
                    414: #if defined(SYSVMSG) || !defined(_KERNEL)
                    415:        "__msgctl13",                   /* 302 = __msgctl13 */
                    416: #else
                    417:        "#302 (excluded __msgctl13)",           /* 302 = excluded __msgctl13 */
                    418: #endif
                    419: #if defined(SYSVSHM) || !defined(_KERNEL)
                    420:        "__shmctl13",                   /* 303 = __shmctl13 */
                    421: #else
                    422:        "#303 (excluded __shmctl13)",           /* 303 = excluded __shmctl13 */
                    423: #endif
1.108     mrg       424:        "lchflags",                     /* 304 = lchflags */
1.109     minoura   425:        "issetugid",                    /* 305 = issetugid */
1.116     jdolecek  426:        "utrace",                       /* 306 = utrace */
1.118     thorpej   427:        "#307 (unimplemented)",         /* 307 = unimplemented */
                    428:        "#308 (unimplemented)",         /* 308 = unimplemented */
                    429:        "#309 (unimplemented)",         /* 309 = unimplemented */
                    430:        "#310 (unimplemented)",         /* 310 = unimplemented */
                    431:        "#311 (unimplemented)",         /* 311 = unimplemented */
                    432:        "#312 (unimplemented)",         /* 312 = unimplemented */
                    433:        "#313 (unimplemented)",         /* 313 = unimplemented */
                    434:        "#314 (unimplemented)",         /* 314 = unimplemented */
                    435:        "#315 (unimplemented)",         /* 315 = unimplemented */
                    436:        "#316 (unimplemented)",         /* 316 = unimplemented */
                    437:        "#317 (unimplemented)",         /* 317 = unimplemented */
                    438:        "#318 (unimplemented)",         /* 318 = unimplemented */
                    439:        "#319 (unimplemented)",         /* 319 = unimplemented */
                    440:        "#320 (unimplemented)",         /* 320 = unimplemented */
                    441:        "#321 (unimplemented)",         /* 321 = unimplemented */
                    442:        "#322 (unimplemented)",         /* 322 = unimplemented */
                    443:        "#323 (unimplemented)",         /* 323 = unimplemented */
                    444:        "#324 (unimplemented)",         /* 324 = unimplemented */
                    445:        "#325 (unimplemented)",         /* 325 = unimplemented */
                    446:        "#326 (unimplemented)",         /* 326 = unimplemented */
                    447:        "#327 (unimplemented)",         /* 327 = unimplemented */
                    448:        "#328 (unimplemented)",         /* 328 = unimplemented */
                    449:        "#329 (unimplemented)",         /* 329 = unimplemented */
                    450:        "#330 (unimplemented)",         /* 330 = unimplemented */
                    451:        "#331 (unimplemented)",         /* 331 = unimplemented */
                    452:        "#332 (unimplemented)",         /* 332 = unimplemented */
                    453:        "#333 (unimplemented)",         /* 333 = unimplemented */
                    454:        "#334 (unimplemented)",         /* 334 = unimplemented */
                    455:        "#335 (unimplemented)",         /* 335 = unimplemented */
                    456:        "#336 (unimplemented)",         /* 336 = unimplemented */
                    457:        "#337 (unimplemented)",         /* 337 = unimplemented */
                    458:        "#338 (unimplemented)",         /* 338 = unimplemented */
                    459:        "#339 (unimplemented)",         /* 339 = unimplemented */
1.1       cgd       460: };

CVSweb <webmaster@jp.NetBSD.org>