Module Name: src Committed By: pooka Date: Tue Sep 8 12:14:21 UTC 2015
Modified Files: src/sys/rump: TODO Log Message: Remove solved item. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 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.11 src/sys/rump/TODO:1.12 --- src/sys/rump/TODO:1.11 Wed Jun 3 10:23:08 2015 +++ src/sys/rump/TODO Tue Sep 8 12:14:20 2015 @@ -1,4 +1,4 @@ - $NetBSD: TODO,v 1.11 2015/06/03 10:23:08 pooka Exp $ + $NetBSD: TODO,v 1.12 2015/09/08 12:14:20 pooka Exp $ * integrate build framework with config(1) to stop the need to maintain a separate build infrastructure. the remaining step @@ -7,10 +7,6 @@ + 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 - + everything except deeply embedded (i.e. small) can use: - http://github.com/justincormack/rumprun * 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