about summary refs log tree commit diff
path: root/elf/dl-tls.c
Commit message (Expand)AuthorAgeFilesLines
* Convert __builtin_expect to __glibc_(un)likely throughout elf/. zack/elf-builtin-expect-conversionZack Weinberg2018-06-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-6/+0
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-33/+1
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-211-0/+4
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2016-08-031-36/+53
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-29/+46
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-31/+32
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-0/+10
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-281-41/+61
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-251-0/+28
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-8/+8
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-12/+0
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-18/+16
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-67/+33
* Async-signal safe TLS.Andrew Hunter2014-01-031-33/+67
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-16/+18
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-0/+12
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Restore GL(dl_initial_dtv)H.J. Lu2012-09-061-4/+2
* Remove _dl_initial_dtvH.J. Lu2012-09-061-1/+8
* Always check dtv before freeing dtv[-1]H.J. Lu2012-09-061-2/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Avoid pointer type mismatch warning.Richard Henderson2012-02-091-1/+1
* Optimize __get_tls_addr a bitUlrich Drepper2012-01-301-16/+28
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-4/+1
* * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo cvs/fedora-glibc-20081031T2102Ulrich Drepper2008-10-311-1/+4
* * stdlib/divmod_1.c: Use correct type for dummy variable.Ulrich Drepper2008-10-171-1/+1
* (_dl_update_slotinfo): Copy all of the initial DTV.Ulrich Drepper2008-10-161-1/+1
* * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper2008-05-121-43/+56
* [BZ #5786]Ulrich Drepper2008-03-081-1/+0
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-081-2/+2
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-1/+25
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-42/+37
* .Jakub Jelinek2007-07-311-37/+42
* USE_TLS support is now default.Ulrich Drepper2006-10-271-42/+37
* * elf/tst-tls-dlinfo.c: New file.Roland McGrath2006-03-011-2/+46
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-141-0/+799
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-843/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+843