Age | Commit message (Expand) | Author | Files | Lines |
2023-05-29 | Fix misspellings in elf/ -- BZ 25337 | Paul Pluzhnikov | 1 | -1/+1 |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 1 | -6/+0 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-02-01 | elf: Fix initial-exec TLS access on audit modules (BZ #28096) | Adhemerval Zanella | 1 | -3/+14 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-12-09 | Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN | Florian Weimer | 1 | -2/+2 |
2021-10-04 | elf: Avoid deadlock between pthread_create and ctors [BZ #28357] | Szabolcs Nagy | 1 | -8/+8 |
2021-09-15 | elf: Replace most uses of THREAD_GSCOPE_IN_TCB | Sergey Bugaev | 1 | -3/+3 |
2021-07-14 | elf: Fix DTV gap reuse logic (BZ #27135) | Adhemerval Zanella | 1 | -8/+9 |
2021-06-25 | elf: Disable most of TLS modid gaps processing [BZ #27135] | Florian Weimer | 1 | -1/+4 |
2021-05-21 | nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables | Florian Weimer | 1 | -2/+3 |
2021-05-17 | elf: Move static TLS size and alignment into _rtld_global_ro | Florian Weimer | 1 | -11/+11 |
2021-05-11 | elf: Fix DTV gap reuse logic [BZ #27135] | Szabolcs Nagy | 1 | -4/+1 |
2021-05-11 | elf: Use relaxed atomics for racy accesses [BZ #19329] | Szabolcs Nagy | 1 | -8/+23 |
2021-05-11 | elf: Fix data races in pthread_create and TLS access [BZ #19329] | Szabolcs Nagy | 1 | -16/+47 |
2021-05-05 | elf, nptl: Initialize static TLS directly in ld.so | Florian Weimer | 1 | -0/+39 |
2021-04-15 | elf: Refactor _dl_update_slotinfo to avoid use after free | Szabolcs Nagy | 1 | -16/+5 |
2021-04-15 | elf: Fix comments and logic in _dl_add_to_slotinfo | Szabolcs Nagy | 1 | -10/+1 |
2021-04-15 | elf: Fix a DTV setup issue [BZ #27136] | Szabolcs Nagy | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-07-20 | elf: Change TLS static surplus default back to 1664 | Florian Weimer | 1 | -7/+30 |
2020-07-16 | Linux: Remove rseq support | Florian Weimer | 1 | -7/+1 |
2020-07-08 | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy | 1 | -4/+5 |
2020-07-08 | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy | 1 | -2/+13 |
2020-07-08 | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy | 1 | -5/+50 |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 1 | -1/+7 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-11-27 | Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112] | Florian Weimer | 1 | -3/+6 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-08-31 | elf: Remove internal_function attribute | Florian Weimer | 1 | -6/+0 |
2017-08-13 | ld.so: Remove internal_function attribute from various functions | Florian Weimer | 1 | -3/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-21 | Remove unused function _dl_tls_setup | Florian Weimer | 1 | -33/+1 |
2016-09-21 | [PR19826] fix non-LE TLS in static programs | Alexandre Oliva | 1 | -0/+4 |
2016-08-03 | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 1 | -36/+53 |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -29/+46 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-03-17 | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 1 | -31/+32 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-21 | Add hidden __tls_get_addr/___tls_get_addr alias | H.J. Lu | 1 | -0/+10 |
2014-11-28 | Resize DTV if the current DTV isn't big enough | H.J. Lu | 1 | -41/+61 |
2014-02-25 | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell | 1 | -0/+28 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -8/+8 |
2014-02-06 | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 1 | -12/+0 |
2014-02-06 | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 1 | -18/+16 |
2014-02-06 | Revert "Async-signal safe TLS." | Allan McRae | 1 | -67/+33 |
2014-01-03 | Async-signal safe TLS. | Andrew Hunter | 1 | -33/+67 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |