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
*
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