netbsd32_syscalls.c revision 1.67.8.3 1 1.67.8.3 mjf /* $NetBSD: netbsd32_syscalls.c,v 1.67.8.3 2007/12/27 00:44:27 mjf 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.67.8.3 mjf * created from NetBSD: syscalls.master,v 1.64 2007/12/17 20:45:29 dsl Exp
8 1.1 mrg */
9 1.25 lukem
10 1.25 lukem #include <sys/cdefs.h>
11 1.67.8.3 mjf __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.67.8.3 2007/12/27 00:44:27 mjf 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_nfsserver.h"
16 1.1 mrg #include "opt_compat_netbsd.h"
17 1.4 eeh #include "opt_ntp.h"
18 1.5 tron #include "opt_sysv.h"
19 1.6 christos #include "opt_compat_43.h"
20 1.48 cube #include "opt_posix.h"
21 1.1 mrg #include "fs_lfs.h"
22 1.1 mrg #include "fs_nfs.h"
23 1.19 mycroft #endif
24 1.1 mrg #include <sys/param.h>
25 1.1 mrg #include <sys/systm.h>
26 1.1 mrg #include <sys/signal.h>
27 1.1 mrg #include <sys/mount.h>
28 1.1 mrg #include <sys/syscallargs.h>
29 1.8 mrg #include <compat/netbsd32/netbsd32.h>
30 1.8 mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
31 1.24 mrg #endif /* _KERNEL_OPT */
32 1.1 mrg
33 1.19 mycroft const char *const netbsd32_syscallnames[] = {
34 1.67.8.1 mjf /* 0 */ "syscall",
35 1.67.8.1 mjf /* 1 */ "netbsd32_exit",
36 1.67.8.1 mjf /* 2 */ "fork",
37 1.67.8.1 mjf /* 3 */ "netbsd32_read",
38 1.67.8.1 mjf /* 4 */ "netbsd32_write",
39 1.67.8.1 mjf /* 5 */ "netbsd32_open",
40 1.67.8.1 mjf /* 6 */ "netbsd32_close",
41 1.67.8.1 mjf /* 7 */ "netbsd32_wait4",
42 1.67.8.1 mjf /* 8 */ "compat_43_netbsd32_ocreat",
43 1.67.8.1 mjf /* 9 */ "netbsd32_link",
44 1.67.8.1 mjf /* 10 */ "netbsd32_unlink",
45 1.67.8.1 mjf /* 11 */ "#11 (obsolete execv)",
46 1.67.8.1 mjf /* 12 */ "netbsd32_chdir",
47 1.67.8.1 mjf /* 13 */ "netbsd32_fchdir",
48 1.67.8.1 mjf /* 14 */ "netbsd32_mknod",
49 1.67.8.1 mjf /* 15 */ "netbsd32_chmod",
50 1.67.8.1 mjf /* 16 */ "netbsd32_chown",
51 1.67.8.1 mjf /* 17 */ "netbsd32_break",
52 1.67.8.1 mjf /* 18 */ "compat_20_netbsd32_getfsstat",
53 1.67.8.1 mjf /* 19 */ "compat_43_netbsd32_olseek",
54 1.67.8.1 mjf /* 20 */ "getpid",
55 1.67.8.1 mjf /* 21 */ "netbsd32_mount",
56 1.67.8.1 mjf /* 22 */ "netbsd32_unmount",
57 1.67.8.1 mjf /* 23 */ "netbsd32_setuid",
58 1.67.8.1 mjf /* 24 */ "getuid",
59 1.67.8.1 mjf /* 25 */ "geteuid",
60 1.67.8.1 mjf /* 26 */ "netbsd32_ptrace",
61 1.67.8.1 mjf /* 27 */ "netbsd32_recvmsg",
62 1.67.8.1 mjf /* 28 */ "netbsd32_sendmsg",
63 1.67.8.1 mjf /* 29 */ "netbsd32_recvfrom",
64 1.67.8.1 mjf /* 30 */ "netbsd32_accept",
65 1.67.8.1 mjf /* 31 */ "netbsd32_getpeername",
66 1.67.8.1 mjf /* 32 */ "netbsd32_getsockname",
67 1.67.8.1 mjf /* 33 */ "netbsd32_access",
68 1.67.8.1 mjf /* 34 */ "netbsd32_chflags",
69 1.67.8.1 mjf /* 35 */ "netbsd32_fchflags",
70 1.67.8.1 mjf /* 36 */ "sync",
71 1.67.8.1 mjf /* 37 */ "netbsd32_kill",
72 1.67.8.1 mjf /* 38 */ "compat_43_netbsd32_stat43",
73 1.67.8.1 mjf /* 39 */ "getppid",
74 1.67.8.1 mjf /* 40 */ "compat_43_netbsd32_lstat43",
75 1.67.8.1 mjf /* 41 */ "netbsd32_dup",
76 1.67.8.1 mjf /* 42 */ "pipe",
77 1.67.8.1 mjf /* 43 */ "getegid",
78 1.67.8.1 mjf /* 44 */ "netbsd32_profil",
79 1.67.8.1 mjf /* 45 */ "netbsd32_ktrace",
80 1.67.8.1 mjf /* 46 */ "netbsd32_sigaction",
81 1.67.8.1 mjf /* 47 */ "getgid",
82 1.67.8.1 mjf /* 48 */ "compat_13_sigprocmask13",
83 1.67.8.1 mjf /* 49 */ "netbsd32___getlogin",
84 1.67.8.1 mjf /* 50 */ "netbsd32_setlogin",
85 1.67.8.1 mjf /* 51 */ "netbsd32_acct",
86 1.67.8.1 mjf /* 52 */ "compat_13_sigpending13",
87 1.67.8.1 mjf /* 53 */ "compat_13_netbsd32_sigaltstack13",
88 1.67.8.1 mjf /* 54 */ "netbsd32_ioctl",
89 1.67.8.1 mjf /* 55 */ "compat_12_netbsd32_reboot",
90 1.67.8.1 mjf /* 56 */ "netbsd32_revoke",
91 1.67.8.1 mjf /* 57 */ "netbsd32_symlink",
92 1.67.8.1 mjf /* 58 */ "netbsd32_readlink",
93 1.67.8.1 mjf /* 59 */ "netbsd32_execve",
94 1.67.8.1 mjf /* 60 */ "netbsd32_umask",
95 1.67.8.1 mjf /* 61 */ "netbsd32_chroot",
96 1.67.8.1 mjf /* 62 */ "compat_43_netbsd32_fstat43",
97 1.67.8.1 mjf /* 63 */ "compat_43_netbsd32_ogetkerninfo",
98 1.67.8.1 mjf /* 64 */ "compat_43_ogetpagesize",
99 1.67.8.1 mjf /* 65 */ "compat_12_netbsd32_msync",
100 1.67.8.1 mjf /* 66 */ "vfork",
101 1.67.8.1 mjf /* 67 */ "#67 (obsolete vread)",
102 1.67.8.1 mjf /* 68 */ "#68 (obsolete vwrite)",
103 1.67.8.1 mjf /* 69 */ "netbsd32_sbrk",
104 1.67.8.1 mjf /* 70 */ "netbsd32_sstk",
105 1.67.8.1 mjf /* 71 */ "compat_43_netbsd32_ommap",
106 1.67.8.1 mjf /* 72 */ "vadvise",
107 1.67.8.1 mjf /* 73 */ "netbsd32_munmap",
108 1.67.8.1 mjf /* 74 */ "netbsd32_mprotect",
109 1.67.8.1 mjf /* 75 */ "netbsd32_madvise",
110 1.67.8.1 mjf /* 76 */ "#76 (obsolete vhangup)",
111 1.67.8.1 mjf /* 77 */ "#77 (obsolete vlimit)",
112 1.67.8.1 mjf /* 78 */ "netbsd32_mincore",
113 1.67.8.1 mjf /* 79 */ "netbsd32_getgroups",
114 1.67.8.1 mjf /* 80 */ "netbsd32_setgroups",
115 1.67.8.1 mjf /* 81 */ "getpgrp",
116 1.67.8.1 mjf /* 82 */ "netbsd32_setpgid",
117 1.67.8.1 mjf /* 83 */ "netbsd32_setitimer",
118 1.67.8.1 mjf /* 84 */ "compat_43_owait",
119 1.67.8.1 mjf /* 85 */ "compat_12_netbsd32_oswapon",
120 1.67.8.1 mjf /* 86 */ "netbsd32_getitimer",
121 1.67.8.1 mjf /* 87 */ "compat_43_netbsd32_ogethostname",
122 1.67.8.1 mjf /* 88 */ "compat_43_netbsd32_osethostname",
123 1.67.8.1 mjf /* 89 */ "compat_43_ogetdtablesize",
124 1.67.8.1 mjf /* 90 */ "netbsd32_dup2",
125 1.67.8.1 mjf /* 91 */ "#91 (unimplemented getdopt)",
126 1.67.8.1 mjf /* 92 */ "netbsd32_fcntl",
127 1.67.8.1 mjf /* 93 */ "netbsd32_select",
128 1.67.8.1 mjf /* 94 */ "#94 (unimplemented setdopt)",
129 1.67.8.1 mjf /* 95 */ "netbsd32_fsync",
130 1.67.8.1 mjf /* 96 */ "netbsd32_setpriority",
131 1.67.8.1 mjf /* 97 */ "compat_30_netbsd32_socket",
132 1.67.8.1 mjf /* 98 */ "netbsd32_connect",
133 1.67.8.1 mjf /* 99 */ "compat_43_netbsd32_oaccept",
134 1.67.8.1 mjf /* 100 */ "netbsd32_getpriority",
135 1.67.8.1 mjf /* 101 */ "compat_43_netbsd32_osend",
136 1.67.8.1 mjf /* 102 */ "compat_43_netbsd32_orecv",
137 1.67.8.1 mjf /* 103 */ "compat_13_sigreturn13",
138 1.67.8.1 mjf /* 104 */ "netbsd32_bind",
139 1.67.8.1 mjf /* 105 */ "netbsd32_setsockopt",
140 1.67.8.1 mjf /* 106 */ "netbsd32_listen",
141 1.67.8.1 mjf /* 107 */ "#107 (obsolete vtimes)",
142 1.67.8.1 mjf /* 108 */ "compat_43_netbsd32_osigvec",
143 1.67.8.1 mjf /* 109 */ "compat_43_netbsd32_sigblock",
144 1.67.8.1 mjf /* 110 */ "compat_43_netbsd32_sigsetmask",
145 1.67.8.1 mjf /* 111 */ "compat_13_sigsuspend13",
146 1.67.8.1 mjf /* 112 */ "compat_43_netbsd32_osigstack",
147 1.67.8.1 mjf /* 113 */ "compat_43_netbsd32_orecvmsg",
148 1.67.8.1 mjf /* 114 */ "compat_43_netbsd32_osendmsg",
149 1.67.8.1 mjf /* 115 */ "#115 (obsolete vtrace)",
150 1.67.8.1 mjf /* 116 */ "netbsd32_gettimeofday",
151 1.67.8.1 mjf /* 117 */ "netbsd32_getrusage",
152 1.67.8.1 mjf /* 118 */ "netbsd32_getsockopt",
153 1.67.8.1 mjf /* 119 */ "#119 (obsolete resuba)",
154 1.67.8.1 mjf /* 120 */ "netbsd32_readv",
155 1.67.8.1 mjf /* 121 */ "netbsd32_writev",
156 1.67.8.1 mjf /* 122 */ "netbsd32_settimeofday",
157 1.67.8.1 mjf /* 123 */ "netbsd32_fchown",
158 1.67.8.1 mjf /* 124 */ "netbsd32_fchmod",
159 1.67.8.1 mjf /* 125 */ "compat_43_netbsd32_orecvfrom",
160 1.67.8.1 mjf /* 126 */ "netbsd32_setreuid",
161 1.67.8.1 mjf /* 127 */ "netbsd32_setregid",
162 1.67.8.1 mjf /* 128 */ "netbsd32_rename",
163 1.67.8.1 mjf /* 129 */ "compat_43_netbsd32_otruncate",
164 1.67.8.1 mjf /* 130 */ "compat_43_netbsd32_oftruncate",
165 1.67.8.1 mjf /* 131 */ "netbsd32_flock",
166 1.67.8.1 mjf /* 132 */ "netbsd32_mkfifo",
167 1.67.8.1 mjf /* 133 */ "netbsd32_sendto",
168 1.67.8.1 mjf /* 134 */ "netbsd32_shutdown",
169 1.67.8.1 mjf /* 135 */ "netbsd32_socketpair",
170 1.67.8.1 mjf /* 136 */ "netbsd32_mkdir",
171 1.67.8.1 mjf /* 137 */ "netbsd32_rmdir",
172 1.67.8.1 mjf /* 138 */ "netbsd32_utimes",
173 1.67.8.1 mjf /* 139 */ "#139 (obsolete 4.2 sigreturn)",
174 1.67.8.1 mjf /* 140 */ "netbsd32_adjtime",
175 1.67.8.1 mjf /* 141 */ "compat_43_netbsd32_ogetpeername",
176 1.67.8.1 mjf /* 142 */ "compat_43_ogethostid",
177 1.67.8.1 mjf /* 143 */ "compat_43_netbsd32_sethostid",
178 1.67.8.1 mjf /* 144 */ "compat_43_netbsd32_ogetrlimit",
179 1.67.8.1 mjf /* 145 */ "compat_43_netbsd32_osetrlimit",
180 1.67.8.1 mjf /* 146 */ "compat_43_netbsd32_killpg",
181 1.67.8.1 mjf /* 147 */ "setsid",
182 1.67.8.1 mjf /* 148 */ "netbsd32_quotactl",
183 1.67.8.1 mjf /* 149 */ "compat_43_oquota",
184 1.67.8.1 mjf /* 150 */ "compat_43_netbsd32_ogetsockname",
185 1.67.8.1 mjf /* 151 */ "#151 (unimplemented)",
186 1.67.8.1 mjf /* 152 */ "#152 (unimplemented)",
187 1.67.8.1 mjf /* 153 */ "#153 (unimplemented)",
188 1.67.8.1 mjf /* 154 */ "#154 (unimplemented)",
189 1.10 christos #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
190 1.67.8.1 mjf /* 155 */ "netbsd32_nfssvc",
191 1.1 mrg #else
192 1.67.8.1 mjf /* 155 */ "#155 (excluded netbsd32_nfssvc)",
193 1.1 mrg #endif
194 1.67.8.1 mjf /* 156 */ "compat_43_netbsd32_ogetdirentries",
195 1.67.8.1 mjf /* 157 */ "compat_20_netbsd32_statfs",
196 1.67.8.1 mjf /* 158 */ "compat_20_netbsd32_fstatfs",
197 1.67.8.1 mjf /* 159 */ "#159 (unimplemented)",
198 1.67.8.1 mjf /* 160 */ "#160 (unimplemented)",
199 1.67.8.1 mjf /* 161 */ "compat_30_netbsd32_getfh",
200 1.67.8.1 mjf /* 162 */ "compat_09_netbsd32_ogetdomainname",
201 1.67.8.1 mjf /* 163 */ "compat_09_netbsd32_osetdomainname",
202 1.67.8.1 mjf /* 164 */ "compat_09_netbsd32_uname",
203 1.67.8.1 mjf /* 165 */ "netbsd32_sysarch",
204 1.67.8.1 mjf /* 166 */ "#166 (unimplemented)",
205 1.67.8.1 mjf /* 167 */ "#167 (unimplemented)",
206 1.67.8.1 mjf /* 168 */ "#168 (unimplemented)",
207 1.26 mrg #if defined(SYSVSEM) || !defined(_KERNEL)
208 1.67.8.1 mjf /* 169 */ "compat_10_osemsys",
209 1.1 mrg #else
210 1.67.8.1 mjf /* 169 */ "#169 (excluded netbsd32_sys_semsys)",
211 1.1 mrg #endif
212 1.26 mrg #if defined(SYSVMSG) || !defined(_KERNEL)
213 1.67.8.1 mjf /* 170 */ "compat_10_omsgsys",
214 1.1 mrg #else
215 1.67.8.1 mjf /* 170 */ "#170 (excluded netbsd32_sys_msgsys)",
216 1.1 mrg #endif
217 1.26 mrg #if defined(SYSVSHM) || !defined(_KERNEL)
218 1.67.8.1 mjf /* 171 */ "compat_10_oshmsys",
219 1.1 mrg #else
220 1.67.8.1 mjf /* 171 */ "#171 (excluded netbsd32_sys_shmsys)",
221 1.1 mrg #endif
222 1.67.8.1 mjf /* 172 */ "#172 (unimplemented)",
223 1.67.8.1 mjf /* 173 */ "netbsd32_pread",
224 1.67.8.1 mjf /* 174 */ "netbsd32_pwrite",
225 1.67.8.1 mjf /* 175 */ "compat_30_netbsd32_ntp_gettime",
226 1.67.8.1 mjf /* 176 */ "netbsd32_ntp_adjtime",
227 1.67.8.1 mjf /* 177 */ "#177 (unimplemented)",
228 1.67.8.1 mjf /* 178 */ "#178 (unimplemented)",
229 1.67.8.1 mjf /* 179 */ "#179 (unimplemented)",
230 1.67.8.1 mjf /* 180 */ "#180 (unimplemented)",
231 1.67.8.1 mjf /* 181 */ "netbsd32_setgid",
232 1.67.8.1 mjf /* 182 */ "netbsd32_setegid",
233 1.67.8.1 mjf /* 183 */ "netbsd32_seteuid",
234 1.10 christos #if defined(LFS) || !defined(_KERNEL)
235 1.67.8.1 mjf /* 184 */ "lfs_bmapv",
236 1.67.8.1 mjf /* 185 */ "lfs_markv",
237 1.67.8.1 mjf /* 186 */ "lfs_segclean",
238 1.67.8.1 mjf /* 187 */ "lfs_segwait",
239 1.67.8.1 mjf #else
240 1.67.8.1 mjf /* 184 */ "#184 (excluded netbsd32_sys_lfs_bmapv)",
241 1.67.8.1 mjf /* 185 */ "#185 (excluded netbsd32_sys_lfs_markv)",
242 1.67.8.1 mjf /* 186 */ "#186 (excluded netbsd32_sys_lfs_segclean)",
243 1.67.8.1 mjf /* 187 */ "#187 (excluded netbsd32_sys_lfs_segwait)",
244 1.67.8.1 mjf #endif
245 1.67.8.1 mjf /* 188 */ "compat_12_netbsd32_stat12",
246 1.67.8.1 mjf /* 189 */ "compat_12_netbsd32_fstat12",
247 1.67.8.1 mjf /* 190 */ "compat_12_netbsd32_lstat12",
248 1.67.8.1 mjf /* 191 */ "netbsd32_pathconf",
249 1.67.8.1 mjf /* 192 */ "netbsd32_fpathconf",
250 1.67.8.1 mjf /* 193 */ "#193 (unimplemented)",
251 1.67.8.1 mjf /* 194 */ "netbsd32_getrlimit",
252 1.67.8.1 mjf /* 195 */ "netbsd32_setrlimit",
253 1.67.8.1 mjf /* 196 */ "compat_12_netbsd32_getdirentries",
254 1.67.8.1 mjf /* 197 */ "netbsd32_mmap",
255 1.67.8.1 mjf /* 198 */ "__syscall",
256 1.67.8.1 mjf /* 199 */ "netbsd32_lseek",
257 1.67.8.1 mjf /* 200 */ "netbsd32_truncate",
258 1.67.8.1 mjf /* 201 */ "netbsd32_ftruncate",
259 1.67.8.1 mjf /* 202 */ "netbsd32___sysctl",
260 1.67.8.1 mjf /* 203 */ "netbsd32_mlock",
261 1.67.8.1 mjf /* 204 */ "netbsd32_munlock",
262 1.67.8.1 mjf /* 205 */ "netbsd32_undelete",
263 1.67.8.1 mjf /* 206 */ "netbsd32_futimes",
264 1.67.8.1 mjf /* 207 */ "netbsd32_getpgid",
265 1.67.8.1 mjf /* 208 */ "netbsd32_reboot",
266 1.67.8.1 mjf /* 209 */ "netbsd32_poll",
267 1.10 christos #if defined(LKM) || !defined(_KERNEL)
268 1.67.8.1 mjf /* 210 */ "lkmnosys",
269 1.67.8.1 mjf /* 211 */ "lkmnosys",
270 1.67.8.1 mjf /* 212 */ "lkmnosys",
271 1.67.8.1 mjf /* 213 */ "lkmnosys",
272 1.67.8.1 mjf /* 214 */ "lkmnosys",
273 1.67.8.1 mjf /* 215 */ "lkmnosys",
274 1.67.8.1 mjf /* 216 */ "lkmnosys",
275 1.67.8.1 mjf /* 217 */ "lkmnosys",
276 1.67.8.1 mjf /* 218 */ "lkmnosys",
277 1.67.8.1 mjf /* 219 */ "lkmnosys",
278 1.10 christos #else /* !LKM || !_KERNEL */
279 1.67.8.1 mjf /* 210 */ "#210 (excluded lkmnosys)",
280 1.67.8.1 mjf /* 211 */ "#211 (excluded lkmnosys)",
281 1.67.8.1 mjf /* 212 */ "#212 (excluded lkmnosys)",
282 1.67.8.1 mjf /* 213 */ "#213 (excluded lkmnosys)",
283 1.67.8.1 mjf /* 214 */ "#214 (excluded lkmnosys)",
284 1.67.8.1 mjf /* 215 */ "#215 (excluded lkmnosys)",
285 1.67.8.1 mjf /* 216 */ "#216 (excluded lkmnosys)",
286 1.67.8.1 mjf /* 217 */ "#217 (excluded lkmnosys)",
287 1.67.8.1 mjf /* 218 */ "#218 (excluded lkmnosys)",
288 1.67.8.1 mjf /* 219 */ "#219 (excluded lkmnosys)",
289 1.10 christos #endif /* !LKM || !_KERNEL */
290 1.10 christos #if defined(SYSVSEM) || !defined(_KERNEL)
291 1.67.8.1 mjf /* 220 */ "compat_14_netbsd32___semctl",
292 1.67.8.1 mjf /* 221 */ "netbsd32_semget",
293 1.67.8.1 mjf /* 222 */ "netbsd32_semop",
294 1.67.8.1 mjf /* 223 */ "netbsd32_semconfig",
295 1.67.8.1 mjf #else
296 1.67.8.1 mjf /* 220 */ "#220 (excluded compat_14_netbsd32_semctl)",
297 1.67.8.1 mjf /* 221 */ "#221 (excluded netbsd32_semget)",
298 1.67.8.1 mjf /* 222 */ "#222 (excluded netbsd32_semop)",
299 1.67.8.1 mjf /* 223 */ "#223 (excluded netbsd32_semconfig)",
300 1.1 mrg #endif
301 1.10 christos #if defined(SYSVMSG) || !defined(_KERNEL)
302 1.67.8.1 mjf /* 224 */ "compat_14_netbsd32_msgctl",
303 1.67.8.1 mjf /* 225 */ "netbsd32_msgget",
304 1.67.8.1 mjf /* 226 */ "netbsd32_msgsnd",
305 1.67.8.1 mjf /* 227 */ "netbsd32_msgrcv",
306 1.67.8.1 mjf #else
307 1.67.8.1 mjf /* 224 */ "#224 (excluded compat_14_netbsd32_msgctl)",
308 1.67.8.1 mjf /* 225 */ "#225 (excluded netbsd32_msgget)",
309 1.67.8.1 mjf /* 226 */ "#226 (excluded netbsd32_msgsnd)",
310 1.67.8.1 mjf /* 227 */ "#227 (excluded netbsd32_msgrcv)",
311 1.1 mrg #endif
312 1.10 christos #if defined(SYSVSHM) || !defined(_KERNEL)
313 1.67.8.1 mjf /* 228 */ "netbsd32_shmat",
314 1.67.8.1 mjf /* 229 */ "compat_14_netbsd32_shmctl",
315 1.67.8.1 mjf /* 230 */ "netbsd32_shmdt",
316 1.67.8.1 mjf /* 231 */ "netbsd32_shmget",
317 1.67.8.1 mjf #else
318 1.67.8.1 mjf /* 228 */ "#228 (excluded netbsd32_shmat)",
319 1.67.8.1 mjf /* 229 */ "#229 (excluded compat_14_netbsd32_shmctl)",
320 1.67.8.1 mjf /* 230 */ "#230 (excluded netbsd32_shmdt)",
321 1.67.8.1 mjf /* 231 */ "#231 (excluded netbsd32_shmget)",
322 1.67.8.1 mjf #endif
323 1.67.8.1 mjf /* 232 */ "netbsd32_clock_gettime",
324 1.67.8.1 mjf /* 233 */ "netbsd32_clock_settime",
325 1.67.8.1 mjf /* 234 */ "netbsd32_clock_getres",
326 1.67.8.1 mjf /* 235 */ "netbsd32_timer_create",
327 1.67.8.1 mjf /* 236 */ "netbsd32_timer_delete",
328 1.67.8.1 mjf /* 237 */ "netbsd32_timer_settime",
329 1.67.8.1 mjf /* 238 */ "netbsd32_timer_gettime",
330 1.67.8.1 mjf /* 239 */ "netbsd32_timer_getoverrun",
331 1.67.8.1 mjf /* 240 */ "netbsd32_nanosleep",
332 1.67.8.1 mjf /* 241 */ "netbsd32_fdatasync",
333 1.67.8.1 mjf /* 242 */ "netbsd32_mlockall",
334 1.67.8.1 mjf /* 243 */ "munlockall",
335 1.67.8.1 mjf /* 244 */ "netbsd32___sigtimedwait",
336 1.67.8.1 mjf /* 245 */ "#245 (unimplemented)",
337 1.67.8.1 mjf /* 246 */ "#246 (unimplemented)",
338 1.48 cube #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL) && defined(_LIBC))
339 1.67.8.1 mjf /* 247 */ "netbsd32__ksem_init",
340 1.67.8.1 mjf /* 248 */ "netbsd32__ksem_open",
341 1.67.8.1 mjf /* 249 */ "netbsd32__ksem_unlink",
342 1.67.8.1 mjf /* 250 */ "netbsd32__ksem_close",
343 1.67.8.1 mjf /* 251 */ "netbsd32__ksem_post",
344 1.67.8.1 mjf /* 252 */ "netbsd32__ksem_wait",
345 1.67.8.1 mjf /* 253 */ "netbsd32__ksem_trywait",
346 1.67.8.1 mjf /* 254 */ "netbsd32__ksem_getvalue",
347 1.67.8.1 mjf /* 255 */ "netbsd32__ksem_destroy",
348 1.67.8.1 mjf /* 256 */ "#256 (unimplemented sys__ksem_timedwait)",
349 1.67.8.1 mjf #else
350 1.67.8.1 mjf /* 247 */ "#247 (excluded sys__ksem_init)",
351 1.67.8.1 mjf /* 248 */ "#248 (excluded sys__ksem_open)",
352 1.67.8.1 mjf /* 249 */ "#249 (excluded sys__ksem_unlink)",
353 1.67.8.1 mjf /* 250 */ "#250 (excluded sys__ksem_close)",
354 1.67.8.1 mjf /* 251 */ "#251 (excluded sys__ksem_post)",
355 1.67.8.1 mjf /* 252 */ "#252 (excluded sys__ksem_wait)",
356 1.67.8.1 mjf /* 253 */ "#253 (excluded sys__ksem_trywait)",
357 1.67.8.1 mjf /* 254 */ "#254 (excluded sys__ksem_getvalue)",
358 1.67.8.1 mjf /* 255 */ "#255 (excluded sys__ksem_destroy)",
359 1.67.8.1 mjf /* 256 */ "#256 (unimplemented sys__ksem_timedwait)",
360 1.67.8.1 mjf #endif
361 1.67.8.1 mjf /* 257 */ "#257 (unimplemented)",
362 1.67.8.1 mjf /* 258 */ "#258 (unimplemented)",
363 1.67.8.1 mjf /* 259 */ "#259 (unimplemented)",
364 1.67.8.1 mjf /* 260 */ "#260 (unimplemented)",
365 1.67.8.1 mjf /* 261 */ "#261 (unimplemented)",
366 1.67.8.1 mjf /* 262 */ "#262 (unimplemented)",
367 1.67.8.1 mjf /* 263 */ "#263 (unimplemented)",
368 1.67.8.1 mjf /* 264 */ "#264 (unimplemented)",
369 1.67.8.1 mjf /* 265 */ "#265 (unimplemented)",
370 1.67.8.1 mjf /* 266 */ "#266 (unimplemented)",
371 1.67.8.1 mjf /* 267 */ "#267 (unimplemented)",
372 1.67.8.1 mjf /* 268 */ "#268 (unimplemented)",
373 1.67.8.1 mjf /* 269 */ "#269 (unimplemented)",
374 1.67.8.1 mjf /* 270 */ "netbsd32___posix_rename",
375 1.67.8.1 mjf /* 271 */ "netbsd32_swapctl",
376 1.67.8.1 mjf /* 272 */ "compat_30_netbsd32_getdents",
377 1.67.8.1 mjf /* 273 */ "netbsd32_minherit",
378 1.67.8.1 mjf /* 274 */ "netbsd32_lchmod",
379 1.67.8.1 mjf /* 275 */ "netbsd32_lchown",
380 1.67.8.1 mjf /* 276 */ "netbsd32_lutimes",
381 1.67.8.1 mjf /* 277 */ "netbsd32___msync13",
382 1.67.8.1 mjf /* 278 */ "compat_30_netbsd32___stat13",
383 1.67.8.1 mjf /* 279 */ "compat_30_netbsd32___fstat13",
384 1.67.8.1 mjf /* 280 */ "compat_30_netbsd32___lstat13",
385 1.67.8.1 mjf /* 281 */ "netbsd32___sigaltstack14",
386 1.67.8.1 mjf /* 282 */ "__vfork14",
387 1.67.8.1 mjf /* 283 */ "netbsd32___posix_chown",
388 1.67.8.1 mjf /* 284 */ "netbsd32___posix_fchown",
389 1.67.8.1 mjf /* 285 */ "netbsd32___posix_lchown",
390 1.67.8.1 mjf /* 286 */ "netbsd32_getsid",
391 1.67.8.1 mjf /* 287 */ "netbsd32___clone",
392 1.67.8.1 mjf /* 288 */ "netbsd32_fktrace",
393 1.67.8.1 mjf /* 289 */ "netbsd32_preadv",
394 1.67.8.1 mjf /* 290 */ "netbsd32_pwritev",
395 1.67.8.1 mjf /* 291 */ "netbsd32___sigaction14",
396 1.67.8.1 mjf /* 292 */ "netbsd32___sigpending14",
397 1.67.8.1 mjf /* 293 */ "netbsd32___sigprocmask14",
398 1.67.8.1 mjf /* 294 */ "netbsd32___sigsuspend14",
399 1.67.8.1 mjf /* 295 */ "compat_16_netbsd32___sigreturn14",
400 1.67.8.1 mjf /* 296 */ "netbsd32___getcwd",
401 1.67.8.1 mjf /* 297 */ "netbsd32_fchroot",
402 1.67.8.1 mjf /* 298 */ "compat_30_netbsd32_fhopen",
403 1.67.8.1 mjf /* 299 */ "compat_30_netbsd32_fhstat",
404 1.67.8.1 mjf /* 300 */ "compat_20_netbsd32_fhstatfs",
405 1.12 eeh #if defined(SYSVSEM) || !defined(_KERNEL)
406 1.67.8.1 mjf /* 301 */ "netbsd32___semctl14",
407 1.12 eeh #else
408 1.67.8.1 mjf /* 301 */ "#301 (excluded __semctl14)",
409 1.12 eeh #endif
410 1.12 eeh #if defined(SYSVMSG) || !defined(_KERNEL)
411 1.67.8.1 mjf /* 302 */ "netbsd32___msgctl13",
412 1.12 eeh #else
413 1.67.8.1 mjf /* 302 */ "#302 (excluded __msgctl13)",
414 1.12 eeh #endif
415 1.12 eeh #if defined(SYSVSHM) || !defined(_KERNEL)
416 1.67.8.1 mjf /* 303 */ "netbsd32___shmctl13",
417 1.12 eeh #else
418 1.67.8.1 mjf /* 303 */ "#303 (excluded __shmctl13)",
419 1.12 eeh #endif
420 1.67.8.1 mjf /* 304 */ "netbsd32_lchflags",
421 1.67.8.1 mjf /* 305 */ "issetugid",
422 1.67.8.1 mjf /* 306 */ "netbsd32_utrace",
423 1.67.8.1 mjf /* 307 */ "netbsd32_getcontext",
424 1.67.8.1 mjf /* 308 */ "netbsd32_setcontext",
425 1.67.8.1 mjf /* 309 */ "netbsd32__lwp_create",
426 1.67.8.1 mjf /* 310 */ "_lwp_exit",
427 1.67.8.1 mjf /* 311 */ "_lwp_self",
428 1.67.8.1 mjf /* 312 */ "netbsd32__lwp_wait",
429 1.67.8.1 mjf /* 313 */ "netbsd32__lwp_suspend",
430 1.67.8.1 mjf /* 314 */ "netbsd32__lwp_continue",
431 1.67.8.1 mjf /* 315 */ "netbsd32__lwp_wakeup",
432 1.67.8.1 mjf /* 316 */ "_lwp_getprivate",
433 1.67.8.1 mjf /* 317 */ "netbsd32__lwp_setprivate",
434 1.67.8.1 mjf /* 318 */ "netbsd32__lwp_kill",
435 1.67.8.1 mjf /* 319 */ "netbsd32__lwp_detach",
436 1.67.8.1 mjf /* 320 */ "netbsd32__lwp_park",
437 1.67.8.1 mjf /* 321 */ "netbsd32__lwp_unpark",
438 1.67.8.1 mjf /* 322 */ "netbsd32__lwp_unpark_all",
439 1.67.8.2 mjf /* 323 */ "netbsd32__lwp_setname",
440 1.67.8.2 mjf /* 324 */ "netbsd32__lwp_getname",
441 1.67.8.2 mjf /* 325 */ "netbsd32__lwp_ctl",
442 1.67.8.1 mjf /* 326 */ "#326 (unimplemented)",
443 1.67.8.1 mjf /* 327 */ "#327 (unimplemented)",
444 1.67.8.1 mjf /* 328 */ "#328 (unimplemented)",
445 1.67.8.1 mjf /* 329 */ "#329 (unimplemented)",
446 1.67.8.1 mjf /* 330 */ "#330 (obsolete netbsd32_sa_register)",
447 1.67.8.1 mjf /* 331 */ "#331 (obsolete netbsd32_sa_stacks)",
448 1.67.8.1 mjf /* 332 */ "#332 (obsolete sys_sa_enable)",
449 1.67.8.1 mjf /* 333 */ "#333 (obsolete netbsd32_sa_setconcurrency)",
450 1.67.8.1 mjf /* 334 */ "#334 (obsolete sys_sa_yield)",
451 1.67.8.1 mjf /* 335 */ "#335 (obsolete netbsd32_sa_preempt)",
452 1.67.8.1 mjf /* 336 */ "#336 (obsolete sys_sa_unblockyield)",
453 1.67.8.1 mjf /* 337 */ "#337 (unimplemented)",
454 1.67.8.1 mjf /* 338 */ "#338 (unimplemented)",
455 1.67.8.1 mjf /* 339 */ "#339 (unimplemented)",
456 1.67.8.1 mjf /* 340 */ "netbsd32___sigaction_sigtramp",
457 1.67.8.1 mjf /* 341 */ "#341 (unimplemented)",
458 1.67.8.1 mjf /* 342 */ "#342 (unimplemented)",
459 1.67.8.1 mjf /* 343 */ "netbsd32_rasctl",
460 1.67.8.1 mjf /* 344 */ "kqueue",
461 1.67.8.1 mjf /* 345 */ "netbsd32_kevent",
462 1.67.8.1 mjf /* 346 */ "#346 (unimplemented)",
463 1.67.8.1 mjf /* 347 */ "#347 (unimplemented)",
464 1.67.8.1 mjf /* 348 */ "#348 (unimplemented)",
465 1.67.8.1 mjf /* 349 */ "#349 (unimplemented)",
466 1.67.8.1 mjf /* 350 */ "sched_yield",
467 1.67.8.1 mjf /* 351 */ "#351 (unimplemented)",
468 1.67.8.1 mjf /* 352 */ "#352 (unimplemented)",
469 1.67.8.1 mjf /* 353 */ "#353 (unimplemented)",
470 1.67.8.1 mjf /* 354 */ "netbsd32_fsync_range",
471 1.67.8.1 mjf /* 355 */ "netbsd32_uuidgen",
472 1.67.8.1 mjf /* 356 */ "netbsd32_getvfsstat",
473 1.67.8.1 mjf /* 357 */ "netbsd32_statvfs1",
474 1.67.8.1 mjf /* 358 */ "netbsd32_fstatvfs1",
475 1.67.8.1 mjf /* 359 */ "compat_30_netbsd32_fhstatvfs1",
476 1.67.8.1 mjf /* 360 */ "netbsd32_extattrctl",
477 1.67.8.1 mjf /* 361 */ "netbsd32_extattr_set_file",
478 1.67.8.1 mjf /* 362 */ "netbsd32_extattr_get_file",
479 1.67.8.1 mjf /* 363 */ "netbsd32_extattr_delete_file",
480 1.67.8.1 mjf /* 364 */ "netbsd32_extattr_set_fd",
481 1.67.8.1 mjf /* 365 */ "netbsd32_extattr_get_fd",
482 1.67.8.1 mjf /* 366 */ "netbsd32_extattr_delete_fd",
483 1.67.8.1 mjf /* 367 */ "netbsd32_extattr_set_link",
484 1.67.8.1 mjf /* 368 */ "netbsd32_extattr_get_link",
485 1.67.8.1 mjf /* 369 */ "netbsd32_extattr_delete_link",
486 1.67.8.1 mjf /* 370 */ "netbsd32_extattr_list_fd",
487 1.67.8.1 mjf /* 371 */ "netbsd32_extattr_list_file",
488 1.67.8.1 mjf /* 372 */ "netbsd32_extattr_list_link",
489 1.67.8.1 mjf /* 373 */ "netbsd32_pselect",
490 1.67.8.1 mjf /* 374 */ "netbsd32_pollts",
491 1.67.8.1 mjf /* 375 */ "netbsd32_setxattr",
492 1.67.8.1 mjf /* 376 */ "netbsd32_lsetxattr",
493 1.67.8.1 mjf /* 377 */ "netbsd32_fsetxattr",
494 1.67.8.1 mjf /* 378 */ "netbsd32_getxattr",
495 1.67.8.1 mjf /* 379 */ "netbsd32_lgetxattr",
496 1.67.8.1 mjf /* 380 */ "netbsd32_fgetxattr",
497 1.67.8.1 mjf /* 381 */ "netbsd32_listxattr",
498 1.67.8.1 mjf /* 382 */ "netbsd32_llistxattr",
499 1.67.8.1 mjf /* 383 */ "netbsd32_flistxattr",
500 1.67.8.1 mjf /* 384 */ "netbsd32_removexattr",
501 1.67.8.1 mjf /* 385 */ "netbsd32_lremovexattr",
502 1.67.8.1 mjf /* 386 */ "netbsd32_fremovexattr",
503 1.67.8.1 mjf /* 387 */ "__stat30",
504 1.67.8.1 mjf /* 388 */ "__fstat30",
505 1.67.8.1 mjf /* 389 */ "__lstat30",
506 1.67.8.1 mjf /* 390 */ "__getdents30",
507 1.67.8.1 mjf /* 391 */ "posix_fadvise",
508 1.67.8.1 mjf /* 392 */ "compat_30___fhstat30",
509 1.67.8.1 mjf /* 393 */ "netbsd32_ntp_gettime",
510 1.67.8.1 mjf /* 394 */ "__socket30",
511 1.67.8.1 mjf /* 395 */ "netbsd32___getfh30",
512 1.67.8.1 mjf /* 396 */ "netbsd32___fhopen40",
513 1.67.8.1 mjf /* 397 */ "netbsd32___fhstatvfs140",
514 1.67.8.1 mjf /* 398 */ "netbsd32___fhstat40",
515 1.1 mrg };
516