Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys Regen
details: https://anonhg.NetBSD.org/src/rev/fe150cf21d28
branches: pgoyette-compat
changeset: 360222:fe150cf21d28
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Mar 27 23:11:18 2018 +0000
description:
Regen
diffstat:
sys/kern/init_sysent.c | 8 ++++----
sys/kern/syscalls.c | 6 +++---
sys/kern/syscalls_autoload.c | 7 ++++---
sys/kern/systrace_args.c | 2 +-
sys/rump/include/rump/rump_syscalls.h | 4 ++--
sys/rump/librump/rumpkern/rump_syscalls.c | 9 +++++----
sys/sys/syscall.h | 4 ++--
sys/sys/syscallargs.h | 4 ++--
8 files changed, 23 insertions(+), 21 deletions(-)
diffs (172 lines):
diff -r f0ea5e289830 -r fe150cf21d28 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/kern/init_sysent.c Tue Mar 27 23:11:18 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.319.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: init_sysent.c,v 1.319.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319.2.5 2018/03/25 07:19:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319.2.6 2018/03/27 23:11:18 pgoyette Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
@@ -897,7 +897,7 @@
{
ns(struct compat_30_sys_ntp_gettime_args),
.sy_flags = SYCALL_ARG_PTR,
- .sy_call = (sy_call_t *)compat_30(sys_ntp_gettime)
+ .sy_call = (sy_call_t *)sys_nomodule
}, /* 175 = compat_30_ntp_gettime */
#if defined(NTP) || !defined(_KERNEL_OPT)
{
diff -r f0ea5e289830 -r fe150cf21d28 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/kern/syscalls.c Tue Mar 27 23:11:18 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.310.2.5 2018/03/25 08:46:14 pgoyette Exp $ */
+/* $NetBSD: syscalls.c,v 1.310.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.5 2018/03/25 08:46:14 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.6 2018/03/27 23:11:18 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
diff -r f0ea5e289830 -r fe150cf21d28 sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/kern/syscalls_autoload.c Tue Mar 27 23:11:18 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.27.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.27.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27.2.5 2018/03/25 07:19:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27.2.6 2018/03/27 23:11:18 pgoyette Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd_syscalls_autoload[] = {
@@ -88,6 +88,7 @@
{ SYS_compat_10_oshmsys, "compat_sysv" },
#else
#endif
+ { SYS_compat_30_ntp_gettime, "compat_30" },
{ SYS_lfs_bmapv, "lfs" },
{ SYS_lfs_markv, "lfs" },
{ SYS_lfs_segclean, "lfs" },
diff -r f0ea5e289830 -r fe150cf21d28 sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/kern/systrace_args.c Tue Mar 27 23:11:18 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.29.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: systrace_args.c,v 1.29.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call argument to DTrace register array converstion.
diff -r f0ea5e289830 -r fe150cf21d28 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Tue Mar 27 23:11:18 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.108.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.108.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r f0ea5e289830 -r fe150cf21d28 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Tue Mar 27 23:11:18 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.137.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.137.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137.2.5 2018/03/25 07:19:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137.2.6 2018/03/27 23:11:18 pgoyette Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>
@@ -7212,7 +7212,8 @@
.sy_call = (sy_call_t *)rumpns_enosys,
}, /* 174 = pwrite */
{
- .sy_call = (sy_call_t *)rumpns_enosys,
+ .sy_flags = SYCALL_NOSYS,
+ .sy_call = (sy_call_t *)rumpns_sys_nomodule,
}, /* 175 = ntp_gettime */
#if defined(NTP) || !defined(_KERNEL_OPT)
{
diff -r f0ea5e289830 -r fe150cf21d28 sys/sys/syscall.h
--- a/sys/sys/syscall.h Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/sys/syscall.h Tue Mar 27 23:11:18 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.304.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: syscall.h,v 1.304.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#ifndef _SYS_SYSCALL_H_
diff -r f0ea5e289830 -r fe150cf21d28 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Tue Mar 27 23:08:44 2018 +0000
+++ b/sys/sys/syscallargs.h Tue Mar 27 23:11:18 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.288.2.5 2018/03/25 07:19:47 pgoyette Exp $ */
+/* $NetBSD: syscallargs.h,v 1.288.2.6 2018/03/27 23:11:18 pgoyette Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.291.2.6 2018/03/27 23:08:44 pgoyette Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index