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