Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern *** empty log message ***
details: https://anonhg.NetBSD.org/src/rev/13026b1bb01c
branches: trunk
changeset: 785297:13026b1bb01c
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Mar 07 18:50:17 2013 +0000
description:
*** empty log message ***
diffstat:
sys/rump/librump/rumpkern/rumpkern_if_priv.h | 7 ++++---
sys/rump/librump/rumpkern/rumpkern_if_wrappers.c | 15 ++++++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 8b179958cd36 -r 13026b1bb01c sys/rump/librump/rumpkern/rumpkern_if_priv.h
--- a/sys/rump/librump/rumpkern/rumpkern_if_priv.h Thu Mar 07 18:49:13 2013 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_priv.h Thu Mar 07 18:50:17 2013 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: rumpkern_if_priv.h,v 1.12 2011/01/02 12:53:13 pooka Exp $ */
+/* $NetBSD: rumpkern_if_priv.h,v 1.13 2013/03/07 18:50:17 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.10 2011/01/02 12:52:25 pooka Exp
- * by: NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
+ * from: NetBSD: rumpkern.ifspec,v 1.11 2013/03/07 18:49:13 pooka Exp
+ * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
*/
int rump_getversion(void);
@@ -21,4 +21,5 @@
void rump_lwproc_switch(struct lwp *);
void rump_lwproc_releaselwp(void);
struct lwp * rump_lwproc_curlwp(void);
+void rump_lwproc_sysent_usenative(void);
void rump_allbetsareoff_setid(pid_t, int);
diff -r 8b179958cd36 -r 13026b1bb01c sys/rump/librump/rumpkern/rumpkern_if_wrappers.c
--- a/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c Thu Mar 07 18:49:13 2013 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c Thu Mar 07 18:50:17 2013 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: rumpkern_if_wrappers.c,v 1.12 2011/01/02 12:53:13 pooka Exp $ */
+/* $NetBSD: rumpkern_if_wrappers.c,v 1.13 2013/03/07 18:50:17 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.10 2011/01/02 12:52:25 pooka Exp
- * by: NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
+ * from: NetBSD: rumpkern.ifspec,v 1.11 2013/03/07 18:49:13 pooka Exp
+ * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
*/
#include <sys/cdefs.h>
@@ -195,6 +195,15 @@
}
void
+rump_pub_lwproc_sysent_usenative(void)
+{
+
+ rump_schedule();
+ rump_lwproc_sysent_usenative();
+ rump_unschedule();
+}
+
+void
rump_pub_allbetsareoff_setid(pid_t arg1, int arg2)
{
Home |
Main Index |
Thread Index |
Old Index