Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/rump/TODO,v rcsdiff: /ftp/cvs/cvsroot/src/sys/rump/TODO,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.14.2 retrieving revision 1.2 diff -u -p -r1.1.14.2 -r1.2 --- src/sys/rump/TODO 2007/11/06 23:34:27 1.1.14.2 +++ src/sys/rump/TODO 2008/07/16 15:54:24 1.2 @@ -1,12 +1,10 @@ - $NetBSD: TODO,v 1.1.14.2 2007/11/06 23:34:27 matt Exp $ + $NetBSD: TODO,v 1.2 2008/07/16 15:54:24 pooka Exp $ * fix the build structure to work better on non-NetBSD -* finish fs/bin/fsconsole - + figure out how to handle mount parameters in fs-independent - fashion (requires kernel changes) -* compile more components directly out of the kernel source tree - + whole of vfs_subr? - + kern_lock? -* support ltsleep + locking primitives which might need to sleep - (only lfs needs this currently) -* support nfs +* figure out how to handle mount parameters in fs-independent + fashion (requires kernel changes) +* integrate build framework with config(1) to stop the need to + maintain a separate build infrastructure +* make libraries dynamic, dlopen them instead of linking if possible + + makes a difference for e.g. "fsconsole" +* support nfs (requires using the network stack in userspace)