Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Regen: Merge the nathanw_sa branch.



details:   https://anonhg.NetBSD.org/src/rev/ef0206fe9093
branches:  trunk
changeset: 541757:ef0206fe9093
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jan 18 08:29:08 2003 +0000

description:
Regen: Merge the nathanw_sa branch.

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h     |    4 +-
 sys/compat/netbsd32/netbsd32_syscallargs.h |  496 ++++++++++++++--------------
 sys/compat/netbsd32/netbsd32_syscalls.c    |    7 +-
 sys/compat/netbsd32/netbsd32_sysent.c      |    7 +-
 4 files changed, 258 insertions(+), 256 deletions(-)

diffs (truncated from 641 to 300 lines):

diff -r dd61d8247ad8 -r ef0206fe9093 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Sat Jan 18 08:28:25 2003 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Sat Jan 18 08:29:08 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.27 2002/11/01 20:41:16 jdolecek Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.28 2003/01/18 08:29:08 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.22 2002/10/23 13:16:46 scw Exp 
+ * created from        NetBSD
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r dd61d8247ad8 -r ef0206fe9093 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Jan 18 08:28:25 2003 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Jan 18 08:29:08 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.27 2002/10/23 13:18:18 scw Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.28 2003/01/18 08:29:09 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.22 2002/10/23 13:16:46 scw Exp 
+ * created from        NetBSD
  */
 
 #ifndef _netbsd32_SYS__SYSCALLARGS_H_
@@ -1223,304 +1223,304 @@
  * System call prototypes.
  */
 
-int    netbsd32_exit(struct proc *, void *, register_t *);
-int    sys_fork(struct proc *, void *, register_t *);
-int    netbsd32_read(struct proc *, void *, register_t *);
-int    netbsd32_write(struct proc *, void *, register_t *);
-int    netbsd32_open(struct proc *, void *, register_t *);
-int    netbsd32_close(struct proc *, void *, register_t *);
-int    netbsd32_wait4(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_ocreat(struct proc *, void *, register_t *);
-int    netbsd32_link(struct proc *, void *, register_t *);
-int    netbsd32_unlink(struct proc *, void *, register_t *);
-int    netbsd32_chdir(struct proc *, void *, register_t *);
-int    netbsd32_fchdir(struct proc *, void *, register_t *);
-int    netbsd32_mknod(struct proc *, void *, register_t *);
-int    netbsd32_chmod(struct proc *, void *, register_t *);
-int    netbsd32_chown(struct proc *, void *, register_t *);
-int    netbsd32_break(struct proc *, void *, register_t *);
-int    netbsd32_getfsstat(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_olseek(struct proc *, void *, register_t *);
-int    sys_getpid(struct proc *, void *, register_t *);
-int    netbsd32_mount(struct proc *, void *, register_t *);
-int    netbsd32_unmount(struct proc *, void *, register_t *);
-int    netbsd32_setuid(struct proc *, void *, register_t *);
-int    sys_getuid(struct proc *, void *, register_t *);
-int    sys_geteuid(struct proc *, void *, register_t *);
-int    netbsd32_ptrace(struct proc *, void *, register_t *);
-int    netbsd32_recvmsg(struct proc *, void *, register_t *);
-int    netbsd32_sendmsg(struct proc *, void *, register_t *);
-int    netbsd32_recvfrom(struct proc *, void *, register_t *);
-int    netbsd32_accept(struct proc *, void *, register_t *);
-int    netbsd32_getpeername(struct proc *, void *, register_t *);
-int    netbsd32_getsockname(struct proc *, void *, register_t *);
-int    netbsd32_access(struct proc *, void *, register_t *);
-int    netbsd32_chflags(struct proc *, void *, register_t *);
-int    netbsd32_fchflags(struct proc *, void *, register_t *);
-int    sys_sync(struct proc *, void *, register_t *);
-int    netbsd32_kill(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_stat43(struct proc *, void *, register_t *);
-int    sys_getppid(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_lstat43(struct proc *, void *, register_t *);
-int    netbsd32_dup(struct proc *, void *, register_t *);
-int    sys_pipe(struct proc *, void *, register_t *);
-int    sys_getegid(struct proc *, void *, register_t *);
-int    netbsd32_profil(struct proc *, void *, register_t *);
+int    netbsd32_exit(struct lwp *, void *, register_t *);
+int    sys_fork(struct lwp *, void *, register_t *);
+int    netbsd32_read(struct lwp *, void *, register_t *);
+int    netbsd32_write(struct lwp *, void *, register_t *);
+int    netbsd32_open(struct lwp *, void *, register_t *);
+int    netbsd32_close(struct lwp *, void *, register_t *);
+int    netbsd32_wait4(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_ocreat(struct lwp *, void *, register_t *);
+int    netbsd32_link(struct lwp *, void *, register_t *);
+int    netbsd32_unlink(struct lwp *, void *, register_t *);
+int    netbsd32_chdir(struct lwp *, void *, register_t *);
+int    netbsd32_fchdir(struct lwp *, void *, register_t *);
+int    netbsd32_mknod(struct lwp *, void *, register_t *);
+int    netbsd32_chmod(struct lwp *, void *, register_t *);
+int    netbsd32_chown(struct lwp *, void *, register_t *);
+int    netbsd32_break(struct lwp *, void *, register_t *);
+int    netbsd32_getfsstat(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_olseek(struct lwp *, void *, register_t *);
+int    sys_getpid(struct lwp *, void *, register_t *);
+int    netbsd32_mount(struct lwp *, void *, register_t *);
+int    netbsd32_unmount(struct lwp *, void *, register_t *);
+int    netbsd32_setuid(struct lwp *, void *, register_t *);
+int    sys_getuid(struct lwp *, void *, register_t *);
+int    sys_geteuid(struct lwp *, void *, register_t *);
+int    netbsd32_ptrace(struct lwp *, void *, register_t *);
+int    netbsd32_recvmsg(struct lwp *, void *, register_t *);
+int    netbsd32_sendmsg(struct lwp *, void *, register_t *);
+int    netbsd32_recvfrom(struct lwp *, void *, register_t *);
+int    netbsd32_accept(struct lwp *, void *, register_t *);
+int    netbsd32_getpeername(struct lwp *, void *, register_t *);
+int    netbsd32_getsockname(struct lwp *, void *, register_t *);
+int    netbsd32_access(struct lwp *, void *, register_t *);
+int    netbsd32_chflags(struct lwp *, void *, register_t *);
+int    netbsd32_fchflags(struct lwp *, void *, register_t *);
+int    sys_sync(struct lwp *, void *, register_t *);
+int    netbsd32_kill(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_stat43(struct lwp *, void *, register_t *);
+int    sys_getppid(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_lstat43(struct lwp *, void *, register_t *);
+int    netbsd32_dup(struct lwp *, void *, register_t *);
+int    sys_pipe(struct lwp *, void *, register_t *);
+int    sys_getegid(struct lwp *, void *, register_t *);
+int    netbsd32_profil(struct lwp *, void *, register_t *);
 #if defined(KTRACE) || !defined(_KERNEL)
-int    netbsd32_ktrace(struct proc *, void *, register_t *);
+int    netbsd32_ktrace(struct lwp *, void *, register_t *);
 #else
 #endif
-int    netbsd32_sigaction(struct proc *, void *, register_t *);
-int    sys_getgid(struct proc *, void *, register_t *);
-int    compat_13_netbsd32_sigprocmask(struct proc *, void *, register_t *);
-int    netbsd32___getlogin(struct proc *, void *, register_t *);
-int    netbsd32_setlogin(struct proc *, void *, register_t *);
-int    netbsd32_acct(struct proc *, void *, register_t *);
-int    compat_13_sys_sigpending(struct proc *, void *, register_t *);
-int    compat_13_netbsd32_sigaltstack13(struct proc *, void *, register_t *);
-int    netbsd32_ioctl(struct proc *, void *, register_t *);
-int    compat_12_netbsd32_reboot(struct proc *, void *, register_t *);
-int    netbsd32_revoke(struct proc *, void *, register_t *);
-int    netbsd32_symlink(struct proc *, void *, register_t *);
-int    netbsd32_readlink(struct proc *, void *, register_t *);
-int    netbsd32_execve(struct proc *, void *, register_t *);
-int    netbsd32_umask(struct proc *, void *, register_t *);
-int    netbsd32_chroot(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_fstat43(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_ogetkerninfo(struct proc *, void *, register_t *);
-int    compat_43_sys_getpagesize(struct proc *, void *, register_t *);
-int    compat_12_netbsd32_msync(struct proc *, void *, register_t *);
-int    sys_vfork(struct proc *, void *, register_t *);
-int    netbsd32_sbrk(struct proc *, void *, register_t *);
-int    netbsd32_sstk(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_ommap(struct proc *, void *, register_t *);
-int    netbsd32_ovadvise(struct proc *, void *, register_t *);
-int    netbsd32_munmap(struct proc *, void *, register_t *);
-int    netbsd32_mprotect(struct proc *, void *, register_t *);
-int    netbsd32_madvise(struct proc *, void *, register_t *);
-int    netbsd32_mincore(struct proc *, void *, register_t *);
-int    netbsd32_getgroups(struct proc *, void *, register_t *);
-int    netbsd32_setgroups(struct proc *, void *, register_t *);
-int    sys_getpgrp(struct proc *, void *, register_t *);
-int    netbsd32_setpgid(struct proc *, void *, register_t *);
-int    netbsd32_setitimer(struct proc *, void *, register_t *);
-int    compat_43_sys_wait(struct proc *, void *, register_t *);
-int    compat_12_netbsd32_oswapon(struct proc *, void *, register_t *);
-int    netbsd32_getitimer(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_ogethostname(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_osethostname(struct proc *, void *, register_t *);
-int    compat_43_sys_getdtablesize(struct proc *, void *, register_t *);
-int    netbsd32_dup2(struct proc *, void *, register_t *);
-int    netbsd32_fcntl(struct proc *, void *, register_t *);
-int    netbsd32_select(struct proc *, void *, register_t *);
-int    netbsd32_fsync(struct proc *, void *, register_t *);
-int    netbsd32_setpriority(struct proc *, void *, register_t *);
-int    netbsd32_socket(struct proc *, void *, register_t *);
-int    netbsd32_connect(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_oaccept(struct proc *, void *, register_t *);
-int    netbsd32_getpriority(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_osend(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_orecv(struct proc *, void *, register_t *);
-int    compat_13_netbsd32_sigreturn(struct proc *, void *, register_t *);
-int    netbsd32_bind(struct proc *, void *, register_t *);
-int    netbsd32_setsockopt(struct proc *, void *, register_t *);
-int    netbsd32_listen(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_osigvec(struct proc *, void *, register_t *);
+int    netbsd32_sigaction(struct lwp *, void *, register_t *);
+int    sys_getgid(struct lwp *, void *, register_t *);
+int    compat_13_netbsd32_sigprocmask(struct lwp *, void *, register_t *);
+int    netbsd32___getlogin(struct lwp *, void *, register_t *);
+int    netbsd32_setlogin(struct lwp *, void *, register_t *);
+int    netbsd32_acct(struct lwp *, void *, register_t *);
+int    compat_13_sys_sigpending(struct lwp *, void *, register_t *);
+int    compat_13_netbsd32_sigaltstack13(struct lwp *, void *, register_t *);
+int    netbsd32_ioctl(struct lwp *, void *, register_t *);
+int    compat_12_netbsd32_reboot(struct lwp *, void *, register_t *);
+int    netbsd32_revoke(struct lwp *, void *, register_t *);
+int    netbsd32_symlink(struct lwp *, void *, register_t *);
+int    netbsd32_readlink(struct lwp *, void *, register_t *);
+int    netbsd32_execve(struct lwp *, void *, register_t *);
+int    netbsd32_umask(struct lwp *, void *, register_t *);
+int    netbsd32_chroot(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_fstat43(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_ogetkerninfo(struct lwp *, void *, register_t *);
+int    compat_43_sys_getpagesize(struct lwp *, void *, register_t *);
+int    compat_12_netbsd32_msync(struct lwp *, void *, register_t *);
+int    sys_vfork(struct lwp *, void *, register_t *);
+int    netbsd32_sbrk(struct lwp *, void *, register_t *);
+int    netbsd32_sstk(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_ommap(struct lwp *, void *, register_t *);
+int    netbsd32_ovadvise(struct lwp *, void *, register_t *);
+int    netbsd32_munmap(struct lwp *, void *, register_t *);
+int    netbsd32_mprotect(struct lwp *, void *, register_t *);
+int    netbsd32_madvise(struct lwp *, void *, register_t *);
+int    netbsd32_mincore(struct lwp *, void *, register_t *);
+int    netbsd32_getgroups(struct lwp *, void *, register_t *);
+int    netbsd32_setgroups(struct lwp *, void *, register_t *);
+int    sys_getpgrp(struct lwp *, void *, register_t *);
+int    netbsd32_setpgid(struct lwp *, void *, register_t *);
+int    netbsd32_setitimer(struct lwp *, void *, register_t *);
+int    compat_43_sys_wait(struct lwp *, void *, register_t *);
+int    compat_12_netbsd32_oswapon(struct lwp *, void *, register_t *);
+int    netbsd32_getitimer(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_ogethostname(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_osethostname(struct lwp *, void *, register_t *);
+int    compat_43_sys_getdtablesize(struct lwp *, void *, register_t *);
+int    netbsd32_dup2(struct lwp *, void *, register_t *);
+int    netbsd32_fcntl(struct lwp *, void *, register_t *);
+int    netbsd32_select(struct lwp *, void *, register_t *);
+int    netbsd32_fsync(struct lwp *, void *, register_t *);
+int    netbsd32_setpriority(struct lwp *, void *, register_t *);
+int    netbsd32_socket(struct lwp *, void *, register_t *);
+int    netbsd32_connect(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_oaccept(struct lwp *, void *, register_t *);
+int    netbsd32_getpriority(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_osend(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_orecv(struct lwp *, void *, register_t *);
+int    compat_13_netbsd32_sigreturn(struct lwp *, void *, register_t *);
+int    netbsd32_bind(struct lwp *, void *, register_t *);
+int    netbsd32_setsockopt(struct lwp *, void *, register_t *);
+int    netbsd32_listen(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_osigvec(struct lwp *, void *, register_t *);
 #ifdef COMPAT_43
-int    compat_43_netbsd32_sigblock(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_sigsetmask(struct proc *, void *, register_t *);
+int    compat_43_netbsd32_sigblock(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_sigsetmask(struct lwp *, void *, register_t *);
 #else
 #endif
-int    compat_13_netbsd32_sigsuspend(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_osigstack(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_orecvmsg(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_osendmsg(struct proc *, void *, register_t *);
-int    netbsd32_gettimeofday(struct proc *, void *, register_t *);
-int    netbsd32_getrusage(struct proc *, void *, register_t *);
-int    netbsd32_getsockopt(struct proc *, void *, register_t *);
-int    netbsd32_readv(struct proc *, void *, register_t *);
-int    netbsd32_writev(struct proc *, void *, register_t *);
-int    netbsd32_settimeofday(struct proc *, void *, register_t *);
-int    netbsd32_fchown(struct proc *, void *, register_t *);
-int    netbsd32_fchmod(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_orecvfrom(struct proc *, void *, register_t *);
-int    netbsd32_setreuid(struct proc *, void *, register_t *);
-int    netbsd32_setregid(struct proc *, void *, register_t *);
-int    netbsd32_rename(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_otruncate(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_oftruncate(struct proc *, void *, register_t *);
-int    netbsd32_flock(struct proc *, void *, register_t *);
-int    netbsd32_mkfifo(struct proc *, void *, register_t *);
-int    netbsd32_sendto(struct proc *, void *, register_t *);
-int    netbsd32_shutdown(struct proc *, void *, register_t *);
-int    netbsd32_socketpair(struct proc *, void *, register_t *);
-int    netbsd32_mkdir(struct proc *, void *, register_t *);
-int    netbsd32_rmdir(struct proc *, void *, register_t *);
-int    netbsd32_utimes(struct proc *, void *, register_t *);
-int    netbsd32_adjtime(struct proc *, void *, register_t *);
-int    compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
-int    compat_43_sys_gethostid(struct proc *, void *, register_t *);
+int    compat_13_netbsd32_sigsuspend(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_osigstack(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_orecvmsg(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_osendmsg(struct lwp *, void *, register_t *);
+int    netbsd32_gettimeofday(struct lwp *, void *, register_t *);
+int    netbsd32_getrusage(struct lwp *, void *, register_t *);
+int    netbsd32_getsockopt(struct lwp *, void *, register_t *);
+int    netbsd32_readv(struct lwp *, void *, register_t *);
+int    netbsd32_writev(struct lwp *, void *, register_t *);
+int    netbsd32_settimeofday(struct lwp *, void *, register_t *);
+int    netbsd32_fchown(struct lwp *, void *, register_t *);
+int    netbsd32_fchmod(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_orecvfrom(struct lwp *, void *, register_t *);
+int    netbsd32_setreuid(struct lwp *, void *, register_t *);
+int    netbsd32_setregid(struct lwp *, void *, register_t *);
+int    netbsd32_rename(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_otruncate(struct lwp *, void *, register_t *);
+int    compat_43_netbsd32_oftruncate(struct lwp *, void *, register_t *);
+int    netbsd32_flock(struct lwp *, void *, register_t *);
+int    netbsd32_mkfifo(struct lwp *, void *, register_t *);
+int    netbsd32_sendto(struct lwp *, void *, register_t *);
+int    netbsd32_shutdown(struct lwp *, void *, register_t *);
+int    netbsd32_socketpair(struct lwp *, void *, register_t *);
+int    netbsd32_mkdir(struct lwp *, void *, register_t *);
+int    netbsd32_rmdir(struct lwp *, void *, register_t *);



Home | Main Index | Thread Index | Old Index