Module Name: src Committed By: pooka Date: Thu Oct 15 00:31:25 UTC 2009
Modified Files: src/sys/rump/include/rump: rumpkern_if_pub.h rumpnet_if_pub.h rumpvfs_if_pub.h src/sys/rump/librump/rumpkern: rumpkern_if_priv.h rumpkern_if_wrappers.c src/sys/rump/librump/rumpnet: rumpnet_if_priv.h rumpnet_if_wrappers.c src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h rumpvfs_if_wrappers.c Log Message: regen: scheduling points in rump_pub wrappers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/include/rump/rumpkern_if_pub.h \ src/sys/rump/include/rump/rumpnet_if_pub.h \ src/sys/rump/include/rump/rumpvfs_if_pub.h cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpkern/rumpkern_if_priv.h \ src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpnet/rumpnet_if_priv.h \ src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h \ src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/include/rump/rumpkern_if_pub.h diff -u src/sys/rump/include/rump/rumpkern_if_pub.h:1.2 src/sys/rump/include/rump/rumpkern_if_pub.h:1.3 --- src/sys/rump/include/rump/rumpkern_if_pub.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/include/rump/rumpkern_if_pub.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpkern_if_pub.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpkern_if_pub.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpkern.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ void rump_pub_reboot(int); Index: src/sys/rump/include/rump/rumpnet_if_pub.h diff -u src/sys/rump/include/rump/rumpnet_if_pub.h:1.2 src/sys/rump/include/rump/rumpnet_if_pub.h:1.3 --- src/sys/rump/include/rump/rumpnet_if_pub.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/include/rump/rumpnet_if_pub.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpnet_if_pub.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpnet_if_pub.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpnet.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ int rump_pub_virtif_create(int); Index: src/sys/rump/include/rump/rumpvfs_if_pub.h diff -u src/sys/rump/include/rump/rumpvfs_if_pub.h:1.2 src/sys/rump/include/rump/rumpvfs_if_pub.h:1.3 --- src/sys/rump/include/rump/rumpvfs_if_pub.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/include/rump/rumpvfs_if_pub.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpvfs_if_pub.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_pub.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpvfs.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ void rump_pub_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *); Index: src/sys/rump/librump/rumpkern/rumpkern_if_priv.h diff -u src/sys/rump/librump/rumpkern/rumpkern_if_priv.h:1.2 src/sys/rump/librump/rumpkern/rumpkern_if_priv.h:1.3 --- src/sys/rump/librump/rumpkern/rumpkern_if_priv.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpkern/rumpkern_if_priv.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpkern_if_priv.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpkern_if_priv.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpkern.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ void rump_reboot(int); Index: src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c diff -u src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c:1.2 src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c:1.3 --- src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpkern_if_wrappers.c,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpkern_if_wrappers.c,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpkern.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ #include <sys/cdefs.h> @@ -12,6 +12,7 @@ #include <rump/rump.h> #include <rump/rumpkern_if_pub.h> +#include "rump_private.h" #include "rumpkern_if_priv.h" void __dead rump_kern_unavailable(void); @@ -26,7 +27,9 @@ rump_pub_reboot(int arg1) { + rump_schedule(); rump_reboot(arg1); + rump_unschedule(); } int @@ -34,7 +37,9 @@ { int rv; + rump_schedule(); rv = rump_getversion(); + rump_unschedule(); return rv; } @@ -44,7 +49,9 @@ { int rv; + rump_schedule(); rv = rump_module_init(arg1, arg2); + rump_unschedule(); return rv; } @@ -54,7 +61,9 @@ { int rv; + rump_schedule(); rv = rump_module_fini(arg1); + rump_unschedule(); return rv; } @@ -64,7 +73,9 @@ { struct uio * rv; + rump_schedule(); rv = rump_uio_setup(arg1, arg2, arg3, arg4); + rump_unschedule(); return rv; } @@ -74,7 +85,9 @@ { size_t rv; + rump_schedule(); rv = rump_uio_getresid(arg1); + rump_unschedule(); return rv; } @@ -84,7 +97,9 @@ { off_t rv; + rump_schedule(); rv = rump_uio_getoff(arg1); + rump_unschedule(); return rv; } @@ -94,7 +109,9 @@ { size_t rv; + rump_schedule(); rv = rump_uio_free(arg1); + rump_unschedule(); return rv; } @@ -104,7 +121,9 @@ { kauth_cred_t rv; + rump_schedule(); rv = rump_cred_create(arg1, arg2, arg3, arg4); + rump_unschedule(); return rv; } @@ -114,7 +133,9 @@ { kauth_cred_t rv; + rump_schedule(); rv = rump_cred_suserget(); + rump_unschedule(); return rv; } @@ -123,7 +144,9 @@ rump_pub_cred_put(kauth_cred_t arg1) { + rump_schedule(); rump_cred_put(arg1); + rump_unschedule(); } struct lwp * @@ -131,7 +154,9 @@ { struct lwp * rv; + rump_schedule(); rv = rump_newproc_switch(); + rump_unschedule(); return rv; } @@ -141,7 +166,9 @@ { struct lwp * rv; + rump_schedule(); rv = rump_setup_curlwp(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -151,7 +178,9 @@ { struct lwp * rv; + rump_schedule(); rv = rump_get_curlwp(); + rump_unschedule(); return rv; } @@ -160,14 +189,18 @@ rump_pub_set_curlwp(struct lwp *arg1) { + rump_schedule(); rump_set_curlwp(arg1); + rump_unschedule(); } void rump_pub_clear_curlwp(void) { + rump_schedule(); rump_clear_curlwp(); + rump_unschedule(); } int @@ -175,7 +208,9 @@ { int rv; + rump_schedule(); rv = rump_sysproxy_set(arg1, arg2); + rump_unschedule(); return rv; } @@ -185,7 +220,9 @@ { int rv; + rump_schedule(); rv = rump_sysproxy_socket_setup_client(arg1); + rump_unschedule(); return rv; } @@ -195,7 +232,9 @@ { int rv; + rump_schedule(); rv = rump_sysproxy_socket_setup_server(arg1); + rump_unschedule(); return rv; } Index: src/sys/rump/librump/rumpnet/rumpnet_if_priv.h diff -u src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.2 src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.3 --- src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpnet/rumpnet_if_priv.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpnet_if_priv.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpnet_if_priv.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpnet.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ int rump_virtif_create(int); Index: src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c diff -u src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.2 src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.3 --- src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpnet_if_wrappers.c,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpnet_if_wrappers.c,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpnet.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ #include <sys/cdefs.h> @@ -12,6 +12,7 @@ #include <rump/rump.h> #include <rump/rumpnet_if_pub.h> +#include "rump_private.h" #include "rumpnet_if_priv.h" void __dead rump_net_unavailable(void); @@ -27,7 +28,9 @@ { int rv; + rump_schedule(); rv = rump_virtif_create(arg1); + rump_unschedule(); return rv; } Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.2 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.3 --- src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpvfs_if_priv.h,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_priv.h,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpvfs.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ void rump_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *); Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.2 src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.3 --- src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.2 Wed Oct 14 18:16:41 2009 +++ src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Thu Oct 15 00:31:25 2009 @@ -1,9 +1,9 @@ -/* $NetBSD: rumpvfs_if_wrappers.c,v 1.2 2009/10/14 18:16:41 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_wrappers.c,v 1.3 2009/10/15 00:31:25 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. * from: NetBSD: rumpvfs.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp - * by: NetBSD: makerumpif.sh,v 1.3 2009/10/14 18:14:48 pooka Exp + * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ #include <sys/cdefs.h> @@ -12,6 +12,7 @@ #include <rump/rump.h> #include <rump/rumpvfs_if_pub.h> +#include "rump_private.h" #include "rumpvfs_if_priv.h" void __dead rump_vfs_unavailable(void); @@ -26,7 +27,9 @@ rump_pub_getvninfo(struct vnode *arg1, enum vtype *arg2, off_t *arg3, dev_t *arg4) { + rump_schedule(); rump_getvninfo(arg1, arg2, arg3, arg4); + rump_unschedule(); } struct vfsops * @@ -34,7 +37,9 @@ { struct vfsops * rv; + rump_schedule(); rv = rump_vfslist_iterate(arg1); + rump_unschedule(); return rv; } @@ -44,7 +49,9 @@ { struct vfsops * rv; + rump_schedule(); rv = rump_vfs_getopsbyname(arg1); + rump_unschedule(); return rv; } @@ -54,7 +61,9 @@ { struct vattr * rv; + rump_schedule(); rv = rump_vattr_init(); + rump_unschedule(); return rv; } @@ -63,35 +72,45 @@ rump_pub_vattr_settype(struct vattr *arg1, enum vtype arg2) { + rump_schedule(); rump_vattr_settype(arg1, arg2); + rump_unschedule(); } void rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2) { + rump_schedule(); rump_vattr_setmode(arg1, arg2); + rump_unschedule(); } void rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) { + rump_schedule(); rump_vattr_setrdev(arg1, arg2); + rump_unschedule(); } void rump_pub_vattr_free(struct vattr *arg1) { + rump_schedule(); rump_vattr_free(arg1); + rump_unschedule(); } void rump_pub_vp_incref(struct vnode *arg1) { + rump_schedule(); rump_vp_incref(arg1); + rump_unschedule(); } int @@ -99,7 +118,9 @@ { int rv; + rump_schedule(); rv = rump_vp_getref(arg1); + rump_unschedule(); return rv; } @@ -108,14 +129,18 @@ rump_pub_vp_rele(struct vnode *arg1) { + rump_schedule(); rump_vp_rele(arg1); + rump_unschedule(); } void rump_pub_vp_interlock(struct vnode *arg1) { + rump_schedule(); rump_vp_interlock(arg1); + rump_unschedule(); } int @@ -123,7 +148,9 @@ { int rv; + rump_schedule(); rv = rump_etfs_register(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -133,7 +160,9 @@ { int rv; + rump_schedule(); rv = rump_etfs_register_withsize(arg1, arg2, arg3, arg4, arg5); + rump_unschedule(); return rv; } @@ -143,7 +172,9 @@ { int rv; + rump_schedule(); rv = rump_etfs_remove(arg1); + rump_unschedule(); return rv; } @@ -152,7 +183,9 @@ rump_pub_freecn(struct componentname *arg1, int arg2) { + rump_schedule(); rump_freecn(arg1, arg2); + rump_unschedule(); } int @@ -160,7 +193,9 @@ { int rv; + rump_schedule(); rv = rump_checksavecn(arg1); + rump_unschedule(); return rv; } @@ -170,7 +205,9 @@ { int rv; + rump_schedule(); rv = rump_namei(arg1, arg2, arg3, arg4, arg5, arg6); + rump_unschedule(); return rv; } @@ -180,7 +217,9 @@ { struct componentname * rv; + rump_schedule(); rv = rump_makecn(arg1, arg2, arg3, arg4, arg5, arg6); + rump_unschedule(); return rv; } @@ -190,7 +229,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_unmount(arg1, arg2); + rump_unschedule(); return rv; } @@ -200,7 +241,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_root(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -210,7 +253,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_statvfs(arg1, arg2); + rump_unschedule(); return rv; } @@ -220,7 +265,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_sync(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -230,7 +277,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_fhtovp(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -240,7 +289,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_vptofh(arg1, arg2, arg3); + rump_unschedule(); return rv; } @@ -249,7 +300,9 @@ rump_pub_vfs_syncwait(struct mount *arg1) { + rump_schedule(); rump_vfs_syncwait(arg1); + rump_unschedule(); } int @@ -257,7 +310,9 @@ { int rv; + rump_schedule(); rv = rump_vfs_getmp(arg1, arg2); + rump_unschedule(); return rv; } @@ -266,7 +321,9 @@ rump_pub_rcvp_set(struct vnode *arg1, struct vnode *arg2) { + rump_schedule(); rump_rcvp_set(arg1, arg2); + rump_unschedule(); } struct vnode * @@ -274,7 +331,9 @@ { struct vnode * rv; + rump_schedule(); rv = rump_cdir_get(); + rump_unschedule(); return rv; } @@ -284,7 +343,9 @@ { int rv; + rump_schedule(); rv = rump_syspuffs_glueinit(arg1, arg2); + rump_unschedule(); return rv; } @@ -295,7 +356,9 @@ { int rv; + rump_schedule(); rv = rump_sys___stat30(arg1, arg2); + rump_unschedule(); return rv; } @@ -305,7 +368,9 @@ { int rv; + rump_schedule(); rv = rump_sys___lstat30(arg1, arg2); + rump_unschedule(); return rv; } @@ -314,12 +379,16 @@ rump_pub_vattr50_to_vattr(const struct vattr *arg1, struct vattr *arg2) { + rump_schedule(); rump_vattr50_to_vattr(arg1, arg2); + rump_unschedule(); } void rump_pub_vattr_to_vattr50(const struct vattr *arg1, struct vattr *arg2) { + rump_schedule(); rump_vattr_to_vattr50(arg1, arg2); + rump_unschedule(); }