aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/dl-tls_init_tp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05cheri: rseq: remove const to avoid readonly permissionSzabolcs Nagy1-0/+14
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-3/+0
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer1-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer1-1/+22
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer1-1/+10
2021-12-09nptl: Add rseq registrationFlorian Weimer1-2/+6
2021-07-09Force building with -fno-commonFlorian Weimer1-2/+2
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer1-1/+1
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-0/+1
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-0/+2
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer1-0/+8
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+1
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-2/+23
2021-04-22nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer1-1/+1
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-0/+37
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-0/+30