summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-17 16:31:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-17 16:31:14 +0100
commit1b8e7e06c34b94e23075c57fec836e53e6e181fb (patch)
treee652ef6b608b40de648907f06fb698a7a7bae914 /contributing.mdwn
parent593f96e9c8689775483ca46b016d74210ed7197c (diff)
TODO: plug acpi shutdown even
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 24745d5d..3d727971 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -179,6 +179,7 @@ This is the list of tasks that we *want* to address soon, starting with the most
* For /hurd/ext2fs.static in the bootstrap chain (e.g. to access wd0s1), add a storeio translator before it, and have ext2fs open it, use `file_get_storage_info` and access the underlying device. That wouldn't need any code modification if we were using an initial ramfs exposing that storeio on /dev/wd0s1.
* 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`.
+* Plug acpi shutdown event.
* Add overcommit limitation support to gnumach: limit the virtual size of processes to half of the memory + swap size.
* 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).