track all live threads in an AS-safe, fully-consistent linked list
[musl] / src / env / __init_tls.c
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-09-19 Rich Felkersupport setting of default thread stack size via PT_GNU...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2016-12-20 Rich Felkerfix support for initialized TLS in static PIE binaries
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-04-23 Rich Felkerfix misalignment of dtv in static-linked programs with...
2015-04-23 Rich Felkerremove dead store from static __init_tls
2015-04-23 Rich Felkermake __init_tp function static when static linking
2015-04-22 Rich Felkerremove useless visibility application from static-linki...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-10 Rich Felkeroptimize out setting up robust list with kernel when...
2015-03-11 Szabolcs Nagycopy the dtv pointer to the end of the pthread struct...
2015-03-06 Rich Felkerfix over-alignment of TLS, insufficient builtin TLS...
2014-08-13 Szabolcs Nagyfix #ifdef inside a macro argument list in __init_tls.c
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2014-07-02 Rich Felkeradd locale framework
2014-06-19 Rich Felkerseparate __tls_get_addr implementation from dynamic...
2014-06-10 Rich Felkersimplify errno implementation
2014-06-10 Rich Felkeradd thread-pointer support for pre-2.6 kernels on i386
2014-04-07 Rich Felkerremove some cruft from libc/tls init code
2014-04-05 Rich Felkerremove cruft left behind when lazy thread pointer init...
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-03-24 Rich Felkerreduce static linking overhead from TLS support by...
2013-08-03 Rich Felkeradd system for resetting TLS to initial values
2013-07-13 Rich Felkerfix omission of dtv setup in static linked programs...
2012-12-26 Rich Felkerfix reference to libc struct in static tls init code
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-11-02 Rich Felkerfix unused variable warnings
2012-10-19 Rich Felkerfix crashes in static-linked multithreaded programs...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-06 Rich Felkerfix buggy TLS size/alignment computations in static...
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerpartial TLS support for dynamic-linked programs
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...