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/7eb746253dc8
branches: trunk
changeset: 340905:7eb746253dc8
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Oct 10 03:30:17 2015 +0000
description:
Regen
diffstat:
sys/kern/init_sysent.c | 24 ++---------------
sys/kern/syscalls.c | 30 ++--------------------
sys/kern/syscalls_autoload.c | 6 ++--
sys/kern/systrace_args.c | 29 +---------------------
sys/rump/include/rump/rump_syscalls.h | 4 +-
sys/rump/librump/rumpkern/rump_syscalls.c | 41 ++++++------------------------
sys/sys/syscall.h | 16 +----------
sys/sys/syscallargs.h | 22 +---------------
8 files changed, 24 insertions(+), 148 deletions(-)
diffs (truncated from 489 to 300 lines):
diff -r 9e2945082b15 -r 7eb746253dc8 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/kern/init_sysent.c Sat Oct 10 03:30:17 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.300 2015/09/24 14:34:48 christos Exp $ */
+/* $NetBSD: init_sysent.c,v 1.301 2015/10/10 03:30:17 pgoyette Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.278 2015/06/18 15:16:12 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.300 2015/09/24 14:34:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.301 2015/10/10 03:30:17 pgoyette Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
@@ -1469,39 +1469,21 @@
.sy_flags = SYCALL_ARG_PTR,
.sy_call = (sy_call_t *)sys_nomodule
}, /* 300 = compat_20_fhstatfs */
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
{
ns(struct compat_50_sys_____semctl13_args),
.sy_flags = SYCALL_ARG_PTR,
.sy_call = (sy_call_t *)sys_nomodule
}, /* 301 = compat_50_____semctl13 */
-#else
- {
- .sy_call = sys_nosys,
- }, /* 301 = filler */
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
{
ns(struct compat_50_sys___msgctl13_args),
.sy_flags = SYCALL_ARG_PTR,
.sy_call = (sy_call_t *)sys_nomodule
}, /* 302 = compat_50___msgctl13 */
-#else
- {
- .sy_call = sys_nosys,
- }, /* 302 = filler */
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
{
ns(struct compat_50_sys___shmctl13_args),
.sy_flags = SYCALL_ARG_PTR,
.sy_call = (sy_call_t *)sys_nomodule
}, /* 303 = compat_50___shmctl13 */
-#else
- {
- .sy_call = sys_nosys,
- }, /* 303 = filler */
-#endif
{
ns(struct sys_lchflags_args),
.sy_flags = SYCALL_ARG_PTR,
diff -r 9e2945082b15 -r 7eb746253dc8 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/kern/syscalls.c Sat Oct 10 03:30:17 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.289 2015/09/24 14:34:22 christos Exp $ */
+/* $NetBSD: syscalls.c,v 1.290 2015/10/10 03:30:17 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.278 2015/06/18 15:16:12 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.289 2015/09/24 14:34:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.290 2015/10/10 03:30:17 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
@@ -343,21 +343,9 @@
/* 298 */ "compat_30_fhopen",
/* 299 */ "compat_30_fhstat",
/* 300 */ "compat_20_fhstatfs",
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
/* 301 */ "compat_50_____semctl13",
-#else
- /* 301 */ "#301 (excluded ____semctl13)",
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
/* 302 */ "compat_50___msgctl13",
-#else
- /* 302 */ "#302 (excluded __msgctl13)",
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
/* 303 */ "compat_50___shmctl13",
-#else
- /* 303 */ "#303 (excluded __shmctl13)",
-#endif
/* 304 */ "lchflags",
/* 305 */ "issetugid",
/* 306 */ "utrace",
@@ -892,21 +880,9 @@
/* 298 */ NULL, /* compat_30_fhopen */
/* 299 */ NULL, /* compat_30_fhstat */
/* 300 */ NULL, /* compat_20_fhstatfs */
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
/* 301 */ NULL, /* compat_50_____semctl13 */
-#else
- /* 301 */ NULL, /* excluded ____semctl13 */
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
/* 302 */ NULL, /* compat_50___msgctl13 */
-#else
- /* 302 */ NULL, /* excluded __msgctl13 */
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
/* 303 */ NULL, /* compat_50___shmctl13 */
-#else
- /* 303 */ NULL, /* excluded __shmctl13 */
-#endif
/* 304 */ NULL, /* lchflags */
/* 305 */ NULL, /* issetugid */
/* 306 */ NULL, /* utrace */
diff -r 9e2945082b15 -r 7eb746253dc8 sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/kern/syscalls_autoload.c Sat Oct 10 03:30:17 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.7 2015/09/24 14:34:22 christos Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.8 2015/10/10 03:30:17 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.278 2015/06/18 15:16:12 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.7 2015/09/24 14:34:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.8 2015/10/10 03:30:17 pgoyette Exp $");
static struct {
u_int al_code;
diff -r 9e2945082b15 -r 7eb746253dc8 sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/kern/systrace_args.c Sat Oct 10 03:30:17 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.8 2015/09/24 14:34:22 christos Exp $ */
+/* $NetBSD: systrace_args.c,v 1.9 2015/10/10 03:30:17 pgoyette Exp $ */
/*
* System call argument to DTrace register array converstion.
@@ -2186,7 +2186,6 @@
*n_args = 2;
break;
}
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
/* sys_____semctl13 */
case 301: {
struct compat_50_sys_____semctl13_args *p = params;
@@ -2197,9 +2196,6 @@
*n_args = 4;
break;
}
-#else
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
/* sys___msgctl13 */
case 302: {
struct compat_50_sys___msgctl13_args *p = params;
@@ -2209,9 +2205,6 @@
*n_args = 3;
break;
}
-#else
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
/* sys___shmctl13 */
case 303: {
struct compat_50_sys___shmctl13_args *p = params;
@@ -2221,8 +2214,6 @@
*n_args = 3;
break;
}
-#else
-#endif
/* sys_lchflags */
case 304: {
struct sys_lchflags_args *p = params;
@@ -7261,7 +7252,6 @@
break;
};
break;
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
/* sys_____semctl13 */
case 301:
switch(ndx) {
@@ -7281,9 +7271,6 @@
break;
};
break;
-#else
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
/* sys___msgctl13 */
case 302:
switch(ndx) {
@@ -7300,9 +7287,6 @@
break;
};
break;
-#else
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
/* sys___shmctl13 */
case 303:
switch(ndx) {
@@ -7319,8 +7303,6 @@
break;
};
break;
-#else
-#endif
/* sys_lchflags */
case 304:
switch(ndx) {
@@ -11143,30 +11125,21 @@
if (ndx == 0 || ndx == 1)
p = "int";
break;
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
/* sys_____semctl13 */
case 301:
if (ndx == 0 || ndx == 1)
p = "int";
break;
-#else
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
/* sys___msgctl13 */
case 302:
if (ndx == 0 || ndx == 1)
p = "int";
break;
-#else
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
/* sys___shmctl13 */
case 303:
if (ndx == 0 || ndx == 1)
p = "int";
break;
-#else
-#endif
/* sys_lchflags */
case 304:
if (ndx == 0 || ndx == 1)
diff -r 9e2945082b15 -r 7eb746253dc8 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Sat Oct 10 03:30:17 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.90 2015/09/24 14:58:19 christos Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.91 2015/10/10 03:30:18 pgoyette Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.278 2015/06/18 15:16:12 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 9e2945082b15 -r 7eb746253dc8 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Sat Oct 10 03:27:30 2015 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Sat Oct 10 03:30:17 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.115 2015/09/24 14:58:19 christos Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.116 2015/10/10 03:30:17 pgoyette Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.278 2015/06/18 15:16:12 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.115 2015/09/24 14:58:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.116 2015/10/10 03:30:17 pgoyette Exp $");
Home |
Main Index |
Thread Index |
Old Index