summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-10 18:47:36 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-10 18:47:36 +0100
commit2dc2d7d2d870258d00d771deb6e88b45b322573a (patch)
tree66b1f475107dc42321cde118b5ad2af0800cb858 /contributing.mdwn
parent69801a2618b381b6cffa371b9429ea772929b214 (diff)
better put the discussion url in the open issue and refer to that
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 2eae8f09..0e8a41d5 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -179,7 +179,7 @@ This is the list of tasks that we *want* to address soon, starting with the most
* Fix the memory consumption of `rumpdisk`.
* Plug acpi shutdown event.
* Check that `MAP_NORESERVE` passed to `mmap` avoids the overcommit limitation recently introduced in gnumach (`RLIMIT_AS`)
-* Fix `tmpfs` losing files, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2015-02/msg00091.html).
+* Fix `tmpfs` losing files, see [[open issue|/open_issues/tmpfs]]
* Port `libasan`/`lsan`/`ubsan`/`libtasn` so we can use these sanitizers (youpi did some of it, pending clean/submit).
* 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`.