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/f18e7f87dc9a
branches: trunk
changeset: 342024:f18e7f87dc9a
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Dec 03 02:56:48 2015 +0000
description:
Regen
diffstat:
sys/kern/init_sysent.c | 6 +++---
sys/kern/syscalls.c | 6 +++---
sys/kern/syscalls_autoload.c | 24 ++++++++++++------------
sys/kern/systrace_args.c | 2 +-
sys/rump/include/rump/rump_syscalls.h | 4 ++--
sys/rump/librump/rumpkern/rump_syscalls.c | 6 +++---
sys/sys/syscall.h | 4 ++--
sys/sys/syscallargs.h | 4 ++--
8 files changed, 28 insertions(+), 28 deletions(-)
diffs (197 lines):
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/kern/init_sysent.c Thu Dec 03 02:56:48 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.304 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: init_sysent.c,v 1.305 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.304 2015/12/01 00:27:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.305 2015/12/03 02:56:48 pgoyette Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/kern/syscalls.c Thu Dec 03 02:56:48 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.294 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: syscalls.c,v 1.295 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.294 2015/12/01 00:27:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.295 2015/12/03 02:56:48 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/kern/syscalls_autoload.c Thu Dec 03 02:56:48 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.13 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.13 2015/12/01 00:27:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd_syscalls_autoload[] = {
@@ -76,15 +76,15 @@
{ SYS_compat_09_osetdomainname, "compat" },
{ SYS_compat_09_ouname, "compat" },
#if !defined(_LP64)
- { SYS_compat_10_osemsys, "compat_sysv" },
+ { SYS_compat_10_osemsys, "sysv_ipc" },
#else
#endif
#if !defined(_LP64)
- { SYS_compat_10_omsgsys, "compat_sysv" },
+ { SYS_compat_10_omsgsys, "sysv_ipc" },
#else
#endif
#if !defined(_LP64)
- { SYS_compat_10_oshmsys, "compat_sysv" },
+ { SYS_compat_10_oshmsys, "sysv_ipc" },
#else
#endif
{ SYS_lfs_bmapv, "lfs" },
@@ -97,16 +97,16 @@
{ SYS_compat_12_getdirentries, "compat" },
{ SYS_compat_50_futimes, "compat" },
{ SYS_afssys, "openafs" },
- { SYS_compat_14___semctl, "compat_sysv" },
+ { SYS_compat_14___semctl, "sysv_ipc" },
{ SYS_semget, "sysv_ipc" },
{ SYS_semop, "sysv_ipc" },
{ SYS_semconfig, "sysv_ipc" },
- { SYS_compat_14_msgctl, "compat_sysv" },
+ { SYS_compat_14_msgctl, "sysv_ipc" },
{ SYS_msgget, "sysv_ipc" },
{ SYS_msgsnd, "sysv_ipc" },
{ SYS_msgrcv, "sysv_ipc" },
{ SYS_shmat, "sysv_ipc" },
- { SYS_compat_14_shmctl, "compat_sysv" },
+ { SYS_compat_14_shmctl, "sysv_ipc" },
{ SYS_shmdt, "sysv_ipc" },
{ SYS_shmget, "sysv_ipc" },
{ SYS_compat_50_clock_gettime, "compat" },
@@ -146,9 +146,9 @@
{ SYS_compat_30_fhopen, "compat" },
{ SYS_compat_30_fhstat, "compat" },
{ SYS_compat_20_fhstatfs, "compat" },
- { SYS_compat_50_____semctl13, "compat_sysv" },
- { SYS_compat_50___msgctl13, "compat_sysv" },
- { SYS_compat_50___shmctl13, "compat_sysv" },
+ { SYS_compat_50_____semctl13, "sysv_ipc" },
+ { SYS_compat_50___msgctl13, "sysv_ipc" },
+ { SYS_compat_50___shmctl13, "sysv_ipc" },
{ SYS_compat_50__lwp_park, "compat" },
{ SYS_compat_50_kevent, "compat" },
{ SYS_compat_30_fhstatvfs1, "compat" },
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/kern/systrace_args.c Thu Dec 03 02:56:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.13 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: systrace_args.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call argument to DTrace register array converstion.
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Thu Dec 03 02:56:48 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.94 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.95 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Thu Dec 03 02:56:48 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.120 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.121 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.120 2015/12/01 00:27:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.121 2015/12/03 02:56:48 pgoyette Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/sys/syscall.h
--- a/sys/sys/syscall.h Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/sys/syscall.h Thu Dec 03 02:56:48 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.288 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: syscall.h,v 1.289 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#ifndef _SYS_SYSCALL_H_
diff -r 6e6f8d9aea8d -r f18e7f87dc9a sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Thu Dec 03 02:51:00 2015 +0000
+++ b/sys/sys/syscallargs.h Thu Dec 03 02:56:48 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.272 2015/12/01 00:27:17 pgoyette Exp $ */
+/* $NetBSD: syscallargs.h,v 1.273 2015/12/03 02:56:48 pgoyette Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index