summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg27
1 files changed, 6 insertions, 21 deletions
diff --git a/.topmsg b/.topmsg
index a68dd006b9..7b9619422a 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,24 +1,9 @@
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Subject: [PATCH] Hurd: Fix definition of `PAGE_COPY_THRESHOLD'
+Commited to git
-Previously, `PAGE_THRESHOLD' was defined instead of
-`PAGE_COPY_THRESHOLD', preventing the optimization of memory copy
-operations using `vm_copy'.
+From: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Subject: [PATCH] hurd: Make libc able to call pthread stubs
-Also, increase the threshold to 4 pages. XXX Tune this.
+* sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
+<bits/libc-lockP.h>
-* sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to `PAGE_COPY_THRESHOLD'.
-Raise threshold to XXX pages.
-
----
-This is however still WIP:
-
-“
-this currently doesn't make any difference since the
-Makefile rules end up compiling sysdeps/i386/i586/memcpy{,_chk}.S,
-i386/i586/memcopy.h, i386/memcopy.h instead... Also, #if
-PAGE_COPY_THRESHOLD doesn't like PAGE_COPY_THRESHOLD being
-2*__vm_page_size, it ends up considering it false. Also, the rtld magic
-in elf/ doesn't manage to determine that it also needs to include
-wordcopy.os.
-”
+Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>