Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Regen again, this time without the extra word in the "ge...
details: https://anonhg.NetBSD.org/src/rev/599aafd7dd9e
branches: trunk
changeset: 808165:599aafd7dd9e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat May 09 06:06:14 2015 +0000
description:
Regen again, this time without the extra word in the "generated from" line.
diffstat:
sys/kern/init_sysent.c | 6 +++---
sys/kern/syscalls.c | 6 +++---
sys/kern/syscalls_autoload.c | 6 +++---
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, 19 insertions(+), 19 deletions(-)
diffs (145 lines):
diff -r 52d5339509a8 -r 599aafd7dd9e sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Sat May 09 06:04:13 2015 +0000
+++ b/sys/kern/init_sysent.c Sat May 09 06:06:14 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.294 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: init_sysent.c,v 1.295 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.294 2015/05/09 05:55:43 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.295 2015/05/09 06:06:14 pgoyette Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
diff -r 52d5339509a8 -r 599aafd7dd9e sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Sat May 09 06:04:13 2015 +0000
+++ b/sys/kern/syscalls.c Sat May 09 06:06:14 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.283 2015/05/09 05:58:53 pgoyette Exp $ */
+/* $NetBSD: syscalls.c,v 1.284 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.283 2015/05/09 05:58:53 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.284 2015/05/09 06:06:14 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
diff -r 52d5339509a8 -r 599aafd7dd9e sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c Sat May 09 06:04:13 2015 +0000
+++ b/sys/kern/syscalls_autoload.c Sat May 09 06:06:14 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.1 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.2 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.1 2015/05/09 05:55:43 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.2 2015/05/09 06:06:14 pgoyette Exp $");
static struct {
u_int al_code;
diff -r 52d5339509a8 -r 599aafd7dd9e sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c Sat May 09 06:04:13 2015 +0000
+++ b/sys/kern/systrace_args.c Sat May 09 06:06:14 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.3 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: systrace_args.c,v 1.4 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call argument to DTrace register array converstion.
diff -r 52d5339509a8 -r 599aafd7dd9e sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Sat May 09 06:04:13 2015 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Sat May 09 06:06:14 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.84 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.85 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 52d5339509a8 -r 599aafd7dd9e sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Sat May 09 06:04:13 2015 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Sat May 09 06:06:14 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.109 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.110 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.109 2015/05/09 05:55:43 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.110 2015/05/09 06:06:14 pgoyette Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>
diff -r 52d5339509a8 -r 599aafd7dd9e sys/sys/syscall.h
--- a/sys/sys/syscall.h Sat May 09 06:04:13 2015 +0000
+++ b/sys/sys/syscall.h Sat May 09 06:06:14 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.278 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: syscall.h,v 1.279 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#ifndef _SYS_SYSCALL_H_
diff -r 52d5339509a8 -r 599aafd7dd9e sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Sat May 09 06:04:13 2015 +0000
+++ b/sys/sys/syscallargs.h Sat May 09 06:06:14 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.262 2015/05/09 05:55:43 pgoyette Exp $ */
+/* $NetBSD: syscallargs.h,v 1.263 2015/05/09 06:06:14 pgoyette Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from compat NetBSD: syscalls.master,v 1.274 2015/05/09 05:51:26 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.275 2015/05/09 06:04:13 pgoyette Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index