Home | History | Annotate | Line # | Download | only in rump
TODO revision 1.2
      1  1.2  pooka 	$NetBSD: TODO,v 1.2 2008/07/16 15:54:24 pooka Exp $
      2  1.1  pooka 
      3  1.1  pooka * fix the build structure to work better on non-NetBSD
      4  1.2  pooka * figure out how to handle mount parameters in fs-independent
      5  1.2  pooka   fashion (requires kernel changes)
      6  1.2  pooka * integrate build framework with config(1) to stop the need to
      7  1.2  pooka   maintain a separate build infrastructure
      8  1.2  pooka * make libraries dynamic, dlopen them instead of linking if possible
      9  1.2  pooka   + makes a difference for e.g. "fsconsole"
     10  1.2  pooka * support nfs (requires using the network stack in userspace)
     11