diff options
-rw-r--r-- | contributing.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 76098c2e..95f1f7a5 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -178,7 +178,8 @@ This is the list of tasks that we *want* to address soon, starting with the most * Rewrite `pthread_cond_*`, `pthread_rwlock_*`, `pthread_barrier_*` to use `gsync`, like `pthread_mutex_*` do (also see the nptl implementations, possibly just share with them). * Improve rumpdisk's asynchronism, see end of `hurd/rumpdisk/block-rump.c`. * Check performance of `rumpdisk` against the in-`gnumach` drivers. -* Make ext2fs use xattr by default to store translators (see `use_xattr_translator_records`) after making sure the upgrade path works fine. +* Make `ext2fs` use xattr by default to store translators (see `use_xattr_translator_records`) after making sure the upgrade path works fine. +* Extend `ext2fs` to support 64bit time. * Fix the `git` testsuite. * Fix the `subversion` testsuite. * Fix the `vim` testsuite. @@ -186,6 +187,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Fix building `wayland`. * Port `python-procps`. * Implement a `rumpnet`. +* Implement a `rumpfs`. * Fix `SMP` support. ## Open Issues |