Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Empty commit to show makesyscalls.sh rev 1.99 didn't cha...
details: https://anonhg.NetBSD.org/src/rev/3e4a0bcc6845
branches: trunk
changeset: 757451:3e4a0bcc6845
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Aug 30 10:24:42 2010 +0000
description:
Empty commit to show makesyscalls.sh rev 1.99 didn't change anything (yet).
diffstat:
sys/kern/init_sysent.c | 6 +++---
sys/kern/syscalls.c | 6 +++---
sys/rump/include/rump/rump_syscalls.h | 2 +-
sys/rump/librump/rumpkern/rump_syscalls.c | 4 ++--
sys/sys/syscall.h | 4 ++--
sys/sys/syscallargs.h | 4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)
diffs (101 lines):
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/kern/init_sysent.c Mon Aug 30 10:24:42 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.245 2010/03/02 19:37:02 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.246 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.235 2010/06/10 19:09:03 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.245 2010/03/02 19:37:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.246 2010/08/30 10:24:42 pooka Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/kern/syscalls.c Mon Aug 30 10:24:42 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.236 2010/03/02 19:37:02 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.237 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.235 2010/06/10 19:09:03 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.236 2010/03/02 19:37:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.237 2010/08/30 10:24:42 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Mon Aug 30 10:24:42 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.27 2010/07/19 15:38:55 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.28 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call protos in rump namespace.
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Mon Aug 30 10:24:42 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.47 2010/07/19 15:38:55 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.48 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call vector and marshalling for rump.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.47 2010/07/19 15:38:55 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.48 2010/08/30 10:24:42 pooka Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/sys/syscall.h Mon Aug 30 10:24:42 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.232 2010/03/02 19:37:02 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.233 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.235 2010/06/10 19:09:03 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_
diff -r 4e7a8a7695ae -r 3e4a0bcc6845 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Mon Aug 30 10:24:04 2010 +0000
+++ b/sys/sys/syscallargs.h Mon Aug 30 10:24:42 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.214 2010/03/02 19:37:02 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.215 2010/08/30 10:24:42 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.235 2010/06/10 19:09:03 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index