netbsd32_syscalls.c revision 1.90 1 1.83 pooka /* $NetBSD: netbsd32_syscalls.c,v 1.90 2010/03/02 16:09:11 pooka Exp $ */
2 1.1 mrg
3 1.1 mrg /*
4 1.1 mrg * System call names.
5 1.1 mrg *
6 1.1 mrg * DO NOT EDIT-- this file is automatically generated.
7 1.90 pooka * created from NetBSD: syscalls.master,v 1.83 2010/03/02 16:02:43 pooka Exp
8 1.1 mrg */
9 1.25 lukem
10 1.25 lukem #include <sys/cdefs.h>
11 1.83 pooka __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.90 2010/03/02 16:09:11 pooka Exp $");
12 1.1 mrg
13 1.24 mrg #if defined(_KERNEL_OPT)
14 1.24 mrg #if defined(_KERNEL_OPT)
15 1.1 mrg #include "opt_compat_netbsd.h"
16 1.4 eeh #include "opt_ntp.h"
17 1.5 tron #include "opt_sysv.h"
18 1.6 christos #include "opt_compat_43.h"
19 1.48 cube #include "opt_posix.h"
20 1.1 mrg #include "fs_nfs.h"
21 1.19 mycroft #endif
22 1.1 mrg #include <sys/param.h>
23 1.1 mrg #include <sys/systm.h>
24 1.1 mrg #include <sys/signal.h>
25 1.1 mrg #include <sys/mount.h>
26 1.1 mrg #include <sys/syscallargs.h>
27 1.8 mrg #include <compat/netbsd32/netbsd32.h>
28 1.8 mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
29 1.24 mrg #endif /* _KERNEL_OPT */
30 1.1 mrg
31 1.19 mycroft const char *const netbsd32_syscallnames[] = {
32 1.82 christos /* 0 */ "netbsd32_syscall",
33 1.68 dsl /* 1 */ "netbsd32_exit",
34 1.68 dsl /* 2 */ "fork",
35 1.68 dsl /* 3 */ "netbsd32_read",
36 1.68 dsl /* 4 */ "netbsd32_write",
37 1.68 dsl /* 5 */ "netbsd32_open",
38 1.68 dsl /* 6 */ "netbsd32_close",
39 1.82 christos /* 7 */ "compat_50_netbsd32_wait4",
40 1.68 dsl /* 8 */ "compat_43_netbsd32_ocreat",
41 1.68 dsl /* 9 */ "netbsd32_link",
42 1.68 dsl /* 10 */ "netbsd32_unlink",
43 1.68 dsl /* 11 */ "#11 (obsolete execv)",
44 1.68 dsl /* 12 */ "netbsd32_chdir",
45 1.68 dsl /* 13 */ "netbsd32_fchdir",
46 1.82 christos /* 14 */ "compat_50_netbsd32_mknod",
47 1.68 dsl /* 15 */ "netbsd32_chmod",
48 1.68 dsl /* 16 */ "netbsd32_chown",
49 1.68 dsl /* 17 */ "netbsd32_break",
50 1.68 dsl /* 18 */ "compat_20_netbsd32_getfsstat",
51 1.68 dsl /* 19 */ "compat_43_netbsd32_olseek",
52 1.68 dsl /* 20 */ "getpid",
53 1.68 dsl /* 21 */ "netbsd32_mount",
54 1.68 dsl /* 22 */ "netbsd32_unmount",
55 1.68 dsl /* 23 */ "netbsd32_setuid",
56 1.68 dsl /* 24 */ "getuid",
57 1.68 dsl /* 25 */ "geteuid",
58 1.68 dsl /* 26 */ "netbsd32_ptrace",
59 1.68 dsl /* 27 */ "netbsd32_recvmsg",
60 1.68 dsl /* 28 */ "netbsd32_sendmsg",
61 1.68 dsl /* 29 */ "netbsd32_recvfrom",
62 1.68 dsl /* 30 */ "netbsd32_accept",
63 1.68 dsl /* 31 */ "netbsd32_getpeername",
64 1.68 dsl /* 32 */ "netbsd32_getsockname",
65 1.68 dsl /* 33 */ "netbsd32_access",
66 1.68 dsl /* 34 */ "netbsd32_chflags",
67 1.68 dsl /* 35 */ "netbsd32_fchflags",
68 1.68 dsl /* 36 */ "sync",
69 1.68 dsl /* 37 */ "netbsd32_kill",
70 1.68 dsl /* 38 */ "compat_43_netbsd32_stat43",
71 1.68 dsl /* 39 */ "getppid",
72 1.68 dsl /* 40 */ "compat_43_netbsd32_lstat43",
73 1.68 dsl /* 41 */ "netbsd32_dup",
74 1.68 dsl /* 42 */ "pipe",
75 1.68 dsl /* 43 */ "getegid",
76 1.68 dsl /* 44 */ "netbsd32_profil",
77 1.68 dsl /* 45 */ "netbsd32_ktrace",
78 1.68 dsl /* 46 */ "netbsd32_sigaction",
79 1.68 dsl /* 47 */ "getgid",
80 1.68 dsl /* 48 */ "compat_13_sigprocmask13",
81 1.68 dsl /* 49 */ "netbsd32___getlogin",
82 1.68 dsl /* 50 */ "netbsd32_setlogin",
83 1.68 dsl /* 51 */ "netbsd32_acct",
84 1.68 dsl /* 52 */ "compat_13_sigpending13",
85 1.68 dsl /* 53 */ "compat_13_netbsd32_sigaltstack13",
86 1.68 dsl /* 54 */ "netbsd32_ioctl",
87 1.68 dsl /* 55 */ "compat_12_netbsd32_reboot",
88 1.68 dsl /* 56 */ "netbsd32_revoke",
89 1.68 dsl /* 57 */ "netbsd32_symlink",
90 1.68 dsl /* 58 */ "netbsd32_readlink",
91 1.68 dsl /* 59 */ "netbsd32_execve",
92 1.68 dsl /* 60 */ "netbsd32_umask",
93 1.68 dsl /* 61 */ "netbsd32_chroot",
94 1.68 dsl /* 62 */ "compat_43_netbsd32_fstat43",
95 1.68 dsl /* 63 */ "compat_43_netbsd32_ogetkerninfo",
96 1.68 dsl /* 64 */ "compat_43_ogetpagesize",
97 1.68 dsl /* 65 */ "compat_12_netbsd32_msync",
98 1.68 dsl /* 66 */ "vfork",
99 1.68 dsl /* 67 */ "#67 (obsolete vread)",
100 1.68 dsl /* 68 */ "#68 (obsolete vwrite)",
101 1.68 dsl /* 69 */ "netbsd32_sbrk",
102 1.68 dsl /* 70 */ "netbsd32_sstk",
103 1.68 dsl /* 71 */ "compat_43_netbsd32_ommap",
104 1.68 dsl /* 72 */ "vadvise",
105 1.68 dsl /* 73 */ "netbsd32_munmap",
106 1.68 dsl /* 74 */ "netbsd32_mprotect",
107 1.68 dsl /* 75 */ "netbsd32_madvise",
108 1.68 dsl /* 76 */ "#76 (obsolete vhangup)",
109 1.68 dsl /* 77 */ "#77 (obsolete vlimit)",
110 1.68 dsl /* 78 */ "netbsd32_mincore",
111 1.68 dsl /* 79 */ "netbsd32_getgroups",
112 1.68 dsl /* 80 */ "netbsd32_setgroups",
113 1.68 dsl /* 81 */ "getpgrp",
114 1.68 dsl /* 82 */ "netbsd32_setpgid",
115 1.82 christos /* 83 */ "compat_50_netbsd32_setitimer",
116 1.68 dsl /* 84 */ "compat_43_owait",
117 1.68 dsl /* 85 */ "compat_12_netbsd32_oswapon",
118 1.82 christos /* 86 */ "compat_50_netbsd32_getitimer",
119 1.68 dsl /* 87 */ "compat_43_netbsd32_ogethostname",
120 1.68 dsl /* 88 */ "compat_43_netbsd32_osethostname",
121 1.68 dsl /* 89 */ "compat_43_ogetdtablesize",
122 1.68 dsl /* 90 */ "netbsd32_dup2",
123 1.68 dsl /* 91 */ "#91 (unimplemented getdopt)",
124 1.68 dsl /* 92 */ "netbsd32_fcntl",
125 1.82 christos /* 93 */ "compat_50_netbsd32_select",
126 1.68 dsl /* 94 */ "#94 (unimplemented setdopt)",
127 1.68 dsl /* 95 */ "netbsd32_fsync",
128 1.68 dsl /* 96 */ "netbsd32_setpriority",
129 1.68 dsl /* 97 */ "compat_30_netbsd32_socket",
130 1.68 dsl /* 98 */ "netbsd32_connect",
131 1.68 dsl /* 99 */ "compat_43_netbsd32_oaccept",
132 1.68 dsl /* 100 */ "netbsd32_getpriority",
133 1.68 dsl /* 101 */ "compat_43_netbsd32_osend",
134 1.68 dsl /* 102 */ "compat_43_netbsd32_orecv",
135 1.68 dsl /* 103 */ "compat_13_sigreturn13",
136 1.68 dsl /* 104 */ "netbsd32_bind",
137 1.68 dsl /* 105 */ "netbsd32_setsockopt",
138 1.68 dsl /* 106 */ "netbsd32_listen",
139 1.68 dsl /* 107 */ "#107 (obsolete vtimes)",
140 1.68 dsl /* 108 */ "compat_43_netbsd32_osigvec",
141 1.68 dsl /* 109 */ "compat_43_netbsd32_sigblock",
142 1.68 dsl /* 110 */ "compat_43_netbsd32_sigsetmask",
143 1.68 dsl /* 111 */ "compat_13_sigsuspend13",
144 1.68 dsl /* 112 */ "compat_43_netbsd32_osigstack",
145 1.68 dsl /* 113 */ "compat_43_netbsd32_orecvmsg",
146 1.68 dsl /* 114 */ "compat_43_netbsd32_osendmsg",
147 1.68 dsl /* 115 */ "#115 (obsolete vtrace)",
148 1.82 christos /* 116 */ "compat_50_netbsd32_gettimeofday",
149 1.82 christos /* 117 */ "compat_50_netbsd32_getrusage",
150 1.68 dsl /* 118 */ "netbsd32_getsockopt",
151 1.68 dsl /* 119 */ "#119 (obsolete resuba)",
152 1.68 dsl /* 120 */ "netbsd32_readv",
153 1.68 dsl /* 121 */ "netbsd32_writev",
154 1.82 christos /* 122 */ "compat_50_netbsd32_settimeofday",
155 1.68 dsl /* 123 */ "netbsd32_fchown",
156 1.68 dsl /* 124 */ "netbsd32_fchmod",
157 1.68 dsl /* 125 */ "compat_43_netbsd32_orecvfrom",
158 1.68 dsl /* 126 */ "netbsd32_setreuid",
159 1.68 dsl /* 127 */ "netbsd32_setregid",
160 1.68 dsl /* 128 */ "netbsd32_rename",
161 1.68 dsl /* 129 */ "compat_43_netbsd32_otruncate",
162 1.68 dsl /* 130 */ "compat_43_netbsd32_oftruncate",
163 1.68 dsl /* 131 */ "netbsd32_flock",
164 1.68 dsl /* 132 */ "netbsd32_mkfifo",
165 1.68 dsl /* 133 */ "netbsd32_sendto",
166 1.68 dsl /* 134 */ "netbsd32_shutdown",
167 1.68 dsl /* 135 */ "netbsd32_socketpair",
168 1.68 dsl /* 136 */ "netbsd32_mkdir",
169 1.68 dsl /* 137 */ "netbsd32_rmdir",
170 1.82 christos /* 138 */ "compat_50_netbsd32_utimes",
171 1.68 dsl /* 139 */ "#139 (obsolete 4.2 sigreturn)",
172 1.82 christos /* 140 */ "compat_50_netbsd32_adjtime",
173 1.68 dsl /* 141 */ "compat_43_netbsd32_ogetpeername",
174 1.68 dsl /* 142 */ "compat_43_ogethostid",
175 1.68 dsl /* 143 */ "compat_43_netbsd32_sethostid",
176 1.68 dsl /* 144 */ "compat_43_netbsd32_ogetrlimit",
177 1.68 dsl /* 145 */ "compat_43_netbsd32_osetrlimit",
178 1.68 dsl /* 146 */ "compat_43_netbsd32_killpg",
179 1.68 dsl /* 147 */ "setsid",
180 1.68 dsl /* 148 */ "netbsd32_quotactl",
181 1.68 dsl /* 149 */ "compat_43_oquota",
182 1.68 dsl /* 150 */ "compat_43_netbsd32_ogetsockname",
183 1.68 dsl /* 151 */ "#151 (unimplemented)",
184 1.68 dsl /* 152 */ "#152 (unimplemented)",
185 1.68 dsl /* 153 */ "#153 (unimplemented)",
186 1.68 dsl /* 154 */ "#154 (unimplemented)",
187 1.68 dsl /* 155 */ "netbsd32_nfssvc",
188 1.68 dsl /* 156 */ "compat_43_netbsd32_ogetdirentries",
189 1.68 dsl /* 157 */ "compat_20_netbsd32_statfs",
190 1.68 dsl /* 158 */ "compat_20_netbsd32_fstatfs",
191 1.68 dsl /* 159 */ "#159 (unimplemented)",
192 1.68 dsl /* 160 */ "#160 (unimplemented)",
193 1.68 dsl /* 161 */ "compat_30_netbsd32_getfh",
194 1.68 dsl /* 162 */ "compat_09_netbsd32_ogetdomainname",
195 1.68 dsl /* 163 */ "compat_09_netbsd32_osetdomainname",
196 1.68 dsl /* 164 */ "compat_09_netbsd32_uname",
197 1.68 dsl /* 165 */ "netbsd32_sysarch",
198 1.68 dsl /* 166 */ "#166 (unimplemented)",
199 1.68 dsl /* 167 */ "#167 (unimplemented)",
200 1.68 dsl /* 168 */ "#168 (unimplemented)",
201 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
202 1.68 dsl /* 169 */ "compat_10_osemsys",
203 1.1 mrg #else
204 1.82 christos /* 169 */ "#169 (excluded netbsd32_semsys)",
205 1.1 mrg #endif
206 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
207 1.68 dsl /* 170 */ "compat_10_omsgsys",
208 1.1 mrg #else
209 1.82 christos /* 170 */ "#170 (excluded netbsd32_msgsys)",
210 1.1 mrg #endif
211 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
212 1.68 dsl /* 171 */ "compat_10_oshmsys",
213 1.1 mrg #else
214 1.82 christos /* 171 */ "#171 (excluded netbsd32_shmsys)",
215 1.1 mrg #endif
216 1.68 dsl /* 172 */ "#172 (unimplemented)",
217 1.68 dsl /* 173 */ "netbsd32_pread",
218 1.68 dsl /* 174 */ "netbsd32_pwrite",
219 1.85 christos #if defined(NTP) || !defined(_KERNEL_OPT)
220 1.68 dsl /* 175 */ "compat_30_netbsd32_ntp_gettime",
221 1.68 dsl /* 176 */ "netbsd32_ntp_adjtime",
222 1.85 christos #else
223 1.85 christos /* 175 */ "#175 (excluded ntp_gettime)",
224 1.85 christos /* 176 */ "#176 (excluded ntp_adjtime)",
225 1.85 christos #endif
226 1.68 dsl /* 177 */ "#177 (unimplemented)",
227 1.68 dsl /* 178 */ "#178 (unimplemented)",
228 1.68 dsl /* 179 */ "#179 (unimplemented)",
229 1.68 dsl /* 180 */ "#180 (unimplemented)",
230 1.68 dsl /* 181 */ "netbsd32_setgid",
231 1.68 dsl /* 182 */ "netbsd32_setegid",
232 1.68 dsl /* 183 */ "netbsd32_seteuid",
233 1.82 christos /* 184 */ "#184 (excluded netbsd32_lfs_bmapv)",
234 1.82 christos /* 185 */ "#185 (excluded netbsd32_lfs_markv)",
235 1.82 christos /* 186 */ "#186 (excluded netbsd32_lfs_segclean)",
236 1.82 christos /* 187 */ "#187 (excluded netbsd32_lfs_segwait)",
237 1.68 dsl /* 188 */ "compat_12_netbsd32_stat12",
238 1.68 dsl /* 189 */ "compat_12_netbsd32_fstat12",
239 1.68 dsl /* 190 */ "compat_12_netbsd32_lstat12",
240 1.68 dsl /* 191 */ "netbsd32_pathconf",
241 1.68 dsl /* 192 */ "netbsd32_fpathconf",
242 1.68 dsl /* 193 */ "#193 (unimplemented)",
243 1.68 dsl /* 194 */ "netbsd32_getrlimit",
244 1.68 dsl /* 195 */ "netbsd32_setrlimit",
245 1.68 dsl /* 196 */ "compat_12_netbsd32_getdirentries",
246 1.68 dsl /* 197 */ "netbsd32_mmap",
247 1.82 christos /* 198 */ "netbsd32____syscall",
248 1.68 dsl /* 199 */ "netbsd32_lseek",
249 1.68 dsl /* 200 */ "netbsd32_truncate",
250 1.68 dsl /* 201 */ "netbsd32_ftruncate",
251 1.68 dsl /* 202 */ "netbsd32___sysctl",
252 1.68 dsl /* 203 */ "netbsd32_mlock",
253 1.68 dsl /* 204 */ "netbsd32_munlock",
254 1.68 dsl /* 205 */ "netbsd32_undelete",
255 1.82 christos /* 206 */ "compat_50_netbsd32_futimes",
256 1.68 dsl /* 207 */ "netbsd32_getpgid",
257 1.68 dsl /* 208 */ "netbsd32_reboot",
258 1.68 dsl /* 209 */ "netbsd32_poll",
259 1.78 ad /* 210 */ "#210 (unimplemented)",
260 1.78 ad /* 211 */ "#211 (unimplemented)",
261 1.78 ad /* 212 */ "#212 (unimplemented)",
262 1.78 ad /* 213 */ "#213 (unimplemented)",
263 1.78 ad /* 214 */ "#214 (unimplemented)",
264 1.78 ad /* 215 */ "#215 (unimplemented)",
265 1.78 ad /* 216 */ "#216 (unimplemented)",
266 1.78 ad /* 217 */ "#217 (unimplemented)",
267 1.78 ad /* 218 */ "#218 (unimplemented)",
268 1.78 ad /* 219 */ "#219 (unimplemented)",
269 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
270 1.68 dsl /* 220 */ "compat_14_netbsd32___semctl",
271 1.68 dsl /* 221 */ "netbsd32_semget",
272 1.68 dsl /* 222 */ "netbsd32_semop",
273 1.68 dsl /* 223 */ "netbsd32_semconfig",
274 1.68 dsl #else
275 1.68 dsl /* 220 */ "#220 (excluded compat_14_netbsd32_semctl)",
276 1.68 dsl /* 221 */ "#221 (excluded netbsd32_semget)",
277 1.68 dsl /* 222 */ "#222 (excluded netbsd32_semop)",
278 1.68 dsl /* 223 */ "#223 (excluded netbsd32_semconfig)",
279 1.1 mrg #endif
280 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
281 1.68 dsl /* 224 */ "compat_14_netbsd32_msgctl",
282 1.68 dsl /* 225 */ "netbsd32_msgget",
283 1.68 dsl /* 226 */ "netbsd32_msgsnd",
284 1.68 dsl /* 227 */ "netbsd32_msgrcv",
285 1.68 dsl #else
286 1.68 dsl /* 224 */ "#224 (excluded compat_14_netbsd32_msgctl)",
287 1.68 dsl /* 225 */ "#225 (excluded netbsd32_msgget)",
288 1.68 dsl /* 226 */ "#226 (excluded netbsd32_msgsnd)",
289 1.68 dsl /* 227 */ "#227 (excluded netbsd32_msgrcv)",
290 1.1 mrg #endif
291 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
292 1.68 dsl /* 228 */ "netbsd32_shmat",
293 1.68 dsl /* 229 */ "compat_14_netbsd32_shmctl",
294 1.68 dsl /* 230 */ "netbsd32_shmdt",
295 1.68 dsl /* 231 */ "netbsd32_shmget",
296 1.68 dsl #else
297 1.68 dsl /* 228 */ "#228 (excluded netbsd32_shmat)",
298 1.68 dsl /* 229 */ "#229 (excluded compat_14_netbsd32_shmctl)",
299 1.68 dsl /* 230 */ "#230 (excluded netbsd32_shmdt)",
300 1.68 dsl /* 231 */ "#231 (excluded netbsd32_shmget)",
301 1.68 dsl #endif
302 1.82 christos /* 232 */ "compat_50_netbsd32_clock_gettime",
303 1.82 christos /* 233 */ "compat_50_netbsd32_clock_settime",
304 1.82 christos /* 234 */ "compat_50_netbsd32_clock_getres",
305 1.68 dsl /* 235 */ "netbsd32_timer_create",
306 1.68 dsl /* 236 */ "netbsd32_timer_delete",
307 1.82 christos /* 237 */ "compat_50_netbsd32_timer_settime",
308 1.82 christos /* 238 */ "compat_50_netbsd32_timer_gettime",
309 1.68 dsl /* 239 */ "netbsd32_timer_getoverrun",
310 1.82 christos /* 240 */ "compat_50_netbsd32_nanosleep",
311 1.68 dsl /* 241 */ "netbsd32_fdatasync",
312 1.68 dsl /* 242 */ "netbsd32_mlockall",
313 1.68 dsl /* 243 */ "munlockall",
314 1.82 christos /* 244 */ "compat_50_netbsd32___sigtimedwait",
315 1.68 dsl /* 245 */ "#245 (unimplemented)",
316 1.68 dsl /* 246 */ "#246 (unimplemented)",
317 1.82 christos #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL_OPT) && defined(_LIBC))
318 1.68 dsl /* 247 */ "netbsd32__ksem_init",
319 1.68 dsl /* 248 */ "netbsd32__ksem_open",
320 1.68 dsl /* 249 */ "netbsd32__ksem_unlink",
321 1.68 dsl /* 250 */ "netbsd32__ksem_close",
322 1.68 dsl /* 251 */ "netbsd32__ksem_post",
323 1.68 dsl /* 252 */ "netbsd32__ksem_wait",
324 1.68 dsl /* 253 */ "netbsd32__ksem_trywait",
325 1.68 dsl /* 254 */ "netbsd32__ksem_getvalue",
326 1.68 dsl /* 255 */ "netbsd32__ksem_destroy",
327 1.68 dsl /* 256 */ "#256 (unimplemented sys__ksem_timedwait)",
328 1.68 dsl #else
329 1.68 dsl /* 247 */ "#247 (excluded sys__ksem_init)",
330 1.68 dsl /* 248 */ "#248 (excluded sys__ksem_open)",
331 1.68 dsl /* 249 */ "#249 (excluded sys__ksem_unlink)",
332 1.68 dsl /* 250 */ "#250 (excluded sys__ksem_close)",
333 1.68 dsl /* 251 */ "#251 (excluded sys__ksem_post)",
334 1.68 dsl /* 252 */ "#252 (excluded sys__ksem_wait)",
335 1.68 dsl /* 253 */ "#253 (excluded sys__ksem_trywait)",
336 1.68 dsl /* 254 */ "#254 (excluded sys__ksem_getvalue)",
337 1.68 dsl /* 255 */ "#255 (excluded sys__ksem_destroy)",
338 1.68 dsl /* 256 */ "#256 (unimplemented sys__ksem_timedwait)",
339 1.68 dsl #endif
340 1.68 dsl /* 257 */ "#257 (unimplemented)",
341 1.68 dsl /* 258 */ "#258 (unimplemented)",
342 1.68 dsl /* 259 */ "#259 (unimplemented)",
343 1.68 dsl /* 260 */ "#260 (unimplemented)",
344 1.68 dsl /* 261 */ "#261 (unimplemented)",
345 1.68 dsl /* 262 */ "#262 (unimplemented)",
346 1.68 dsl /* 263 */ "#263 (unimplemented)",
347 1.68 dsl /* 264 */ "#264 (unimplemented)",
348 1.68 dsl /* 265 */ "#265 (unimplemented)",
349 1.68 dsl /* 266 */ "#266 (unimplemented)",
350 1.68 dsl /* 267 */ "#267 (unimplemented)",
351 1.68 dsl /* 268 */ "#268 (unimplemented)",
352 1.68 dsl /* 269 */ "#269 (unimplemented)",
353 1.68 dsl /* 270 */ "netbsd32___posix_rename",
354 1.68 dsl /* 271 */ "netbsd32_swapctl",
355 1.68 dsl /* 272 */ "compat_30_netbsd32_getdents",
356 1.68 dsl /* 273 */ "netbsd32_minherit",
357 1.68 dsl /* 274 */ "netbsd32_lchmod",
358 1.68 dsl /* 275 */ "netbsd32_lchown",
359 1.82 christos /* 276 */ "compat_50_netbsd32_lutimes",
360 1.68 dsl /* 277 */ "netbsd32___msync13",
361 1.68 dsl /* 278 */ "compat_30_netbsd32___stat13",
362 1.68 dsl /* 279 */ "compat_30_netbsd32___fstat13",
363 1.68 dsl /* 280 */ "compat_30_netbsd32___lstat13",
364 1.68 dsl /* 281 */ "netbsd32___sigaltstack14",
365 1.68 dsl /* 282 */ "__vfork14",
366 1.68 dsl /* 283 */ "netbsd32___posix_chown",
367 1.68 dsl /* 284 */ "netbsd32___posix_fchown",
368 1.68 dsl /* 285 */ "netbsd32___posix_lchown",
369 1.68 dsl /* 286 */ "netbsd32_getsid",
370 1.68 dsl /* 287 */ "netbsd32___clone",
371 1.68 dsl /* 288 */ "netbsd32_fktrace",
372 1.68 dsl /* 289 */ "netbsd32_preadv",
373 1.68 dsl /* 290 */ "netbsd32_pwritev",
374 1.68 dsl /* 291 */ "netbsd32___sigaction14",
375 1.68 dsl /* 292 */ "netbsd32___sigpending14",
376 1.68 dsl /* 293 */ "netbsd32___sigprocmask14",
377 1.68 dsl /* 294 */ "netbsd32___sigsuspend14",
378 1.68 dsl /* 295 */ "compat_16_netbsd32___sigreturn14",
379 1.68 dsl /* 296 */ "netbsd32___getcwd",
380 1.68 dsl /* 297 */ "netbsd32_fchroot",
381 1.68 dsl /* 298 */ "compat_30_netbsd32_fhopen",
382 1.68 dsl /* 299 */ "compat_30_netbsd32_fhstat",
383 1.68 dsl /* 300 */ "compat_20_netbsd32_fhstatfs",
384 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
385 1.82 christos /* 301 */ "compat_50_netbsd32___semctl14",
386 1.12 eeh #else
387 1.68 dsl /* 301 */ "#301 (excluded __semctl14)",
388 1.12 eeh #endif
389 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
390 1.82 christos /* 302 */ "compat_50_netbsd32___msgctl13",
391 1.12 eeh #else
392 1.68 dsl /* 302 */ "#302 (excluded __msgctl13)",
393 1.12 eeh #endif
394 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
395 1.82 christos /* 303 */ "compat_50_netbsd32___shmctl13",
396 1.12 eeh #else
397 1.68 dsl /* 303 */ "#303 (excluded __shmctl13)",
398 1.12 eeh #endif
399 1.68 dsl /* 304 */ "netbsd32_lchflags",
400 1.68 dsl /* 305 */ "issetugid",
401 1.68 dsl /* 306 */ "netbsd32_utrace",
402 1.68 dsl /* 307 */ "netbsd32_getcontext",
403 1.68 dsl /* 308 */ "netbsd32_setcontext",
404 1.68 dsl /* 309 */ "netbsd32__lwp_create",
405 1.68 dsl /* 310 */ "_lwp_exit",
406 1.68 dsl /* 311 */ "_lwp_self",
407 1.68 dsl /* 312 */ "netbsd32__lwp_wait",
408 1.68 dsl /* 313 */ "netbsd32__lwp_suspend",
409 1.68 dsl /* 314 */ "netbsd32__lwp_continue",
410 1.68 dsl /* 315 */ "netbsd32__lwp_wakeup",
411 1.68 dsl /* 316 */ "_lwp_getprivate",
412 1.68 dsl /* 317 */ "netbsd32__lwp_setprivate",
413 1.68 dsl /* 318 */ "netbsd32__lwp_kill",
414 1.68 dsl /* 319 */ "netbsd32__lwp_detach",
415 1.82 christos /* 320 */ "compat_50_netbsd32__lwp_park",
416 1.68 dsl /* 321 */ "netbsd32__lwp_unpark",
417 1.68 dsl /* 322 */ "netbsd32__lwp_unpark_all",
418 1.69 ad /* 323 */ "netbsd32__lwp_setname",
419 1.69 ad /* 324 */ "netbsd32__lwp_getname",
420 1.69 ad /* 325 */ "netbsd32__lwp_ctl",
421 1.68 dsl /* 326 */ "#326 (unimplemented)",
422 1.68 dsl /* 327 */ "#327 (unimplemented)",
423 1.68 dsl /* 328 */ "#328 (unimplemented)",
424 1.68 dsl /* 329 */ "#329 (unimplemented)",
425 1.77 wrstuden /* 330 */ "netbsd32_sa_register",
426 1.77 wrstuden /* 331 */ "netbsd32_sa_stacks",
427 1.77 wrstuden /* 332 */ "sa_enable",
428 1.77 wrstuden /* 333 */ "netbsd32_sa_setconcurrency",
429 1.77 wrstuden /* 334 */ "sa_yield",
430 1.77 wrstuden /* 335 */ "netbsd32_sa_preempt",
431 1.68 dsl /* 336 */ "#336 (obsolete sys_sa_unblockyield)",
432 1.68 dsl /* 337 */ "#337 (unimplemented)",
433 1.68 dsl /* 338 */ "#338 (unimplemented)",
434 1.68 dsl /* 339 */ "#339 (unimplemented)",
435 1.68 dsl /* 340 */ "netbsd32___sigaction_sigtramp",
436 1.68 dsl /* 341 */ "#341 (unimplemented)",
437 1.68 dsl /* 342 */ "#342 (unimplemented)",
438 1.68 dsl /* 343 */ "netbsd32_rasctl",
439 1.68 dsl /* 344 */ "kqueue",
440 1.82 christos /* 345 */ "compat_50_netbsd32_kevent",
441 1.81 mrg /* 346 */ "netbsd32__sched_setparam",
442 1.81 mrg /* 347 */ "netbsd32__sched_getparam",
443 1.81 mrg /* 348 */ "netbsd32__sched_setaffinity",
444 1.81 mrg /* 349 */ "netbsd32__sched_getaffinity",
445 1.68 dsl /* 350 */ "sched_yield",
446 1.68 dsl /* 351 */ "#351 (unimplemented)",
447 1.68 dsl /* 352 */ "#352 (unimplemented)",
448 1.68 dsl /* 353 */ "#353 (unimplemented)",
449 1.68 dsl /* 354 */ "netbsd32_fsync_range",
450 1.68 dsl /* 355 */ "netbsd32_uuidgen",
451 1.68 dsl /* 356 */ "netbsd32_getvfsstat",
452 1.68 dsl /* 357 */ "netbsd32_statvfs1",
453 1.68 dsl /* 358 */ "netbsd32_fstatvfs1",
454 1.68 dsl /* 359 */ "compat_30_netbsd32_fhstatvfs1",
455 1.68 dsl /* 360 */ "netbsd32_extattrctl",
456 1.68 dsl /* 361 */ "netbsd32_extattr_set_file",
457 1.68 dsl /* 362 */ "netbsd32_extattr_get_file",
458 1.68 dsl /* 363 */ "netbsd32_extattr_delete_file",
459 1.68 dsl /* 364 */ "netbsd32_extattr_set_fd",
460 1.68 dsl /* 365 */ "netbsd32_extattr_get_fd",
461 1.68 dsl /* 366 */ "netbsd32_extattr_delete_fd",
462 1.68 dsl /* 367 */ "netbsd32_extattr_set_link",
463 1.68 dsl /* 368 */ "netbsd32_extattr_get_link",
464 1.68 dsl /* 369 */ "netbsd32_extattr_delete_link",
465 1.68 dsl /* 370 */ "netbsd32_extattr_list_fd",
466 1.68 dsl /* 371 */ "netbsd32_extattr_list_file",
467 1.68 dsl /* 372 */ "netbsd32_extattr_list_link",
468 1.82 christos /* 373 */ "compat_50_netbsd32_pselect",
469 1.82 christos /* 374 */ "compat_50_netbsd32_pollts",
470 1.68 dsl /* 375 */ "netbsd32_setxattr",
471 1.68 dsl /* 376 */ "netbsd32_lsetxattr",
472 1.68 dsl /* 377 */ "netbsd32_fsetxattr",
473 1.68 dsl /* 378 */ "netbsd32_getxattr",
474 1.68 dsl /* 379 */ "netbsd32_lgetxattr",
475 1.68 dsl /* 380 */ "netbsd32_fgetxattr",
476 1.68 dsl /* 381 */ "netbsd32_listxattr",
477 1.68 dsl /* 382 */ "netbsd32_llistxattr",
478 1.68 dsl /* 383 */ "netbsd32_flistxattr",
479 1.68 dsl /* 384 */ "netbsd32_removexattr",
480 1.68 dsl /* 385 */ "netbsd32_lremovexattr",
481 1.68 dsl /* 386 */ "netbsd32_fremovexattr",
482 1.82 christos /* 387 */ "compat_50_netbsd32___stat30",
483 1.82 christos /* 388 */ "compat_50_netbsd32___fstat30",
484 1.82 christos /* 389 */ "compat_50_netbsd32___lstat30",
485 1.82 christos /* 390 */ "netbsd32___getdents30",
486 1.75 martin /* 391 */ "#391 (ignored old posix fadvise)",
487 1.82 christos /* 392 */ "compat_30_netbsd32___fhstat30",
488 1.85 christos #if defined(NTP) || !defined(_KERNEL_OPT)
489 1.82 christos /* 393 */ "compat_50_netbsd32_ntp_gettime",
490 1.85 christos #else
491 1.85 christos /* 393 */ "#393 (excluded __ntp_gettime30)",
492 1.85 christos #endif
493 1.82 christos /* 394 */ "netbsd32___socket30",
494 1.68 dsl /* 395 */ "netbsd32___getfh30",
495 1.68 dsl /* 396 */ "netbsd32___fhopen40",
496 1.68 dsl /* 397 */ "netbsd32___fhstatvfs140",
497 1.82 christos /* 398 */ "compat_50_netbsd32___fhstat40",
498 1.83 pooka /* 399 */ "#399 (unimplemented sys_aio_cancel)",
499 1.83 pooka /* 400 */ "#400 (unimplemented sys_aio_error)",
500 1.83 pooka /* 401 */ "#401 (unimplemented sys_aio_fsync)",
501 1.83 pooka /* 402 */ "#402 (unimplemented sys_aio_read)",
502 1.83 pooka /* 403 */ "#403 (unimplemented sys_aio_return)",
503 1.83 pooka /* 404 */ "#404 (unimplemented sys_aio_suspend)",
504 1.83 pooka /* 405 */ "#405 (unimplemented sys_aio_write)",
505 1.83 pooka /* 406 */ "#406 (unimplemented sys_lio_listio)",
506 1.72 dsl /* 407 */ "#407 (unimplemented)",
507 1.72 dsl /* 408 */ "#408 (unimplemented)",
508 1.72 dsl /* 409 */ "#409 (unimplemented)",
509 1.88 matt /* 410 */ "netbsd32___mount50",
510 1.72 dsl /* 411 */ "netbsd32_mremap",
511 1.74 martin /* 412 */ "#412 (unimplemented)",
512 1.74 martin /* 413 */ "#413 (unimplemented)",
513 1.74 martin /* 414 */ "#414 (unimplemented)",
514 1.74 martin /* 415 */ "#415 (unimplemented)",
515 1.74 martin /* 416 */ "netbsd32___posix_fadvise50",
516 1.82 christos /* 417 */ "netbsd32___select50",
517 1.82 christos /* 418 */ "netbsd32___gettimeofday50",
518 1.82 christos /* 419 */ "netbsd32___settimeofday50",
519 1.82 christos /* 420 */ "netbsd32___utimes50",
520 1.82 christos /* 421 */ "netbsd32___adjtime50",
521 1.82 christos /* 422 */ "#422 (excluded __lfs_segwait50)",
522 1.82 christos /* 423 */ "netbsd32___futimes50",
523 1.82 christos /* 424 */ "netbsd32___lutimes50",
524 1.82 christos /* 425 */ "netbsd32___setitimer50",
525 1.82 christos /* 426 */ "netbsd32___getitimer50",
526 1.82 christos /* 427 */ "netbsd32___clock_gettime50",
527 1.82 christos /* 428 */ "netbsd32___clock_settime50",
528 1.82 christos /* 429 */ "netbsd32___clock_getres50",
529 1.82 christos /* 430 */ "netbsd32___nanosleep50",
530 1.82 christos /* 431 */ "netbsd32_____sigtimedwait50",
531 1.83 pooka /* 432 */ "#432 (unimplemented netbsd32___mq_timedsend50)",
532 1.83 pooka /* 433 */ "#433 (unimplemented netbsd32___mq_timedreceive50)",
533 1.82 christos /* 434 */ "netbsd32____lwp_park50",
534 1.82 christos /* 435 */ "netbsd32___kevent50",
535 1.82 christos /* 436 */ "netbsd32___pselect50",
536 1.82 christos /* 437 */ "netbsd32___pollts50",
537 1.83 pooka /* 438 */ "#438 (unimplemented netbsd32___aio_suspend50)",
538 1.82 christos /* 439 */ "netbsd32___stat50",
539 1.82 christos /* 440 */ "netbsd32___fstat50",
540 1.82 christos /* 441 */ "netbsd32___lstat50",
541 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
542 1.82 christos /* 442 */ "netbsd32_____semctl50",
543 1.82 christos #else
544 1.82 christos /* 442 */ "#442 (excluded ____semctl50)",
545 1.82 christos #endif
546 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
547 1.82 christos /* 443 */ "netbsd32___shmctl50",
548 1.82 christos #else
549 1.82 christos /* 443 */ "#443 (excluded ____shmctl50)",
550 1.82 christos #endif
551 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
552 1.82 christos /* 444 */ "netbsd32___msgctl50",
553 1.82 christos #else
554 1.82 christos /* 444 */ "#444 (excluded ____msgctl50)",
555 1.82 christos #endif
556 1.82 christos /* 445 */ "netbsd32___getrusage50",
557 1.82 christos /* 446 */ "netbsd32___timer_settime50",
558 1.82 christos /* 447 */ "netbsd32___timer_gettime50",
559 1.82 christos #if defined(NTP) || !defined(_KERNEL_OPT)
560 1.82 christos /* 448 */ "netbsd32___ntp_gettime50",
561 1.82 christos #else
562 1.82 christos /* 448 */ "#448 (excluded ___ntp_gettime50)",
563 1.82 christos #endif
564 1.82 christos /* 449 */ "netbsd32___wait450",
565 1.82 christos /* 450 */ "netbsd32___mknod50",
566 1.82 christos /* 451 */ "netbsd32___fhstat50",
567 1.1 mrg };
568