Source-Changes-HG archive

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

[src/trunk]: src/sys Add the %% separators.



details:   https://anonhg.NetBSD.org/src/rev/6579648217b8
branches:  trunk
changeset: 500263:6579648217b8
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Dec 09 05:27:28 2000 +0000

description:
Add the %% separators.

diffstat:

 sys/compat/aout/syscalls.master             |  8 +++++---
 sys/compat/aoutm68k/syscalls.master         |  8 +++++---
 sys/compat/freebsd/syscalls.master          |  8 +++++---
 sys/compat/hpux/syscalls.master             |  8 +++++---
 sys/compat/ibcs2/syscalls.master            |  8 +++++---
 sys/compat/linux/arch/alpha/syscalls.master |  8 +++++---
 sys/compat/linux/arch/i386/syscalls.master  |  7 ++++---
 sys/compat/linux/arch/m68k/syscalls.master  |  6 +++---
 sys/compat/netbsd32/syscalls.master         |  8 +++++---
 sys/compat/osf1/syscalls.master             |  8 +++++---
 sys/compat/sunos/syscalls.master            |  8 +++++---
 sys/compat/svr4/syscalls.master             |  8 +++++---
 sys/compat/ultrix/syscalls.master           |  6 +++---
 sys/kern/syscalls.master                    |  4 +++-
 14 files changed, 63 insertions(+), 40 deletions(-)

diffs (truncated from 422 to 300 lines):

diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/aout/syscalls.master
--- a/sys/compat/aout/syscalls.master   Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/aout/syscalls.master   Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -34,7 +34,7 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"
 #include "opt_ntp.h"
@@ -44,7 +44,7 @@
 
 #include "fs_lfs.h"
 #include "fs_nfs.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -53,6 +53,8 @@
 #include <sys/syscallargs.h>
 #include <compat/aout/aout_syscallargs.h>
 
+%%
+
 ; Reserved/unimplemented system calls in the range 0-150 inclusive
 ; are reserved for use in future Berkeley releases.
 ; Additional system calls implemented in vendor and other
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/aoutm68k/syscalls.master
--- a/sys/compat/aoutm68k/syscalls.master       Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/aoutm68k/syscalls.master       Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -34,7 +34,7 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"
 #include "opt_ntp.h"
@@ -44,7 +44,7 @@
 
 #include "fs_lfs.h"
 #include "fs_nfs.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -53,6 +53,8 @@
 #include <sys/syscallargs.h>
 #include <compat/aoutm68k/aoutm68k_syscallargs.h>
 
+%%
+
 ; Reserved/unimplemented system calls in the range 0-150 inclusive
 ; are reserved for use in future Berkeley releases.
 ; Additional system calls implemented in vendor and other
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/freebsd/syscalls.master
--- a/sys/compat/freebsd/syscalls.master        Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/freebsd/syscalls.master        Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.31 2000/11/30 19:05:26 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp $
 
 ;      from: @(#)syscalls.master       8.2 (Berkeley) 1/13/94
 
@@ -31,7 +31,7 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"
 #include "opt_ntp.h"
@@ -40,7 +40,7 @@
 
 #include "fs_lfs.h"
 #include "fs_nfs.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -52,6 +52,8 @@
 
 #include <machine/freebsd_machdep.h>
 
+%%
+
 ; Reserved/unimplemented system calls in the range 0-150 inclusive
 ; are reserved for use in future Berkeley releases.
 ; Additional system calls implemented in vendor and other
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/hpux/syscalls.master
--- a/sys/compat/hpux/syscalls.master   Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/hpux/syscalls.master   Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.22 2000/11/30 19:05:27 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -31,10 +31,10 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_sysv.h"
 #include "opt_compat_43.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -49,6 +49,8 @@
 
 #include <machine/hpux_machdep.h>
 
+%%
+
 0      NOARGS          { int sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
 2      STD             { int hpux_sys_fork(void); }
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/ibcs2/syscalls.master
--- a/sys/compat/ibcs2/syscalls.master  Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/ibcs2/syscalls.master  Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.23 2000/11/30 19:05:27 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -31,9 +31,9 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_sysv.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -45,6 +45,8 @@
 #include <compat/ibcs2/ibcs2_syscallargs.h>
 #include <compat/ibcs2/ibcs2_statfs.h>
 
+%%
+
 0      NOARGS          { int sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
 2      NOARGS          { int sys_fork(void); }
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp $
 ;
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -57,11 +57,11 @@
 ; UNIMPL osf_*   = osf functions implemented in linux, not here.
 ;
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_sysv.h"
 #include "opt_compat_43.h"
 #include "opt_compat_osf1.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/poll.h>
@@ -82,6 +82,8 @@
 
 #include <compat/linux/linux_syscallargs.h>
 
+%%
+
 0      NOARGS          { int sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
 2      NOARGS          { int sys_fork(void); }
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master        Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master        Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -33,9 +33,9 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_compat_43.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/poll.h>
@@ -51,6 +51,7 @@
 
 #include <compat/linux/linux_syscallargs.h>
 
+%%
 
 0      NOARGS          { int sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.19 2000/12/09 05:27:29 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -33,10 +33,10 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_compat_netbsd.h"
 #include "opt_compat_43.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/poll.h>
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.15 2000/11/30 19:17:57 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp $
 
 ;      from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
@@ -35,7 +35,7 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.
 
-if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(_LKM)
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"
 #include "opt_compat_netbsd.h"
@@ -45,7 +45,7 @@
 
 #include "fs_lfs.h"
 #include "fs_nfs.h"
-endif
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -56,6 +56,8 @@
 #include <compat/netbsd32/netbsd32.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>
 
+%%
+
 ; Reserved/unimplemented system calls in the range 0-150 inclusive
 ; are reserved for use in future Berkeley releases.
 ; Additional system calls implemented in vendor and other
diff -r 04a81e9d6df5 -r 6579648217b8 sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master   Sat Dec 09 05:27:08 2000 +0000
+++ b/sys/compat/osf1/syscalls.master   Sat Dec 09 05:27:28 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.32 2000/11/30 19:05:27 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -31,9 +31,9 @@
 ; #ifdef's, etc. may be included, and are copied to the output files.
 ; #include's are copied to the syscall names and switch definition files only.



Home | Main Index | Thread Index | Old Index