| Commit message (Expand) | Author | Age | Files | Lines |
* | elf: Change TLS static surplus default back to 1664 | Florian Weimer | 2020-07-20 | 1 | -7/+30 |
* | Linux: Remove rseq support | Florian Weimer | 2020-07-16 | 1 | -7/+1 |
* | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 2020-07-08 | 1 | -4/+5 |
* | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy | 2020-07-08 | 1 | -2/+13 |
* | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy | 2020-07-08 | 1 | -5/+50 |
* | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 2020-07-06 | 1 | -1/+7 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112] | Florian Weimer | 2019-11-27 | 1 | -3/+6 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | elf: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 1 | -6/+0 |
* | ld.so: Remove internal_function attribute from various functions | Florian Weimer | 2017-08-13 | 1 | -3/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Remove unused function _dl_tls_setup | Florian Weimer | 2016-12-21 | 1 | -33/+1 |
* | [PR19826] fix non-LE TLS in static programs | Alexandre Oliva | 2016-09-21 | 1 | -0/+4 |
* | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -36/+53 |
* | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -29/+46 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 2015-03-17 | 1 | -31/+32 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Add hidden __tls_get_addr/___tls_get_addr alias | H.J. Lu | 2014-12-21 | 1 | -0/+10 |
* | Resize DTV if the current DTV isn't big enough | H.J. Lu | 2014-11-28 | 1 | -41/+61 |
* | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell | 2014-02-25 | 1 | -0/+28 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -8/+8 |
* | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 1 | -12/+0 |
* | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 1 | -18/+16 |
* | Revert "Async-signal safe TLS." | Allan McRae | 2014-02-06 | 1 | -67/+33 |
* | Async-signal safe TLS. | Andrew Hunter | 2014-01-03 | 1 | -33/+67 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Patch 2/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 2013-12-18 | 1 | -16/+18 |
* | Patch 3/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 2013-12-18 | 1 | -0/+12 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Restore GL(dl_initial_dtv) | H.J. Lu | 2012-09-06 | 1 | -4/+2 |
* | Remove _dl_initial_dtv | H.J. Lu | 2012-09-06 | 1 | -1/+8 |
* | Always check dtv before freeing dtv[-1] | H.J. Lu | 2012-09-06 | 1 | -2/+0 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Avoid pointer type mismatch warning. | Richard Henderson | 2012-02-09 | 1 | -1/+1 |
* | Optimize __get_tls_addr a bit | Ulrich Drepper | 2012-01-30 | 1 | -16/+28 |
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -4/+1 |
* | * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo cvs/fedora-glibc-20081031T2102 | Ulrich Drepper | 2008-10-31 | 1 | -1/+4 |
* | * stdlib/divmod_1.c: Use correct type for dummy variable. | Ulrich Drepper | 2008-10-17 | 1 | -1/+1 |
* | (_dl_update_slotinfo): Copy all of the initial DTV. | Ulrich Drepper | 2008-10-16 | 1 | -1/+1 |
* | * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in | Ulrich Drepper | 2008-05-12 | 1 | -43/+56 |
* | [BZ #5786] | Ulrich Drepper | 2008-03-08 | 1 | -1/+0 |
* | * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add | Ulrich Drepper | 2008-03-08 | 1 | -2/+2 |
* | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define. | Ulrich Drepper | 2008-01-17 | 1 | -1/+25 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -42/+37 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -37/+42 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -42/+37 |