NetBSD/sys/rump/TODO

23 lines
1008 B
Plaintext
Raw Normal View History

$NetBSD: TODO,v 1.8 2011/02/01 15:26:46 pooka Exp $
* fix the build structure to work better on non-NetBSD
2009-11-26 13:10:50 +03:00
= available in pkgsrc/misc/rump
2008-07-16 19:54:24 +04:00
* figure out how to handle mount parameters in fs-independent
fashion (requires kernel changes)
2009-11-26 13:10:50 +03:00
= generic fs-mounting, GSoC 2009
2008-07-16 19:54:24 +04:00
* 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
2008-08-07 15:15:20 +04:00
* find a better solution for rumpdefs.h, the sed "solution"
doesn't really scale nicely
2009-11-26 13:10:50 +03:00
* 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