Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Update a bit. yay, this file isn't completely appe...



details:   https://anonhg.NetBSD.org/src/rev/1e9768aaefc6
branches:  trunk
changeset: 783781:1e9768aaefc6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 08 13:45:28 2013 +0000

description:
Update a bit.  yay, this file isn't completely append-only!

diffstat:

 sys/rump/TODO |  26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 17fc83fb0733 -r 1e9768aaefc6 sys/rump/TODO
--- a/sys/rump/TODO     Tue Jan 08 13:21:05 2013 +0000
+++ b/sys/rump/TODO     Tue Jan 08 13:45:28 2013 +0000
@@ -1,22 +1,28 @@
-       $NetBSD: TODO,v 1.8 2011/02/01 15:26:46 pooka Exp $
+       $NetBSD: TODO,v 1.9 2013/01/08 13:45:28 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.  the remaining step
   is to rewrite the Makefiles to use  source file lists generated
   with config(1) (where possible)
   + this will also benefit kernel modules
+  + the patch to config(1) exists but is not in-tree.  remaining work is
+    modifications to files.*
 * find a better solution for rumpdefs.h, the sed "solution"
   doesn't really scale nicely
-* make rumpuser interface fully portable
-  + get rid of all non-standard binary types
-  + limit use of ioctl
-* the .a semantics do not make sense for rump components.
+  + something toolchain-based?
+* make it possible for kernel components to define private hypercalls.
+  the implementation is trivial (just do it), but the build system makes
+  things very difficult (if you want to find out why, just try it).
+* the .a semantics do not make sense for rump kernel components.
   additionally, they cannot be loaded as modules since they are
   ar's instead of elf objects.  make the build produce and use elf
   objects instead of archives
 * cleanup remaining uses of __ in the kernel
+* rump_syscalls.c in librump should be compiled in the client
+  namespace, not the rump kernel namespace.  while technically trivial,
+  the build system makes this quite difficult.  one option for "cheating"
+  would be to put it into librumpuser which is always available for
+  local clients (per definition of local client).
+* add autoconf support to librumpuser to clean up the #ifdef acrobatics
+  and fix some of the issues that cannot be handled purely with static
+  ifdefs (autoconf to be used for non-native builds only)



Home | Main Index | Thread Index | Old Index