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