Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install dynamic tls synchronously at dlopen, streamline access | Rich Felker | 2019-02-18 | 1 | -6/+1 |
* | combine arch ABI's DTP_OFFSET into DTV pointers | Rich Felker | 2018-10-12 | 1 | -2/+2 |
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 1 | -1/+0 |
* | move declarations of tls setup/access functions to pthread_impl.h | Rich Felker | 2018-09-12 | 1 | -2/+0 |
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 1 | -2/+1 |
* | fix crashes in x32 __tls_get_addr | rofl0r | 2017-01-13 | 1 | -2/+2 |
* | eliminate use of SHARED macro in __tls_get_addr | Rich Felker | 2015-11-11 | 1 | -6/+6 |
* | fix local-dynamic model TLS on mips and powerpc | Rich Felker | 2015-06-25 | 1 | -2/+2 |
* | fix inconsistent visibility for internal __tls_get_new function | Rich Felker | 2015-04-14 | 1 | -3/+2 |
* | separate __tls_get_addr implementation from dynamic linker/init_tls | Rich Felker | 2014-06-19 | 1 | -0/+17 |