aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-tls.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer1-7/+30
2020-07-16Linux: Remove rseq supportFlorian Weimer1-7/+1
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-4/+5
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+13
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-5/+50
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-1/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer1-3/+6
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-6/+0
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer1-3/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-33/+1
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva1-0/+4
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer1-36/+53
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-29/+46
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva1-31/+32
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu1-0/+10
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu1-41/+61
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell1-0/+28
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-8/+8
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae1-12/+0
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae1-18/+16
2014-02-06Revert "Async-signal safe TLS."Allan McRae1-67/+33
2014-01-03Async-signal safe TLS.Andrew Hunter1-33/+67
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-18Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-16/+18
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-0/+12
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-09-06Restore GL(dl_initial_dtv)H.J. Lu1-4/+2
2012-09-06Remove _dl_initial_dtvH.J. Lu1-1/+8
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu1-2/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-02-09Avoid pointer type mismatch warning.Richard Henderson1-1/+1
2012-01-30Optimize __get_tls_addr a bitUlrich Drepper1-16/+28
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper1-4/+1
2008-10-31* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102Ulrich Drepper1-1/+4
2008-10-17* stdlib/divmod_1.c: Use correct type for dummy variable.Ulrich Drepper1-1/+1
2008-10-16(_dl_update_slotinfo): Copy all of the initial DTV.Ulrich Drepper1-1/+1
2008-05-12* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper1-43/+56
2008-03-08[BZ #5786]Ulrich Drepper1-1/+0
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper1-2/+2
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper1-1/+25
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-42/+37
2007-07-31.Jakub Jelinek1-37/+42
2006-10-27USE_TLS support is now default.Ulrich Drepper1-42/+37