[Midnightbsd-cvs] src: sys/kern: Standardize tagging syscalls.master
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Dec 9 11:40:32 EST 2008
Log Message:
-----------
Standardize tagging syscalls.master
Modified Files:
--------------
src/sys/amd64/linux32:
syscalls.master (r1.2 -> r1.3)
src/sys/compat/freebsd32:
syscalls.master (r1.2 -> r1.3)
src/sys/compat/svr4:
syscalls.master (r1.2 -> r1.3)
src/sys/i386/ibcs2:
syscalls.master (r1.2 -> r1.3)
src/sys/i386/linux:
syscalls.master (r1.2 -> r1.3)
src/sys/kern:
syscalls.master (r1.3 -> r1.4)
-------------- next part --------------
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/amd64/linux32/syscalls.master,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/amd64/linux32/syscalls.master -L sys/amd64/linux32/syscalls.master -u -r1.2 -r1.3
--- sys/amd64/linux32/syscalls.master
+++ sys/amd64/linux32/syscalls.master
@@ -1,5 +1,4 @@
- $FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.30 2007/09/18 19:50:32 dwmalone Exp $
-
+; $MidnightBSD$
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/compat/freebsd32/syscalls.master,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/compat/freebsd32/syscalls.master -L sys/compat/freebsd32/syscalls.master -u -r1.2 -r1.3
--- sys/compat/freebsd32/syscalls.master
+++ sys/compat/freebsd32/syscalls.master
@@ -1,4 +1,4 @@
- $FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.91.2.2 2007/12/19 20:43:41 jhb Exp $
+; $MidnightBSD$
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
; from: src/sys/kern/syscalls.master 1.107
;
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/compat/svr4/syscalls.master,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/compat/svr4/syscalls.master -L sys/compat/svr4/syscalls.master -u -r1.2 -r1.3
--- sys/compat/svr4/syscalls.master
+++ sys/compat/svr4/syscalls.master
@@ -1,4 +1,4 @@
- $FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp $
+; $MidnightBSD$
; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
;
; System call name/number master file (or rather, slave, from SVR4).
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/i386/ibcs2/syscalls.master,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/i386/ibcs2/syscalls.master -L sys/i386/ibcs2/syscalls.master -u -r1.2 -r1.3
--- sys/i386/ibcs2/syscalls.master
+++ sys/i386/ibcs2/syscalls.master
@@ -1,5 +1,4 @@
- $FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp $
-
+; $MidnightBSD$
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from IBCS2).
; Processed to created ibcs2_sysent.c, ibcs2_syscalls.c and ibcs2_syscall.h.
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/i386/linux/syscalls.master,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/i386/linux/syscalls.master -L sys/i386/linux/syscalls.master -u -r1.2 -r1.3
--- sys/i386/linux/syscalls.master
+++ sys/i386/linux/syscalls.master
@@ -1,5 +1,4 @@
- $FreeBSD: src/sys/i386/linux/syscalls.master,v 1.89 2007/09/18 19:50:33 dwmalone Exp $
-
+; $MidnightBSD$
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
Index: syscalls.master
===================================================================
RCS file: /home/cvs/src/sys/kern/syscalls.master,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/kern/syscalls.master -L sys/kern/syscalls.master -u -r1.3 -r1.4
--- sys/kern/syscalls.master
+++ sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $FreeBSD: src/sys/kern/syscalls.master,v 1.233 2007/08/16 05:26:41 davidxu Exp $
+; $MidnightBSD$
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
More information about the Midnightbsd-cvs
mailing list