Module Name:    src
Committed By:   pooka
Date:           Thu Nov 26 10:10:50 UTC 2009

Modified Files:
        src/sys/rump: TODO

Log Message:
update a bit


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/TODO

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/TODO
diff -u src/sys/rump/TODO:1.6 src/sys/rump/TODO:1.7
--- src/sys/rump/TODO:1.6	Sun Mar 29 14:56:00 2009
+++ src/sys/rump/TODO	Thu Nov 26 10:10:50 2009
@@ -1,11 +1,14 @@
-	$NetBSD: TODO,v 1.6 2009/03/29 14:56:00 pooka Exp $
+	$NetBSD: TODO,v 1.7 2009/11/26 10:10:50 pooka Exp $
 
 * fix the build structure to work better on non-NetBSD
+  = available in pkgsrc/misc/rump
 * figure out how to handle mount parameters in fs-independent
   fashion (requires kernel changes)
+  = generic fs-mounting, GSoC 2009
 * integrate build framework with config(1) to stop the need to
   maintain a separate build infrastructure
 * find a better solution for rumpdefs.h, the sed "solution"
   doesn't really scale nicely
-* add a "proper" scheduler, i.e. map threads to virtual cpu's
-  + need to introduce a guard at all entry points into rumpspace
+* make rumpuser interface fully portable
+  + get rid of all non-standard binary types
+  + limit use of ioctl

Reply via email to