summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/tls.c
Commit message (Expand)AuthorAgeFilesLines
* libc: replace 0 with NULL for pointers.pfg2016-04-101-2/+2
* Bring in initial libc and libstand support for RISC-V.br2016-01-171-4/+5
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-1/+1
* Update jemalloc to version 4.0.0.jasone2015-08-181-12/+12
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-071-2/+3
* Revert r274772: it is not valid on MIPSemaste2014-11-251-4/+4
* Use canonical __PIC__ flagemaste2014-11-211-4/+4
* Remove ia64.marcel2014-07-071-3/+2
* Update jemalloc to version 3.5.0.jasone2014-01-231-12/+12
* Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,jasone2012-04-221-12/+12
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-9/+14
* - Switch ARM and MIPS to TLS Variant Igonzo2012-03-061-3/+10
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEmarcel2010-02-161-2/+2
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNgonzo2008-04-291-2/+2
* Don't assert() the TLS allocation requested is big enough; justkientzle2007-02-251-2/+2
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-1/+10
* Fix style(9) in code copied from rtld.marcel2006-09-011-3/+3
* Fix the variant I allocation for KSE: Allow a larger TCB and assumemarcel2006-09-011-46/+37
* Remove stale comment about armimp2006-07-261-2/+0
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-3/+3
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant Idavidxu2005-02-261-0/+5
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Always allocate a TLS area even if its empty - libpthread relies ondfr2004-08-181-7/+4
* Add support for TLS in statically linked programs.dfr2004-08-151-2/+225
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-031-0/+69
OpenPOWER on IntegriCloud