TODO revision 1.1.28.2       1       1.1  pooka 	$NetBSD: TODO,v 1.1.28.2 2009/01/17 13:29:35 mjf Exp $
      2       1.1  pooka 
      3       1.1  pooka * fix the build structure to work better on non-NetBSD
      4  1.1.28.1    mjf * figure out how to handle mount parameters in fs-independent
      5  1.1.28.1    mjf   fashion (requires kernel changes)
      6  1.1.28.1    mjf * integrate build framework with config(1) to stop the need to
      7  1.1.28.1    mjf   maintain a separate build infrastructure
      8  1.1.28.1    mjf * find a better solution for rumpdefs.h, the sed "solution"
      9  1.1.28.1    mjf   doesn't really scale nicely
     10  1.1.28.2    mjf * improve rump syscalls.  current problems:
     11  1.1.28.2    mjf   + can only call same process
     12  1.1.28.2    mjf   + no __RENAME available, so calls might be: rump___sys_socket30()
     13  1.1.28.2    mjf   + using them requires source level modifications
     14  1.1.28.2    mjf     - what do to with final &error parameter?  most intrusive change
     15  1.1.28.2    mjf * make sure no userspace symbols are linked directly against _KERNEL libs
     16  1.1.28.2    mjf   + current exceptions at least bswap
     17  1.1.28.2    mjf * add a "proper" scheduler, i.e. map threads to virtual cpu's
     18  1.1.28.2    mjf   + need to introduce a guard at all entry points into rumpspace
     19