Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/f999a950b620
branches: trunk
changeset: 500266:f999a950b620
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Dec 09 05:37:01 2000 +0000
description:
Regen.
diffstat:
sys/compat/aout/aout_syscall.h | 4 ++--
sys/compat/aout/aout_syscallargs.h | 4 ++--
sys/compat/aout/aout_syscalls.c | 8 +++++---
sys/compat/aout/aout_sysent.c | 6 +++---
sys/compat/aoutm68k/aoutm68k_syscall.h | 4 ++--
sys/compat/aoutm68k/aoutm68k_syscallargs.h | 4 ++--
sys/compat/aoutm68k/aoutm68k_syscalls.c | 8 +++++---
sys/compat/aoutm68k/aoutm68k_sysent.c | 6 +++---
sys/compat/freebsd/freebsd_syscall.h | 4 ++--
sys/compat/freebsd/freebsd_syscallargs.h | 4 ++--
sys/compat/freebsd/freebsd_syscalls.c | 8 +++++---
sys/compat/freebsd/freebsd_sysent.c | 6 +++---
sys/compat/hpux/hpux_syscall.h | 4 ++--
sys/compat/hpux/hpux_syscallargs.h | 4 ++--
sys/compat/hpux/hpux_syscalls.c | 8 +++++---
sys/compat/hpux/hpux_sysent.c | 6 +++---
sys/compat/ibcs2/ibcs2_syscall.h | 4 ++--
sys/compat/ibcs2/ibcs2_syscallargs.h | 4 ++--
sys/compat/ibcs2/ibcs2_syscalls.c | 8 +++++---
sys/compat/ibcs2/ibcs2_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 | 8 +++++---
sys/compat/linux/arch/alpha/linux_sysent.c | 6 +++---
sys/compat/linux/arch/i386/linux_syscall.h | 4 ++--
sys/compat/linux/arch/i386/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/i386/linux_syscalls.c | 8 +++++---
sys/compat/linux/arch/i386/linux_sysent.c | 6 +++---
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 | 8 +++++---
sys/compat/linux/arch/m68k/linux_sysent.c | 6 +++---
sys/compat/netbsd32/netbsd32_syscall.h | 4 ++--
sys/compat/netbsd32/netbsd32_syscallargs.h | 4 ++--
sys/compat/netbsd32/netbsd32_syscalls.c | 8 +++++---
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 | 8 +++++---
sys/compat/osf1/osf1_sysent.c | 6 +++---
sys/compat/sunos/sunos_syscall.h | 4 ++--
sys/compat/sunos/sunos_syscallargs.h | 4 ++--
sys/compat/sunos/sunos_syscalls.c | 8 +++++---
sys/compat/sunos/sunos_sysent.c | 6 +++---
sys/compat/svr4/svr4_syscall.h | 4 ++--
sys/compat/svr4/svr4_syscallargs.h | 4 ++--
sys/compat/svr4/svr4_syscalls.c | 8 +++++---
sys/compat/svr4/svr4_sysent.c | 6 +++---
sys/compat/ultrix/ultrix_syscall.h | 4 ++--
sys/compat/ultrix/ultrix_syscallargs.h | 4 ++--
sys/compat/ultrix/ultrix_syscalls.c | 8 +++++---
sys/compat/ultrix/ultrix_sysent.c | 6 +++---
sys/kern/init_sysent.c | 4 ++--
sys/kern/syscalls.c | 6 +++---
sys/sys/syscall.h | 4 ++--
sys/sys/syscallargs.h | 4 ++--
56 files changed, 165 insertions(+), 139 deletions(-)
diffs (truncated from 1184 to 300 lines):
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aout/aout_syscall.h
--- a/sys/compat/aout/aout_syscall.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aout/aout_syscall.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscall.h,v 1.12 2000/12/06 21:02:30 jdolecek Exp $ */
+/* $NetBSD: aout_syscall.h,v 1.13 2000/12/09 05:37:01 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aout/aout_syscallargs.h
--- a/sys/compat/aout/aout_syscallargs.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aout/aout_syscallargs.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscallargs.h,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
+/* $NetBSD: aout_syscallargs.h,v 1.14 2000/12/09 05:37:01 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
*/
#ifndef _AOUT_SYS__SYSCALLARGS_H_
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aout/aout_syscalls.c
--- a/sys/compat/aout/aout_syscalls.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aout/aout_syscalls.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,14 @@
-/* $NetBSD: aout_syscalls.c,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
+/* $NetBSD: aout_syscalls.c,v 1.14 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
@@ -16,6 +17,7 @@
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
@@ -24,7 +26,7 @@
#include <compat/aout/aout_syscallargs.h>
#endif /* _KERNEL && ! _LKM */
-const char * const aout_syscallnames[] = {
+const char *const aout_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aout/aout_sysent.c
--- a/sys/compat/aout/aout_sysent.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aout/aout_sysent.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: aout_sysent.c,v 1.12 2000/12/06 21:02:31 jdolecek Exp $ */
+/* $NetBSD: aout_sysent.c,v 1.13 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
*/
-#if defined ( _KERNEL ) && !defined ( _LKM )
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aoutm68k/aoutm68k_syscall.h
--- a/sys/compat/aoutm68k/aoutm68k_syscall.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscall.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aoutm68k_syscall.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
+/* $NetBSD: aoutm68k_syscall.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aoutm68k/aoutm68k_syscallargs.h
--- a/sys/compat/aoutm68k/aoutm68k_syscallargs.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscallargs.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aoutm68k_syscallargs.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
+/* $NetBSD: aoutm68k_syscallargs.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
*/
#ifndef _AOUTM68K_SYS__SYSCALLARGS_H_
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aoutm68k/aoutm68k_syscalls.c
--- a/sys/compat/aoutm68k/aoutm68k_syscalls.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscalls.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,14 @@
-/* $NetBSD: aoutm68k_syscalls.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
+/* $NetBSD: aoutm68k_syscalls.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
@@ -16,6 +17,7 @@
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
@@ -24,7 +26,7 @@
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
#endif /* _KERNEL && ! _LKM */
-const char * const aoutm68k_syscallnames[] = {
+const char *const aoutm68k_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/aoutm68k/aoutm68k_sysent.c
--- a/sys/compat/aoutm68k/aoutm68k_sysent.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_sysent.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: aoutm68k_sysent.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
+/* $NetBSD: aoutm68k_sysent.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
+ * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
*/
-#if defined ( _KERNEL ) && !defined ( _LKM )
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscall.h,v 1.37 2000/08/18 19:35:16 cgd Exp $ */
+/* $NetBSD: freebsd_syscall.h,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
+ * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscallargs.h,v 1.39 2000/08/18 19:35:17 cgd Exp $ */
+/* $NetBSD: freebsd_syscallargs.h,v 1.40 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
+ * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
*/
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,14 @@
-/* $NetBSD: freebsd_syscalls.c,v 1.37 2000/11/13 21:32:17 jdolecek Exp $ */
+/* $NetBSD: freebsd_syscalls.c,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
+ * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
@@ -15,6 +16,7 @@
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
@@ -24,7 +26,7 @@
#include <machine/freebsd_machdep.h>
#endif /* _KERNEL && ! _LKM */
-const char * const freebsd_syscallnames[] = {
+const char *const freebsd_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c Sat Dec 09 05:37:01 2000 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: freebsd_sysent.c,v 1.39 2000/11/30 19:05:26 jdolecek Exp $ */
+/* $NetBSD: freebsd_sysent.c,v 1.40 2000/12/09 05:37:03 mycroft Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
+ * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
*/
-#if defined ( _KERNEL ) && !defined ( _LKM )
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/hpux/hpux_syscall.h
--- a/sys/compat/hpux/hpux_syscall.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/hpux/hpux_syscall.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: hpux_syscall.h,v 1.26 2000/08/18 19:35:17 cgd Exp $ */
+/* $NetBSD: hpux_syscall.h,v 1.27 2000/12/09 05:37:03 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/hpux/hpux_syscallargs.h
--- a/sys/compat/hpux/hpux_syscallargs.h Sat Dec 09 05:33:27 2000 +0000
+++ b/sys/compat/hpux/hpux_syscallargs.h Sat Dec 09 05:37:01 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: hpux_syscallargs.h,v 1.24 2000/08/18 19:35:17 cgd Exp $ */
+/* $NetBSD: hpux_syscallargs.h,v 1.25 2000/12/09 05:37:03 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
*/
#ifndef _HPUX_SYS__SYSCALLARGS_H_
diff -r 5ed9a995b219 -r f999a950b620 sys/compat/hpux/hpux_syscalls.c
Home |
Main Index |
Thread Index |
Old Index