summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 23:26:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 23:26:16 +0100
commit75d607940699ef082ff425c8a499ab6d988444c1 (patch)
tree696ac1725172b7965a1acdc917a2b96375f5273c
parentcad16dd586734ae2e05ebed9ce49261cedbc53be (diff)
Fix changelog
-rw-r--r--.topmsg10
1 files changed, 6 insertions, 4 deletions
diff --git a/.topmsg b/.topmsg
index 6f7e3b13b6..c1ce4031c3 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,10 +1,12 @@
-From: Thomas Schwinge <thomas@schwinge.name>
-Subject: [PATCH] tls
-
-TLS support.
+From: Samuel Thibault <samuel.thibault@gnu.org>
+Subject: [PATCH] hurd: add TLS support
2009-07-30 Samuel Thibault <samuel.thibault@gnu.org>
+ Add TLS support: __mach_setup_tls allocates and sets
+ architecture state for the TLS area. i386 fork needs to
+ propagate the segment kernel definitions.
+
* sysdeps/mach/hurd/bits/libc-lock.h [_LIBC - 0]: Include <tls.h>
* sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>
* include/errno.h (__GNU__): Do not define TLS errno for now.