[hurd,commited,0/2] hurd: Fix working with jemalloc

Message ID 20230808111711.2100557-1-samuel.thibault@ens-lyon.org
Headers
Series hurd: Fix working with jemalloc |

Message

Samuel Thibault Aug. 8, 2023, 11:17 a.m. UTC
  Samuel Thibault (2):
  htl: Add support for static TSD data
  htl: Initialize ___pthread_self early

 htl/cancellation.c                |  8 -------
 htl/pt-self.c                     | 10 +--------
 sysdeps/htl/pt-destroy-specific.c | 35 ++++++++++++++++++++++++++-----
 sysdeps/htl/pt-getspecific.c      |  8 +++++++
 sysdeps/htl/pt-init-specific.c    |  2 ++
 sysdeps/htl/pt-key-create.c       | 25 +++++++++++++++-------
 sysdeps/htl/pt-key-delete.c       | 12 +++++++++--
 sysdeps/htl/pt-key.h              |  7 ++++++-
 sysdeps/htl/pt-setspecific.c      | 26 +++++++++++++++++++++--
 sysdeps/mach/hurd/htl/pt-sysdep.c | 14 +++++++++++++
 10 files changed, 112 insertions(+), 35 deletions(-)