sync the syscall lists with Linux kernel 2.6.7
This commit is contained in:
parent
de887a3aec
commit
d1d5ac79b4
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.43 2004/08/01 10:36:35 jdolecek Exp $
|
||||
$NetBSD: syscalls.master,v 1.44 2004/08/01 15:34:22 jdolecek Exp $
|
||||
;
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -604,3 +604,61 @@
|
|||
376 UNIMPL pciconfig_iobase
|
||||
377 STD { int linux_sys_getdents64(int fd, \
|
||||
struct linux_dirent64 *dent, unsigned int count); }
|
||||
378 UNIMPL gettid
|
||||
379 UNIMPL readahead
|
||||
380 UNIMPL /* unused */
|
||||
381 UNIMPL tkill
|
||||
382 UNIMPL setxattr
|
||||
383 UNIMPL lsetxattr
|
||||
384 UNIMPL fsetxattr
|
||||
385 UNIMPL getxattr
|
||||
386 UNIMPL lgetxattr
|
||||
387 UNIMPL fgetxattr
|
||||
388 UNIMPL listxattr
|
||||
389 UNIMPL llistxattr
|
||||
390 UNIMPL flistxattr
|
||||
391 UNIMPL removexattr
|
||||
392 UNIMPL lremovexattr
|
||||
393 UNIMPL fremovexattr
|
||||
394 UNIMPL futex
|
||||
395 UNIMPL sched_setaffinity
|
||||
396 UNIMPL sched_getaffinity
|
||||
397 UNIMPL tuxcall
|
||||
398 UNIMPL io_setup
|
||||
399 UNIMPL io_destroy
|
||||
400 UNIMPL io_getevents
|
||||
401 UNIMPL io_submit
|
||||
402 UNIMPL io_cancel
|
||||
405 UNIMPL exit_group
|
||||
406 UNIMPL lookup_dcookie
|
||||
407 UNIMPL sys_epoll_create
|
||||
408 UNIMPL sys_epoll_ctl
|
||||
409 UNIMPL sys_epoll_wait
|
||||
410 UNIMPL remap_file_pages
|
||||
411 UNIMPL set_tid_address
|
||||
412 UNIMPL restart_syscall
|
||||
413 UNIMPL fadvise64
|
||||
414 UNIMPL timer_create
|
||||
415 UNIMPL timer_settime
|
||||
416 UNIMPL timer_gettime
|
||||
417 UNIMPL timer_getoverrun
|
||||
418 UNIMPL timer_delete
|
||||
419 UNIMPL clock_settime
|
||||
420 UNIMPL clock_gettime
|
||||
421 UNIMPL clock_getres
|
||||
422 UNIMPL clock_nanosleep
|
||||
423 UNIMPL semtimedop
|
||||
424 UNIMPL tgkill
|
||||
425 UNIMPL stat64
|
||||
426 UNIMPL lstat64
|
||||
427 UNIMPL fstat64
|
||||
428 UNIMPL vserver
|
||||
429 UNIMPL mbind
|
||||
430 UNIMPL get_mempolicy
|
||||
431 UNIMPL set_mempolicy
|
||||
432 UNIMPL mq_open
|
||||
433 UNIMPL mq_unlink
|
||||
434 UNIMPL mq_timedsend
|
||||
435 UNIMPL mq_timedreceive
|
||||
436 UNIMPL mq_notify
|
||||
437 UNIMPL mq_getsetattr
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: syscalls.conf,v 1.4 2001/03/30 17:16:34 jdolecek Exp $
|
||||
# $NetBSD: syscalls.conf,v 1.5 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
sysnames="linux_syscalls.c"
|
||||
sysnumhdr="linux_syscall.h"
|
||||
|
@ -10,6 +10,6 @@ libcompatopts=""
|
|||
switchname="linux_sysent"
|
||||
namesname="linux_syscallnames"
|
||||
constprefix="LINUX_SYS_"
|
||||
nsysent=256
|
||||
nsysent=512
|
||||
|
||||
sys_nosys="linux_sys_nosys"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.68 2004/08/01 10:32:40 jdolecek Exp $
|
||||
$NetBSD: syscalls.master,v 1.69 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -370,3 +370,65 @@
|
|||
220 STD { int linux_sys_getdents64(int fd, \
|
||||
struct linux_dirent64 *dent, unsigned int count); }
|
||||
221 STD { int linux_sys_fcntl64(int fd, int cmd, void *arg); }
|
||||
222 UNIMPL /* unused */
|
||||
223 UNIMPL /* unused */
|
||||
224 UNIMPL gettid
|
||||
225 UNIMPL readahead
|
||||
226 UNIMPL setxattr
|
||||
227 UNIMPL lsetxattr
|
||||
228 UNIMPL fsetxattr
|
||||
229 UNIMPL getxattr
|
||||
230 UNIMPL lgetxattr
|
||||
231 UNIMPL fgetxattr
|
||||
232 UNIMPL listxattr
|
||||
233 UNIMPL llistxattr
|
||||
234 UNIMPL flistxattr
|
||||
235 UNIMPL removexattr
|
||||
236 UNIMPL lremovexattr
|
||||
237 UNIMPL fremovexattr
|
||||
238 UNIMPL tkill
|
||||
239 UNIMPL sendfile64
|
||||
240 UNIMPL futex
|
||||
241 UNIMPL sched_setaffinity
|
||||
242 UNIMPL sched_getaffinity
|
||||
243 UNIMPL set_thread_area
|
||||
244 UNIMPL get_thread_area
|
||||
245 UNIMPL io_setup
|
||||
246 UNIMPL io_destroy
|
||||
247 UNIMPL io_getevents
|
||||
248 UNIMPL io_submit
|
||||
249 UNIMPL io_cancel
|
||||
250 UNIMPL fadvise64
|
||||
251 UNIMPL /* unused */
|
||||
252 UNIMPL exit_group
|
||||
253 UNIMPL lookup_dcookie
|
||||
254 UNIMPL epoll_create
|
||||
255 UNIMPL epoll_ctl
|
||||
256 UNIMPL epoll_wait
|
||||
257 UNIMPL remap_file_pages
|
||||
258 UNIMPL set_tid_address
|
||||
259 UNIMPL timer_create
|
||||
260 UNIMPL timer_settime
|
||||
261 UNIMPL timer_gettime
|
||||
262 UNIMPL timer_getoverrun
|
||||
263 UNIMPL timer_delete
|
||||
264 UNIMPL clock_settime
|
||||
265 UNIMPL clock_gettime
|
||||
266 UNIMPL clock_getres
|
||||
267 UNIMPL clock_nanosleep
|
||||
268 UNIMPL statfs64
|
||||
269 UNIMPL fstatfs64
|
||||
270 UNIMPL tgkill
|
||||
271 UNIMPL utimes
|
||||
272 UNIMPL fadvise64_64
|
||||
273 UNIMPL vserver
|
||||
274 UNIMPL mbind
|
||||
275 UNIMPL get_mempolicy
|
||||
276 UNIMPL set_mempolicy
|
||||
277 UNIMPL mq_open
|
||||
278 UNIMPL mq_unlink
|
||||
279 UNIMPL mq_timedsend
|
||||
280 UNIMPL mq_timedreceive
|
||||
281 UNIMPL mq_notify
|
||||
282 UNIMPL mq_getsetattr
|
||||
283 UNIMPL sys_kexec_load
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: syscalls.conf,v 1.3 2002/11/01 20:20:10 jdolecek Exp $
|
||||
# $NetBSD: syscalls.conf,v 1.4 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
sysnames="linux_syscalls.c"
|
||||
sysnumhdr="linux_syscall.h"
|
||||
|
@ -12,4 +12,4 @@ namesname="linux_syscallnames"
|
|||
constprefix="LINUX_SYS_"
|
||||
|
||||
sys_nosys="linux_sys_nosys"
|
||||
nsysent=256
|
||||
nsysent=512
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.43 2003/08/10 20:16:23 jdolecek Exp $
|
||||
$NetBSD: syscalls.master,v 1.44 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -384,3 +384,16 @@
|
|||
struct linux_dirent64 *dent, unsigned int count); }
|
||||
221 UNIMPL gettid
|
||||
222 UNIMPL tkill
|
||||
223 UNIMPL setxattr
|
||||
224 UNIMPL lsetxattr
|
||||
225 UNIMPL fsetxattr
|
||||
226 UNIMPL getxattr
|
||||
227 UNIMPL lgetxattr
|
||||
228 UNIMPL fgetxattr
|
||||
229 UNIMPL listxattr
|
||||
230 UNIMPL llistxattr
|
||||
231 UNIMPL flistxattr
|
||||
232 UNIMPL removexattr
|
||||
233 UNIMPL lremovexattr
|
||||
234 UNIMPL fremovexattr
|
||||
235 UNIMPL futex
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: syscalls.conf,v 1.2 2002/11/01 20:20:52 jdolecek Exp $
|
||||
# $NetBSD: syscalls.conf,v 1.3 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
sysnames="linux_syscalls.c"
|
||||
sysnumhdr="linux_syscall.h"
|
||||
|
@ -12,4 +12,4 @@ namesname="linux_syscallnames"
|
|||
constprefix="LINUX_SYS_"
|
||||
|
||||
sys_nosys="linux_sys_nosys"
|
||||
nsysent=256
|
||||
nsysent=512
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.13 2004/08/01 10:32:40 jdolecek Exp $
|
||||
$NetBSD: syscalls.master,v 1.14 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -386,3 +386,59 @@
|
|||
struct linux_dirent64 *dent, unsigned int count); }
|
||||
220 STD { int linux_sys_fcntl64(int fd, \
|
||||
int cmd, void *arg); }
|
||||
221 UNIMPL /* reserved */
|
||||
222 UNIMPL gettid
|
||||
223 UNIMPL readahead
|
||||
224 UNIMPL setxattr
|
||||
225 UNIMPL lsetxattr
|
||||
226 UNIMPL fsetxattr
|
||||
227 UNIMPL getxattr
|
||||
228 UNIMPL lgetxattr
|
||||
229 UNIMPL fgetxattr
|
||||
230 UNIMPL listxattr
|
||||
231 UNIMPL llistxattr
|
||||
232 UNIMPL flistxattr
|
||||
233 UNIMPL removexattr
|
||||
234 UNIMPL lremovexattr
|
||||
235 UNIMPL fremovexattr
|
||||
236 UNIMPL tkill
|
||||
237 UNIMPL sendfile64
|
||||
238 UNIMPL futex
|
||||
239 UNIMPL sched_setaffinity
|
||||
240 UNIMPL sched_getaffinity
|
||||
241 UNIMPL io_setup
|
||||
242 UNIMPL io_destroy
|
||||
243 UNIMPL io_getevents
|
||||
244 UNIMPL io_submit
|
||||
245 UNIMPL io_cancel
|
||||
246 UNIMPL exit_group
|
||||
247 UNIMPL lookup_dcookie
|
||||
248 UNIMPL epoll_create
|
||||
249 UNIMPL epoll_ctl
|
||||
250 UNIMPL epoll_wait
|
||||
251 UNIMPL remap_file_pages
|
||||
252 UNIMPL set_tid_address
|
||||
253 UNIMPL restart_syscall
|
||||
254 UNIMPL fadvise64
|
||||
255 UNIMPL statfs64
|
||||
256 UNIMPL fstatfs64
|
||||
257 UNIMPL timer_create
|
||||
258 UNIMPL timer_settime
|
||||
259 UNIMPL timer_gettime
|
||||
260 UNIMPL timer_getoverrun
|
||||
261 UNIMPL timer_delete
|
||||
262 UNIMPL clock_settime
|
||||
263 UNIMPL clock_gettime
|
||||
264 UNIMPL clock_getres
|
||||
265 UNIMPL clock_nanosleep
|
||||
266 UNIMPL tgkill
|
||||
267 UNIMPL utimes
|
||||
268 UNIMPL mbind
|
||||
269 UNIMPL get_mempolicy
|
||||
270 UNIMPL set_mempolicy
|
||||
271 UNIMPL mq_open
|
||||
272 UNIMPL mq_unlink
|
||||
273 UNIMPL mq_timedsend
|
||||
274 UNIMPL mq_timedreceive
|
||||
275 UNIMPL mq_notify
|
||||
276 UNIMPL mq_getsetattr
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: syscalls.conf,v 1.3 2002/11/01 20:20:10 jdolecek Exp $
|
||||
# $NetBSD: syscalls.conf,v 1.4 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
sysnames="linux_syscalls.c"
|
||||
sysnumhdr="linux_syscall.h"
|
||||
|
@ -12,4 +12,4 @@ namesname="linux_syscallnames"
|
|||
constprefix="LINUX_SYS_"
|
||||
|
||||
sys_nosys="linux_sys_nosys"
|
||||
nsysent=256
|
||||
nsysent=512
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.17 2004/08/01 10:32:40 jdolecek Exp $
|
||||
$NetBSD: syscalls.master,v 1.18 2004/08/01 15:34:22 jdolecek Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -376,3 +376,65 @@
|
|||
204 STD { int linux_sys_fcntl64(int fd, int cmd, void *arg); }
|
||||
205 NOARGS { int sys_mincore(void *addr, size_t len, char *vec); }
|
||||
206 NOARGS { int sys_madvise(void *addr, size_t len, int behav); }
|
||||
207 UNIMPL gettid
|
||||
208 UNIMPL tkill
|
||||
209 UNIMPL setxattr
|
||||
210 UNIMPL lsetxattr
|
||||
211 UNIMPL fsetxattr
|
||||
212 UNIMPL getxattr
|
||||
213 UNIMPL lgetxattr
|
||||
214 UNIMPL fgetxattr
|
||||
215 UNIMPL listxattr
|
||||
216 UNIMPL llistxattr
|
||||
217 UNIMPL flistxattr
|
||||
218 UNIMPL removexattr
|
||||
219 UNIMPL lremovexattr
|
||||
220 UNIMPL fremovexattr
|
||||
221 UNIMPL futex
|
||||
222 UNIMPL sched_setaffinity
|
||||
223 UNIMPL sched_getaffinity
|
||||
224 UNIMPL /* unused */
|
||||
225 UNIMPL tuxcall
|
||||
226 UNIMPL sendfile64
|
||||
227 UNIMPL io_setup
|
||||
228 UNIMPL io_destroy
|
||||
229 UNIMPL io_getevents
|
||||
230 UNIMPL io_submit
|
||||
231 UNIMPL io_cancel
|
||||
232 UNIMPL set_tid_address
|
||||
233 UNIMPL fadvise64
|
||||
234 UNIMPL exit_group
|
||||
235 UNIMPL lookup_dcookie
|
||||
236 UNIMPL epoll_create
|
||||
237 UNIMPL epoll_ctl
|
||||
238 UNIMPL epoll_wait
|
||||
239 UNIMPL remap_file_pages
|
||||
240 UNIMPL timer_create
|
||||
241 UNIMPL timer_settime
|
||||
242 UNIMPL timer_gettime
|
||||
243 UNIMPL timer_getoverrun
|
||||
244 UNIMPL timer_delete
|
||||
245 UNIMPL clock_settime
|
||||
246 UNIMPL clock_gettime
|
||||
247 UNIMPL clock_getres
|
||||
248 UNIMPL clock_nanosleep
|
||||
249 UNIMPL swapcontext
|
||||
250 UNIMPL tgkill
|
||||
251 UNIMPL utimes
|
||||
252 UNIMPL statfs64
|
||||
253 UNIMPL fstatfs64
|
||||
254 UNIMPL fadvise64_64
|
||||
255 UNIMPL rtas
|
||||
256 UNIMPL /* reserved for sys_debug_setcontext */
|
||||
257 UNIMPL /* reserved for vserver */
|
||||
258 UNIMPL /* reserved for new sys_remap_file_pages */
|
||||
259 UNIMPL /* reserved for new sys_mbind */
|
||||
260 UNIMPL /* reserved for new sys_get_mempolicy */
|
||||
261 UNIMPL /* reserved for new sys_set_mempolicy */
|
||||
262 UNIMPL mq_open
|
||||
263 UNIMPL mq_unlink
|
||||
264 UNIMPL mq_timedsend
|
||||
265 UNIMPL mq_timedreceive
|
||||
266 UNIMPL mq_notify
|
||||
267 UNIMPL mq_getsetattr
|
||||
268 UNIMPL kexec_load
|
||||
|
|
Loading…
Reference in New Issue