Home | History | Annotate | Line # | Download | only in rump
TODO revision 1.4
      1 	$NetBSD: TODO,v 1.4 2008/08/07 11:15:20 pooka Exp $
      2 
      3 * fix the build structure to work better on non-NetBSD
      4 * figure out how to handle mount parameters in fs-independent
      5   fashion (requires kernel changes)
      6 * integrate build framework with config(1) to stop the need to
      7   maintain a separate build infrastructure
      8 * dlopen libraries instead of linking where it makes sense
      9   + makes a difference for e.g. "fsconsole"
     10 * support nfs (requires using the network stack in userspace)
     11 * find a better solution for rumpdefs.h, the sed "solution"
     12   doesn't really scale nicely
     13 * add support to vnode_if.sh to produce rumpvnode_if instead of sed'ing
     14