index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
env
/
__init_tls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
1
-1
/
+1
*
fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
1
-1
/
+2
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
1
-0
/
+2
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
1
-1
/
+4
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
1
-8
/
+8
*
support setting of default thread stack size via PT_GNU_STACK header
Rich Felker
2018-09-18
1
-0
/
+5
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
1
-2
/
+1
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
1
-2
/
+8
*
improve joinable/detached thread state handling
Rich Felker
2018-05-05
1
-2
/
+2
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
1
-1
/
+2
*
fix support for initialized TLS in static PIE binaries
Rich Felker
2016-12-20
1
-0
/
+5
*
unify static and dynamic linked implementations of thread-local storage
Rich Felker
2015-11-12
1
-31
/
+40
*
fix misalignment of dtv in static-linked programs with odd-sized TLS
Rich Felker
2015-04-23
1
-1
/
+2
*
remove dead store from static __init_tls
Rich Felker
2015-04-23
1
-2
/
+0
*
make __init_tp function static when static linking
Rich Felker
2015-04-23
1
-0
/
+3
*
remove useless visibility application from static-linking-only code
Rich Felker
2015-04-22
1
-1
/
+1
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-3
/
+2
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
1
-0
/
+1
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
1
-1
/
+1
*
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
2015-03-06
1
-2
/
+8
*
fix #ifdef inside a macro argument list in __init_tls.c
Szabolcs Nagy
2014-08-13
1
-4
/
+3
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
1
-1
/
+1
*
add locale framework
Rich Felker
2014-07-02
1
-0
/
+1
*
separate __tls_get_addr implementation from dynamic linker/init_tls
Rich Felker
2014-06-19
1
-5
/
+0
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+0
*
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
2014-06-10
1
-9
/
+4
*
remove some cruft from libc/tls init code
Rich Felker
2014-04-07
1
-2
/
+0
*
remove cruft left behind when lazy thread pointer init was removed
Rich Felker
2014-04-04
1
-8
/
+0
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-12
/
+43
*
reduce static linking overhead from TLS support by inlining mmap syscall
Rich Felker
2014-03-23
1
-1
/
+9
*
add system for resetting TLS to initial values
Rich Felker
2013-08-03
1
-14
/
+18
*
fix omission of dtv setup in static linked programs on TLS variant I archs
Rich Felker
2013-07-13
1
-1
/
+1
*
fix reference to libc struct in static tls init code
Rich Felker
2012-12-25
1
-1
/
+1
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+2
*
fix unused variable warnings
Rich Felker
2012-11-01
1
-1
/
+1
*
fix crashes in static-linked multithreaded programs without TLS
Rich Felker
2012-10-19
1
-0
/
+2
*
add support for TLS variant I, presently needed for arm and mips
Rich Felker
2012-10-15
1
-1
/
+8
*
clean up and refactor program initialization
Rich Felker
2012-10-07
1
-9
/
+2
*
fix buggy TLS size/alignment computations in static-linked TLS
Rich Felker
2012-10-06
1
-5
/
+22
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
1
-2
/
+2
*
partial TLS support for dynamic-linked programs
Rich Felker
2012-10-04
1
-5
/
+5
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-0
/
+71