Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/pecoff Regen: Merge the nathanw_sa branch.
details: https://anonhg.NetBSD.org/src/rev/ec51efc405b3
branches: trunk
changeset: 541761:ec51efc405b3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jan 18 08:35:00 2003 +0000
description:
Regen: Merge the nathanw_sa branch.
diffstat:
sys/compat/pecoff/pecoff_syscall.h | 8 +-
sys/compat/pecoff/pecoff_syscallargs.h | 396 ++++++++++++++++----------------
sys/compat/pecoff/pecoff_syscalls.c | 9 +-
sys/compat/pecoff/pecoff_sysent.c | 11 +-
4 files changed, 213 insertions(+), 211 deletions(-)
diffs (truncated from 570 to 300 lines):
diff -r fa15c24be70f -r ec51efc405b3 sys/compat/pecoff/pecoff_syscall.h
--- a/sys/compat/pecoff/pecoff_syscall.h Sat Jan 18 08:33:08 2003 +0000
+++ b/sys/compat/pecoff/pecoff_syscall.h Sat Jan 18 08:35:00 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pecoff_syscall.h,v 1.3 2002/05/03 00:26:06 eeh Exp $ */
+/* $NetBSD: pecoff_syscall.h,v 1.4 2003/01/18 08:35:00 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 2002/05/03 00:20:57 eeh Exp
+ * created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -144,8 +144,8 @@
/* syscall: "__getlogin" ret: "int" args: "char *" "size_t" */
#define PECOFF_SYS___getlogin 49
-/* syscall: "setlogin" ret: "int" args: "const char *" */
-#define PECOFF_SYS_setlogin 50
+/* syscall: "__setlogin" ret: "int" args: "const char *" */
+#define PECOFF_SYS___setlogin 50
/* syscall: "acct" ret: "int" args: "const char *" */
#define PECOFF_SYS_acct 51
diff -r fa15c24be70f -r ec51efc405b3 sys/compat/pecoff/pecoff_syscallargs.h
--- a/sys/compat/pecoff/pecoff_syscallargs.h Sat Jan 18 08:33:08 2003 +0000
+++ b/sys/compat/pecoff/pecoff_syscallargs.h Sat Jan 18 08:35:00 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pecoff_syscallargs.h,v 1.4 2002/07/07 18:07:43 oki Exp $ */
+/* $NetBSD: pecoff_syscallargs.h,v 1.5 2003/01/18 08:35:00 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 2002/05/03 00:20:57 eeh Exp
+ * created from NetBSD
*/
#ifndef _PECOFF_SYS__SYSCALLARGS_H_
@@ -177,127 +177,127 @@
* System call prototypes.
*/
-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 pecoff_sys_open(struct proc *, void *, register_t *);
-int sys_close(struct proc *, void *, register_t *);
-int sys_wait4(struct proc *, void *, register_t *);
-int pecoff_sys_link(struct proc *, void *, register_t *);
-int pecoff_sys_unlink(struct proc *, void *, register_t *);
-int pecoff_sys_chdir(struct proc *, void *, register_t *);
-int sys_fchdir(struct proc *, void *, register_t *);
-int sys_mknod(struct proc *, void *, register_t *);
-int pecoff_sys_chmod(struct proc *, void *, register_t *);
-int pecoff_sys_chown(struct proc *, void *, register_t *);
-int sys_obreak(struct proc *, void *, register_t *);
-int sys_getfsstat(struct proc *, 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 pecoff_sys_open(struct lwp *, void *, register_t *);
+int sys_close(struct lwp *, void *, register_t *);
+int sys_wait4(struct lwp *, void *, register_t *);
+int pecoff_sys_link(struct lwp *, void *, register_t *);
+int pecoff_sys_unlink(struct lwp *, void *, register_t *);
+int pecoff_sys_chdir(struct lwp *, void *, register_t *);
+int sys_fchdir(struct lwp *, void *, register_t *);
+int sys_mknod(struct lwp *, void *, register_t *);
+int pecoff_sys_chmod(struct lwp *, void *, register_t *);
+int pecoff_sys_chown(struct lwp *, void *, register_t *);
+int sys_obreak(struct lwp *, void *, register_t *);
+int sys_getfsstat(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
-int sys_getpid_with_ppid(struct proc *, void *, register_t *);
+int sys_getpid_with_ppid(struct lwp *, void *, register_t *);
#else
-int sys_getpid(struct proc *, void *, register_t *);
+int sys_getpid(struct lwp *, void *, register_t *);
#endif
-int sys_mount(struct proc *, void *, register_t *);
-int pecoff_sys_unmount(struct proc *, void *, register_t *);
-int sys_setuid(struct proc *, void *, register_t *);
+int sys_mount(struct lwp *, void *, register_t *);
+int pecoff_sys_unmount(struct lwp *, void *, register_t *);
+int sys_setuid(struct lwp *, void *, register_t *);
#ifdef COMPAT_43
-int sys_getuid_with_euid(struct proc *, void *, register_t *);
+int sys_getuid_with_euid(struct lwp *, void *, register_t *);
#else
-int sys_getuid(struct proc *, void *, register_t *);
+int sys_getuid(struct lwp *, void *, register_t *);
#endif
-int sys_geteuid(struct proc *, void *, register_t *);
-int sys_ptrace(struct proc *, void *, register_t *);
-int sys_recvmsg(struct proc *, void *, register_t *);
-int sys_sendmsg(struct proc *, void *, register_t *);
-int sys_recvfrom(struct proc *, void *, register_t *);
-int sys_accept(struct proc *, void *, register_t *);
-int sys_getpeername(struct proc *, void *, register_t *);
-int sys_getsockname(struct proc *, void *, register_t *);
-int pecoff_sys_access(struct proc *, void *, register_t *);
-int pecoff_sys_chflags(struct proc *, void *, register_t *);
-int sys_fchflags(struct proc *, void *, register_t *);
-int sys_sync(struct proc *, void *, register_t *);
-int sys_kill(struct proc *, void *, register_t *);
-int sys_getppid(struct proc *, void *, register_t *);
-int sys_dup(struct proc *, void *, register_t *);
-int sys_pipe(struct proc *, void *, register_t *);
-int sys_getegid(struct proc *, void *, register_t *);
-int sys_profil(struct proc *, void *, register_t *);
+int sys_geteuid(struct lwp *, void *, register_t *);
+int sys_ptrace(struct lwp *, void *, register_t *);
+int sys_recvmsg(struct lwp *, void *, register_t *);
+int sys_sendmsg(struct lwp *, void *, register_t *);
+int sys_recvfrom(struct lwp *, void *, register_t *);
+int sys_accept(struct lwp *, void *, register_t *);
+int sys_getpeername(struct lwp *, void *, register_t *);
+int sys_getsockname(struct lwp *, void *, register_t *);
+int pecoff_sys_access(struct lwp *, void *, register_t *);
+int pecoff_sys_chflags(struct lwp *, void *, register_t *);
+int sys_fchflags(struct lwp *, void *, register_t *);
+int sys_sync(struct lwp *, void *, register_t *);
+int sys_kill(struct lwp *, void *, register_t *);
+int sys_getppid(struct lwp *, void *, register_t *);
+int sys_dup(struct lwp *, void *, register_t *);
+int sys_pipe(struct lwp *, void *, register_t *);
+int sys_getegid(struct lwp *, void *, register_t *);
+int sys_profil(struct lwp *, void *, register_t *);
#if defined(KTRACE) || !defined(_KERNEL)
-int sys_ktrace(struct proc *, void *, register_t *);
+int sys_ktrace(struct lwp *, void *, register_t *);
#else
#endif
#ifdef COMPAT_43
-int sys_getgid_with_egid(struct proc *, void *, register_t *);
+int sys_getgid_with_egid(struct lwp *, void *, register_t *);
#else
-int sys_getgid(struct proc *, void *, register_t *);
+int sys_getgid(struct lwp *, void *, register_t *);
#endif
-int sys___getlogin(struct proc *, void *, register_t *);
-int sys_setlogin(struct proc *, void *, register_t *);
-int sys_acct(struct proc *, void *, register_t *);
-int sys_ioctl(struct proc *, void *, register_t *);
-int pecoff_sys_revoke(struct proc *, void *, register_t *);
-int pecoff_sys_symlink(struct proc *, void *, register_t *);
-int pecoff_sys_readlink(struct proc *, void *, register_t *);
-int pecoff_sys_execve(struct proc *, void *, register_t *);
-int sys_umask(struct proc *, void *, register_t *);
-int pecoff_sys_chroot(struct proc *, void *, register_t *);
-int sys_vfork(struct proc *, void *, register_t *);
-int sys_sbrk(struct proc *, void *, register_t *);
-int sys_sstk(struct proc *, void *, register_t *);
-int sys_ovadvise(struct proc *, void *, register_t *);
-int sys_munmap(struct proc *, void *, register_t *);
-int sys_mprotect(struct proc *, void *, register_t *);
-int sys_madvise(struct proc *, void *, register_t *);
-int sys_mincore(struct proc *, void *, register_t *);
-int sys_getgroups(struct proc *, void *, register_t *);
-int sys_setgroups(struct proc *, void *, register_t *);
-int sys_getpgrp(struct proc *, void *, register_t *);
-int sys_setpgid(struct proc *, void *, register_t *);
-int sys_setitimer(struct proc *, void *, register_t *);
-int sys_getitimer(struct proc *, void *, register_t *);
-int sys_dup2(struct proc *, void *, register_t *);
-int sys_fcntl(struct proc *, void *, register_t *);
-int sys_select(struct proc *, void *, register_t *);
-int sys_fsync(struct proc *, void *, register_t *);
-int sys_setpriority(struct proc *, void *, register_t *);
-int sys_socket(struct proc *, void *, register_t *);
-int sys_connect(struct proc *, void *, register_t *);
-int sys_getpriority(struct proc *, void *, register_t *);
-int sys_bind(struct proc *, void *, register_t *);
-int sys_setsockopt(struct proc *, void *, register_t *);
-int sys_listen(struct proc *, void *, register_t *);
-int sys_gettimeofday(struct proc *, void *, register_t *);
-int sys_getrusage(struct proc *, void *, register_t *);
-int sys_getsockopt(struct proc *, void *, register_t *);
-int sys_readv(struct proc *, void *, register_t *);
-int sys_writev(struct proc *, void *, register_t *);
-int sys_settimeofday(struct proc *, void *, register_t *);
-int sys_fchown(struct proc *, void *, register_t *);
-int sys_fchmod(struct proc *, void *, register_t *);
-int sys_setreuid(struct proc *, void *, register_t *);
-int sys_setregid(struct proc *, void *, register_t *);
-int pecoff_sys_rename(struct proc *, void *, register_t *);
-int sys_flock(struct proc *, void *, register_t *);
-int sys_mkfifo(struct proc *, void *, register_t *);
-int sys_sendto(struct proc *, void *, register_t *);
-int sys_shutdown(struct proc *, void *, register_t *);
-int sys_socketpair(struct proc *, void *, register_t *);
-int sys_mkdir(struct proc *, void *, register_t *);
-int pecoff_sys_rmdir(struct proc *, void *, register_t *);
-int pecoff_sys_utimes(struct proc *, void *, register_t *);
-int sys_adjtime(struct proc *, void *, register_t *);
-int sys_setsid(struct proc *, void *, register_t *);
-int sys_quotactl(struct proc *, void *, register_t *);
+int sys___getlogin(struct lwp *, void *, register_t *);
+int sys___setlogin(struct lwp *, void *, register_t *);
+int sys_acct(struct lwp *, void *, register_t *);
+int sys_ioctl(struct lwp *, void *, register_t *);
+int pecoff_sys_revoke(struct lwp *, void *, register_t *);
+int pecoff_sys_symlink(struct lwp *, void *, register_t *);
+int pecoff_sys_readlink(struct lwp *, void *, register_t *);
+int pecoff_sys_execve(struct lwp *, void *, register_t *);
+int sys_umask(struct lwp *, void *, register_t *);
+int pecoff_sys_chroot(struct lwp *, void *, register_t *);
+int sys_vfork(struct lwp *, void *, register_t *);
+int sys_sbrk(struct lwp *, void *, register_t *);
+int sys_sstk(struct lwp *, void *, register_t *);
+int sys_ovadvise(struct lwp *, void *, register_t *);
+int sys_munmap(struct lwp *, void *, register_t *);
+int sys_mprotect(struct lwp *, void *, register_t *);
+int sys_madvise(struct lwp *, void *, register_t *);
+int sys_mincore(struct lwp *, void *, register_t *);
+int sys_getgroups(struct lwp *, void *, register_t *);
+int sys_setgroups(struct lwp *, void *, register_t *);
+int sys_getpgrp(struct lwp *, void *, register_t *);
+int sys_setpgid(struct lwp *, void *, register_t *);
+int sys_setitimer(struct lwp *, void *, register_t *);
+int sys_getitimer(struct lwp *, void *, register_t *);
+int sys_dup2(struct lwp *, void *, register_t *);
+int sys_fcntl(struct lwp *, void *, register_t *);
+int sys_select(struct lwp *, void *, register_t *);
+int sys_fsync(struct lwp *, void *, register_t *);
+int sys_setpriority(struct lwp *, void *, register_t *);
+int sys_socket(struct lwp *, void *, register_t *);
+int sys_connect(struct lwp *, void *, register_t *);
+int sys_getpriority(struct lwp *, void *, register_t *);
+int sys_bind(struct lwp *, void *, register_t *);
+int sys_setsockopt(struct lwp *, void *, register_t *);
+int sys_listen(struct lwp *, void *, register_t *);
+int sys_gettimeofday(struct lwp *, void *, register_t *);
+int sys_getrusage(struct lwp *, void *, register_t *);
+int sys_getsockopt(struct lwp *, void *, register_t *);
+int sys_readv(struct lwp *, void *, register_t *);
+int sys_writev(struct lwp *, void *, register_t *);
+int sys_settimeofday(struct lwp *, void *, register_t *);
+int sys_fchown(struct lwp *, void *, register_t *);
+int sys_fchmod(struct lwp *, void *, register_t *);
+int sys_setreuid(struct lwp *, void *, register_t *);
+int sys_setregid(struct lwp *, void *, register_t *);
+int pecoff_sys_rename(struct lwp *, void *, register_t *);
+int sys_flock(struct lwp *, void *, register_t *);
+int sys_mkfifo(struct lwp *, void *, register_t *);
+int sys_sendto(struct lwp *, void *, register_t *);
+int sys_shutdown(struct lwp *, void *, register_t *);
+int sys_socketpair(struct lwp *, void *, register_t *);
+int sys_mkdir(struct lwp *, void *, register_t *);
+int pecoff_sys_rmdir(struct lwp *, void *, register_t *);
+int pecoff_sys_utimes(struct lwp *, void *, register_t *);
+int sys_adjtime(struct lwp *, void *, register_t *);
+int sys_setsid(struct lwp *, void *, register_t *);
+int sys_quotactl(struct lwp *, void *, register_t *);
#if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
-int sys_nfssvc(struct proc *, void *, register_t *);
+int sys_nfssvc(struct lwp *, void *, register_t *);
#else
#endif
-int pecoff_sys_statfs(struct proc *, void *, register_t *);
-int sys_fstatfs(struct proc *, void *, register_t *);
-int pecoff_sys_getfh(struct proc *, void *, register_t *);
-int sys_sysarch(struct proc *, void *, register_t *);
+int pecoff_sys_statfs(struct lwp *, void *, register_t *);
+int sys_fstatfs(struct lwp *, void *, register_t *);
+int pecoff_sys_getfh(struct lwp *, void *, register_t *);
+int sys_sysarch(struct lwp *, void *, register_t *);
#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64)
#else
#endif
@@ -307,124 +307,124 @@
#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64)
#else
#endif
-int sys_pread(struct proc *, void *, register_t *);
-int sys_pwrite(struct proc *, void *, register_t *);
-int sys_ntp_gettime(struct proc *, void *, register_t *);
+int sys_pread(struct lwp *, void *, register_t *);
+int sys_pwrite(struct lwp *, void *, register_t *);
+int sys_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
-int sys_ntp_adjtime(struct proc *, void *, register_t *);
+int sys_ntp_adjtime(struct lwp *, void *, register_t *);
#else
#endif
-int sys_setgid(struct proc *, void *, register_t *);
-int sys_setegid(struct proc *, void *, register_t *);
-int sys_seteuid(struct proc *, void *, register_t *);
+int sys_setgid(struct lwp *, void *, register_t *);
+int sys_setegid(struct lwp *, void *, register_t *);
+int sys_seteuid(struct lwp *, void *, register_t *);
#if defined(LFS) || !defined(_KERNEL)
-int sys_lfs_bmapv(struct proc *, void *, register_t *);
Home |
Main Index |
Thread Index |
Old Index