Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/arch descend and regen



details:   https://anonhg.NetBSD.org/src/rev/d0fda042cb6a
branches:  trunk
changeset: 820954:d0fda042cb6a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 16 17:39:22 2017 +0000

description:
descend and regen

diffstat:

 sys/compat/linux32/arch/Makefile                      |  3 +++
 sys/compat/linux32/arch/amd64/linux32_syscall.h       |  2 +-
 sys/compat/linux32/arch/amd64/linux32_syscallargs.h   |  2 +-
 sys/compat/linux32/arch/amd64/linux32_syscalls.c      |  4 ++--
 sys/compat/linux32/arch/amd64/linux32_sysent.c        |  4 ++--
 sys/compat/linux32/arch/amd64/linux32_systrace_args.c |  2 +-
 6 files changed, 10 insertions(+), 7 deletions(-)

diffs (70 lines):

diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/linux32/arch/Makefile  Mon Jan 16 17:39:22 2017 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2017/01/16 17:39:22 christos Exp $
+SUBDIR= amd64
+.include <bsd.subdir.mk>
diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/amd64/linux32_syscall.h
--- a/sys/compat/linux32/arch/amd64/linux32_syscall.h   Mon Jan 16 17:37:29 2017 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscall.h   Mon Jan 16 17:39:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_syscall.h,v 1.76 2017/01/13 06:19:36 christos Exp $ */
+/* $NetBSD: linux32_syscall.h,v 1.77 2017/01/16 17:39:22 christos Exp $ */
 
 /*
  * System call numbers.
diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/amd64/linux32_syscallargs.h
--- a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h       Mon Jan 16 17:37:29 2017 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h       Mon Jan 16 17:39:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_syscallargs.h,v 1.76 2017/01/13 06:19:36 christos Exp $ */
+/* $NetBSD: linux32_syscallargs.h,v 1.77 2017/01/16 17:39:22 christos Exp $ */
 
 /*
  * System call argument lists.
diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/amd64/linux32_syscalls.c
--- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c  Mon Jan 16 17:37:29 2017 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c  Mon Jan 16 17:39:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_syscalls.c,v 1.76 2017/01/13 06:19:36 christos Exp $ */
+/* $NetBSD: linux32_syscalls.c,v 1.77 2017/01/16 17:39:22 christos Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.76 2017/01/13 06:19:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.77 2017/01/16 17:39:22 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include <sys/param.h>
diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/amd64/linux32_sysent.c
--- a/sys/compat/linux32/arch/amd64/linux32_sysent.c    Mon Jan 16 17:37:29 2017 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_sysent.c    Mon Jan 16 17:39:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_sysent.c,v 1.76 2017/01/13 06:19:36 christos Exp $ */
+/* $NetBSD: linux32_sysent.c,v 1.77 2017/01/16 17:39:22 christos Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.76 2017/01/13 06:19:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.77 2017/01/16 17:39:22 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/poll.h>
diff -r 4c96feac7b9a -r d0fda042cb6a sys/compat/linux32/arch/amd64/linux32_systrace_args.c
--- a/sys/compat/linux32/arch/amd64/linux32_systrace_args.c     Mon Jan 16 17:37:29 2017 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_systrace_args.c     Mon Jan 16 17:39:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_systrace_args.c,v 1.3 2017/01/13 06:19:36 christos Exp $ */
+/* $NetBSD: linux32_systrace_args.c,v 1.4 2017/01/16 17:39:22 christos Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.



Home | Main Index | Thread Index | Old Index