summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-20 17:39:00 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-20 17:39:00 +0100
commitc17f5b020c348626df7c0c0bd2331ab01a97011a (patch)
tree5588c51064a52cfcae1f1b83f89b14ffa20cec43
parentaf7ff029476dbc266b9ab52dc8b2e591a7f6ebe9 (diff)
rumpusbdisk is actually already done, missing integration
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 6b05d682..5580d15f 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -170,6 +170,7 @@ This is the list of tasks that we *want* to address soon, starting with the most
* Extensively test (e.g. running testsuites of glibc, perl) and fix the lwip-based TCP/IP stack, to be sure we don't get regressions by switching to it.
* Prevent duplicate instances of `rumpdisk` from competing for the disk PCI cards (e.g. when a second one gets started from a chroot).
* Fix the memory consumption of `rumpdisk`.
+* Integrate `rumpusbdisk` with the rest of the disk translators etc.
* Fix `tmpfs` losing files, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2015-02/msg00091.html).
* Fix the `fakeroot-tcp` issue which is making `debian-installer` fail to build, see [build logs](http://d-i.debian.org/daily-images/daily-build-overview.html).
* Port `libasan`/`lsan`/`ubsan`/`libtasn` so we can use these sanitizers (youpi did some of it, pending clean/submit).
@@ -186,7 +187,6 @@ This is the list of tasks that we *want* to address soon, starting with the most
* Fix building `mesa`.
* Fix building `wayland`.
* Port `python-procps`.
-* Implement a `rumpusb`, needs to see how to integrate with disk.
* Implement a `rumpnet`.
* Implement a `rumpfs`.
* Fix `SMP` support.