[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/rump/TODO between version 1.9 and 1.10

version 1.9, 2013/01/08 13:45:28 version 1.10, 2014/01/15 15:10:31
Line 9 
Line 9 
     modifications to files.*      modifications to files.*
 * find a better solution for rumpdefs.h, the sed "solution"  * find a better solution for rumpdefs.h, the sed "solution"
   doesn't really scale nicely    doesn't really scale nicely
   + something toolchain-based?    + everything except deeply embedded (i.e. small) can use:
 * make it possible for kernel components to define private hypercalls.      http://github.com/justincormack/rumprun
   the implementation is trivial (just do it), but the build system makes  
   things very difficult (if you want to find out why, just try it).  
 * the .a semantics do not make sense for rump kernel components.  * the .a semantics do not make sense for rump kernel components.
   additionally, they cannot be loaded as modules since they are    additionally, they cannot be loaded as modules since they are
   ar's instead of elf objects.  make the build produce and use elf    ar's instead of elf objects.  make the build produce and use elf

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>