]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/dl-tls.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / dl-tls.c
2022-02-01  Adhemerval Zanellaelf: Fix initial-exec TLS access on audit modules ...
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-09  Florian WeimerRemove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
2021-10-04  Szabolcs Nagyelf: Avoid deadlock between pthread_create and ctors...
2021-09-14  Sergey Bugaevelf: Replace most uses of THREAD_GSCOPE_IN_TCB
2021-07-14  Adhemerval Zanellaelf: Fix DTV gap reuse logic (BZ #27135)
2021-06-25  Florian Weimerelf: Disable most of TLS modid gaps processing [BZ...
2021-05-21  Florian Weimernptl: Eliminate the __static_tls_size, __static_tls_ali...
2021-05-17  Florian Weimerelf: Move static TLS size and alignment into _rtld_glob...
2021-05-11  Szabolcs Nagyelf: Fix DTV gap reuse logic [BZ #27135]
2021-05-11  Szabolcs Nagyelf: Use relaxed atomics for racy accesses [BZ #19329]
2021-05-11  Szabolcs Nagyelf: Fix data races in pthread_create and TLS access...
2021-05-05  Florian Weimerelf, nptl: Initialize static TLS directly in ld.so
2021-04-15  Szabolcs Nagyelf: Refactor _dl_update_slotinfo to avoid use after...
2021-04-15  Szabolcs Nagyelf: Fix comments and logic in _dl_add_to_slotinfo
2021-04-15  Szabolcs Nagyelf: Fix a DTV setup issue [BZ #27136]
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-07-20  Florian Weimerelf: Change TLS static surplus default back to 1664
2020-07-16  Florian WeimerLinux: Remove rseq support
2020-07-08  Szabolcs Nagyrtld: Avoid using up static TLS surplus for optimizatio...
2020-07-08  Szabolcs Nagyrtld: Account static TLS surplus for audit modules
2020-07-08  Szabolcs Nagyrtld: Add rtld.nns tunable for the number of supported...
2020-07-06  Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-27  Florian WeimerAvoid late dlopen failure due to scope, TLS slotinfo...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-08-31  Florian Weimerelf: Remove internal_function attribute
2017-08-13  Florian Weimerld.so: Remove internal_function attribute from various...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-21  Florian WeimerRemove unused function _dl_tls_setup
2016-09-22  Alexandre Oliva[PR19826] fix non-LE TLS in static programs
2016-08-03  Florian Weimerelf: Do not use memalign for TCB/TLS blocks allocation...
2016-08-03  Florian Weimerelf: Avoid using memalign for TLS allocations [BZ ...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-03-17  Alexandre OlivaFix DTV race, assert, DTV_SURPLUS Static TLS limit...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-21  H.J. LuAdd hidden __tls_get_addr/___tls_get_addr alias
2014-11-28  H.J. LuResize DTV if the current DTV isn't big enough
2014-02-25  Carlos O'DonellBZ #16613: Support TLS in audit libraries.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-05  Allan McRaeRevert "Patch 3/4 of the effort to make TLS access...
2014-02-05  Allan McRaeRevert "Patch 2/4 of the effort to make TLS access...
2014-02-05  Allan McRaeRevert "Async-signal safe TLS."
2014-01-03  Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03  Andrew HunterAsync-signal safe TLS.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19  Paul PluzhnikovPatch 2/4 of the effort to make TLS access async-signal...
2013-12-19  Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-09-06  H.J. LuRestore GL(dl_initial_dtv)
2012-09-06  H.J. LuRemove _dl_initial_dtv
2012-09-06  H.J. LuAlways check dtv before freeing dtv[-1]
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-02-09  Richard HendersonAvoid pointer type mismatch warning.
2012-01-31  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-31  Ulrich DrepperOptimize __get_tls_addr a bit
2011-04-11  Ulrich DrepperFix memory leak in TLS of loaded objects.
2008-10-31  Ulrich Drepper* elf/dl-tls.c (__tls_get_addr): After calling _dl_upda... cvs/fedora-glibc-20081031T2102
2008-10-17  Ulrich Drepper* stdlib/divmod_1.c: Use correct type for dummy variable.
2008-10-16  Ulrich Drepper(_dl_update_slotinfo): Copy all of the initial DTV.
2008-05-12  Ulrich Drepper* elf/dl-tls.c (__tls_get_addr): Optimize by moving...
2008-03-08  Ulrich Drepper[BZ #5786]
2008-03-08  Ulrich Drepper* sysdeps/generic/ldsodefs.h (struct rtld_global_ro...
2008-01-17  Ulrich Drepper* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-10-27  Ulrich DrepperUSE_TLS support is now default.
2006-03-01  Roland McGrath* elf/tst-tls-dlinfo.c: New file.
2005-12-14  Ulrich Drepper2005-12-13 Ulrich Drepper <drepper@redhat.com>
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1