Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump regen rump kernel interfaces for header change.



details:   https://anonhg.NetBSD.org/src/rev/27c682e4be2d
branches:  trunk
changeset: 343268:27c682e4be2d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 26 23:25:40 2016 +0000

description:
regen rump kernel interfaces for header change.
(they were already manually edited for a prior commit, so not much change)

diffstat:

 sys/rump/include/rump-sys/kern_if.h              |   6 +++---
 sys/rump/include/rump-sys/net_if.h               |  12 +++++++++---
 sys/rump/include/rump-sys/vfs_if.h               |   6 +++---
 sys/rump/include/rump/rumpkern_if_pub.h          |   6 +++---
 sys/rump/include/rump/rumpnet_if_pub.h           |   6 +++---
 sys/rump/include/rump/rumpvfs_if_pub.h           |   6 +++---
 sys/rump/librump/rumpkern/rumpkern_if_wrappers.c |   7 ++++---
 sys/rump/librump/rumpnet/rumpnet_if_wrappers.c   |   8 ++++----
 sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c   |   6 +++---
 9 files changed, 35 insertions(+), 28 deletions(-)

diffs (165 lines):

diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump-sys/kern_if.h
--- a/sys/rump/include/rump-sys/kern_if.h       Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump-sys/kern_if.h       Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: kern_if.h,v 1.1 2016/01/26 23:12:17 pooka Exp $        */
+/*     $NetBSD: kern_if.h,v 1.2 2016/01/26 23:25:40 pooka Exp $        */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.13 2014/04/25 13:10:42 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.8 2014/04/25 17:50:01 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.14 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 #ifndef _RUMP_PRIF_KERN_H_
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump-sys/net_if.h
--- a/sys/rump/include/rump-sys/net_if.h        Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump-sys/net_if.h        Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,15 @@
-/*     $NetBSD: net_if.h,v 1.1 2016/01/26 23:12:17 pooka Exp $ */
+/*     $NetBSD: net_if.h,v 1.2 2016/01/26 23:25:40 pooka Exp $ */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp 
+ * from: NetBSD: rumpnet.ifspec,v 1.4 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
+#ifndef _RUMP_PRIF_NET_H_
+#define _RUMP_PRIF_NET_H_
+
 int rump_shmif_create(const char *, int *);
+typedef int (*rump_shmif_create_fn)(const char *, int *);
+
+#endif /* _RUMP_PRIF_NET_H_ */
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump-sys/vfs_if.h
--- a/sys/rump/include/rump-sys/vfs_if.h        Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump-sys/vfs_if.h        Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: vfs_if.h,v 1.1 2016/01/26 23:12:17 pooka Exp $ */
+/*     $NetBSD: vfs_if.h,v 1.2 2016/01/26 23:25:40 pooka Exp $ */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.10 2015/04/23 10:50:29 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.9 2015/04/23 10:50:00 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.11 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 #ifndef _RUMP_PRIF_VFS_H_
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump/rumpkern_if_pub.h
--- a/sys/rump/include/rump/rumpkern_if_pub.h   Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump/rumpkern_if_pub.h   Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: rumpkern_if_pub.h,v 1.17 2014/04/25 17:50:28 pooka Exp $       */
+/*     $NetBSD: rumpkern_if_pub.h,v 1.18 2016/01/26 23:25:40 pooka Exp $       */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.13 2014/04/25 13:10:42 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.8 2014/04/25 17:50:01 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.14 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 int rump_pub_module_init(const struct modinfo * const *, size_t);
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump/rumpnet_if_pub.h
--- a/sys/rump/include/rump/rumpnet_if_pub.h    Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump/rumpnet_if_pub.h    Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: rumpnet_if_pub.h,v 1.5 2013/07/03 19:22:21 pooka Exp $ */
+/*     $NetBSD: rumpnet_if_pub.h,v 1.6 2016/01/26 23:25:40 pooka Exp $ */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp 
+ * from: NetBSD: rumpnet.ifspec,v 1.4 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 int rump_pub_shmif_create(const char *, int *);
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/include/rump/rumpvfs_if_pub.h
--- a/sys/rump/include/rump/rumpvfs_if_pub.h    Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/include/rump/rumpvfs_if_pub.h    Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: rumpvfs_if_pub.h,v 1.13 2015/04/23 10:51:20 pooka Exp $        */
+/*     $NetBSD: rumpvfs_if_pub.h,v 1.14 2016/01/26 23:25:40 pooka Exp $        */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.10 2015/04/23 10:50:29 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.9 2015/04/23 10:50:00 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.11 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 void rump_pub_getvninfo(struct vnode *, enum rump_vtype *, off_t *, dev_t *);
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/librump/rumpkern/rumpkern_if_wrappers.c
--- a/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c  Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c  Tue Jan 26 23:25:40 2016 +0000
@@ -1,15 +1,16 @@
-/*     $NetBSD: rumpkern_if_wrappers.c,v 1.17 2016/01/26 23:12:18 pooka Exp $  */
+/*     $NetBSD: rumpkern_if_wrappers.c,v 1.18 2016/01/26 23:25:41 pooka Exp $  */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.13 2014/04/25 13:10:42 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.8 2014/04/25 17:50:01 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.14 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 #include <sys/cdefs.h>
 #include <sys/systm.h>
 
 #include <rump-sys/kern.h>
+#include <rump-sys/kern_if.h>
 
 #include <rump/rump.h>
 #include <rump/rumpkern_if_pub.h>
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/librump/rumpnet/rumpnet_if_wrappers.c
--- a/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c    Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c    Tue Jan 26 23:25:40 2016 +0000
@@ -1,16 +1,16 @@
-/*     $NetBSD: rumpnet_if_wrappers.c,v 1.6 2016/01/26 23:12:18 pooka Exp $    */
+/*     $NetBSD: rumpnet_if_wrappers.c,v 1.7 2016/01/26 23:25:41 pooka Exp $    */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp 
+ * from: NetBSD: rumpnet.ifspec,v 1.4 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 #include <sys/cdefs.h>
 #include <sys/systm.h>
 
 #include <rump-sys/kern.h>
-#include <rump-sys/net.h>
+#include <rump-sys/net_if.h>
 
 #include <rump/rump.h>
 #include <rump/rumpnet_if_pub.h>
diff -r fe62be5116e4 -r 27c682e4be2d sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c    Tue Jan 26 23:24:55 2016 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c    Tue Jan 26 23:25:40 2016 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: rumpvfs_if_wrappers.c,v 1.14 2016/01/26 23:12:18 pooka Exp $   */
+/*     $NetBSD: rumpvfs_if_wrappers.c,v 1.15 2016/01/26 23:25:41 pooka Exp $   */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.10 2015/04/23 10:50:29 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.9 2015/04/23 10:50:00 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.11 2016/01/26 23:22:22 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
  */
 
 #include <sys/cdefs.h>



Home | Main Index | Thread Index | Old Index