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/68cf573ea8e6
branches: trunk
changeset: 358010:68cf573ea8e6
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 08 01:20:52 2017 +0000
description:
regen
XXX: pullup-8
diffstat:
sys/kern/syscalls.c | 6 +++---
sys/kern/syscalls_autoload.c | 6 +++---
sys/rump/include/rump/rump_syscalls.h | 4 ++--
sys/rump/librump/rumpkern/rump_syscalls.c | 6 +++---
sys/sys/syscall.h | 6 +++---
sys/sys/syscallargs.h | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diffs (133 lines):
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/kern/syscalls.c Fri Dec 08 01:20:52 2017 +0000
@@ -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"
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/kern/syscalls_autoload.c Fri Dec 08 01:20:52 2017 +0000
@@ -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[] = {
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Fri Dec 08 01:20:52 2017 +0000
@@ -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_
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Fri Dec 08 01:20:52 2017 +0000
@@ -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>
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/sys/syscall.h
--- a/sys/sys/syscall.h Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/sys/syscall.h Fri Dec 08 01:20:52 2017 +0000
@@ -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" */
diff -r 55603c03dd3f -r 68cf573ea8e6 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Fri Dec 08 01:19:29 2017 +0000
+++ b/sys/sys/syscallargs.h Fri Dec 08 01:20:52 2017 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index