Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/svr4 Regen: Merge the nathanw_sa branch.
details: https://anonhg.NetBSD.org/src/rev/bc0c7491facf
branches: trunk
changeset: 541767:bc0c7491facf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jan 18 08:45:04 2003 +0000
description:
Regen: Merge the nathanw_sa branch.
diffstat:
sys/compat/svr4/svr4_syscall.h | 4 +-
sys/compat/svr4/svr4_syscallargs.h | 316 ++++++++++++++++++------------------
sys/compat/svr4/svr4_syscalls.c | 7 +-
sys/compat/svr4/svr4_sysent.c | 7 +-
4 files changed, 168 insertions(+), 166 deletions(-)
diffs (truncated from 419 to 300 lines):
diff -r 1378799eaafb -r bc0c7491facf sys/compat/svr4/svr4_syscall.h
--- a/sys/compat/svr4/svr4_syscall.h Sat Jan 18 08:44:26 2003 +0000
+++ b/sys/compat/svr4/svr4_syscall.h Sat Jan 18 08:45:04 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: svr4_syscall.h,v 1.69 2001/11/13 02:09:26 lukem Exp $ */
+/* $NetBSD: svr4_syscall.h,v 1.70 2003/01/18 08:45:04 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.51 2001/05/30 11:37:32 mrg Exp
+ * created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: */
diff -r 1378799eaafb -r bc0c7491facf sys/compat/svr4/svr4_syscallargs.h
--- a/sys/compat/svr4/svr4_syscallargs.h Sat Jan 18 08:44:26 2003 +0000
+++ b/sys/compat/svr4/svr4_syscallargs.h Sat Jan 18 08:45:04 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: svr4_syscallargs.h,v 1.68 2001/11/13 02:09:26 lukem Exp $ */
+/* $NetBSD: svr4_syscallargs.h,v 1.69 2003/01/18 08:45:04 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.51 2001/05/30 11:37:32 mrg Exp
+ * created from NetBSD
*/
#ifndef _SVR4_SYS__SYSCALLARGS_H_
@@ -502,172 +502,172 @@
* System call prototypes.
*/
-int 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 svr4_sys_open(struct proc *, void *, register_t *);
-int sys_close(struct proc *, void *, register_t *);
-int svr4_sys_wait(struct proc *, void *, register_t *);
-int svr4_sys_creat(struct proc *, void *, register_t *);
-int sys_link(struct proc *, void *, register_t *);
-int sys_unlink(struct proc *, void *, register_t *);
-int svr4_sys_execv(struct proc *, void *, register_t *);
-int sys_chdir(struct proc *, void *, register_t *);
-int svr4_sys_time(struct proc *, void *, register_t *);
-int svr4_sys_mknod(struct proc *, void *, register_t *);
-int sys_chmod(struct proc *, void *, register_t *);
-int sys___posix_chown(struct proc *, void *, register_t *);
-int svr4_sys_break(struct proc *, void *, register_t *);
-int svr4_sys_stat(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_with_euid(struct proc *, void *, register_t *);
-int svr4_sys_alarm(struct proc *, void *, register_t *);
-int svr4_sys_fstat(struct proc *, void *, register_t *);
-int svr4_sys_pause(struct proc *, void *, register_t *);
-int svr4_sys_utime(struct proc *, void *, register_t *);
-int svr4_sys_access(struct proc *, void *, register_t *);
-int svr4_sys_nice(struct proc *, void *, register_t *);
-int sys_sync(struct proc *, void *, register_t *);
-int svr4_sys_kill(struct proc *, void *, register_t *);
-int svr4_sys_pgrpsys(struct proc *, void *, register_t *);
-int sys_dup(struct proc *, void *, register_t *);
-int sys_pipe(struct proc *, void *, register_t *);
-int svr4_sys_times(struct proc *, void *, register_t *);
-int sys_setgid(struct proc *, void *, register_t *);
-int sys_getgid_with_egid(struct proc *, void *, register_t *);
-int svr4_sys_signal(struct proc *, void *, register_t *);
+int 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 svr4_sys_open(struct lwp *, void *, register_t *);
+int sys_close(struct lwp *, void *, register_t *);
+int svr4_sys_wait(struct lwp *, void *, register_t *);
+int svr4_sys_creat(struct lwp *, void *, register_t *);
+int sys_link(struct lwp *, void *, register_t *);
+int sys_unlink(struct lwp *, void *, register_t *);
+int svr4_sys_execv(struct lwp *, void *, register_t *);
+int sys_chdir(struct lwp *, void *, register_t *);
+int svr4_sys_time(struct lwp *, void *, register_t *);
+int svr4_sys_mknod(struct lwp *, void *, register_t *);
+int sys_chmod(struct lwp *, void *, register_t *);
+int sys___posix_chown(struct lwp *, void *, register_t *);
+int svr4_sys_break(struct lwp *, void *, register_t *);
+int svr4_sys_stat(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_with_euid(struct lwp *, void *, register_t *);
+int svr4_sys_alarm(struct lwp *, void *, register_t *);
+int svr4_sys_fstat(struct lwp *, void *, register_t *);
+int svr4_sys_pause(struct lwp *, void *, register_t *);
+int svr4_sys_utime(struct lwp *, void *, register_t *);
+int svr4_sys_access(struct lwp *, void *, register_t *);
+int svr4_sys_nice(struct lwp *, void *, register_t *);
+int sys_sync(struct lwp *, void *, register_t *);
+int svr4_sys_kill(struct lwp *, void *, register_t *);
+int svr4_sys_pgrpsys(struct lwp *, void *, register_t *);
+int sys_dup(struct lwp *, void *, register_t *);
+int sys_pipe(struct lwp *, void *, register_t *);
+int svr4_sys_times(struct lwp *, void *, register_t *);
+int sys_setgid(struct lwp *, void *, register_t *);
+int sys_getgid_with_egid(struct lwp *, void *, register_t *);
+int svr4_sys_signal(struct lwp *, void *, register_t *);
#ifdef SYSVMSG
-int svr4_sys_msgsys(struct proc *, void *, register_t *);
+int svr4_sys_msgsys(struct lwp *, void *, register_t *);
#else
#endif
-int svr4_sys_sysarch(struct proc *, void *, register_t *);
+int svr4_sys_sysarch(struct lwp *, void *, register_t *);
#ifdef SYSVSHM
-int svr4_sys_shmsys(struct proc *, void *, register_t *);
+int svr4_sys_shmsys(struct lwp *, void *, register_t *);
#else
#endif
#ifdef SYSVSEM
-int svr4_sys_semsys(struct proc *, void *, register_t *);
+int svr4_sys_semsys(struct lwp *, void *, register_t *);
#else
#endif
-int svr4_sys_ioctl(struct proc *, void *, register_t *);
-int svr4_sys_utssys(struct proc *, void *, register_t *);
-int sys_fsync(struct proc *, void *, register_t *);
-int svr4_sys_execve(struct proc *, void *, register_t *);
-int sys_umask(struct proc *, void *, register_t *);
-int sys_chroot(struct proc *, void *, register_t *);
-int svr4_sys_fcntl(struct proc *, void *, register_t *);
-int svr4_sys_ulimit(struct proc *, void *, register_t *);
-int sys_rmdir(struct proc *, void *, register_t *);
-int sys_mkdir(struct proc *, void *, register_t *);
-int svr4_sys_getdents(struct proc *, void *, register_t *);
-int svr4_sys_getmsg(struct proc *, void *, register_t *);
-int svr4_sys_putmsg(struct proc *, void *, register_t *);
-int sys_poll(struct proc *, void *, register_t *);
-int svr4_sys_lstat(struct proc *, void *, register_t *);
-int sys_symlink(struct proc *, void *, register_t *);
-int sys_readlink(struct proc *, void *, register_t *);
-int sys_getgroups(struct proc *, void *, register_t *);
-int sys_setgroups(struct proc *, void *, register_t *);
-int sys_fchmod(struct proc *, void *, register_t *);
-int sys___posix_fchown(struct proc *, void *, register_t *);
-int svr4_sys_sigprocmask(struct proc *, void *, register_t *);
-int svr4_sys_sigsuspend(struct proc *, void *, register_t *);
-int svr4_sys_sigaltstack(struct proc *, void *, register_t *);
-int svr4_sys_sigaction(struct proc *, void *, register_t *);
-int svr4_sys_sigpending(struct proc *, void *, register_t *);
-int svr4_sys_context(struct proc *, void *, register_t *);
-int svr4_sys_statvfs(struct proc *, void *, register_t *);
-int svr4_sys_fstatvfs(struct proc *, void *, register_t *);
-int svr4_sys_waitsys(struct proc *, void *, register_t *);
-int svr4_sys_hrtsys(struct proc *, void *, register_t *);
-int svr4_sys_pathconf(struct proc *, void *, register_t *);
-int svr4_sys_mmap(struct proc *, void *, register_t *);
-int sys_mprotect(struct proc *, void *, register_t *);
-int sys_munmap(struct proc *, void *, register_t *);
-int svr4_sys_fpathconf(struct proc *, void *, register_t *);
-int sys_vfork(struct proc *, void *, register_t *);
-int sys_fchdir(struct proc *, void *, register_t *);
-int sys_readv(struct proc *, void *, register_t *);
-int sys_writev(struct proc *, void *, register_t *);
-int svr4_sys_xstat(struct proc *, void *, register_t *);
-int svr4_sys_lxstat(struct proc *, void *, register_t *);
-int svr4_sys_fxstat(struct proc *, void *, register_t *);
-int svr4_sys_xmknod(struct proc *, void *, register_t *);
-int svr4_sys_setrlimit(struct proc *, void *, register_t *);
-int svr4_sys_getrlimit(struct proc *, void *, register_t *);
-int sys___posix_lchown(struct proc *, void *, register_t *);
-int svr4_sys_memcntl(struct proc *, void *, register_t *);
-int sys___posix_rename(struct proc *, void *, register_t *);
-int svr4_sys_uname(struct proc *, void *, register_t *);
-int sys_setegid(struct proc *, void *, register_t *);
-int svr4_sys_sysconfig(struct proc *, void *, register_t *);
-int sys_adjtime(struct proc *, void *, register_t *);
-int svr4_sys_systeminfo(struct proc *, void *, register_t *);
-int sys_seteuid(struct proc *, void *, register_t *);
-int sys_fork(struct proc *, void *, register_t *);
-int svr4_sys__lwp_info(struct proc *, void *, register_t *);
-int sys_fchroot(struct proc *, void *, register_t *);
-int svr4_sys_utimes(struct proc *, void *, register_t *);
-int svr4_sys_vhangup(struct proc *, void *, register_t *);
-int svr4_sys_gettimeofday(struct proc *, void *, register_t *);
-int sys_getitimer(struct proc *, void *, register_t *);
-int sys_setitimer(struct proc *, void *, register_t *);
-int svr4_sys__lwp_create(struct proc *, void *, register_t *);
-int svr4_sys__lwp_exit(struct proc *, void *, register_t *);
-int svr4_sys__lwp_suspend(struct proc *, void *, register_t *);
-int svr4_sys__lwp_continue(struct proc *, void *, register_t *);
-int svr4_sys__lwp_kill(struct proc *, void *, register_t *);
-int svr4_sys__lwp_self(struct proc *, void *, register_t *);
-int svr4_sys__lwp_getprivate(struct proc *, void *, register_t *);
-int svr4_sys__lwp_setprivate(struct proc *, void *, register_t *);
-int svr4_sys__lwp_wait(struct proc *, void *, register_t *);
-int svr4_sys_pread(struct proc *, void *, register_t *);
-int svr4_sys_pwrite(struct proc *, void *, register_t *);
-int svr4_sys_llseek(struct proc *, void *, register_t *);
-int svr4_sys_acl(struct proc *, void *, register_t *);
-int svr4_sys_auditsys(struct proc *, void *, register_t *);
-int sys_nanosleep(struct proc *, void *, register_t *);
-int svr4_sys_facl(struct proc *, void *, register_t *);
-int sys_setreuid(struct proc *, void *, register_t *);
-int sys_setregid(struct proc *, void *, register_t *);
-int svr4_sys_resolvepath(struct proc *, void *, register_t *);
-int svr4_sys_getdents64(struct proc *, void *, register_t *);
-int svr4_sys_mmap64(struct proc *, void *, register_t *);
-int svr4_sys_stat64(struct proc *, void *, register_t *);
-int svr4_sys_lstat64(struct proc *, void *, register_t *);
-int svr4_sys_fstat64(struct proc *, void *, register_t *);
-int svr4_sys_statvfs64(struct proc *, void *, register_t *);
-int svr4_sys_fstatvfs64(struct proc *, void *, register_t *);
-int svr4_sys_setrlimit64(struct proc *, void *, register_t *);
-int svr4_sys_getrlimit64(struct proc *, void *, register_t *);
-int svr4_sys_pread64(struct proc *, void *, register_t *);
-int svr4_sys_pwrite64(struct proc *, void *, register_t *);
-int svr4_sys_creat64(struct proc *, void *, register_t *);
-int svr4_sys_open64(struct proc *, void *, register_t *);
-int svr4_sys_socket(struct proc *, void *, register_t *);
-int sys_socketpair(struct proc *, void *, register_t *);
-int sys_bind(struct proc *, void *, register_t *);
-int sys_listen(struct proc *, void *, register_t *);
-int compat_43_sys_accept(struct proc *, void *, register_t *);
-int sys_connect(struct proc *, void *, register_t *);
-int sys_shutdown(struct proc *, void *, register_t *);
-int compat_43_sys_recv(struct proc *, void *, register_t *);
-int compat_43_sys_recvfrom(struct proc *, void *, register_t *);
-int compat_43_sys_recvmsg(struct proc *, void *, register_t *);
-int compat_43_sys_send(struct proc *, void *, register_t *);
-int compat_43_sys_sendmsg(struct proc *, void *, register_t *);
-int sys_sendto(struct proc *, void *, register_t *);
-int compat_43_sys_getpeername(struct proc *, void *, register_t *);
-int compat_43_sys_getsockname(struct proc *, void *, register_t *);
-int sys_getsockopt(struct proc *, void *, register_t *);
-int sys_setsockopt(struct proc *, void *, register_t *);
-int sys_ntp_gettime(struct proc *, void *, register_t *);
+int svr4_sys_ioctl(struct lwp *, void *, register_t *);
+int svr4_sys_utssys(struct lwp *, void *, register_t *);
+int sys_fsync(struct lwp *, void *, register_t *);
+int svr4_sys_execve(struct lwp *, void *, register_t *);
+int sys_umask(struct lwp *, void *, register_t *);
+int sys_chroot(struct lwp *, void *, register_t *);
+int svr4_sys_fcntl(struct lwp *, void *, register_t *);
+int svr4_sys_ulimit(struct lwp *, void *, register_t *);
+int sys_rmdir(struct lwp *, void *, register_t *);
+int sys_mkdir(struct lwp *, void *, register_t *);
+int svr4_sys_getdents(struct lwp *, void *, register_t *);
+int svr4_sys_getmsg(struct lwp *, void *, register_t *);
+int svr4_sys_putmsg(struct lwp *, void *, register_t *);
+int sys_poll(struct lwp *, void *, register_t *);
+int svr4_sys_lstat(struct lwp *, void *, register_t *);
+int sys_symlink(struct lwp *, void *, register_t *);
+int sys_readlink(struct lwp *, void *, register_t *);
+int sys_getgroups(struct lwp *, void *, register_t *);
+int sys_setgroups(struct lwp *, void *, register_t *);
+int sys_fchmod(struct lwp *, void *, register_t *);
+int sys___posix_fchown(struct lwp *, void *, register_t *);
+int svr4_sys_sigprocmask(struct lwp *, void *, register_t *);
+int svr4_sys_sigsuspend(struct lwp *, void *, register_t *);
+int svr4_sys_sigaltstack(struct lwp *, void *, register_t *);
+int svr4_sys_sigaction(struct lwp *, void *, register_t *);
+int svr4_sys_sigpending(struct lwp *, void *, register_t *);
+int svr4_sys_context(struct lwp *, void *, register_t *);
+int svr4_sys_statvfs(struct lwp *, void *, register_t *);
+int svr4_sys_fstatvfs(struct lwp *, void *, register_t *);
+int svr4_sys_waitsys(struct lwp *, void *, register_t *);
+int svr4_sys_hrtsys(struct lwp *, void *, register_t *);
+int svr4_sys_pathconf(struct lwp *, void *, register_t *);
+int svr4_sys_mmap(struct lwp *, void *, register_t *);
+int sys_mprotect(struct lwp *, void *, register_t *);
+int sys_munmap(struct lwp *, void *, register_t *);
+int svr4_sys_fpathconf(struct lwp *, void *, register_t *);
+int sys_vfork(struct lwp *, void *, register_t *);
+int sys_fchdir(struct lwp *, void *, register_t *);
+int sys_readv(struct lwp *, void *, register_t *);
+int sys_writev(struct lwp *, void *, register_t *);
+int svr4_sys_xstat(struct lwp *, void *, register_t *);
+int svr4_sys_lxstat(struct lwp *, void *, register_t *);
+int svr4_sys_fxstat(struct lwp *, void *, register_t *);
+int svr4_sys_xmknod(struct lwp *, void *, register_t *);
+int svr4_sys_setrlimit(struct lwp *, void *, register_t *);
+int svr4_sys_getrlimit(struct lwp *, void *, register_t *);
+int sys___posix_lchown(struct lwp *, void *, register_t *);
+int svr4_sys_memcntl(struct lwp *, void *, register_t *);
+int sys___posix_rename(struct lwp *, void *, register_t *);
+int svr4_sys_uname(struct lwp *, void *, register_t *);
+int sys_setegid(struct lwp *, void *, register_t *);
+int svr4_sys_sysconfig(struct lwp *, void *, register_t *);
+int sys_adjtime(struct lwp *, void *, register_t *);
+int svr4_sys_systeminfo(struct lwp *, void *, register_t *);
+int sys_seteuid(struct lwp *, void *, register_t *);
+int sys_fork(struct lwp *, void *, register_t *);
+int svr4_sys__lwp_info(struct lwp *, void *, register_t *);
+int sys_fchroot(struct lwp *, void *, register_t *);
Home |
Main Index |
Thread Index |
Old Index