summaryrefslogtreecommitdiff
path: root/src/env/__init_tls.c
AgeCommit message (Expand)AuthorLines
2019-05-16fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy-1/+2
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker-0/+2
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker-1/+4
2018-10-12combine arch ABI's DTP_OFFSET into DTV pointersRich Felker-8/+8
2018-09-18support setting of default thread stack size via PT_GNU_STACK headerRich Felker-0/+5
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-2/+1
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-2/+8
2018-05-05improve joinable/detached thread state handlingRich Felker-2/+2
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker-1/+2
2016-12-20fix support for initialized TLS in static PIE binariesRich Felker-0/+5
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker-31/+40
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker-1/+2
2015-04-23remove dead store from static __init_tlsRich Felker-2/+0
2015-04-23make __init_tp function static when static linkingRich Felker-0/+3
2015-04-22remove useless visibility application from static-linking-only codeRich Felker-1/+1
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-3/+2
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker-0/+1
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy-1/+1
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker-2/+8
2014-08-13fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy-4/+3
2014-07-05eliminate use of cached pid from thread structureRich Felker-1/+1
2014-07-02add locale frameworkRich Felker-0/+1
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker-5/+0
2014-06-10simplify errno implementationRich Felker-1/+0
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker-9/+4
2014-04-07remove some cruft from libc/tls init codeRich Felker-2/+0
2014-04-04remove cruft left behind when lazy thread pointer init was removedRich Felker-8/+0
2014-03-24always initialize thread pointer at program startRich Felker-12/+43
2014-03-23reduce static linking overhead from TLS support by inlining mmap syscallRich Felker-1/+9
2013-08-03add system for resetting TLS to initial valuesRich Felker-14/+18
2013-07-13fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker-1/+1
2012-12-25fix reference to libc struct in static tls init codeRich Felker-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+2
2012-11-01fix unused variable warningsRich Felker-1/+1
2012-10-19fix crashes in static-linked multithreaded programs without TLSRich Felker-0/+2
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-1/+8
2012-10-07clean up and refactor program initializationRich Felker-9/+2
2012-10-06fix buggy TLS size/alignment computations in static-linked TLSRich Felker-5/+22
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker-2/+2
2012-10-04partial TLS support for dynamic-linked programsRich Felker-5/+5
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+71