Module Name:    src
Committed By:   pooka
Date:           Mon Aug 30 10:24:42 UTC 2010

Modified Files:
        src/sys/kern: init_sysent.c syscalls.c
        src/sys/rump/include/rump: rump_syscalls.h
        src/sys/rump/librump/rumpkern: rump_syscalls.c
        src/sys/sys: syscall.h syscallargs.h

Log Message:
Empty commit to show makesyscalls.sh rev 1.99 didn't change anything (yet).


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.236 -r1.237 src/sys/kern/syscalls.c
cvs rdiff -u -r1.27 -r1.28 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.47 -r1.48 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.232 -r1.233 src/sys/sys/syscall.h
cvs rdiff -u -r1.214 -r1.215 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/init_sysent.c
diff -u src/sys/kern/init_sysent.c:1.245 src/sys/kern/init_sysent.c:1.246
--- src/sys/kern/init_sysent.c:1.245	Tue Mar  2 19:37:02 2010
+++ src/sys/kern/init_sysent.c	Mon Aug 30 10:24:42 2010
@@ -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"

Index: src/sys/kern/syscalls.c
diff -u src/sys/kern/syscalls.c:1.236 src/sys/kern/syscalls.c:1.237
--- src/sys/kern/syscalls.c:1.236	Tue Mar  2 19:37:02 2010
+++ src/sys/kern/syscalls.c	Mon Aug 30 10:24:42 2010
@@ -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"

Index: src/sys/rump/include/rump/rump_syscalls.h
diff -u src/sys/rump/include/rump/rump_syscalls.h:1.27 src/sys/rump/include/rump/rump_syscalls.h:1.28
--- src/sys/rump/include/rump/rump_syscalls.h:1.27	Mon Jul 19 15:38:55 2010
+++ src/sys/rump/include/rump/rump_syscalls.h	Mon Aug 30 10:24:42 2010
@@ -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.

Index: src/sys/rump/librump/rumpkern/rump_syscalls.c
diff -u src/sys/rump/librump/rumpkern/rump_syscalls.c:1.47 src/sys/rump/librump/rumpkern/rump_syscalls.c:1.48
--- src/sys/rump/librump/rumpkern/rump_syscalls.c:1.47	Mon Jul 19 15:38:55 2010
+++ src/sys/rump/librump/rumpkern/rump_syscalls.c	Mon Aug 30 10:24:42 2010
@@ -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>

Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.232 src/sys/sys/syscall.h:1.233
--- src/sys/sys/syscall.h:1.232	Tue Mar  2 19:37:02 2010
+++ src/sys/sys/syscall.h	Mon Aug 30 10:24:42 2010
@@ -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_

Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.214 src/sys/sys/syscallargs.h:1.215
--- src/sys/sys/syscallargs.h:1.214	Tue Mar  2 19:37:02 2010
+++ src/sys/sys/syscallargs.h	Mon Aug 30 10:24:42 2010
@@ -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_

Reply via email to