Source-Changes-HG archive

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

[src/trunk]: src/sys/compat Regen for correct RCS ID.



details:   https://anonhg.NetBSD.org/src/rev/8c89153b3209
branches:  trunk
changeset: 541830:8c89153b3209
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jan 18 23:36:48 2003 +0000

description:
Regen for correct RCS ID.

diffstat:

 sys/compat/linux/arch/m68k/linux_syscall.h                          |  4 ++--
 sys/compat/linux/arch/m68k/linux_syscallargs.h                      |  4 ++--
 sys/compat/linux/arch/m68k/linux_syscalls.c                         |  6 +++---
 sys/compat/linux/arch/m68k/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 |  4 ++--
 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_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/netbsd32/netbsd32_syscall.h                              |  4 ++--
 sys/compat/netbsd32/netbsd32_syscallargs.h                          |  4 ++--
 sys/compat/netbsd32/netbsd32_syscalls.c                             |  6 +++---
 sys/compat/netbsd32/netbsd32_sysent.c                               |  6 +++---
 sys/compat/osf1/osf1_syscall.h                                      |  4 ++--
 sys/compat/osf1/osf1_syscallargs.h                                  |  4 ++--
 sys/compat/osf1/osf1_syscalls.c                                     |  6 +++---
 sys/compat/osf1/osf1_sysent.c                                       |  6 +++---
 sys/compat/pecoff/pecoff_syscall.h                                  |  4 ++--
 sys/compat/pecoff/pecoff_syscallargs.h                              |  4 ++--
 sys/compat/pecoff/pecoff_syscalls.c                                 |  6 +++---
 sys/compat/pecoff/pecoff_sysent.c                                   |  6 +++---
 sys/compat/sunos/sunos_syscall.h                                    |  4 ++--
 sys/compat/sunos/sunos_syscallargs.h                                |  4 ++--
 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/svr4/svr4_syscall.h                                      |  4 ++--
 sys/compat/svr4/svr4_syscallargs.h                                  |  4 ++--
 sys/compat/svr4/svr4_syscalls.c                                     |  6 +++---
 sys/compat/svr4/svr4_sysent.c                                       |  6 +++---
 48 files changed, 120 insertions(+), 120 deletions(-)

diffs (truncated from 888 to 300 lines):

diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h        Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h        Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.45 2003/01/18 23:36:48 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h    Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h    Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.43 2003/01/18 08:06:50 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.44 2003/01/18 23:36:48 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c       Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c       Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/mips/linux_syscall.h
--- a/sys/compat/linux/arch/mips/linux_syscall.h        Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscall.h        Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.13 2003/01/18 08:07:21 thorpej Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.14 2003/01/18 23:37:09 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp   
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/mips/linux_syscallargs.h
--- a/sys/compat/linux/arch/mips/linux_syscallargs.h    Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscallargs.h    Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp   
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/mips/linux_syscalls.c
--- a/sys/compat/linux/arch/mips/linux_syscalls.c       Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscalls.c       Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp   
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/mips/linux_sysent.c
--- a/sys/compat/linux/arch/mips/linux_sysent.c Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/mips/linux_sysent.c Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp   
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/powerpc/linux_syscall.h
--- a/sys/compat/linux/arch/powerpc/linux_syscall.h     Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscall.h     Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.20 2003/01/18 23:37:35 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp   
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/powerpc/linux_syscallargs.h
--- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.19 2003/01/18 23:37:35 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp   
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/powerpc/linux_syscalls.c
--- a/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.19 2003/01/18 23:37:36 thorpej Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp   
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.19 2003/01/18 23:37:36 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/linux/arch/powerpc/linux_sysent.c
--- a/sys/compat/linux/arch/powerpc/linux_sysent.c      Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_sysent.c      Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.20 2003/01/18 23:37:36 thorpej Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD  
+ * created from        NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp   
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.20 2003/01/18 23:37:36 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscall.h
--- a/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscall.h   Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscall.h   Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: mach_fasttraps_syscall.h,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
+/* $NetBSD: mach_fasttraps_syscall.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp 
  */
 
 /* syscall: "cthread_set_self" ret: "void" args: "mach_cproc_t" */
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h
--- a/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h       Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h       Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
+/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp 
  */
 
 #ifndef _MACH_FASTTRAPS_SYS__SYSCALLARGS_H_
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscalls.c
--- a/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscalls.c  Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscalls.c  Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: mach_fasttraps_syscalls.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
+/* $NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include <sys/param.h>
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_sysent.c
--- a/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_sysent.c    Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/mach/arch/powerpc/fasttraps/mach_fasttraps_sysent.c    Sat Jan 18 23:36:48 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: mach_fasttraps_sysent.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
+/* $NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r aaa847f7823a -r 8c89153b3209 sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscall.h
--- a/sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscall.h     Sat Jan 18 23:36:09 2003 +0000
+++ b/sys/compat/mach/arch/powerpc/ppccalls/mach_ppccalls_syscall.h     Sat Jan 18 23:36:48 2003 +0000
@@ -1,10 +1,10 @@



Home | Main Index | Thread Index | Old Index