Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/rump/TODO,v rcsdiff: /ftp/cvs/cvsroot/src/sys/rump/TODO,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7.4.1 retrieving revision 1.8.14.3 diff -u -p -r1.7.4.1 -r1.8.14.3 --- src/sys/rump/TODO 2011/03/05 20:56:05 1.7.4.1 +++ src/sys/rump/TODO 2017/12/03 11:39:06 1.8.14.3 @@ -1,22 +1,19 @@ - $NetBSD: TODO,v 1.7.4.1 2011/03/05 20:56:05 rmind Exp $ + $NetBSD: TODO,v 1.8.14.3 2017/12/03 11:39:06 jdolecek 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 -* 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. + + the patch to config(1) exists but is not in-tree. remaining work is + modifications to files.* +* 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).