Module Name:    src
Committed By:   christos
Date:           Fri Dec  8 01:20:53 UTC 2017

Modified Files:
        src/sys/kern: syscalls.c syscalls_autoload.c
        src/sys/rump/include/rump: rump_syscalls.h
        src/sys/rump/librump/rumpkern: rump_syscalls.c
        src/sys/sys: syscall.h syscallargs.h

Log Message:
regen
XXX: pullup-8


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/kern/syscalls.c
cvs rdiff -u -r1.24 -r1.25 src/sys/kern/syscalls_autoload.c
cvs rdiff -u -r1.105 -r1.106 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.132 -r1.133 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.299 -r1.300 src/sys/sys/syscall.h
cvs rdiff -u -r1.283 -r1.284 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/syscalls.c
diff -u src/sys/kern/syscalls.c:1.305 src/sys/kern/syscalls.c:1.306
--- src/sys/kern/syscalls.c:1.305	Wed May 10 02:19:47 2017
+++ src/sys/kern/syscalls.c	Thu Dec  7 20:20:52 2017
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: syscalls.c,v 1.306 2017/12/08 01:20:52 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.306 2017/12/08 01:20:52 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"

Index: src/sys/kern/syscalls_autoload.c
diff -u src/sys/kern/syscalls_autoload.c:1.24 src/sys/kern/syscalls_autoload.c:1.25
--- src/sys/kern/syscalls_autoload.c:1.24	Wed May 10 02:19:47 2017
+++ src/sys/kern/syscalls_autoload.c	Thu Dec  7 20:20:53 2017
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.25 2017/12/08 01:20:53 christos Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.25 2017/12/08 01:20:53 christos Exp $");
 
 #include <sys/proc.h>
 static struct sc_autoload netbsd_syscalls_autoload[] = {

Index: src/sys/rump/include/rump/rump_syscalls.h
diff -u src/sys/rump/include/rump/rump_syscalls.h:1.105 src/sys/rump/include/rump/rump_syscalls.h:1.106
--- src/sys/rump/include/rump/rump_syscalls.h:1.105	Wed May 10 02:19:47 2017
+++ src/sys/rump/include/rump/rump_syscalls.h	Thu Dec  7 20:20:53 2017
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.105 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.106 2017/12/08 01:20:53 christos Exp $ */
 
 /*
  * System call protos in rump namespace.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #ifndef _RUMP_RUMP_SYSCALLS_H_

Index: src/sys/rump/librump/rumpkern/rump_syscalls.c
diff -u src/sys/rump/librump/rumpkern/rump_syscalls.c:1.132 src/sys/rump/librump/rumpkern/rump_syscalls.c:1.133
--- src/sys/rump/librump/rumpkern/rump_syscalls.c:1.132	Wed May 10 02:19:47 2017
+++ src/sys/rump/librump/rumpkern/rump_syscalls.c	Thu Dec  7 20:20:53 2017
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.133 2017/12/08 01:20:53 christos Exp $ */
 
 /*
  * System call vector and marshalling for rump.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.133 2017/12/08 01:20:53 christos Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>

Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.299 src/sys/sys/syscall.h:1.300
--- src/sys/sys/syscall.h:1.299	Wed May 10 02:19:47 2017
+++ src/sys/sys/syscall.h	Thu Dec  7 20:20:53 2017
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.299 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: syscall.h,v 1.300 2017/12/08 01:20:53 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
@@ -1319,7 +1319,7 @@
 /* syscall: "clock_nanosleep" ret: "int" args: "clockid_t" "int" "const struct timespec *" "struct timespec *" */
 #define	SYS_clock_nanosleep	477
 
-/* syscall: "___lwp_park60" ret: "int" args: "clockid_t" "int" "const struct timespec *" "lwpid_t" "const void *" "const void *" */
+/* syscall: "___lwp_park60" ret: "int" args: "clockid_t" "int" "struct timespec *" "lwpid_t" "const void *" "const void *" */
 #define	SYS____lwp_park60	478
 
 /* syscall: "posix_fallocate" ret: "int" args: "int" "int" "off_t" "off_t" */

Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.283 src/sys/sys/syscallargs.h:1.284
--- src/sys/sys/syscallargs.h:1.283	Wed May 10 02:19:47 2017
+++ src/sys/sys/syscallargs.h	Thu Dec  7 20:20:53 2017
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.283 2017/05/10 06:19:47 riastradh Exp $ */
+/* $NetBSD: syscallargs.h,v 1.284 2017/12/08 01:20:53 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
+ * created from	NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_
@@ -3116,7 +3116,7 @@ check_syscall_args(sys_clock_nanosleep)
 struct sys____lwp_park60_args {
 	syscallarg(clockid_t) clock_id;
 	syscallarg(int) flags;
-	syscallarg(const struct timespec *) ts;
+	syscallarg(struct timespec *) ts;
 	syscallarg(lwpid_t) unpark;
 	syscallarg(const void *) hint;
 	syscallarg(const void *) unparkhint;

Reply via email to