1 1.7.6.1 jruoho $NetBSD: TODO,v 1.7.6.1 2011/06/06 09:10:04 jruoho 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.7.6.1 jruoho maintain a separate build infrastructure. the remaining step 10 1.7.6.1 jruoho is to rewrite the Makefiles to use source file lists generated 11 1.7.6.1 jruoho with config(1) (where possible) 12 1.7.6.1 jruoho + 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.7.6.1 jruoho * the .a semantics do not make sense for rump components. 19 1.7.6.1 jruoho additionally, they cannot be loaded as modules since they are 20 1.7.6.1 jruoho ar's instead of elf objects. make the build produce and use elf 21 1.7.6.1 jruoho objects instead of archives 22 1.7.6.1 jruoho * cleanup remaining uses of __ in the kernel 23