aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNOleksandr Tymoshenko2008-04-291-2/+2
* Don't assert() the TLS allocation requested is big enough; justTim Kientzle2007-02-251-2/+2
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-081-1/+10
* Fix style(9) in code copied from rtld.Marcel Moolenaar2006-09-011-3/+3
* Fix the variant I allocation for KSE: Allow a larger TCB and assumeMarcel Moolenaar2006-09-011-46/+37
* Remove stale comment about armWarner Losh2006-07-261-2/+0
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-281-3/+3
* Use __weak_reference macro to define weak symbols.David Xu2005-03-211-31/+51
* Fix incorrect comment.David Xu2005-03-011-1/+1
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant IDavid Xu2005-02-261-0/+5
* Arbitraly choose the Variant II for arm.Olivier Houchard2004-09-231-1/+2
* Make sure we allocate at least enough space for the TCB for variant I TLS.Doug Rabson2004-08-231-0/+2
* Always allocate a TLS area even if its empty - libpthread relies onDoug Rabson2004-08-181-7/+4
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-2/+225
* Add stubs for TLS functions. These will be replaced at runtime by theDoug Rabson2004-08-031-0/+69