summaryrefslogtreecommitdiff
path: root/elf/dl-tls.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-18Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-06Restore GL(dl_initial_dtv)H.J. Lu
2012-09-06Remove _dl_initial_dtvH.J. Lu
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-09Avoid pointer type mismatch warning.Richard Henderson
2012-01-30Optimize __get_tls_addr a bitUlrich Drepper
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper
2008-10-31* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102Ulrich Drepper
2008-10-17* stdlib/divmod_1.c: Use correct type for dummy variable.Ulrich Drepper
2008-10-16(_dl_update_slotinfo): Copy all of the initial DTV.Ulrich Drepper
2008-05-12* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper
2008-03-08[BZ #5786]Ulrich Drepper
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-27USE_TLS support is now default.Ulrich Drepper
2006-03-01* elf/tst-tls-dlinfo.c: New file.Roland McGrath
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek