summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-05 11:31:20 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-05 11:31:20 +0100
commitf250483cabcd42737a6cec9720db4c3522e54de7 (patch)
treef6b8d6f4b4a5deb7a0c6ef2cfefa1a1ec67278ce
parent5741b5c80878c6f1a5d779c31c8db7e8e7e155a4 (diff)
TODO: extend ext2fs to 64bit
-rw-r--r--contributing.mdwn4
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