about summary refs log tree commit diff
path: root/sysdeps/nptl/dl-tls_init_tp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-301-1/+1
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-2/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-141-3/+0
* Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer2022-02-021-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-091-1/+22
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-091-1/+10
* nptl: Add rseq registrationFlorian Weimer2021-12-091-2/+6
* Force building with -fno-commonFlorian Weimer2021-07-091-2/+2
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-1/+1
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-091-0/+1
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-091-0/+2
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-171-0/+8
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+1
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-2/+23
* nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer2021-04-221-1/+1
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-0/+37
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-0/+30