xref: /netbsd/sys/rump/TODO (revision 6550d01e)
1	$NetBSD: TODO,v 1.8 2011/02/01 15:26:46 pooka Exp $
2
3* fix the build structure to work better on non-NetBSD
4  = available in pkgsrc/misc/rump
5* figure out how to handle mount parameters in fs-independent
6  fashion (requires kernel changes)
7  = generic fs-mounting, GSoC 2009
8* integrate build framework with config(1) to stop the need to
9  maintain a separate build infrastructure.  the remaining step
10  is to rewrite the Makefiles to use  source file lists generated
11  with config(1) (where possible)
12  + this will also benefit kernel modules
13* find a better solution for rumpdefs.h, the sed "solution"
14  doesn't really scale nicely
15* make rumpuser interface fully portable
16  + get rid of all non-standard binary types
17  + limit use of ioctl
18* the .a semantics do not make sense for rump components.
19  additionally, they cannot be loaded as modules since they are
20  ar's instead of elf objects.  make the build produce and use elf
21  objects instead of archives
22* cleanup remaining uses of __ in the kernel
23