Module Name: src Committed By: pooka Date: Tue Feb 1 15:26:47 UTC 2011
Modified Files: src/sys/rump: TODO Log Message: update todo from my private collection (which is now empty) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/rump/TODO:1.8 --- src/sys/rump/TODO:1.7 Thu Nov 26 10:10:50 2009 +++ src/sys/rump/TODO Tue Feb 1 15:26:46 2011 @@ -1,4 +1,4 @@ - $NetBSD: TODO,v 1.7 2009/11/26 10:10:50 pooka Exp $ + $NetBSD: TODO,v 1.8 2011/02/01 15:26:46 pooka Exp $ * fix the build structure to work better on non-NetBSD = available in pkgsrc/misc/rump @@ -6,9 +6,17 @@ 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 + 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. + 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