freebsd_syscalls.c revision 1.33 1 1.16 thorpej /* $NetBSD: freebsd_syscalls.c,v 1.33 2000/07/18 14:15:05 onoe 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.33 onoe * created from NetBSD: syscalls.master,v 1.27 2000/05/23 16:05:51 tv Exp
8 1.1 mycroft */
9 1.19 thorpej
10 1.20 thorpej #if defined(_KERNEL) && !defined(_LKM)
11 1.22 thorpej #include "opt_ktrace.h"
12 1.23 thorpej #include "opt_nfsserver.h"
13 1.25 tron #include "opt_sysv.h"
14 1.26 christos #include "opt_compat_43.h"
15 1.19 thorpej #include "fs_lfs.h"
16 1.19 thorpej #include "fs_nfs.h"
17 1.19 thorpej #include <sys/param.h>
18 1.19 thorpej #include <sys/systm.h>
19 1.19 thorpej #include <sys/signal.h>
20 1.19 thorpej #include <sys/mount.h>
21 1.19 thorpej #include <sys/syscallargs.h>
22 1.19 thorpej #include <compat/freebsd/freebsd_syscallargs.h>
23 1.19 thorpej #include <machine/freebsd_machdep.h>
24 1.20 thorpej #endif /* _KERNEL && ! _LKM */
25 1.1 mycroft
26 1.1 mycroft char *freebsd_syscallnames[] = {
27 1.1 mycroft "syscall", /* 0 = syscall */
28 1.1 mycroft "exit", /* 1 = exit */
29 1.1 mycroft "fork", /* 2 = fork */
30 1.1 mycroft "read", /* 3 = read */
31 1.1 mycroft "write", /* 4 = write */
32 1.1 mycroft "open", /* 5 = open */
33 1.1 mycroft "close", /* 6 = close */
34 1.1 mycroft "wait4", /* 7 = wait4 */
35 1.1 mycroft "ocreat", /* 8 = ocreat */
36 1.1 mycroft "link", /* 9 = link */
37 1.1 mycroft "unlink", /* 10 = unlink */
38 1.1 mycroft "#11 (obsolete execv)", /* 11 = obsolete execv */
39 1.1 mycroft "chdir", /* 12 = chdir */
40 1.1 mycroft "fchdir", /* 13 = fchdir */
41 1.1 mycroft "mknod", /* 14 = mknod */
42 1.1 mycroft "chmod", /* 15 = chmod */
43 1.1 mycroft "chown", /* 16 = chown */
44 1.1 mycroft "break", /* 17 = break */
45 1.1 mycroft "getfsstat", /* 18 = getfsstat */
46 1.1 mycroft "olseek", /* 19 = olseek */
47 1.1 mycroft "getpid", /* 20 = getpid */
48 1.1 mycroft "mount", /* 21 = mount */
49 1.1 mycroft "unmount", /* 22 = unmount */
50 1.1 mycroft "setuid", /* 23 = setuid */
51 1.1 mycroft "getuid", /* 24 = getuid */
52 1.1 mycroft "geteuid", /* 25 = geteuid */
53 1.1 mycroft "ptrace", /* 26 = ptrace */
54 1.1 mycroft "recvmsg", /* 27 = recvmsg */
55 1.1 mycroft "sendmsg", /* 28 = sendmsg */
56 1.1 mycroft "recvfrom", /* 29 = recvfrom */
57 1.1 mycroft "accept", /* 30 = accept */
58 1.1 mycroft "getpeername", /* 31 = getpeername */
59 1.1 mycroft "getsockname", /* 32 = getsockname */
60 1.1 mycroft "access", /* 33 = access */
61 1.1 mycroft "chflags", /* 34 = chflags */
62 1.1 mycroft "fchflags", /* 35 = fchflags */
63 1.1 mycroft "sync", /* 36 = sync */
64 1.1 mycroft "kill", /* 37 = kill */
65 1.11 christos "stat43", /* 38 = stat43 */
66 1.1 mycroft "getppid", /* 39 = getppid */
67 1.11 christos "lstat43", /* 40 = lstat43 */
68 1.1 mycroft "dup", /* 41 = dup */
69 1.1 mycroft "pipe", /* 42 = pipe */
70 1.1 mycroft "getegid", /* 43 = getegid */
71 1.1 mycroft "profil", /* 44 = profil */
72 1.1 mycroft #ifdef KTRACE
73 1.1 mycroft "ktrace", /* 45 = ktrace */
74 1.1 mycroft #else
75 1.1 mycroft "#45 (unimplemented ktrace)", /* 45 = unimplemented ktrace */
76 1.1 mycroft #endif
77 1.1 mycroft "sigaction", /* 46 = sigaction */
78 1.1 mycroft "getgid", /* 47 = getgid */
79 1.1 mycroft "sigprocmask", /* 48 = sigprocmask */
80 1.5 christos "__getlogin", /* 49 = __getlogin */
81 1.1 mycroft "setlogin", /* 50 = setlogin */
82 1.1 mycroft "acct", /* 51 = acct */
83 1.1 mycroft "sigpending", /* 52 = sigpending */
84 1.1 mycroft "sigaltstack", /* 53 = sigaltstack */
85 1.1 mycroft "ioctl", /* 54 = ioctl */
86 1.27 christos "oreboot", /* 55 = oreboot */
87 1.1 mycroft "revoke", /* 56 = revoke */
88 1.1 mycroft "symlink", /* 57 = symlink */
89 1.1 mycroft "readlink", /* 58 = readlink */
90 1.1 mycroft "execve", /* 59 = execve */
91 1.1 mycroft "umask", /* 60 = umask */
92 1.1 mycroft "chroot", /* 61 = chroot */
93 1.11 christos "fstat43", /* 62 = fstat43 */
94 1.1 mycroft "ogetkerninfo", /* 63 = ogetkerninfo */
95 1.1 mycroft "ogetpagesize", /* 64 = ogetpagesize */
96 1.1 mycroft "msync", /* 65 = msync */
97 1.1 mycroft "vfork", /* 66 = vfork */
98 1.1 mycroft "#67 (obsolete vread)", /* 67 = obsolete vread */
99 1.1 mycroft "#68 (obsolete vwrite)", /* 68 = obsolete vwrite */
100 1.1 mycroft "sbrk", /* 69 = sbrk */
101 1.1 mycroft "sstk", /* 70 = sstk */
102 1.1 mycroft "ommap", /* 71 = ommap */
103 1.1 mycroft "vadvise", /* 72 = vadvise */
104 1.1 mycroft "munmap", /* 73 = munmap */
105 1.1 mycroft "mprotect", /* 74 = mprotect */
106 1.1 mycroft "madvise", /* 75 = madvise */
107 1.1 mycroft "#76 (obsolete vhangup)", /* 76 = obsolete vhangup */
108 1.1 mycroft "#77 (obsolete vlimit)", /* 77 = obsolete vlimit */
109 1.1 mycroft "mincore", /* 78 = mincore */
110 1.1 mycroft "getgroups", /* 79 = getgroups */
111 1.1 mycroft "setgroups", /* 80 = setgroups */
112 1.1 mycroft "getpgrp", /* 81 = getpgrp */
113 1.1 mycroft "setpgid", /* 82 = setpgid */
114 1.1 mycroft "setitimer", /* 83 = setitimer */
115 1.1 mycroft "owait", /* 84 = owait */
116 1.1 mycroft "swapon", /* 85 = swapon */
117 1.1 mycroft "getitimer", /* 86 = getitimer */
118 1.1 mycroft "ogethostname", /* 87 = ogethostname */
119 1.1 mycroft "osethostname", /* 88 = osethostname */
120 1.1 mycroft "ogetdtablesize", /* 89 = ogetdtablesize */
121 1.1 mycroft "dup2", /* 90 = dup2 */
122 1.1 mycroft "#91 (unimplemented getdopt)", /* 91 = unimplemented getdopt */
123 1.1 mycroft "fcntl", /* 92 = fcntl */
124 1.1 mycroft "select", /* 93 = select */
125 1.1 mycroft "#94 (unimplemented setdopt)", /* 94 = unimplemented setdopt */
126 1.1 mycroft "fsync", /* 95 = fsync */
127 1.1 mycroft "setpriority", /* 96 = setpriority */
128 1.1 mycroft "socket", /* 97 = socket */
129 1.1 mycroft "connect", /* 98 = connect */
130 1.1 mycroft "oaccept", /* 99 = oaccept */
131 1.1 mycroft "getpriority", /* 100 = getpriority */
132 1.1 mycroft "osend", /* 101 = osend */
133 1.1 mycroft "orecv", /* 102 = orecv */
134 1.1 mycroft "sigreturn", /* 103 = sigreturn */
135 1.1 mycroft "bind", /* 104 = bind */
136 1.1 mycroft "setsockopt", /* 105 = setsockopt */
137 1.1 mycroft "listen", /* 106 = listen */
138 1.1 mycroft "#107 (obsolete vtimes)", /* 107 = obsolete vtimes */
139 1.1 mycroft "osigvec", /* 108 = osigvec */
140 1.1 mycroft "osigblock", /* 109 = osigblock */
141 1.1 mycroft "osigsetmask", /* 110 = osigsetmask */
142 1.1 mycroft "sigsuspend", /* 111 = sigsuspend */
143 1.1 mycroft "osigstack", /* 112 = osigstack */
144 1.1 mycroft "orecvmsg", /* 113 = orecvmsg */
145 1.1 mycroft "osendmsg", /* 114 = osendmsg */
146 1.1 mycroft #ifdef TRACE
147 1.1 mycroft "vtrace", /* 115 = vtrace */
148 1.1 mycroft #else
149 1.1 mycroft "#115 (obsolete vtrace)", /* 115 = obsolete vtrace */
150 1.1 mycroft #endif
151 1.1 mycroft "gettimeofday", /* 116 = gettimeofday */
152 1.1 mycroft "getrusage", /* 117 = getrusage */
153 1.1 mycroft "getsockopt", /* 118 = getsockopt */
154 1.1 mycroft "#119 (obsolete resuba)", /* 119 = obsolete resuba */
155 1.1 mycroft "readv", /* 120 = readv */
156 1.1 mycroft "writev", /* 121 = writev */
157 1.1 mycroft "settimeofday", /* 122 = settimeofday */
158 1.1 mycroft "fchown", /* 123 = fchown */
159 1.1 mycroft "fchmod", /* 124 = fchmod */
160 1.1 mycroft "orecvfrom", /* 125 = orecvfrom */
161 1.4 mycroft "setreuid", /* 126 = setreuid */
162 1.4 mycroft "setregid", /* 127 = setregid */
163 1.1 mycroft "rename", /* 128 = rename */
164 1.1 mycroft "otruncate", /* 129 = otruncate */
165 1.2 mycroft "oftruncate", /* 130 = oftruncate */
166 1.2 mycroft "flock", /* 131 = flock */
167 1.1 mycroft "mkfifo", /* 132 = mkfifo */
168 1.1 mycroft "sendto", /* 133 = sendto */
169 1.1 mycroft "shutdown", /* 134 = shutdown */
170 1.1 mycroft "socketpair", /* 135 = socketpair */
171 1.1 mycroft "mkdir", /* 136 = mkdir */
172 1.1 mycroft "rmdir", /* 137 = rmdir */
173 1.1 mycroft "utimes", /* 138 = utimes */
174 1.1 mycroft "#139 (obsolete 4.2 sigreturn)", /* 139 = obsolete 4.2 sigreturn */
175 1.1 mycroft "adjtime", /* 140 = adjtime */
176 1.1 mycroft "ogetpeername", /* 141 = ogetpeername */
177 1.1 mycroft "ogethostid", /* 142 = ogethostid */
178 1.1 mycroft "osethostid", /* 143 = osethostid */
179 1.1 mycroft "ogetrlimit", /* 144 = ogetrlimit */
180 1.1 mycroft "osetrlimit", /* 145 = osetrlimit */
181 1.1 mycroft "okillpg", /* 146 = okillpg */
182 1.1 mycroft "setsid", /* 147 = setsid */
183 1.1 mycroft "quotactl", /* 148 = quotactl */
184 1.1 mycroft "oquota", /* 149 = oquota */
185 1.1 mycroft "ogetsockname", /* 150 = ogetsockname */
186 1.32 tv "#151 (unimplemented sem_lock)", /* 151 = unimplemented sem_lock */
187 1.32 tv "#152 (unimplemented sem_wakeup)", /* 152 = unimplemented sem_wakeup */
188 1.32 tv "#153 (unimplemented asyncdaemon)", /* 153 = unimplemented asyncdaemon */
189 1.1 mycroft "#154 (unimplemented)", /* 154 = unimplemented */
190 1.6 thorpej #if defined(NFS) || defined(NFSSERVER)
191 1.1 mycroft "nfssvc", /* 155 = nfssvc */
192 1.1 mycroft #else
193 1.32 tv "#155 (unimplemented nfssvc)", /* 155 = unimplemented nfssvc */
194 1.1 mycroft #endif
195 1.1 mycroft "ogetdirentries", /* 156 = ogetdirentries */
196 1.1 mycroft "statfs", /* 157 = statfs */
197 1.1 mycroft "fstatfs", /* 158 = fstatfs */
198 1.1 mycroft "#159 (unimplemented)", /* 159 = unimplemented */
199 1.1 mycroft "#160 (unimplemented)", /* 160 = unimplemented */
200 1.6 thorpej #ifdef NFS
201 1.1 mycroft "getfh", /* 161 = getfh */
202 1.1 mycroft #else
203 1.1 mycroft "#161 (unimplemented getfh)", /* 161 = unimplemented getfh */
204 1.1 mycroft #endif
205 1.1 mycroft "getdomainname", /* 162 = getdomainname */
206 1.1 mycroft "setdomainname", /* 163 = setdomainname */
207 1.1 mycroft "uname", /* 164 = uname */
208 1.1 mycroft "sysarch", /* 165 = sysarch */
209 1.1 mycroft "rtprio", /* 166 = rtprio */
210 1.1 mycroft "#167 (unimplemented)", /* 167 = unimplemented */
211 1.1 mycroft "#168 (unimplemented)", /* 168 = unimplemented */
212 1.1 mycroft #if defined(SYSVSEM) && !defined(alpha)
213 1.1 mycroft "semsys", /* 169 = semsys */
214 1.1 mycroft #else
215 1.1 mycroft "#169 (unimplemented 1.0 semsys)", /* 169 = unimplemented 1.0 semsys */
216 1.1 mycroft #endif
217 1.1 mycroft #if defined(SYSVMSG) && !defined(alpha)
218 1.1 mycroft "msgsys", /* 170 = msgsys */
219 1.1 mycroft #else
220 1.1 mycroft "#170 (unimplemented 1.0 msgsys)", /* 170 = unimplemented 1.0 msgsys */
221 1.1 mycroft #endif
222 1.1 mycroft #if defined(SYSVSHM) && !defined(alpha)
223 1.1 mycroft "shmsys", /* 171 = shmsys */
224 1.1 mycroft #else
225 1.1 mycroft "#171 (unimplemented 1.0 shmsys)", /* 171 = unimplemented 1.0 shmsys */
226 1.1 mycroft #endif
227 1.1 mycroft "#172 (unimplemented)", /* 172 = unimplemented */
228 1.32 tv "pread", /* 173 = pread */
229 1.32 tv "pwrite", /* 174 = pwrite */
230 1.1 mycroft "#175 (unimplemented)", /* 175 = unimplemented */
231 1.1 mycroft "freebsd_ntp_adjtime", /* 176 = freebsd_ntp_adjtime */
232 1.32 tv "#177 (unimplemented sfork)", /* 177 = unimplemented sfork */
233 1.32 tv "#178 (unimplemented getdescriptor)", /* 178 = unimplemented getdescriptor */
234 1.32 tv "#179 (unimplemented setdescriptor)", /* 179 = unimplemented setdescriptor */
235 1.1 mycroft "#180 (unimplemented)", /* 180 = unimplemented */
236 1.1 mycroft "setgid", /* 181 = setgid */
237 1.1 mycroft "setegid", /* 182 = setegid */
238 1.1 mycroft "seteuid", /* 183 = seteuid */
239 1.1 mycroft #ifdef LFS
240 1.1 mycroft "lfs_bmapv", /* 184 = lfs_bmapv */
241 1.1 mycroft "lfs_markv", /* 185 = lfs_markv */
242 1.1 mycroft "lfs_segclean", /* 186 = lfs_segclean */
243 1.1 mycroft "lfs_segwait", /* 187 = lfs_segwait */
244 1.1 mycroft #else
245 1.1 mycroft "#184 (unimplemented)", /* 184 = unimplemented */
246 1.1 mycroft "#185 (unimplemented)", /* 185 = unimplemented */
247 1.1 mycroft "#186 (unimplemented)", /* 186 = unimplemented */
248 1.1 mycroft "#187 (unimplemented)", /* 187 = unimplemented */
249 1.1 mycroft #endif
250 1.1 mycroft "stat", /* 188 = stat */
251 1.1 mycroft "fstat", /* 189 = fstat */
252 1.1 mycroft "lstat", /* 190 = lstat */
253 1.1 mycroft "pathconf", /* 191 = pathconf */
254 1.1 mycroft "fpathconf", /* 192 = fpathconf */
255 1.1 mycroft "#193 (unimplemented)", /* 193 = unimplemented */
256 1.1 mycroft "getrlimit", /* 194 = getrlimit */
257 1.1 mycroft "setrlimit", /* 195 = setrlimit */
258 1.1 mycroft "getdirentries", /* 196 = getdirentries */
259 1.1 mycroft "mmap", /* 197 = mmap */
260 1.1 mycroft "__syscall", /* 198 = __syscall */
261 1.1 mycroft "lseek", /* 199 = lseek */
262 1.1 mycroft "truncate", /* 200 = truncate */
263 1.1 mycroft "ftruncate", /* 201 = ftruncate */
264 1.1 mycroft "__sysctl", /* 202 = __sysctl */
265 1.1 mycroft "mlock", /* 203 = mlock */
266 1.1 mycroft "munlock", /* 204 = munlock */
267 1.1 mycroft #ifdef FREEBSD_BASED_ON_44LITE_R2
268 1.1 mycroft "undelete", /* 205 = undelete */
269 1.1 mycroft #else
270 1.32 tv "#205 (unimplemented undelete)", /* 205 = unimplemented undelete */
271 1.1 mycroft #endif
272 1.27 christos "futimes", /* 206 = futimes */
273 1.27 christos "getpgid", /* 207 = getpgid */
274 1.27 christos #if 0
275 1.27 christos "reboot", /* 208 = reboot */
276 1.27 christos #else
277 1.27 christos "#208 (unimplemented newreboot)", /* 208 = unimplemented newreboot */
278 1.27 christos #endif
279 1.27 christos "poll", /* 209 = poll */
280 1.1 mycroft "#210 (unimplemented)", /* 210 = unimplemented */
281 1.1 mycroft "#211 (unimplemented)", /* 211 = unimplemented */
282 1.1 mycroft "#212 (unimplemented)", /* 212 = unimplemented */
283 1.1 mycroft "#213 (unimplemented)", /* 213 = unimplemented */
284 1.1 mycroft "#214 (unimplemented)", /* 214 = unimplemented */
285 1.1 mycroft "#215 (unimplemented)", /* 215 = unimplemented */
286 1.1 mycroft "#216 (unimplemented)", /* 216 = unimplemented */
287 1.1 mycroft "#217 (unimplemented)", /* 217 = unimplemented */
288 1.1 mycroft "#218 (unimplemented)", /* 218 = unimplemented */
289 1.1 mycroft "#219 (unimplemented)", /* 219 = unimplemented */
290 1.27 christos #ifdef SYSVSEM
291 1.27 christos "__semctl", /* 220 = __semctl */
292 1.27 christos "semget", /* 221 = semget */
293 1.27 christos "semop", /* 222 = semop */
294 1.27 christos "semconfig", /* 223 = semconfig */
295 1.27 christos #else
296 1.27 christos "#220 (unimplemented semctl)", /* 220 = unimplemented semctl */
297 1.27 christos "#221 (unimplemented semget)", /* 221 = unimplemented semget */
298 1.27 christos "#222 (unimplemented semop)", /* 222 = unimplemented semop */
299 1.27 christos "#223 (unimplemented semconfig)", /* 223 = unimplemented semconfig */
300 1.27 christos #endif
301 1.27 christos #ifdef SYSVMSG
302 1.27 christos "msgctl", /* 224 = msgctl */
303 1.27 christos "msgget", /* 225 = msgget */
304 1.27 christos "msgsnd", /* 226 = msgsnd */
305 1.27 christos "msgrcv", /* 227 = msgrcv */
306 1.27 christos #else
307 1.27 christos "#224 (unimplemented msgctl)", /* 224 = unimplemented msgctl */
308 1.27 christos "#225 (unimplemented msgget)", /* 225 = unimplemented msgget */
309 1.27 christos "#226 (unimplemented msgsnd)", /* 226 = unimplemented msgsnd */
310 1.27 christos "#227 (unimplemented msgrcv)", /* 227 = unimplemented msgrcv */
311 1.27 christos #endif
312 1.27 christos #ifdef SYSVSHM
313 1.27 christos "shmat", /* 228 = shmat */
314 1.27 christos "shmctl", /* 229 = shmctl */
315 1.27 christos "shmdt", /* 230 = shmdt */
316 1.27 christos "shmget", /* 231 = shmget */
317 1.27 christos #else
318 1.27 christos "#228 (unimplemented shmat)", /* 228 = unimplemented shmat */
319 1.27 christos "#229 (unimplemented shmctl)", /* 229 = unimplemented shmctl */
320 1.27 christos "#230 (unimplemented shmdt)", /* 230 = unimplemented shmdt */
321 1.27 christos "#231 (unimplemented shmget)", /* 231 = unimplemented shmget */
322 1.27 christos #endif
323 1.27 christos "clock_gettime", /* 232 = clock_gettime */
324 1.27 christos "clock_settime", /* 233 = clock_settime */
325 1.27 christos "clock_getres", /* 234 = clock_getres */
326 1.27 christos "#235 (unimplemented timer_create)", /* 235 = unimplemented timer_create */
327 1.27 christos "#236 (unimplemented timer_delete)", /* 236 = unimplemented timer_delete */
328 1.27 christos "#237 (unimplemented timer_settime)", /* 237 = unimplemented timer_settime */
329 1.27 christos "#238 (unimplemented timer_gettime)", /* 238 = unimplemented timer_gettime */
330 1.27 christos "#239 (unimplemented timer_getoverrun)", /* 239 = unimplemented timer_getoverrun */
331 1.27 christos "nanosleep", /* 240 = nanosleep */
332 1.9 enami "#241 (unimplemented)", /* 241 = unimplemented */
333 1.9 enami "#242 (unimplemented)", /* 242 = unimplemented */
334 1.9 enami "#243 (unimplemented)", /* 243 = unimplemented */
335 1.9 enami "#244 (unimplemented)", /* 244 = unimplemented */
336 1.9 enami "#245 (unimplemented)", /* 245 = unimplemented */
337 1.9 enami "#246 (unimplemented)", /* 246 = unimplemented */
338 1.9 enami "#247 (unimplemented)", /* 247 = unimplemented */
339 1.9 enami "#248 (unimplemented)", /* 248 = unimplemented */
340 1.9 enami "#249 (unimplemented)", /* 249 = unimplemented */
341 1.27 christos "#250 (unimplemented minherit)", /* 250 = unimplemented minherit */
342 1.27 christos "#251 (unimplemented rfork)", /* 251 = unimplemented rfork */
343 1.27 christos "#252 (unimplemented openbsd_poll)", /* 252 = unimplemented openbsd_poll */
344 1.21 christos "issetugid", /* 253 = issetugid */
345 1.9 enami "lchown", /* 254 = lchown */
346 1.27 christos "#255 (unimplemented)", /* 255 = unimplemented */
347 1.27 christos "#256 (unimplemented)", /* 256 = unimplemented */
348 1.27 christos "#257 (unimplemented)", /* 257 = unimplemented */
349 1.27 christos "#258 (unimplemented)", /* 258 = unimplemented */
350 1.27 christos "#259 (unimplemented)", /* 259 = unimplemented */
351 1.27 christos "#260 (unimplemented)", /* 260 = unimplemented */
352 1.27 christos "#261 (unimplemented)", /* 261 = unimplemented */
353 1.27 christos "#262 (unimplemented)", /* 262 = unimplemented */
354 1.27 christos "#263 (unimplemented)", /* 263 = unimplemented */
355 1.27 christos "#264 (unimplemented)", /* 264 = unimplemented */
356 1.27 christos "#265 (unimplemented)", /* 265 = unimplemented */
357 1.27 christos "#266 (unimplemented)", /* 266 = unimplemented */
358 1.27 christos "#267 (unimplemented)", /* 267 = unimplemented */
359 1.27 christos "#268 (unimplemented)", /* 268 = unimplemented */
360 1.27 christos "#269 (unimplemented)", /* 269 = unimplemented */
361 1.27 christos "#270 (unimplemented)", /* 270 = unimplemented */
362 1.27 christos "#271 (unimplemented)", /* 271 = unimplemented */
363 1.27 christos "getdents", /* 272 = getdents */
364 1.27 christos "#273 (unimplemented)", /* 273 = unimplemented */
365 1.27 christos "lchmod", /* 274 = lchmod */
366 1.27 christos "netbsd_lchown", /* 275 = netbsd_lchown */
367 1.27 christos "lutimes", /* 276 = lutimes */
368 1.27 christos "__msync13", /* 277 = __msync13 */
369 1.27 christos "__stat13", /* 278 = __stat13 */
370 1.27 christos "__fstat13", /* 279 = __fstat13 */
371 1.27 christos "__lstat13", /* 280 = __lstat13 */
372 1.27 christos "#281 (unimplemented)", /* 281 = unimplemented */
373 1.27 christos "#282 (unimplemented)", /* 282 = unimplemented */
374 1.27 christos "#283 (unimplemented)", /* 283 = unimplemented */
375 1.27 christos "#284 (unimplemented)", /* 284 = unimplemented */
376 1.27 christos "#285 (unimplemented)", /* 285 = unimplemented */
377 1.27 christos "#286 (unimplemented)", /* 286 = unimplemented */
378 1.27 christos "#287 (unimplemented)", /* 287 = unimplemented */
379 1.27 christos "#288 (unimplemented)", /* 288 = unimplemented */
380 1.27 christos "#289 (unimplemented)", /* 289 = unimplemented */
381 1.27 christos "#290 (unimplemented)", /* 290 = unimplemented */
382 1.27 christos "#291 (unimplemented)", /* 291 = unimplemented */
383 1.27 christos "#292 (unimplemented)", /* 292 = unimplemented */
384 1.27 christos "#293 (unimplemented)", /* 293 = unimplemented */
385 1.27 christos "#294 (unimplemented)", /* 294 = unimplemented */
386 1.27 christos "#295 (unimplemented)", /* 295 = unimplemented */
387 1.27 christos "#296 (unimplemented)", /* 296 = unimplemented */
388 1.32 tv "#297 (unimplemented fhstatfs)", /* 297 = unimplemented fhstatfs */
389 1.32 tv "#298 (unimplemented fhopen)", /* 298 = unimplemented fhopen */
390 1.32 tv "#299 (unimplemented fhstat)", /* 299 = unimplemented fhstat */
391 1.27 christos "#300 (unimplemented modnext)", /* 300 = unimplemented modnext */
392 1.27 christos "#301 (unimplemented modstat)", /* 301 = unimplemented modstat */
393 1.27 christos "#302 (unimplemented modfnext)", /* 302 = unimplemented modfnext */
394 1.27 christos "#303 (unimplemented modfind)", /* 303 = unimplemented modfind */
395 1.27 christos "#304 (unimplemented kldload)", /* 304 = unimplemented kldload */
396 1.27 christos "#305 (unimplemented kldunload)", /* 305 = unimplemented kldunload */
397 1.27 christos "#306 (unimplemented kldfind)", /* 306 = unimplemented kldfind */
398 1.27 christos "#307 (unimplemented kldnext)", /* 307 = unimplemented kldnext */
399 1.27 christos "#308 (unimplemented kldstat)", /* 308 = unimplemented kldstat */
400 1.27 christos "#309 (unimplemented kldfirstmod)", /* 309 = unimplemented kldfirstmod */
401 1.32 tv "getsid", /* 310 = getsid */
402 1.27 christos "#311 (unimplemented setresuid)", /* 311 = unimplemented setresuid */
403 1.27 christos "#312 (unimplemented setresgid)", /* 312 = unimplemented setresgid */
404 1.27 christos "#313 (unimplemented signanosleep)", /* 313 = unimplemented signanosleep */
405 1.27 christos "#314 (unimplemented aio_return)", /* 314 = unimplemented aio_return */
406 1.27 christos "#315 (unimplemented aio_suspend)", /* 315 = unimplemented aio_suspend */
407 1.27 christos "#316 (unimplemented aio_cancel)", /* 316 = unimplemented aio_cancel */
408 1.27 christos "#317 (unimplemented aio_error)", /* 317 = unimplemented aio_error */
409 1.27 christos "#318 (unimplemented aio_read)", /* 318 = unimplemented aio_read */
410 1.27 christos "#319 (unimplemented aio_write)", /* 319 = unimplemented aio_write */
411 1.27 christos "#320 (unimplemented lio_listio)", /* 320 = unimplemented lio_listio */
412 1.27 christos "#321 (unimplemented yield)", /* 321 = unimplemented yield */
413 1.27 christos "#322 (unimplemented thr_sleep)", /* 322 = unimplemented thr_sleep */
414 1.27 christos "#323 (unimplemented thr_wakeup)", /* 323 = unimplemented thr_wakeup */
415 1.32 tv "mlockall", /* 324 = mlockall */
416 1.32 tv "munlockall", /* 325 = munlockall */
417 1.32 tv "__getcwd", /* 326 = __getcwd */
418 1.27 christos "#327 (unimplemented sched_setparam)", /* 327 = unimplemented sched_setparam */
419 1.27 christos "#328 (unimplemented sched_getparam)", /* 328 = unimplemented sched_getparam */
420 1.27 christos "#329 (unimplemented sched_setscheduler)", /* 329 = unimplemented sched_setscheduler */
421 1.27 christos "#330 (unimplemented sched_getscheduler)", /* 330 = unimplemented sched_getscheduler */
422 1.27 christos "#331 (unimplemented sched_yield)", /* 331 = unimplemented sched_yield */
423 1.27 christos "#332 (unimplemented sched_get_priority_max)", /* 332 = unimplemented sched_get_priority_max */
424 1.27 christos "#333 (unimplemented sched_get_priority_min)", /* 333 = unimplemented sched_get_priority_min */
425 1.27 christos "#334 (unimplemented sched_rr_get_interval)", /* 334 = unimplemented sched_rr_get_interval */
426 1.27 christos "#335 (unimplemented utrace)", /* 335 = unimplemented utrace */
427 1.27 christos "#336 (unimplemented sendfile)", /* 336 = unimplemented sendfile */
428 1.27 christos "#337 (unimplemented kldsym)", /* 337 = unimplemented kldsym */
429 1.32 tv "#338 (unimplemented jail)", /* 338 = unimplemented jail */
430 1.32 tv "#339 (unimplemented pioctl)", /* 339 = unimplemented pioctl */
431 1.33 onoe "__sigprocmask14", /* 340 = __sigprocmask14 */
432 1.33 onoe "__sigsuspend14", /* 341 = __sigsuspend14 */
433 1.33 onoe "sigaction4", /* 342 = sigaction4 */
434 1.33 onoe "__sigpending14", /* 343 = __sigpending14 */
435 1.32 tv "#344 (unimplemented 4.0 sigreturn)", /* 344 = unimplemented 4.0 sigreturn */
436 1.32 tv "#345 (unimplemented sigtimedwait)", /* 345 = unimplemented sigtimedwait */
437 1.32 tv "#346 (unimplemented sigwaitinfo)", /* 346 = unimplemented sigwaitinfo */
438 1.32 tv "#347 (unimplemented __acl_get_file)", /* 347 = unimplemented __acl_get_file */
439 1.32 tv "#348 (unimplemented __acl_set_file)", /* 348 = unimplemented __acl_set_file */
440 1.32 tv "#349 (unimplemented __acl_get_fd)", /* 349 = unimplemented __acl_get_fd */
441 1.32 tv "#350 (unimplemented __acl_set_fd)", /* 350 = unimplemented __acl_set_fd */
442 1.32 tv "#351 (unimplemented __acl_delete_file)", /* 351 = unimplemented __acl_delete_file */
443 1.32 tv "#352 (unimplemented __acl_delete_fd)", /* 352 = unimplemented __acl_delete_fd */
444 1.32 tv "#353 (unimplemented __acl_aclcheck_file)", /* 353 = unimplemented __acl_aclcheck_file */
445 1.32 tv "#354 (unimplemented __acl_aclcheck_fd)", /* 354 = unimplemented __acl_aclcheck_fd */
446 1.32 tv "#355 (unimplemented extattrctl)", /* 355 = unimplemented extattrctl */
447 1.32 tv "#356 (unimplemented extattr_set_file)", /* 356 = unimplemented extattr_set_file */
448 1.32 tv "#357 (unimplemented extattr_get_file)", /* 357 = unimplemented extattr_get_file */
449 1.32 tv "#358 (unimplemented extattr_delete_file)", /* 358 = unimplemented extattr_delete_file */
450 1.32 tv "#359 (unimplemented aio_waitcomplete)", /* 359 = unimplemented aio_waitcomplete */
451 1.32 tv "#360 (unimplemented getresuid)", /* 360 = unimplemented getresuid */
452 1.32 tv "#361 (unimplemented getresgid)", /* 361 = unimplemented getresgid */
453 1.32 tv "#362 (unimplemented kqueue)", /* 362 = unimplemented kqueue */
454 1.32 tv "#363 (unimplemented kevent)", /* 363 = unimplemented kevent */
455 1.1 mycroft };
456