Source-Changes-HG archive

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

[src/trunk]: src/sys/compat regen



details:   https://anonhg.NetBSD.org/src/rev/620f1200bf1e
branches:  trunk
changeset: 574349:620f1200bf1e
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 23:20:00 2005 +0000

description:
regen

diffstat:

 sys/compat/darwin/darwin_syscall.h                                  |    4 +-
 sys/compat/darwin/darwin_syscallargs.h                              |    4 +-
 sys/compat/darwin/darwin_syscalls.c                                 |    6 +-
 sys/compat/darwin/darwin_sysent.c                                   |    6 +-
 sys/compat/irix/irix_syscall.h                                      |   13 +-
 sys/compat/irix/irix_syscallargs.h                                  |  149 ++++++++-
 sys/compat/irix/irix_syscalls.c                                     |    6 +-
 sys/compat/irix/irix_sysent.c                                       |    6 +-
 sys/compat/linux/arch/alpha/linux_syscall.h                         |    4 +-
 sys/compat/linux/arch/alpha/linux_syscallargs.h                     |    4 +-
 sys/compat/linux/arch/alpha/linux_syscalls.c                        |    6 +-
 sys/compat/linux/arch/alpha/linux_sysent.c                          |    6 +-
 sys/compat/linux/arch/arm/linux_syscall.h                           |    4 +-
 sys/compat/linux/arch/arm/linux_syscallargs.h                       |    4 +-
 sys/compat/linux/arch/arm/linux_syscalls.c                          |    6 +-
 sys/compat/linux/arch/arm/linux_sysent.c                            |    6 +-
 sys/compat/linux/arch/mips/linux_syscall.h                          |    4 +-
 sys/compat/linux/arch/mips/linux_syscallargs.h                      |    4 +-
 sys/compat/linux/arch/mips/linux_syscalls.c                         |    6 +-
 sys/compat/linux/arch/mips/linux_sysent.c                           |    6 +-
 sys/compat/linux/arch/powerpc/linux_syscall.h                       |    4 +-
 sys/compat/linux/arch/powerpc/linux_syscallargs.h                   |    4 +-
 sys/compat/linux/arch/powerpc/linux_syscalls.c                      |    6 +-
 sys/compat/linux/arch/powerpc/linux_sysent.c                        |    6 +-
 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscall.h     |    4 +-
 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h |    8 +-
 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscalls.c    |    6 +-
 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_sysent.c      |    6 +-
 sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscall.h       |    4 +-
 sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscallargs.h   |    4 +-
 sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscalls.c      |    6 +-
 sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_sysent.c        |    6 +-
 sys/compat/mach/mach_services.c                                     |    6 +-
 sys/compat/mach/mach_services.h                                     |    6 +-
 sys/compat/mach/mach_services_names.c                               |    6 +-
 sys/compat/mach/mach_syscall.h                                      |    4 +-
 sys/compat/mach/mach_syscallargs.h                                  |    4 +-
 sys/compat/mach/mach_syscalls.c                                     |    6 +-
 sys/compat/mach/mach_sysent.c                                       |    6 +-
 sys/compat/osf1/osf1_syscall.h                                      |    4 +-
 sys/compat/osf1/osf1_syscallargs.h                                  |  137 ++++++++-
 sys/compat/osf1/osf1_syscalls.c                                     |    6 +-
 sys/compat/osf1/osf1_sysent.c                                       |    6 +-
 sys/compat/sunos/sunos_syscall.h                                    |   19 +-
 sys/compat/sunos/sunos_syscallargs.h                                |  162 +++++++++-
 sys/compat/sunos/sunos_syscalls.c                                   |    6 +-
 sys/compat/sunos/sunos_sysent.c                                     |    6 +-
 sys/compat/sunos32/sunos32_syscall.h                                |    4 +-
 sys/compat/sunos32/sunos32_syscallargs.h                            |    4 +-
 sys/compat/sunos32/sunos32_syscalls.c                               |    6 +-
 sys/compat/sunos32/sunos32_sysent.c                                 |    6 +-
 sys/compat/ultrix/ultrix_syscall.h                                  |   13 +-
 sys/compat/ultrix/ultrix_syscallargs.h                              |  147 ++++++++-
 sys/compat/ultrix/ultrix_syscalls.c                                 |    6 +-
 sys/compat/ultrix/ultrix_sysent.c                                   |    7 +-
 55 files changed, 753 insertions(+), 142 deletions(-)

diffs (truncated from 2395 to 300 lines):

diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/darwin/darwin_syscall.h
--- a/sys/compat/darwin/darwin_syscall.h        Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/darwin/darwin_syscall.h        Sat Feb 26 23:20:00 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscall.h,v 1.44 2004/08/02 18:45:53 manu Exp $ */
+/* $NetBSD: darwin_syscall.h,v 1.45 2005/02/26 23:20:00 perry Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.28 2005/02/26 23:10:18 perry Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/darwin/darwin_syscallargs.h
--- a/sys/compat/darwin/darwin_syscallargs.h    Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/darwin/darwin_syscallargs.h    Sat Feb 26 23:20:00 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscallargs.h,v 1.44 2004/08/02 18:45:53 manu Exp $ */
+/* $NetBSD: darwin_syscallargs.h,v 1.45 2005/02/26 23:20:00 perry Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.28 2005/02/26 23:10:18 perry Exp 
  */
 
 #ifndef _DARWIN_SYS__SYSCALLARGS_H_
diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/darwin/darwin_syscalls.c
--- a/sys/compat/darwin/darwin_syscalls.c       Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/darwin/darwin_syscalls.c       Sat Feb 26 23:20:00 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_syscalls.c,v 1.45 2004/08/02 18:45:53 manu Exp $ */
+/* $NetBSD: darwin_syscalls.c,v 1.46 2005/02/26 23:20:01 perry Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.28 2005/02/26 23:10:18 perry Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.45 2004/08/02 18:45:53 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.46 2005/02/26 23:20:01 perry Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/darwin/darwin_sysent.c
--- a/sys/compat/darwin/darwin_sysent.c Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/darwin/darwin_sysent.c Sat Feb 26 23:20:00 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_sysent.c,v 1.45 2004/08/02 18:45:53 manu Exp $ */
+/* $NetBSD: darwin_sysent.c,v 1.46 2005/02/26 23:20:01 perry Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.28 2005/02/26 23:10:18 perry Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.45 2004/08/02 18:45:53 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.46 2005/02/26 23:20:01 perry Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"
diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/irix/irix_syscall.h
--- a/sys/compat/irix/irix_syscall.h    Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/irix/irix_syscall.h    Sat Feb 26 23:20:00 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: irix_syscall.h,v 1.52 2003/01/18 23:33:37 thorpej Exp $ */
+/* $NetBSD: irix_syscall.h,v 1.53 2005/02/26 23:20:01 perry Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.47 2003/01/18 07:44:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.48 2005/02/26 23:10:19 perry Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -116,15 +116,24 @@
 #define        IRIX_SYS_getgid_with_egid       47
 
                                /* 48 is obsolete ssig */
+#ifdef SYSVMSG
 /* syscall: "msgsys" ret: "int" args: "int" "int" "int" "int" "int" */
 #define        IRIX_SYS_msgsys 49
 
+#else
+#endif
+#ifdef SYSVSHM
 /* syscall: "shmsys" ret: "int" args: "int" "int" "int" "int" */
 #define        IRIX_SYS_shmsys 52
 
+#else
+#endif
+#ifdef SYSVSEM
 /* syscall: "semsys" ret: "int" args: "int" "int" "int" "int" "int" */
 #define        IRIX_SYS_semsys 53
 
+#else
+#endif
 /* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */
 #define        IRIX_SYS_ioctl  54
 
diff -r 2edfb0574b5f -r 620f1200bf1e sys/compat/irix/irix_syscallargs.h
--- a/sys/compat/irix/irix_syscallargs.h        Sat Feb 26 22:58:54 2005 +0000
+++ b/sys/compat/irix/irix_syscallargs.h        Sat Feb 26 23:20:00 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: irix_syscallargs.h,v 1.52 2003/01/18 23:33:37 thorpej Exp $ */
+/* $NetBSD: irix_syscallargs.h,v 1.53 2005/02/26 23:20:01 perry Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.47 2003/01/18 07:44:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.48 2005/02/26 23:10:19 perry Exp 
  */
 
 #ifndef _IRIX_SYS__SYSCALLARGS_H_
@@ -45,6 +45,10 @@
        syscallarg(void *) arg4;
        syscallarg(void *) arg5;
 };
+#ifdef SYSVMSG
+#else
+#endif
+#ifdef SYSVSHM
 
 struct irix_sys_shmsys_args {
        syscallarg(int) what;
@@ -52,6 +56,11 @@
        syscallarg(int) a3;
        syscallarg(int) a4;
 };
+#else
+#endif
+#ifdef SYSVSEM
+#else
+#endif
 
 struct irix_sys_ioctl_args {
        syscallarg(int) fd;
@@ -292,148 +301,280 @@
  */
 
 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    irix_sys_open(struct lwp *, void *, register_t *);
+
 int    sys_close(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    sys_chmod(struct lwp *, void *, register_t *);
+
 int    sys___posix_chown(struct lwp *, void *, register_t *);
+
 int    irix_sys_break(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_lseek(struct lwp *, void *, register_t *);
+
 int    sys_getpid(struct lwp *, void *, register_t *);
+
 int    sys_setuid(struct lwp *, void *, register_t *);
+
 int    sys_getuid_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    irix_sys_syssgi(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 *);
+
 #ifdef SYSVMSG
 int    svr4_sys_msgsys(struct lwp *, void *, register_t *);
+
 #else
 #endif
 #ifdef SYSVSHM
 int    irix_sys_shmsys(struct lwp *, void *, register_t *);
+
 #else
 #endif
 #ifdef SYSVSEM
 int    svr4_sys_semsys(struct lwp *, void *, register_t *);
+
 #else
 #endif
 int    irix_sys_ioctl(struct lwp *, void *, register_t *);
+
 int    irix_sys_sysmp(struct lwp *, void *, register_t *);
+
 int    irix_sys_utssys(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    irix_sys_fcntl(struct lwp *, void *, register_t *);
+
 int    svr4_sys_ulimit(struct lwp *, void *, register_t *);
+
 int    irix_sys_getrlimit64(struct lwp *, void *, register_t *);
+
 int    irix_sys_setrlimit64(struct lwp *, void *, register_t *);
+
 int    sys_nanosleep(struct lwp *, void *, register_t *);
+
 int    irix_sys_lseek64(struct lwp *, void *, register_t *);
+
 int    sys_rmdir(struct lwp *, void *, register_t *);
+
 int    sys_mkdir(struct lwp *, void *, register_t *);
+
 int    irix_sys_getdents(struct lwp *, void *, register_t *);
+
 int    irix_sys_sginap(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    irix_sys_sigreturn(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_accept(struct lwp *, void *, register_t *);
+
 int    sys_bind(struct lwp *, void *, register_t *);
+
 int    sys_connect(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_gethostid(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_getpeername(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_getsockname(struct lwp *, void *, register_t *);
+
 int    sys_getsockopt(struct lwp *, void *, register_t *);
+
 int    sys_listen(struct lwp *, void *, register_t *);
+
 int    compat_43_sys_recv(struct lwp *, void *, register_t *);
+



Home | Main Index | Thread Index | Old Index