Regen: Merge the nathanw_sa branch.

This commit is contained in:
thorpej 2003-01-18 08:05:32 +00:00
parent 46141a3135
commit 42f134e02f
8 changed files with 378 additions and 374 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.46 2002/04/10 18:19:04 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.47 2003/01/18 08:05:32 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.41 2002/04/10 18:18:26 christos Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.45 2002/04/10 18:19:04 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.46 2003/01/18 08:05:32 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.41 2002/04/10 18:18:26 christos Exp
* created from NetBSD
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -591,192 +591,192 @@ 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 sys_close(struct proc *, void *, register_t *);
int osf1_sys_wait4(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_chdir(struct proc *, void *, register_t *);
int sys_fchdir(struct proc *, void *, register_t *);
int linux_sys_mknod(struct proc *, void *, register_t *);
int linux_sys_chmod(struct proc *, void *, register_t *);
int sys___posix_chown(struct proc *, void *, register_t *);
int linux_sys_brk(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct proc *, void *, register_t *);
int sys_getpid_with_ppid(struct proc *, void *, register_t *);
int osf1_sys_mount(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
int sys_getuid_with_euid(struct proc *, void *, register_t *);
int linux_sys_ptrace(struct proc *, void *, register_t *);
int linux_sys_access(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int linux_sys_kill(struct proc *, void *, register_t *);
int sys_setpgid(struct proc *, void *, register_t *);
int sys_dup(struct proc *, void *, register_t *);
int linux_sys_pipe(struct proc *, void *, register_t *);
int osf1_sys_set_program_attributes(struct proc *, void *, register_t *);
int linux_sys_open(struct proc *, void *, register_t *);
int sys_getgid_with_egid(struct proc *, void *, register_t *);
int compat_13_sys_sigprocmask(struct proc *, void *, register_t *);
int sys_acct(struct proc *, void *, register_t *);
int linux_sys_sigpending(struct proc *, void *, register_t *);
int linux_sys_ioctl(struct proc *, void *, register_t *);
int linux_sys_symlink(struct proc *, void *, register_t *);
int linux_sys_readlink(struct proc *, void *, register_t *);
int linux_sys_execve(struct proc *, void *, register_t *);
int sys_umask(struct proc *, void *, register_t *);
int sys_chroot(struct proc *, void *, register_t *);
int sys_getpgrp(struct proc *, void *, register_t *);
int compat_43_sys_getpagesize(struct proc *, void *, register_t *);
int sys___vfork14(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_mmap(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int linux_sys_mprotect(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int osf1_sys_setitimer(struct proc *, void *, register_t *);
int compat_43_sys_gethostname(struct proc *, void *, register_t *);
int compat_43_sys_sethostname(struct proc *, void *, register_t *);
int sys_dup2(struct proc *, void *, register_t *);
int linux_sys_fstat(struct proc *, void *, register_t *);
int linux_sys_fcntl(struct proc *, void *, register_t *);
int osf1_sys_select(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int sys_setpriority(struct proc *, void *, register_t *);
int linux_sys_socket(struct proc *, void *, register_t *);
int linux_sys_connect(struct proc *, void *, register_t *);
int linux_sys_accept(struct proc *, void *, register_t *);
int sys_getpriority(struct proc *, void *, register_t *);
int linux_sys_send(struct proc *, void *, register_t *);
int linux_sys_recv(struct proc *, void *, register_t *);
int linux_sys_sigreturn(struct proc *, void *, register_t *);
int linux_sys_bind(struct proc *, void *, register_t *);
int linux_sys_setsockopt(struct proc *, void *, register_t *);
int sys_listen(struct proc *, void *, register_t *);
int linux_sys_sigsuspend(struct proc *, void *, register_t *);
int compat_43_sys_sigstack(struct proc *, void *, register_t *);
int linux_sys_recvmsg(struct proc *, void *, register_t *);
int linux_sys_sendmsg(struct proc *, void *, register_t *);
int osf1_sys_gettimeofday(struct proc *, void *, register_t *);
int osf1_sys_getrusage(struct proc *, void *, register_t *);
int linux_sys_getsockopt(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);
int sys_writev(struct proc *, void *, register_t *);
int osf1_sys_settimeofday(struct proc *, void *, register_t *);
int sys___posix_fchown(struct proc *, void *, register_t *);
int sys_fchmod(struct proc *, void *, register_t *);
int linux_sys_recvfrom(struct proc *, void *, register_t *);
int sys_setreuid(struct proc *, void *, register_t *);
int sys_setregid(struct proc *, void *, register_t *);
int linux_sys_rename(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_flock(struct proc *, void *, register_t *);
int sys_setgid(struct proc *, void *, register_t *);
int linux_sys_sendto(struct proc *, void *, register_t *);
int sys_shutdown(struct proc *, void *, register_t *);
int linux_sys_socketpair(struct proc *, void *, register_t *);
int linux_sys_mkdir(struct proc *, void *, register_t *);
int linux_sys_rmdir(struct proc *, void *, register_t *);
int osf1_sys_utimes(struct proc *, void *, register_t *);
int linux_sys_getpeername(struct proc *, void *, register_t *);
int linux_sys_getrlimit(struct proc *, void *, register_t *);
int linux_sys_setrlimit(struct proc *, void *, register_t *);
int sys_setsid(struct proc *, void *, register_t *);
int linux_sys_getsockname(struct proc *, void *, register_t *);
int linux_sys_sigaction(struct proc *, void *, register_t *);
int compat_43_sys_getdirentries(struct proc *, void *, register_t *);
int osf1_sys_statfs(struct proc *, void *, register_t *);
int osf1_sys_fstatfs(struct proc *, void *, register_t *);
int compat_09_sys_getdomainname(struct proc *, void *, register_t *);
int linux_sys_setdomainname(struct proc *, void *, register_t *);
int linux_sys_ugetrlimit(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 sys_close(struct lwp *, void *, register_t *);
int osf1_sys_wait4(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_chdir(struct lwp *, void *, register_t *);
int sys_fchdir(struct lwp *, void *, register_t *);
int linux_sys_mknod(struct lwp *, void *, register_t *);
int linux_sys_chmod(struct lwp *, void *, register_t *);
int sys___posix_chown(struct lwp *, void *, register_t *);
int linux_sys_brk(struct lwp *, void *, register_t *);
int compat_43_sys_lseek(struct lwp *, void *, register_t *);
int sys_getpid_with_ppid(struct lwp *, void *, register_t *);
int osf1_sys_mount(struct lwp *, void *, register_t *);
int sys_setuid(struct lwp *, void *, register_t *);
int sys_getuid_with_euid(struct lwp *, void *, register_t *);
int linux_sys_ptrace(struct lwp *, void *, register_t *);
int linux_sys_access(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int linux_sys_kill(struct lwp *, void *, register_t *);
int sys_setpgid(struct lwp *, void *, register_t *);
int sys_dup(struct lwp *, void *, register_t *);
int linux_sys_pipe(struct lwp *, void *, register_t *);
int osf1_sys_set_program_attributes(struct lwp *, void *, register_t *);
int linux_sys_open(struct lwp *, void *, register_t *);
int sys_getgid_with_egid(struct lwp *, void *, register_t *);
int compat_13_sys_sigprocmask(struct lwp *, void *, register_t *);
int sys_acct(struct lwp *, void *, register_t *);
int linux_sys_sigpending(struct lwp *, void *, register_t *);
int linux_sys_ioctl(struct lwp *, void *, register_t *);
int linux_sys_symlink(struct lwp *, void *, register_t *);
int linux_sys_readlink(struct lwp *, void *, register_t *);
int linux_sys_execve(struct lwp *, void *, register_t *);
int sys_umask(struct lwp *, void *, register_t *);
int sys_chroot(struct lwp *, void *, register_t *);
int sys_getpgrp(struct lwp *, void *, register_t *);
int compat_43_sys_getpagesize(struct lwp *, void *, register_t *);
int sys___vfork14(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_mmap(struct lwp *, void *, register_t *);
int sys_munmap(struct lwp *, void *, register_t *);
int linux_sys_mprotect(struct lwp *, void *, register_t *);
int sys_getgroups(struct lwp *, void *, register_t *);
int sys_setgroups(struct lwp *, void *, register_t *);
int osf1_sys_setitimer(struct lwp *, void *, register_t *);
int compat_43_sys_gethostname(struct lwp *, void *, register_t *);
int compat_43_sys_sethostname(struct lwp *, void *, register_t *);
int sys_dup2(struct lwp *, void *, register_t *);
int linux_sys_fstat(struct lwp *, void *, register_t *);
int linux_sys_fcntl(struct lwp *, void *, register_t *);
int osf1_sys_select(struct lwp *, void *, register_t *);
int sys_poll(struct lwp *, void *, register_t *);
int sys_fsync(struct lwp *, void *, register_t *);
int sys_setpriority(struct lwp *, void *, register_t *);
int linux_sys_socket(struct lwp *, void *, register_t *);
int linux_sys_connect(struct lwp *, void *, register_t *);
int linux_sys_accept(struct lwp *, void *, register_t *);
int sys_getpriority(struct lwp *, void *, register_t *);
int linux_sys_send(struct lwp *, void *, register_t *);
int linux_sys_recv(struct lwp *, void *, register_t *);
int linux_sys_sigreturn(struct lwp *, void *, register_t *);
int linux_sys_bind(struct lwp *, void *, register_t *);
int linux_sys_setsockopt(struct lwp *, void *, register_t *);
int sys_listen(struct lwp *, void *, register_t *);
int linux_sys_sigsuspend(struct lwp *, void *, register_t *);
int compat_43_sys_sigstack(struct lwp *, void *, register_t *);
int linux_sys_recvmsg(struct lwp *, void *, register_t *);
int linux_sys_sendmsg(struct lwp *, void *, register_t *);
int osf1_sys_gettimeofday(struct lwp *, void *, register_t *);
int osf1_sys_getrusage(struct lwp *, void *, register_t *);
int linux_sys_getsockopt(struct lwp *, void *, register_t *);
int sys_readv(struct lwp *, void *, register_t *);
int sys_writev(struct lwp *, void *, register_t *);
int osf1_sys_settimeofday(struct lwp *, void *, register_t *);
int sys___posix_fchown(struct lwp *, void *, register_t *);
int sys_fchmod(struct lwp *, void *, register_t *);
int linux_sys_recvfrom(struct lwp *, void *, register_t *);
int sys_setreuid(struct lwp *, void *, register_t *);
int sys_setregid(struct lwp *, void *, register_t *);
int linux_sys_rename(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_flock(struct lwp *, void *, register_t *);
int sys_setgid(struct lwp *, void *, register_t *);
int linux_sys_sendto(struct lwp *, void *, register_t *);
int sys_shutdown(struct lwp *, void *, register_t *);
int linux_sys_socketpair(struct lwp *, void *, register_t *);
int linux_sys_mkdir(struct lwp *, void *, register_t *);
int linux_sys_rmdir(struct lwp *, void *, register_t *);
int osf1_sys_utimes(struct lwp *, void *, register_t *);
int linux_sys_getpeername(struct lwp *, void *, register_t *);
int linux_sys_getrlimit(struct lwp *, void *, register_t *);
int linux_sys_setrlimit(struct lwp *, void *, register_t *);
int sys_setsid(struct lwp *, void *, register_t *);
int linux_sys_getsockname(struct lwp *, void *, register_t *);
int linux_sys_sigaction(struct lwp *, void *, register_t *);
int compat_43_sys_getdirentries(struct lwp *, void *, register_t *);
int osf1_sys_statfs(struct lwp *, void *, register_t *);
int osf1_sys_fstatfs(struct lwp *, void *, register_t *);
int compat_09_sys_getdomainname(struct lwp *, void *, register_t *);
int linux_sys_setdomainname(struct lwp *, void *, register_t *);
int linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
#ifdef SYSVMSG
int linux_sys_msgctl(struct proc *, void *, register_t *);
int sys_msgget(struct proc *, void *, register_t *);
int sys_msgrcv(struct proc *, void *, register_t *);
int sys_msgsnd(struct proc *, void *, register_t *);
int linux_sys_msgctl(struct lwp *, void *, register_t *);
int sys_msgget(struct lwp *, void *, register_t *);
int sys_msgrcv(struct lwp *, void *, register_t *);
int sys_msgsnd(struct lwp *, void *, register_t *);
#else
#endif
#ifdef SYSVSEM
int linux_sys_semctl(struct proc *, void *, register_t *);
int sys_semget(struct proc *, void *, register_t *);
int sys_semop(struct proc *, void *, register_t *);
int linux_sys_semctl(struct lwp *, void *, register_t *);
int sys_semget(struct lwp *, void *, register_t *);
int sys_semop(struct lwp *, void *, register_t *);
#else
#endif
int linux_sys_olduname(struct proc *, void *, register_t *);
int sys___posix_lchown(struct proc *, void *, register_t *);
int linux_sys_olduname(struct lwp *, void *, register_t *);
int sys___posix_lchown(struct lwp *, void *, register_t *);
#ifdef SYSVSHM
int linux_sys_shmat(struct proc *, void *, register_t *);
int linux_sys_shmctl(struct proc *, void *, register_t *);
int sys_shmdt(struct proc *, void *, register_t *);
int sys_shmget(struct proc *, void *, register_t *);
int linux_sys_shmat(struct lwp *, void *, register_t *);
int linux_sys_shmctl(struct lwp *, void *, register_t *);
int sys_shmdt(struct lwp *, void *, register_t *);
int sys_shmget(struct lwp *, void *, register_t *);
#else
#endif
int linux_sys_msync(struct proc *, void *, register_t *);
int linux_sys_getpgid(struct proc *, void *, register_t *);
int sys_getsid(struct proc *, void *, register_t *);
int osf1_sys_sysinfo(struct proc *, void *, register_t *);
int osf1_sys_usleep_thread(struct proc *, void *, register_t *);
int osf1_sys_getsysinfo(struct proc *, void *, register_t *);
int osf1_sys_setsysinfo(struct proc *, void *, register_t *);
int linux_sys_fdatasync(struct proc *, void *, register_t *);
int linux_sys_swapoff(struct proc *, void *, register_t *);
int linux_sys_getdents(struct proc *, void *, register_t *);
int linux_sys_reboot(struct proc *, void *, register_t *);
int linux_sys_clone(struct proc *, void *, register_t *);
int linux_sys_msync(struct lwp *, void *, register_t *);
int linux_sys_getpgid(struct lwp *, void *, register_t *);
int sys_getsid(struct lwp *, void *, register_t *);
int osf1_sys_sysinfo(struct lwp *, void *, register_t *);
int osf1_sys_usleep_thread(struct lwp *, void *, register_t *);
int osf1_sys_getsysinfo(struct lwp *, void *, register_t *);
int osf1_sys_setsysinfo(struct lwp *, void *, register_t *);
int linux_sys_fdatasync(struct lwp *, void *, register_t *);
int linux_sys_swapoff(struct lwp *, void *, register_t *);
int linux_sys_getdents(struct lwp *, void *, register_t *);
int linux_sys_reboot(struct lwp *, void *, register_t *);
int linux_sys_clone(struct lwp *, void *, register_t *);
#ifdef EXEC_AOUT
int linux_sys_uselib(struct proc *, void *, register_t *);
int linux_sys_uselib(struct lwp *, void *, register_t *);
#else
#endif
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_sysinfo(struct proc *, void *, register_t *);
int linux_sys___sysctl(struct proc *, void *, register_t *);
int linux_sys_swapon(struct proc *, void *, register_t *);
int linux_sys_times(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_statfs(struct proc *, void *, register_t *);
int linux_sys_fstatfs(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 linux_sys_uname(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_setresuid(struct proc *, void *, register_t *);
int linux_sys_getresuid(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_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_select(struct proc *, void *, register_t *);
int sys_gettimeofday(struct proc *, void *, register_t *);
int sys_settimeofday(struct proc *, void *, register_t *);
int sys_getitimer(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int sys_utimes(struct proc *, void *, register_t *);
int sys_getrusage(struct proc *, void *, register_t *);
int linux_sys_wait4(struct proc *, void *, register_t *);
int sys___getcwd(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, 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_sysinfo(struct lwp *, void *, register_t *);
int linux_sys___sysctl(struct lwp *, void *, register_t *);
int linux_sys_swapon(struct lwp *, void *, register_t *);
int linux_sys_times(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_statfs(struct lwp *, void *, register_t *);
int linux_sys_fstatfs(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 linux_sys_uname(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_setresuid(struct lwp *, void *, register_t *);
int linux_sys_getresuid(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_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_select(struct lwp *, void *, register_t *);
int sys_gettimeofday(struct lwp *, void *, register_t *);
int sys_settimeofday(struct lwp *, void *, register_t *);
int sys_getitimer(struct lwp *, void *, register_t *);
int sys_setitimer(struct lwp *, void *, register_t *);
int sys_utimes(struct lwp *, void *, register_t *);
int sys_getrusage(struct lwp *, void *, register_t *);
int linux_sys_wait4(struct lwp *, void *, register_t *);
int sys___getcwd(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.47 2002/04/10 18:19:04 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.48 2003/01/18 08:05:32 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.41 2002/04/10 18:18:26 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.47 2002/04/10 18:19:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.48 2003/01/18 08:05:32 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -21,6 +21,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.47 2002/04/10 18:19:04 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.46 2002/04/10 18:19:04 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.47 2003/01/18 08:05:32 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.41 2002/04/10 18:18:26 christos Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2002/04/10 18:19:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.47 2003/01/18 08:05:32 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2002/04/10 18:19:04 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_signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.11 2002/05/12 15:05:56 jdolecek Exp $ */
/* $NetBSD: linux_syscall.h,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp
* created from NetBSD
*/
/* syscall: "nosys" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.11 2002/05/12 15:05:56 jdolecek Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp
* created from NetBSD
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -563,185 +563,185 @@ struct linux_sys_cacheflush_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 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 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_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_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 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 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_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 *);
#ifdef EXEC_AOUT
int linux_sys_uselib(struct proc *, void *, register_t *);
int linux_sys_uselib(struct lwp *, void *, register_t *);
#else
#endif
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_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_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_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_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_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_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_breakpoint(struct proc *, void *, register_t *);
int linux_sys_cacheflush(struct proc *, 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_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_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_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_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_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_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 *);
int linux_sys_breakpoint(struct lwp *, void *, register_t *);
int linux_sys_cacheflush(struct lwp *, void *, register_t *);
#endif /* _LINUX_SYS__SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.11 2002/05/12 15:05:56 jdolecek Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/05/12 15:05:56 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/05/12 15:05:56 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.11 2002/05/12 15:05:56 jdolecek Exp $ */
/* $NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11 2002/05/12 15:05:56 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
@ -18,6 +18,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11 2002/05/12 15:05:56 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>