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/1a098c4b2091
branches:  trunk
changeset: 340140:1a098c4b2091
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 24 16:07:10 2015 +0000

description:
regen

diffstat:

 sys/kern/init_sysent.c                    |  4 ++--
 sys/kern/syscalls.c                       |  4 ++--
 sys/kern/syscalls_autoload.c              |  4 ++--
 sys/kern/systrace_args.c                  |  2 +-
 sys/rump/include/rump/rump_syscalls.h     |  2 +-
 sys/rump/librump/rumpkern/rump_syscalls.c |  4 ++--
 sys/sys/syscall.h                         |  2 +-
 sys/sys/syscallargs.h                     |  4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)

diffs (118 lines):

diff -r 3914b19febbe -r 1a098c4b2091 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/kern/init_sysent.c    Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_sysent.c,v 1.298 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.299 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.298 2015/06/18 15:19:50 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.299 2015/08/24 16:07:10 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r 3914b19febbe -r 1a098c4b2091 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/kern/syscalls.c       Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscalls.c,v 1.287 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.288 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.287 2015/06/18 15:19:50 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.288 2015/08/24 16:07:10 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r 3914b19febbe -r 1a098c4b2091 sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c      Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/kern/syscalls_autoload.c      Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscalls_autoload.c,v 1.5 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.6 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call autoload table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.5 2015/06/18 15:19:50 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.6 2015/08/24 16:07:10 pooka Exp $");
 
 static struct {
        u_int           al_code;
diff -r 3914b19febbe -r 1a098c4b2091 sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c  Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/kern/systrace_args.c  Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.6 2015/05/13 02:13:08 pgoyette Exp $ */
+/* $NetBSD: systrace_args.c,v 1.7 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
diff -r 3914b19febbe -r 1a098c4b2091 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.88 2015/06/18 15:19:51 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.89 2015/08/24 16:07:11 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
diff -r 3914b19febbe -r 1a098c4b2091 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.113 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.114 2015/08/24 16:07:11 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -15,7 +15,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.113 2015/06/18 15:19:50 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.114 2015/08/24 16:07:11 pooka Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
diff -r 3914b19febbe -r 1a098c4b2091 sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/sys/syscall.h Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.h,v 1.282 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.283 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call numbers.
diff -r 3914b19febbe -r 1a098c4b2091 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Mon Aug 24 16:05:46 2015 +0000
+++ b/sys/sys/syscallargs.h     Mon Aug 24 16:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscallargs.h,v 1.266 2015/06/18 15:19:50 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.267 2015/08/24 16:07:10 pooka Exp $ */
 
 /*
  * System call argument lists.
@@ -10,8 +10,8 @@
 #ifndef _SYS_SYSCALLARGS_H_
 #define        _SYS_SYSCALLARGS_H_
 
+#ifndef RUMP_CLIENT
 #include <sys/mount.h>
-#ifndef RUMP_CLIENT
 #include <sys/sched.h>
 #endif
 #include <sys/socket.h>



Home | Main Index | Thread Index | Old Index