Merge the nathanw_sa branch.

This commit is contained in:
thorpej 2003-01-18 08:06:20 +00:00
parent 42f134e02f
commit 3d60b73d4f
12 changed files with 564 additions and 558 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.44 2002/04/10 18:19:07 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.63 2002/04/10 18:18:27 christos Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.44 2002/04/10 18:19:07 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.63 2002/04/10 18:18:27 christos Exp
* created from NetBSD
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -614,186 +614,186 @@ struct linux_sys_fcntl64_args {
* System call prototypes.
*/
int linux_sys_nosys(struct proc *, void *, register_t *);
int sys_exit(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int sys_read(struct proc *, void *, register_t *);
int sys_write(struct proc *, void *, register_t *);
int linux_sys_open(struct proc *, void *, register_t *);
int sys_close(struct proc *, void *, register_t *);
int linux_sys_waitpid(struct proc *, void *, register_t *);
int linux_sys_creat(struct proc *, void *, register_t *);
int linux_sys_link(struct proc *, void *, register_t *);
int linux_sys_unlink(struct proc *, void *, register_t *);
int linux_sys_execve(struct proc *, void *, register_t *);
int linux_sys_chdir(struct proc *, void *, register_t *);
int linux_sys_time(struct proc *, void *, register_t *);
int linux_sys_mknod(struct proc *, void *, register_t *);
int linux_sys_chmod(struct proc *, void *, register_t *);
int linux_sys_lchown16(struct proc *, void *, register_t *);
int linux_sys_break(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct proc *, void *, register_t *);
int sys_getpid(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int linux_sys_stime(struct proc *, void *, register_t *);
int linux_sys_ptrace(struct proc *, void *, register_t *);
int linux_sys_alarm(struct proc *, void *, register_t *);
int linux_sys_pause(struct proc *, void *, register_t *);
int linux_sys_utime(struct proc *, void *, register_t *);
int linux_sys_access(struct proc *, void *, register_t *);
int linux_sys_nice(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int linux_sys_kill(struct proc *, void *, register_t *);
int linux_sys_rename(struct proc *, void *, register_t *);
int linux_sys_mkdir(struct proc *, void *, register_t *);
int linux_sys_rmdir(struct proc *, void *, register_t *);
int sys_dup(struct proc *, void *, register_t *);
int linux_sys_pipe(struct proc *, void *, register_t *);
int linux_sys_times(struct proc *, void *, register_t *);
int linux_sys_brk(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int sys_getgid(struct proc *, void *, register_t *);
int linux_sys_signal(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_acct(struct proc *, void *, register_t *);
int linux_sys_ioctl(struct proc *, void *, register_t *);
int linux_sys_fcntl(struct proc *, void *, register_t *);
int sys_setpgid(struct proc *, void *, register_t *);
int linux_sys_oldolduname(struct proc *, void *, register_t *);
int sys_umask(struct proc *, void *, register_t *);
int sys_chroot(struct proc *, void *, register_t *);
int sys_dup2(struct proc *, void *, register_t *);
int sys_getppid(struct proc *, void *, register_t *);
int sys_getpgrp(struct proc *, void *, register_t *);
int sys_setsid(struct proc *, void *, register_t *);
int linux_sys_sigaction(struct proc *, void *, register_t *);
int linux_sys_siggetmask(struct proc *, void *, register_t *);
int linux_sys_sigsetmask(struct proc *, void *, register_t *);
int linux_sys_setreuid16(struct proc *, void *, register_t *);
int linux_sys_setregid16(struct proc *, void *, register_t *);
int linux_sys_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_sigpending(struct proc *, void *, register_t *);
int compat_43_sys_sethostname(struct proc *, void *, register_t *);
int linux_sys_setrlimit(struct proc *, void *, register_t *);
int linux_sys_getrlimit(struct proc *, void *, register_t *);
int sys_getrusage(struct proc *, void *, register_t *);
int linux_sys_gettimeofday(struct proc *, void *, register_t *);
int linux_sys_settimeofday(struct proc *, void *, register_t *);
int linux_sys_getgroups16(struct proc *, void *, register_t *);
int linux_sys_setgroups16(struct proc *, void *, register_t *);
int linux_sys_oldselect(struct proc *, void *, register_t *);
int linux_sys_symlink(struct proc *, void *, register_t *);
int compat_43_sys_lstat(struct proc *, void *, register_t *);
int linux_sys_readlink(struct proc *, void *, register_t *);
int linux_sys_uselib(struct proc *, void *, register_t *);
int linux_sys_swapon(struct proc *, void *, register_t *);
int linux_sys_reboot(struct proc *, void *, register_t *);
int linux_sys_readdir(struct proc *, void *, register_t *);
int linux_sys_old_mmap(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int linux_sys_truncate(struct proc *, void *, register_t *);
int compat_43_sys_ftruncate(struct proc *, void *, register_t *);
int sys_fchmod(struct proc *, void *, register_t *);
int linux_sys_fchown16(struct proc *, void *, register_t *);
int sys_getpriority(struct proc *, void *, register_t *);
int sys_setpriority(struct proc *, void *, register_t *);
int sys_profil(struct proc *, void *, register_t *);
int linux_sys_statfs(struct proc *, void *, register_t *);
int linux_sys_fstatfs(struct proc *, void *, register_t *);
int linux_sys_ioperm(struct proc *, void *, register_t *);
int linux_sys_socketcall(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int sys_getitimer(struct proc *, void *, register_t *);
int linux_sys_stat(struct proc *, void *, register_t *);
int linux_sys_lstat(struct proc *, void *, register_t *);
int linux_sys_fstat(struct proc *, void *, register_t *);
int linux_sys_olduname(struct proc *, void *, register_t *);
int linux_sys_iopl(struct proc *, void *, register_t *);
int linux_sys_wait4(struct proc *, void *, register_t *);
int linux_sys_swapoff(struct proc *, void *, register_t *);
int linux_sys_sysinfo(struct proc *, void *, register_t *);
int linux_sys_ipc(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int linux_sys_sigreturn(struct proc *, void *, register_t *);
int linux_sys_clone(struct proc *, void *, register_t *);
int linux_sys_setdomainname(struct proc *, void *, register_t *);
int linux_sys_uname(struct proc *, void *, register_t *);
int linux_sys_modify_ldt(struct proc *, void *, register_t *);
int linux_sys_mprotect(struct proc *, void *, register_t *);
int linux_sys_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_getpgid(struct proc *, void *, register_t *);
int sys_fchdir(struct proc *, void *, register_t *);
int linux_sys_personality(struct proc *, void *, register_t *);
int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_getfsuid(struct proc *, void *, register_t *);
int linux_sys_llseek(struct proc *, void *, register_t *);
int linux_sys_getdents(struct proc *, void *, register_t *);
int linux_sys_select(struct proc *, void *, register_t *);
int sys_flock(struct proc *, void *, register_t *);
int linux_sys_msync(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);
int sys_writev(struct proc *, void *, register_t *);
int sys_getsid(struct proc *, void *, register_t *);
int linux_sys_fdatasync(struct proc *, void *, register_t *);
int linux_sys___sysctl(struct proc *, void *, register_t *);
int sys_mlock(struct proc *, void *, register_t *);
int sys_munlock(struct proc *, void *, register_t *);
int sys_mlockall(struct proc *, void *, register_t *);
int sys_munlockall(struct proc *, void *, register_t *);
int linux_sys_sched_setparam(struct proc *, void *, register_t *);
int linux_sys_sched_getparam(struct proc *, void *, register_t *);
int linux_sys_sched_setscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_getscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_yield(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct proc *, void *, register_t *);
int sys_nanosleep(struct proc *, void *, register_t *);
int linux_sys_mremap(struct proc *, void *, register_t *);
int linux_sys_setresuid16(struct proc *, void *, register_t *);
int linux_sys_getresuid(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
int linux_sys_setresgid16(struct proc *, void *, register_t *);
int linux_sys_getresgid(struct proc *, void *, register_t *);
int linux_sys_rt_sigreturn(struct proc *, void *, register_t *);
int linux_sys_rt_sigaction(struct proc *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_rt_sigpending(struct proc *, void *, register_t *);
int linux_sys_rt_queueinfo(struct proc *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_pread(struct proc *, void *, register_t *);
int linux_sys_pwrite(struct proc *, void *, register_t *);
int linux_sys_chown16(struct proc *, void *, register_t *);
int sys___getcwd(struct proc *, void *, register_t *);
int linux_sys_sigaltstack(struct proc *, void *, register_t *);
int sys___vfork14(struct proc *, void *, register_t *);
int linux_sys_ugetrlimit(struct proc *, void *, register_t *);
int linux_sys_mmap(struct proc *, void *, register_t *);
int linux_sys_truncate64(struct proc *, void *, register_t *);
int sys_ftruncate(struct proc *, void *, register_t *);
int linux_sys_stat64(struct proc *, void *, register_t *);
int linux_sys_lstat64(struct proc *, void *, register_t *);
int linux_sys_fstat64(struct proc *, void *, register_t *);
int linux_sys_lchown(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int sys_getgid(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_setreuid(struct proc *, void *, register_t *);
int sys_setregid(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int sys___posix_fchown(struct proc *, void *, register_t *);
int linux_sys_setresuid(struct proc *, void *, register_t *);
int linux_sys_getresuid(struct proc *, void *, register_t *);
int linux_sys_setresgid(struct proc *, void *, register_t *);
int linux_sys_getresgid(struct proc *, void *, register_t *);
int linux_sys_chown(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_getfsuid(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, void *, register_t *);
int linux_sys_fcntl64(struct proc *, void *, register_t *);
int linux_sys_nosys(struct lwp *, void *, register_t *);
int sys_exit(struct lwp *, void *, register_t *);
int sys_fork(struct lwp *, void *, register_t *);
int sys_read(struct lwp *, void *, register_t *);
int sys_write(struct lwp *, void *, register_t *);
int linux_sys_open(struct lwp *, void *, register_t *);
int sys_close(struct lwp *, void *, register_t *);
int linux_sys_waitpid(struct lwp *, void *, register_t *);
int linux_sys_creat(struct lwp *, void *, register_t *);
int linux_sys_link(struct lwp *, void *, register_t *);
int linux_sys_unlink(struct lwp *, void *, register_t *);
int linux_sys_execve(struct lwp *, void *, register_t *);
int linux_sys_chdir(struct lwp *, void *, register_t *);
int linux_sys_time(struct lwp *, void *, register_t *);
int linux_sys_mknod(struct lwp *, void *, register_t *);
int linux_sys_chmod(struct lwp *, void *, register_t *);
int linux_sys_lchown16(struct lwp *, void *, register_t *);
int linux_sys_break(struct lwp *, void *, register_t *);
int compat_43_sys_lseek(struct lwp *, void *, register_t *);
int sys_getpid(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int linux_sys_stime(struct lwp *, void *, register_t *);
int linux_sys_ptrace(struct lwp *, void *, register_t *);
int linux_sys_alarm(struct lwp *, void *, register_t *);
int linux_sys_pause(struct lwp *, void *, register_t *);
int linux_sys_utime(struct lwp *, void *, register_t *);
int linux_sys_access(struct lwp *, void *, register_t *);
int linux_sys_nice(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int linux_sys_kill(struct lwp *, void *, register_t *);
int linux_sys_rename(struct lwp *, void *, register_t *);
int linux_sys_mkdir(struct lwp *, void *, register_t *);
int linux_sys_rmdir(struct lwp *, void *, register_t *);
int sys_dup(struct lwp *, void *, register_t *);
int linux_sys_pipe(struct lwp *, void *, register_t *);
int linux_sys_times(struct lwp *, void *, register_t *);
int linux_sys_brk(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
int linux_sys_signal(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_acct(struct lwp *, void *, register_t *);
int linux_sys_ioctl(struct lwp *, void *, register_t *);
int linux_sys_fcntl(struct lwp *, void *, register_t *);
int sys_setpgid(struct lwp *, void *, register_t *);
int linux_sys_oldolduname(struct lwp *, void *, register_t *);
int sys_umask(struct lwp *, void *, register_t *);
int sys_chroot(struct lwp *, void *, register_t *);
int sys_dup2(struct lwp *, void *, register_t *);
int sys_getppid(struct lwp *, void *, register_t *);
int sys_getpgrp(struct lwp *, void *, register_t *);
int sys_setsid(struct lwp *, void *, register_t *);
int linux_sys_sigaction(struct lwp *, void *, register_t *);
int linux_sys_siggetmask(struct lwp *, void *, register_t *);
int linux_sys_sigsetmask(struct lwp *, void *, register_t *);
int linux_sys_setreuid16(struct lwp *, void *, register_t *);
int linux_sys_setregid16(struct lwp *, void *, register_t *);
int linux_sys_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_sigpending(struct lwp *, void *, register_t *);
int compat_43_sys_sethostname(struct lwp *, void *, register_t *);
int linux_sys_setrlimit(struct lwp *, void *, register_t *);
int linux_sys_getrlimit(struct lwp *, void *, register_t *);
int sys_getrusage(struct lwp *, void *, register_t *);
int linux_sys_gettimeofday(struct lwp *, void *, register_t *);
int linux_sys_settimeofday(struct lwp *, void *, register_t *);
int linux_sys_getgroups16(struct lwp *, void *, register_t *);
int linux_sys_setgroups16(struct lwp *, void *, register_t *);
int linux_sys_oldselect(struct lwp *, void *, register_t *);
int linux_sys_symlink(struct lwp *, void *, register_t *);
int compat_43_sys_lstat(struct lwp *, void *, register_t *);
int linux_sys_readlink(struct lwp *, void *, register_t *);
int linux_sys_uselib(struct lwp *, void *, register_t *);
int linux_sys_swapon(struct lwp *, void *, register_t *);
int linux_sys_reboot(struct lwp *, void *, register_t *);
int linux_sys_readdir(struct lwp *, void *, register_t *);
int linux_sys_old_mmap(struct lwp *, void *, register_t *);
int sys_munmap(struct lwp *, void *, register_t *);
int linux_sys_truncate(struct lwp *, void *, register_t *);
int compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
int sys_fchmod(struct lwp *, void *, register_t *);
int linux_sys_fchown16(struct lwp *, void *, register_t *);
int sys_getpriority(struct lwp *, void *, register_t *);
int sys_setpriority(struct lwp *, void *, register_t *);
int sys_profil(struct lwp *, void *, register_t *);
int linux_sys_statfs(struct lwp *, void *, register_t *);
int linux_sys_fstatfs(struct lwp *, void *, register_t *);
int linux_sys_ioperm(struct lwp *, void *, register_t *);
int linux_sys_socketcall(struct lwp *, void *, register_t *);
int sys_setitimer(struct lwp *, void *, register_t *);
int sys_getitimer(struct lwp *, void *, register_t *);
int linux_sys_stat(struct lwp *, void *, register_t *);
int linux_sys_lstat(struct lwp *, void *, register_t *);
int linux_sys_fstat(struct lwp *, void *, register_t *);
int linux_sys_olduname(struct lwp *, void *, register_t *);
int linux_sys_iopl(struct lwp *, void *, register_t *);
int linux_sys_wait4(struct lwp *, void *, register_t *);
int linux_sys_swapoff(struct lwp *, void *, register_t *);
int linux_sys_sysinfo(struct lwp *, void *, register_t *);
int linux_sys_ipc(struct lwp *, void *, register_t *);
int sys_fsync(struct lwp *, void *, register_t *);
int linux_sys_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_clone(struct lwp *, void *, register_t *);
int linux_sys_setdomainname(struct lwp *, void *, register_t *);
int linux_sys_uname(struct lwp *, void *, register_t *);
int linux_sys_modify_ldt(struct lwp *, void *, register_t *);
int linux_sys_mprotect(struct lwp *, void *, register_t *);
int linux_sys_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_getpgid(struct lwp *, void *, register_t *);
int sys_fchdir(struct lwp *, void *, register_t *);
int linux_sys_personality(struct lwp *, void *, register_t *);
int linux_sys_setfsuid(struct lwp *, void *, register_t *);
int linux_sys_getfsuid(struct lwp *, void *, register_t *);
int linux_sys_llseek(struct lwp *, void *, register_t *);
int linux_sys_getdents(struct lwp *, void *, register_t *);
int linux_sys_select(struct lwp *, void *, register_t *);
int sys_flock(struct lwp *, void *, register_t *);
int linux_sys_msync(struct lwp *, void *, register_t *);
int sys_readv(struct lwp *, void *, register_t *);
int sys_writev(struct lwp *, void *, register_t *);
int sys_getsid(struct lwp *, void *, register_t *);
int linux_sys_fdatasync(struct lwp *, void *, register_t *);
int linux_sys___sysctl(struct lwp *, void *, register_t *);
int sys_mlock(struct lwp *, void *, register_t *);
int sys_munlock(struct lwp *, void *, register_t *);
int sys_mlockall(struct lwp *, void *, register_t *);
int sys_munlockall(struct lwp *, void *, register_t *);
int linux_sys_sched_setparam(struct lwp *, void *, register_t *);
int linux_sys_sched_getparam(struct lwp *, void *, register_t *);
int linux_sys_sched_setscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_getscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_yield(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *);
int sys_nanosleep(struct lwp *, void *, register_t *);
int linux_sys_mremap(struct lwp *, void *, register_t *);
int linux_sys_setresuid16(struct lwp *, void *, register_t *);
int linux_sys_getresuid(struct lwp *, void *, register_t *);
int sys_poll(struct lwp *, void *, register_t *);
int linux_sys_setresgid16(struct lwp *, void *, register_t *);
int linux_sys_getresgid(struct lwp *, void *, register_t *);
int linux_sys_rt_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_rt_sigaction(struct lwp *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_rt_sigpending(struct lwp *, void *, register_t *);
int linux_sys_rt_queueinfo(struct lwp *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_pread(struct lwp *, void *, register_t *);
int linux_sys_pwrite(struct lwp *, void *, register_t *);
int linux_sys_chown16(struct lwp *, void *, register_t *);
int sys___getcwd(struct lwp *, void *, register_t *);
int linux_sys_sigaltstack(struct lwp *, void *, register_t *);
int sys___vfork14(struct lwp *, void *, register_t *);
int linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
int linux_sys_mmap(struct lwp *, void *, register_t *);
int linux_sys_truncate64(struct lwp *, void *, register_t *);
int sys_ftruncate(struct lwp *, void *, register_t *);
int linux_sys_stat64(struct lwp *, void *, register_t *);
int linux_sys_lstat64(struct lwp *, void *, register_t *);
int linux_sys_fstat64(struct lwp *, void *, register_t *);
int linux_sys_lchown(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_setreuid(struct lwp *, void *, register_t *);
int sys_setregid(struct lwp *, void *, register_t *);
int sys_getgroups(struct lwp *, void *, register_t *);
int sys_setgroups(struct lwp *, void *, register_t *);
int sys___posix_fchown(struct lwp *, void *, register_t *);
int linux_sys_setresuid(struct lwp *, void *, register_t *);
int linux_sys_getresuid(struct lwp *, void *, register_t *);
int linux_sys_setresgid(struct lwp *, void *, register_t *);
int linux_sys_getresgid(struct lwp *, void *, register_t *);
int linux_sys_chown(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int linux_sys_setfsuid(struct lwp *, void *, register_t *);
int linux_sys_getfsuid(struct lwp *, void *, register_t *);
int linux_sys_getdents64(struct lwp *, void *, register_t *);
int linux_sys_fcntl64(struct lwp *, void *, register_t *);
#endif /* _LINUX_SYS__SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.45 2002/04/10 18:19:07 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.63 2002/04/10 18:18:27 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2002/04/10 18:19:07 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2002/04/10 18:19:07 christos
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_mmap.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.44 2002/04/10 18:19:08 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.63 2002/04/10 18:18:27 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2002/04/10 18:19:08 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
@ -18,6 +18,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2002/04/10 18:19:08 christos E
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_mmap.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.43 2002/11/01 20:24:23 jdolecek Exp $ */
/* $NetBSD: linux_syscall.h,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.42 2002/05/12 13:57:08 jdolecek Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.43 2003/01/18 08:06:50 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
* created from NetBSD
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -579,191 +579,191 @@ struct linux_sys_getdents64_args {
* System call prototypes.
*/
int linux_sys_nosys(struct proc *, void *, register_t *);
int sys_exit(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int sys_read(struct proc *, void *, register_t *);
int sys_write(struct proc *, void *, register_t *);
int linux_sys_open(struct proc *, void *, register_t *);
int sys_close(struct proc *, void *, register_t *);
int linux_sys_waitpid(struct proc *, void *, register_t *);
int linux_sys_creat(struct proc *, void *, register_t *);
int linux_sys_link(struct proc *, void *, register_t *);
int linux_sys_unlink(struct proc *, void *, register_t *);
int linux_sys_execve(struct proc *, void *, register_t *);
int linux_sys_chdir(struct proc *, void *, register_t *);
int linux_sys_time(struct proc *, void *, register_t *);
int linux_sys_mknod(struct proc *, void *, register_t *);
int linux_sys_chmod(struct proc *, void *, register_t *);
int linux_sys_chown16(struct proc *, void *, register_t *);
int linux_sys_nosys(struct lwp *, void *, register_t *);
int sys_exit(struct lwp *, void *, register_t *);
int sys_fork(struct lwp *, void *, register_t *);
int sys_read(struct lwp *, void *, register_t *);
int sys_write(struct lwp *, void *, register_t *);
int linux_sys_open(struct lwp *, void *, register_t *);
int sys_close(struct lwp *, void *, register_t *);
int linux_sys_waitpid(struct lwp *, void *, register_t *);
int linux_sys_creat(struct lwp *, void *, register_t *);
int linux_sys_link(struct lwp *, void *, register_t *);
int linux_sys_unlink(struct lwp *, void *, register_t *);
int linux_sys_execve(struct lwp *, void *, register_t *);
int linux_sys_chdir(struct lwp *, void *, register_t *);
int linux_sys_time(struct lwp *, void *, register_t *);
int linux_sys_mknod(struct lwp *, void *, register_t *);
int linux_sys_chmod(struct lwp *, void *, register_t *);
int linux_sys_chown16(struct lwp *, void *, register_t *);
#if !defined(_KERNEL) || defined(COMPAT_43)
int compat_43_sys_lseek(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct lwp *, void *, register_t *);
#else
#endif
int sys_getpid(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int linux_sys_stime(struct proc *, void *, register_t *);
int linux_sys_ptrace(struct proc *, void *, register_t *);
int linux_sys_alarm(struct proc *, void *, register_t *);
int linux_sys_pause(struct proc *, void *, register_t *);
int linux_sys_utime(struct proc *, void *, register_t *);
int linux_sys_access(struct proc *, void *, register_t *);
int linux_sys_nice(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int linux_sys_kill(struct proc *, void *, register_t *);
int linux_sys_rename(struct proc *, void *, register_t *);
int linux_sys_mkdir(struct proc *, void *, register_t *);
int linux_sys_rmdir(struct proc *, void *, register_t *);
int sys_dup(struct proc *, void *, register_t *);
int linux_sys_pipe(struct proc *, void *, register_t *);
int linux_sys_times(struct proc *, void *, register_t *);
int linux_sys_brk(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int sys_getgid(struct proc *, void *, register_t *);
int linux_sys_signal(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_acct(struct proc *, void *, register_t *);
int linux_sys_ioctl(struct proc *, void *, register_t *);
int linux_sys_fcntl(struct proc *, void *, register_t *);
int sys_setpgid(struct proc *, void *, register_t *);
int sys_umask(struct proc *, void *, register_t *);
int sys_chroot(struct proc *, void *, register_t *);
int sys_dup2(struct proc *, void *, register_t *);
int sys_getppid(struct proc *, void *, register_t *);
int sys_getpgrp(struct proc *, void *, register_t *);
int sys_setsid(struct proc *, void *, register_t *);
int linux_sys_sigaction(struct proc *, void *, register_t *);
int linux_sys_siggetmask(struct proc *, void *, register_t *);
int linux_sys_sigsetmask(struct proc *, void *, register_t *);
int linux_sys_setreuid16(struct proc *, void *, register_t *);
int linux_sys_setregid16(struct proc *, void *, register_t *);
int linux_sys_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_sigpending(struct proc *, void *, register_t *);
int sys_getpid(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int linux_sys_stime(struct lwp *, void *, register_t *);
int linux_sys_ptrace(struct lwp *, void *, register_t *);
int linux_sys_alarm(struct lwp *, void *, register_t *);
int linux_sys_pause(struct lwp *, void *, register_t *);
int linux_sys_utime(struct lwp *, void *, register_t *);
int linux_sys_access(struct lwp *, void *, register_t *);
int linux_sys_nice(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int linux_sys_kill(struct lwp *, void *, register_t *);
int linux_sys_rename(struct lwp *, void *, register_t *);
int linux_sys_mkdir(struct lwp *, void *, register_t *);
int linux_sys_rmdir(struct lwp *, void *, register_t *);
int sys_dup(struct lwp *, void *, register_t *);
int linux_sys_pipe(struct lwp *, void *, register_t *);
int linux_sys_times(struct lwp *, void *, register_t *);
int linux_sys_brk(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
int linux_sys_signal(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_acct(struct lwp *, void *, register_t *);
int linux_sys_ioctl(struct lwp *, void *, register_t *);
int linux_sys_fcntl(struct lwp *, void *, register_t *);
int sys_setpgid(struct lwp *, void *, register_t *);
int sys_umask(struct lwp *, void *, register_t *);
int sys_chroot(struct lwp *, void *, register_t *);
int sys_dup2(struct lwp *, void *, register_t *);
int sys_getppid(struct lwp *, void *, register_t *);
int sys_getpgrp(struct lwp *, void *, register_t *);
int sys_setsid(struct lwp *, void *, register_t *);
int linux_sys_sigaction(struct lwp *, void *, register_t *);
int linux_sys_siggetmask(struct lwp *, void *, register_t *);
int linux_sys_sigsetmask(struct lwp *, void *, register_t *);
int linux_sys_setreuid16(struct lwp *, void *, register_t *);
int linux_sys_setregid16(struct lwp *, void *, register_t *);
int linux_sys_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_sigpending(struct lwp *, void *, register_t *);
#if !defined(_KERNEL) || defined(COMPAT_43)
int compat_43_sys_sethostname(struct proc *, void *, register_t *);
int compat_43_sys_sethostname(struct lwp *, void *, register_t *);
#else
#endif
int linux_sys_setrlimit(struct proc *, void *, register_t *);
int linux_sys_getrlimit(struct proc *, void *, register_t *);
int sys_getrusage(struct proc *, void *, register_t *);
int linux_sys_gettimeofday(struct proc *, void *, register_t *);
int linux_sys_settimeofday(struct proc *, void *, register_t *);
int linux_sys_getgroups16(struct proc *, void *, register_t *);
int linux_sys_setgroups16(struct proc *, void *, register_t *);
int linux_sys_oldselect(struct proc *, void *, register_t *);
int linux_sys_symlink(struct proc *, void *, register_t *);
int linux_sys_setrlimit(struct lwp *, void *, register_t *);
int linux_sys_getrlimit(struct lwp *, void *, register_t *);
int sys_getrusage(struct lwp *, void *, register_t *);
int linux_sys_gettimeofday(struct lwp *, void *, register_t *);
int linux_sys_settimeofday(struct lwp *, void *, register_t *);
int linux_sys_getgroups16(struct lwp *, void *, register_t *);
int linux_sys_setgroups16(struct lwp *, void *, register_t *);
int linux_sys_oldselect(struct lwp *, void *, register_t *);
int linux_sys_symlink(struct lwp *, void *, register_t *);
#if !defined(_KERNEL) || defined(COMPAT_43)
int compat_43_sys_lstat(struct proc *, void *, register_t *);
int compat_43_sys_lstat(struct lwp *, void *, register_t *);
#else
#endif
int linux_sys_readlink(struct proc *, void *, register_t *);
int linux_sys_uselib(struct proc *, void *, register_t *);
int linux_sys_swapon(struct proc *, void *, register_t *);
int linux_sys_reboot(struct proc *, void *, register_t *);
int linux_sys_readdir(struct proc *, void *, register_t *);
int linux_sys_old_mmap(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int linux_sys_truncate(struct proc *, void *, register_t *);
int linux_sys_readlink(struct lwp *, void *, register_t *);
int linux_sys_uselib(struct lwp *, void *, register_t *);
int linux_sys_swapon(struct lwp *, void *, register_t *);
int linux_sys_reboot(struct lwp *, void *, register_t *);
int linux_sys_readdir(struct lwp *, void *, register_t *);
int linux_sys_old_mmap(struct lwp *, void *, register_t *);
int sys_munmap(struct lwp *, void *, register_t *);
int linux_sys_truncate(struct lwp *, void *, register_t *);
#if !defined(_KERNEL) || defined(COMPAT_43)
int compat_43_sys_ftruncate(struct proc *, void *, register_t *);
int compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
#else
#endif
int sys_fchmod(struct proc *, void *, register_t *);
int linux_sys_fchown16(struct proc *, void *, register_t *);
int sys_getpriority(struct proc *, void *, register_t *);
int sys_setpriority(struct proc *, void *, register_t *);
int sys_profil(struct proc *, void *, register_t *);
int linux_sys_statfs(struct proc *, void *, register_t *);
int linux_sys_fstatfs(struct proc *, void *, register_t *);
int linux_sys_socketcall(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int sys_getitimer(struct proc *, void *, register_t *);
int linux_sys_stat(struct proc *, void *, register_t *);
int linux_sys_lstat(struct proc *, void *, register_t *);
int linux_sys_fstat(struct proc *, void *, register_t *);
int linux_sys_wait4(struct proc *, void *, register_t *);
int linux_sys_swapoff(struct proc *, void *, register_t *);
int linux_sys_sysinfo(struct proc *, void *, register_t *);
int linux_sys_ipc(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int linux_sys_sigreturn(struct proc *, void *, register_t *);
int linux_sys_clone(struct proc *, void *, register_t *);
int linux_sys_setdomainname(struct proc *, void *, register_t *);
int linux_sys_uname(struct proc *, void *, register_t *);
int linux_sys_cacheflush(struct proc *, void *, register_t *);
int linux_sys_mprotect(struct proc *, void *, register_t *);
int linux_sys_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_getpgid(struct proc *, void *, register_t *);
int sys_fchdir(struct proc *, void *, register_t *);
int linux_sys_personality(struct proc *, void *, register_t *);
int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_getfsuid(struct proc *, void *, register_t *);
int linux_sys_llseek(struct proc *, void *, register_t *);
int linux_sys_getdents(struct proc *, void *, register_t *);
int linux_sys_select(struct proc *, void *, register_t *);
int sys_flock(struct proc *, void *, register_t *);
int linux_sys_msync(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);
int sys_writev(struct proc *, void *, register_t *);
int sys_getsid(struct proc *, void *, register_t *);
int linux_sys_fdatasync(struct proc *, void *, register_t *);
int linux_sys___sysctl(struct proc *, void *, register_t *);
int sys_mlock(struct proc *, void *, register_t *);
int sys_munlock(struct proc *, void *, register_t *);
int sys_mlockall(struct proc *, void *, register_t *);
int sys_munlockall(struct proc *, void *, register_t *);
int linux_sys_sched_setparam(struct proc *, void *, register_t *);
int linux_sys_sched_getparam(struct proc *, void *, register_t *);
int linux_sys_sched_setscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_getscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_yield(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct proc *, void *, register_t *);
int sys_nanosleep(struct proc *, void *, register_t *);
int linux_sys_mremap(struct proc *, void *, register_t *);
int linux_sys_setresuid16(struct proc *, void *, register_t *);
int linux_sys_getresuid(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
int linux_sys_setresgid16(struct proc *, void *, register_t *);
int linux_sys_getresgid(struct proc *, void *, register_t *);
int linux_sys_rt_sigreturn(struct proc *, void *, register_t *);
int linux_sys_rt_sigaction(struct proc *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_rt_sigpending(struct proc *, void *, register_t *);
int linux_sys_rt_queueinfo(struct proc *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_pread(struct proc *, void *, register_t *);
int linux_sys_pwrite(struct proc *, void *, register_t *);
int linux_sys_lchown16(struct proc *, void *, register_t *);
int sys___getcwd(struct proc *, void *, register_t *);
int linux_sys_sigaltstack(struct proc *, void *, register_t *);
int sys___vfork14(struct proc *, void *, register_t *);
int linux_sys_ugetrlimit(struct proc *, void *, register_t *);
int linux_sys_truncate64(struct proc *, void *, register_t *);
int sys_ftruncate(struct proc *, void *, register_t *);
int linux_sys_stat64(struct proc *, void *, register_t *);
int linux_sys_lstat64(struct proc *, void *, register_t *);
int linux_sys_fstat64(struct proc *, void *, register_t *);
int linux_sys_chown(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int sys_getgid(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_setreuid(struct proc *, void *, register_t *);
int sys_setregid(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int sys___posix_fchown(struct proc *, void *, register_t *);
int linux_sys_setresuid(struct proc *, void *, register_t *);
int linux_sys_getresuid(struct proc *, void *, register_t *);
int linux_sys_setresgid(struct proc *, void *, register_t *);
int linux_sys_getresgid(struct proc *, void *, register_t *);
int linux_sys_lchown(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_getfsuid(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, void *, register_t *);
int sys_fchmod(struct lwp *, void *, register_t *);
int linux_sys_fchown16(struct lwp *, void *, register_t *);
int sys_getpriority(struct lwp *, void *, register_t *);
int sys_setpriority(struct lwp *, void *, register_t *);
int sys_profil(struct lwp *, void *, register_t *);
int linux_sys_statfs(struct lwp *, void *, register_t *);
int linux_sys_fstatfs(struct lwp *, void *, register_t *);
int linux_sys_socketcall(struct lwp *, void *, register_t *);
int sys_setitimer(struct lwp *, void *, register_t *);
int sys_getitimer(struct lwp *, void *, register_t *);
int linux_sys_stat(struct lwp *, void *, register_t *);
int linux_sys_lstat(struct lwp *, void *, register_t *);
int linux_sys_fstat(struct lwp *, void *, register_t *);
int linux_sys_wait4(struct lwp *, void *, register_t *);
int linux_sys_swapoff(struct lwp *, void *, register_t *);
int linux_sys_sysinfo(struct lwp *, void *, register_t *);
int linux_sys_ipc(struct lwp *, void *, register_t *);
int sys_fsync(struct lwp *, void *, register_t *);
int linux_sys_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_clone(struct lwp *, void *, register_t *);
int linux_sys_setdomainname(struct lwp *, void *, register_t *);
int linux_sys_uname(struct lwp *, void *, register_t *);
int linux_sys_cacheflush(struct lwp *, void *, register_t *);
int linux_sys_mprotect(struct lwp *, void *, register_t *);
int linux_sys_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_getpgid(struct lwp *, void *, register_t *);
int sys_fchdir(struct lwp *, void *, register_t *);
int linux_sys_personality(struct lwp *, void *, register_t *);
int linux_sys_setfsuid(struct lwp *, void *, register_t *);
int linux_sys_getfsuid(struct lwp *, void *, register_t *);
int linux_sys_llseek(struct lwp *, void *, register_t *);
int linux_sys_getdents(struct lwp *, void *, register_t *);
int linux_sys_select(struct lwp *, void *, register_t *);
int sys_flock(struct lwp *, void *, register_t *);
int linux_sys_msync(struct lwp *, void *, register_t *);
int sys_readv(struct lwp *, void *, register_t *);
int sys_writev(struct lwp *, void *, register_t *);
int sys_getsid(struct lwp *, void *, register_t *);
int linux_sys_fdatasync(struct lwp *, void *, register_t *);
int linux_sys___sysctl(struct lwp *, void *, register_t *);
int sys_mlock(struct lwp *, void *, register_t *);
int sys_munlock(struct lwp *, void *, register_t *);
int sys_mlockall(struct lwp *, void *, register_t *);
int sys_munlockall(struct lwp *, void *, register_t *);
int linux_sys_sched_setparam(struct lwp *, void *, register_t *);
int linux_sys_sched_getparam(struct lwp *, void *, register_t *);
int linux_sys_sched_setscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_getscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_yield(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *);
int sys_nanosleep(struct lwp *, void *, register_t *);
int linux_sys_mremap(struct lwp *, void *, register_t *);
int linux_sys_setresuid16(struct lwp *, void *, register_t *);
int linux_sys_getresuid(struct lwp *, void *, register_t *);
int sys_poll(struct lwp *, void *, register_t *);
int linux_sys_setresgid16(struct lwp *, void *, register_t *);
int linux_sys_getresgid(struct lwp *, void *, register_t *);
int linux_sys_rt_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_rt_sigaction(struct lwp *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_rt_sigpending(struct lwp *, void *, register_t *);
int linux_sys_rt_queueinfo(struct lwp *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_pread(struct lwp *, void *, register_t *);
int linux_sys_pwrite(struct lwp *, void *, register_t *);
int linux_sys_lchown16(struct lwp *, void *, register_t *);
int sys___getcwd(struct lwp *, void *, register_t *);
int linux_sys_sigaltstack(struct lwp *, void *, register_t *);
int sys___vfork14(struct lwp *, void *, register_t *);
int linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
int linux_sys_truncate64(struct lwp *, void *, register_t *);
int sys_ftruncate(struct lwp *, void *, register_t *);
int linux_sys_stat64(struct lwp *, void *, register_t *);
int linux_sys_lstat64(struct lwp *, void *, register_t *);
int linux_sys_fstat64(struct lwp *, void *, register_t *);
int linux_sys_chown(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_setreuid(struct lwp *, void *, register_t *);
int sys_setregid(struct lwp *, void *, register_t *);
int sys_getgroups(struct lwp *, void *, register_t *);
int sys_setgroups(struct lwp *, void *, register_t *);
int sys___posix_fchown(struct lwp *, void *, register_t *);
int linux_sys_setresuid(struct lwp *, void *, register_t *);
int linux_sys_getresuid(struct lwp *, void *, register_t *);
int linux_sys_setresgid(struct lwp *, void *, register_t *);
int linux_sys_getresgid(struct lwp *, void *, register_t *);
int linux_sys_lchown(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int linux_sys_setfsuid(struct lwp *, void *, register_t *);
int linux_sys_getfsuid(struct lwp *, void *, register_t *);
int linux_sys_getdents64(struct lwp *, void *, register_t *);
#endif /* _LINUX_SYS__SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.43 2002/05/12 13:57:08 jdolecek Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2002/05/12 13:57:08 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2002/05/12 13:57:08 jdolecek
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.43 2002/11/01 20:24:23 jdolecek Exp $ */
/* $NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.43 2002/11/01 20:24:23 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.43 2002/11/01 20:24:23 jdolecek E
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.12 2002/11/01 20:23:23 jdolecek Exp $ */
/* $NetBSD: linux_syscall.h,v 1.13 2003/01/18 08:07:21 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.11 2002/04/10 18:19:09 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp
* created from NetBSD
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -546,175 +546,175 @@ struct linux_sys_fcntl64_args {
* System call prototypes.
*/
int linux_sys_nosys(struct proc *, void *, register_t *);
int sys_exit(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int sys_read(struct proc *, void *, register_t *);
int sys_write(struct proc *, void *, register_t *);
int linux_sys_open(struct proc *, void *, register_t *);
int sys_close(struct proc *, void *, register_t *);
int linux_sys_waitpid(struct proc *, void *, register_t *);
int linux_sys_creat(struct proc *, void *, register_t *);
int linux_sys_link(struct proc *, void *, register_t *);
int linux_sys_unlink(struct proc *, void *, register_t *);
int linux_sys_execve(struct proc *, void *, register_t *);
int linux_sys_chdir(struct proc *, void *, register_t *);
int linux_sys_time(struct proc *, void *, register_t *);
int linux_sys_mknod(struct proc *, void *, register_t *);
int linux_sys_chmod(struct proc *, void *, register_t *);
int linux_sys_lchown(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct proc *, void *, register_t *);
int sys_getpid(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_getuid(struct proc *, void *, register_t *);
int linux_sys_stime(struct proc *, void *, register_t *);
int linux_sys_ptrace(struct proc *, void *, register_t *);
int linux_sys_alarm(struct proc *, void *, register_t *);
int linux_sys_pause(struct proc *, void *, register_t *);
int linux_sys_utime(struct proc *, void *, register_t *);
int linux_sys_access(struct proc *, void *, register_t *);
int linux_sys_nice(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int linux_sys_kill(struct proc *, void *, register_t *);
int linux_sys_rename(struct proc *, void *, register_t *);
int linux_sys_mkdir(struct proc *, void *, register_t *);
int linux_sys_rmdir(struct proc *, void *, register_t *);
int sys_dup(struct proc *, void *, register_t *);
int linux_sys_pipe(struct proc *, void *, register_t *);
int linux_sys_times(struct proc *, void *, register_t *);
int linux_sys_brk(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int sys_getgid(struct proc *, void *, register_t *);
int linux_sys_signal(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
int sys_acct(struct proc *, void *, register_t *);
int linux_sys_ioctl(struct proc *, void *, register_t *);
int linux_sys_fcntl(struct proc *, void *, register_t *);
int sys_setpgid(struct proc *, void *, register_t *);
int linux_sys_olduname(struct proc *, void *, register_t *);
int sys_umask(struct proc *, void *, register_t *);
int sys_chroot(struct proc *, void *, register_t *);
int sys_dup2(struct proc *, void *, register_t *);
int sys_getppid(struct proc *, void *, register_t *);
int sys_getpgrp(struct proc *, void *, register_t *);
int sys_setsid(struct proc *, void *, register_t *);
int linux_sys_sigaction(struct proc *, void *, register_t *);
int linux_sys_siggetmask(struct proc *, void *, register_t *);
int linux_sys_sigsetmask(struct proc *, void *, register_t *);
int sys_setreuid(struct proc *, void *, register_t *);
int sys_setregid(struct proc *, void *, register_t *);
int linux_sys_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_sigpending(struct proc *, void *, register_t *);
int compat_43_sys_sethostname(struct proc *, void *, register_t *);
int linux_sys_setrlimit(struct proc *, void *, register_t *);
int linux_sys_getrlimit(struct proc *, void *, register_t *);
int sys_getrusage(struct proc *, void *, register_t *);
int linux_sys_gettimeofday(struct proc *, void *, register_t *);
int linux_sys_settimeofday(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int linux_sys_symlink(struct proc *, void *, register_t *);
int compat_43_sys_lstat(struct proc *, void *, register_t *);
int linux_sys_readlink(struct proc *, void *, register_t *);
int linux_sys_swapon(struct proc *, void *, register_t *);
int linux_sys_reboot(struct proc *, void *, register_t *);
int linux_sys_readdir(struct proc *, void *, register_t *);
int linux_sys_mmap(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int linux_sys_truncate(struct proc *, void *, register_t *);
int compat_43_sys_ftruncate(struct proc *, void *, register_t *);
int sys_fchmod(struct proc *, void *, register_t *);
int sys___posix_fchown(struct proc *, void *, register_t *);
int sys_getpriority(struct proc *, void *, register_t *);
int sys_setpriority(struct proc *, void *, register_t *);
int linux_sys_statfs(struct proc *, void *, register_t *);
int linux_sys_fstatfs(struct proc *, void *, register_t *);
int linux_sys_ioperm(struct proc *, void *, register_t *);
int linux_sys_socketcall(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int sys_getitimer(struct proc *, void *, register_t *);
int linux_sys_stat(struct proc *, void *, register_t *);
int linux_sys_lstat(struct proc *, void *, register_t *);
int linux_sys_fstat(struct proc *, void *, register_t *);
int linux_sys_uname(struct proc *, void *, register_t *);
int linux_sys_wait4(struct proc *, void *, register_t *);
int linux_sys_swapoff(struct proc *, void *, register_t *);
int linux_sys_sysinfo(struct proc *, void *, register_t *);
int linux_sys_ipc(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int linux_sys_sigreturn(struct proc *, void *, register_t *);
int linux_sys_clone(struct proc *, void *, register_t *);
int linux_sys_setdomainname(struct proc *, void *, register_t *);
int linux_sys_new_uname(struct proc *, void *, register_t *);
int linux_sys_mprotect(struct proc *, void *, register_t *);
int linux_sys_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_getpgid(struct proc *, void *, register_t *);
int sys_fchdir(struct proc *, void *, register_t *);
int linux_sys_personality(struct proc *, void *, register_t *);
int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_getfsuid(struct proc *, void *, register_t *);
int linux_sys_llseek(struct proc *, void *, register_t *);
int linux_sys_getdents(struct proc *, void *, register_t *);
int linux_sys_select(struct proc *, void *, register_t *);
int sys_flock(struct proc *, void *, register_t *);
int linux_sys_msync(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);
int sys_writev(struct proc *, void *, register_t *);
int linux_sys_cacheflush(struct proc *, void *, register_t *);
int linux_sys_sysmips(struct proc *, void *, register_t *);
int sys_getsid(struct proc *, void *, register_t *);
int linux_sys_fdatasync(struct proc *, void *, register_t *);
int linux_sys___sysctl(struct proc *, void *, register_t *);
int sys_mlock(struct proc *, void *, register_t *);
int sys_munlock(struct proc *, void *, register_t *);
int sys_mlockall(struct proc *, void *, register_t *);
int sys_munlockall(struct proc *, void *, register_t *);
int linux_sys_sched_setparam(struct proc *, void *, register_t *);
int linux_sys_sched_getparam(struct proc *, void *, register_t *);
int linux_sys_sched_setscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_getscheduler(struct proc *, void *, register_t *);
int linux_sys_sched_yield(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct proc *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct proc *, void *, register_t *);
int sys_nanosleep(struct proc *, void *, register_t *);
int linux_sys_mremap(struct proc *, void *, register_t *);
int linux_sys_accept(struct proc *, void *, register_t *);
int linux_sys_bind(struct proc *, void *, register_t *);
int linux_sys_connect(struct proc *, void *, register_t *);
int linux_sys_getpeername(struct proc *, void *, register_t *);
int linux_sys_getsockname(struct proc *, void *, register_t *);
int linux_sys_getsockopt(struct proc *, void *, register_t *);
int sys_listen(struct proc *, void *, register_t *);
int linux_sys_recv(struct proc *, void *, register_t *);
int linux_sys_recvfrom(struct proc *, void *, register_t *);
int linux_sys_recvmsg(struct proc *, void *, register_t *);
int linux_sys_send(struct proc *, void *, register_t *);
int linux_sys_sendmsg(struct proc *, void *, register_t *);
int linux_sys_sendto(struct proc *, void *, register_t *);
int linux_sys_setsockopt(struct proc *, void *, register_t *);
int linux_sys_socket(struct proc *, void *, register_t *);
int linux_sys_socketpair(struct proc *, void *, register_t *);
int linux_sys_setresuid(struct proc *, void *, register_t *);
int linux_sys_getresuid(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
int linux_sys_setresgid(struct proc *, void *, register_t *);
int linux_sys_getresgid(struct proc *, void *, register_t *);
int linux_sys_rt_sigreturn(struct proc *, void *, register_t *);
int linux_sys_rt_sigaction(struct proc *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct proc *, void *, register_t *);
int linux_sys_rt_sigpending(struct proc *, void *, register_t *);
int linux_sys_rt_queueinfo(struct proc *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct proc *, void *, register_t *);
int linux_sys_pread(struct proc *, void *, register_t *);
int linux_sys_pwrite(struct proc *, void *, register_t *);
int linux_sys_chown(struct proc *, void *, register_t *);
int sys___getcwd(struct proc *, void *, register_t *);
int linux_sys_sigaltstack(struct proc *, void *, register_t *);
int linux_sys_truncate64(struct proc *, void *, register_t *);
int linux_sys_stat64(struct proc *, void *, register_t *);
int linux_sys_lstat64(struct proc *, void *, register_t *);
int linux_sys_fstat64(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, void *, register_t *);
int linux_sys_fcntl64(struct proc *, void *, register_t *);
int linux_sys_nosys(struct lwp *, void *, register_t *);
int sys_exit(struct lwp *, void *, register_t *);
int sys_fork(struct lwp *, void *, register_t *);
int sys_read(struct lwp *, void *, register_t *);
int sys_write(struct lwp *, void *, register_t *);
int linux_sys_open(struct lwp *, void *, register_t *);
int sys_close(struct lwp *, void *, register_t *);
int linux_sys_waitpid(struct lwp *, void *, register_t *);
int linux_sys_creat(struct lwp *, void *, register_t *);
int linux_sys_link(struct lwp *, void *, register_t *);
int linux_sys_unlink(struct lwp *, void *, register_t *);
int linux_sys_execve(struct lwp *, void *, register_t *);
int linux_sys_chdir(struct lwp *, void *, register_t *);
int linux_sys_time(struct lwp *, void *, register_t *);
int linux_sys_mknod(struct lwp *, void *, register_t *);
int linux_sys_chmod(struct lwp *, void *, register_t *);
int linux_sys_lchown(struct lwp *, void *, register_t *);
int compat_43_sys_lseek(struct lwp *, void *, register_t *);
int sys_getpid(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_getuid(struct lwp *, void *, register_t *);
int linux_sys_stime(struct lwp *, void *, register_t *);
int linux_sys_ptrace(struct lwp *, void *, register_t *);
int linux_sys_alarm(struct lwp *, void *, register_t *);
int linux_sys_pause(struct lwp *, void *, register_t *);
int linux_sys_utime(struct lwp *, void *, register_t *);
int linux_sys_access(struct lwp *, void *, register_t *);
int linux_sys_nice(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int linux_sys_kill(struct lwp *, void *, register_t *);
int linux_sys_rename(struct lwp *, void *, register_t *);
int linux_sys_mkdir(struct lwp *, void *, register_t *);
int linux_sys_rmdir(struct lwp *, void *, register_t *);
int sys_dup(struct lwp *, void *, register_t *);
int linux_sys_pipe(struct lwp *, void *, register_t *);
int linux_sys_times(struct lwp *, void *, register_t *);
int linux_sys_brk(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int sys_getgid(struct lwp *, void *, register_t *);
int linux_sys_signal(struct lwp *, void *, register_t *);
int sys_geteuid(struct lwp *, void *, register_t *);
int sys_getegid(struct lwp *, void *, register_t *);
int sys_acct(struct lwp *, void *, register_t *);
int linux_sys_ioctl(struct lwp *, void *, register_t *);
int linux_sys_fcntl(struct lwp *, void *, register_t *);
int sys_setpgid(struct lwp *, void *, register_t *);
int linux_sys_olduname(struct lwp *, void *, register_t *);
int sys_umask(struct lwp *, void *, register_t *);
int sys_chroot(struct lwp *, void *, register_t *);
int sys_dup2(struct lwp *, void *, register_t *);
int sys_getppid(struct lwp *, void *, register_t *);
int sys_getpgrp(struct lwp *, void *, register_t *);
int sys_setsid(struct lwp *, void *, register_t *);
int linux_sys_sigaction(struct lwp *, void *, register_t *);
int linux_sys_siggetmask(struct lwp *, void *, register_t *);
int linux_sys_sigsetmask(struct lwp *, void *, register_t *);
int sys_setreuid(struct lwp *, void *, register_t *);
int sys_setregid(struct lwp *, void *, register_t *);
int linux_sys_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_sigpending(struct lwp *, void *, register_t *);
int compat_43_sys_sethostname(struct lwp *, void *, register_t *);
int linux_sys_setrlimit(struct lwp *, void *, register_t *);
int linux_sys_getrlimit(struct lwp *, void *, register_t *);
int sys_getrusage(struct lwp *, void *, register_t *);
int linux_sys_gettimeofday(struct lwp *, void *, register_t *);
int linux_sys_settimeofday(struct lwp *, void *, register_t *);
int sys_getgroups(struct lwp *, void *, register_t *);
int sys_setgroups(struct lwp *, void *, register_t *);
int linux_sys_symlink(struct lwp *, void *, register_t *);
int compat_43_sys_lstat(struct lwp *, void *, register_t *);
int linux_sys_readlink(struct lwp *, void *, register_t *);
int linux_sys_swapon(struct lwp *, void *, register_t *);
int linux_sys_reboot(struct lwp *, void *, register_t *);
int linux_sys_readdir(struct lwp *, void *, register_t *);
int linux_sys_mmap(struct lwp *, void *, register_t *);
int sys_munmap(struct lwp *, void *, register_t *);
int linux_sys_truncate(struct lwp *, void *, register_t *);
int compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
int sys_fchmod(struct lwp *, void *, register_t *);
int sys___posix_fchown(struct lwp *, void *, register_t *);
int sys_getpriority(struct lwp *, void *, register_t *);
int sys_setpriority(struct lwp *, void *, register_t *);
int linux_sys_statfs(struct lwp *, void *, register_t *);
int linux_sys_fstatfs(struct lwp *, void *, register_t *);
int linux_sys_ioperm(struct lwp *, void *, register_t *);
int linux_sys_socketcall(struct lwp *, void *, register_t *);
int sys_setitimer(struct lwp *, void *, register_t *);
int sys_getitimer(struct lwp *, void *, register_t *);
int linux_sys_stat(struct lwp *, void *, register_t *);
int linux_sys_lstat(struct lwp *, void *, register_t *);
int linux_sys_fstat(struct lwp *, void *, register_t *);
int linux_sys_uname(struct lwp *, void *, register_t *);
int linux_sys_wait4(struct lwp *, void *, register_t *);
int linux_sys_swapoff(struct lwp *, void *, register_t *);
int linux_sys_sysinfo(struct lwp *, void *, register_t *);
int linux_sys_ipc(struct lwp *, void *, register_t *);
int sys_fsync(struct lwp *, void *, register_t *);
int linux_sys_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_clone(struct lwp *, void *, register_t *);
int linux_sys_setdomainname(struct lwp *, void *, register_t *);
int linux_sys_new_uname(struct lwp *, void *, register_t *);
int linux_sys_mprotect(struct lwp *, void *, register_t *);
int linux_sys_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_getpgid(struct lwp *, void *, register_t *);
int sys_fchdir(struct lwp *, void *, register_t *);
int linux_sys_personality(struct lwp *, void *, register_t *);
int linux_sys_setfsuid(struct lwp *, void *, register_t *);
int linux_sys_getfsuid(struct lwp *, void *, register_t *);
int linux_sys_llseek(struct lwp *, void *, register_t *);
int linux_sys_getdents(struct lwp *, void *, register_t *);
int linux_sys_select(struct lwp *, void *, register_t *);
int sys_flock(struct lwp *, void *, register_t *);
int linux_sys_msync(struct lwp *, void *, register_t *);
int sys_readv(struct lwp *, void *, register_t *);
int sys_writev(struct lwp *, void *, register_t *);
int linux_sys_cacheflush(struct lwp *, void *, register_t *);
int linux_sys_sysmips(struct lwp *, void *, register_t *);
int sys_getsid(struct lwp *, void *, register_t *);
int linux_sys_fdatasync(struct lwp *, void *, register_t *);
int linux_sys___sysctl(struct lwp *, void *, register_t *);
int sys_mlock(struct lwp *, void *, register_t *);
int sys_munlock(struct lwp *, void *, register_t *);
int sys_mlockall(struct lwp *, void *, register_t *);
int sys_munlockall(struct lwp *, void *, register_t *);
int linux_sys_sched_setparam(struct lwp *, void *, register_t *);
int linux_sys_sched_getparam(struct lwp *, void *, register_t *);
int linux_sys_sched_setscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_getscheduler(struct lwp *, void *, register_t *);
int linux_sys_sched_yield(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *);
int linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *);
int sys_nanosleep(struct lwp *, void *, register_t *);
int linux_sys_mremap(struct lwp *, void *, register_t *);
int linux_sys_accept(struct lwp *, void *, register_t *);
int linux_sys_bind(struct lwp *, void *, register_t *);
int linux_sys_connect(struct lwp *, void *, register_t *);
int linux_sys_getpeername(struct lwp *, void *, register_t *);
int linux_sys_getsockname(struct lwp *, void *, register_t *);
int linux_sys_getsockopt(struct lwp *, void *, register_t *);
int sys_listen(struct lwp *, void *, register_t *);
int linux_sys_recv(struct lwp *, void *, register_t *);
int linux_sys_recvfrom(struct lwp *, void *, register_t *);
int linux_sys_recvmsg(struct lwp *, void *, register_t *);
int linux_sys_send(struct lwp *, void *, register_t *);
int linux_sys_sendmsg(struct lwp *, void *, register_t *);
int linux_sys_sendto(struct lwp *, void *, register_t *);
int linux_sys_setsockopt(struct lwp *, void *, register_t *);
int linux_sys_socket(struct lwp *, void *, register_t *);
int linux_sys_socketpair(struct lwp *, void *, register_t *);
int linux_sys_setresuid(struct lwp *, void *, register_t *);
int linux_sys_getresuid(struct lwp *, void *, register_t *);
int sys_poll(struct lwp *, void *, register_t *);
int linux_sys_setresgid(struct lwp *, void *, register_t *);
int linux_sys_getresgid(struct lwp *, void *, register_t *);
int linux_sys_rt_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_rt_sigaction(struct lwp *, void *, register_t *);
int linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *);
int linux_sys_rt_sigpending(struct lwp *, void *, register_t *);
int linux_sys_rt_queueinfo(struct lwp *, void *, register_t *);
int linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *);
int linux_sys_pread(struct lwp *, void *, register_t *);
int linux_sys_pwrite(struct lwp *, void *, register_t *);
int linux_sys_chown(struct lwp *, void *, register_t *);
int sys___getcwd(struct lwp *, void *, register_t *);
int linux_sys_sigaltstack(struct lwp *, void *, register_t *);
int linux_sys_truncate64(struct lwp *, void *, register_t *);
int linux_sys_stat64(struct lwp *, void *, register_t *);
int linux_sys_lstat64(struct lwp *, void *, register_t *);
int linux_sys_fstat64(struct lwp *, void *, register_t *);
int linux_sys_getdents64(struct lwp *, void *, register_t *);
int linux_sys_fcntl64(struct lwp *, void *, register_t *);
#endif /* _LINUX_SYS__SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.11 2002/11/01 20:23:24 jdolecek Exp $ */
/* $NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11 2002/11/01 20:23:24 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11 2002/11/01 20:23:24 jdolecek E
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>