summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eeee6d69ef..222ae42765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-10-17 Florian Weimer <fweimer@redhat.com>
+ sunrpc: Rewrite with explicit TLS access using __thread.
+ * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
+ (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
+ directly.
+ (__rpc_thread_variables): Access thread_rpc_vars directly.
+ Eliminate redundant assignment of the tvp variable.
+
+2015-10-17 Florian Weimer <fweimer@redhat.com>
+
malloc: Rewrite with explicit TLS access using __thread.
* sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
(tsd_setspecific, tsd_getspecific): Remove.