summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-16 18:49:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-16 18:49:07 +0100
commit5dfc4647398a75fc0a36cb8a101e7257291de2ef (patch)
tree0ceaf84b0e7fbbebf231f8360c7ce71ca5e5ffcc /contributing.mdwn
parenta15b0f57b6fd2b9db8ac9543b95b3bfe23de083e (diff)
fakeroot bug was fixed
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index f20b6b98..c11cbb10 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -173,7 +173,6 @@ This is the list of tasks that we *want* to address soon, starting with the most
* 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).
* Finish moving `pthread_` symbols from `libpthread` to `libc`, see for instance [some moves](https://sourceware.org/pipermail/libc-alpha/2023-March/146425.html), synchronize with Guy-Fleury Iteriteka.
* Rewrite `pthread_cond_*`, `pthread_rwlock_*`, `pthread_barrier_*` to use `gsync`, like `pthread_mutex_*` do (also see the nptl implementations, possibly just share with them).