| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2024-01-01 | 1 | -1/+1 |
* | elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864] |  Adhemerval Zanella | 2023-01-12 | 1 | -13/+12 |
* | Update copyright dates with scripts/update-copyrights |  Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249) |  Florian Weimer | 2022-11-03 | 1 | -9/+5 |
* | csu: Implement and use _dl_early_allocate during static startup |  Florian Weimer | 2022-05-16 | 1 | -3/+8 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN |  Florian Weimer | 2021-12-09 | 1 | -2/+3 |
* | elf: Introduce __tls_pre_init_tp |  Florian Weimer | 2021-05-10 | 1 | -0/+2 |
* | elf: Introduce __tls_init_tp for second-phase TCB initialization |  Florian Weimer | 2021-04-21 | 1 | -7/+1 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | nptl: Move stack list variables into _rtld_global |  Florian Weimer | 2020-11-16 | 1 | -0/+7 |
* | Linux: Remove rseq support |  Florian Weimer | 2020-07-16 | 1 | -6/+0 |
* | elf: Support at least 32-byte alignment in static dlopen |  Florian Weimer | 2020-07-12 | 1 | -0/+6 |
* | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] |  Szabolcs Nagy | 2020-07-08 | 1 | -0/+3 |
* | rtld: Account static TLS surplus for audit modules |  Szabolcs Nagy | 2020-07-08 | 1 | -2/+2 |
* | rtld: Add rtld.nns tunable for the number of supported namespaces |  Szabolcs Nagy | 2020-07-08 | 1 | -14/+14 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097] |  Florian Weimer | 2019-11-12 | 1 | -20/+14 |
* | 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 |
* | Add --enable-static-pie configure option to build static PIE [BZ #19574] |  H.J. Lu | 2017-12-15 | 1 | -3/+3 |
* | i386: Add <startup.h> [BZ #21913] |  H.J. Lu | 2017-08-08 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Initialize the stack guard earlier when linking statically [BZ #7065] |  Nick Alcock | 2016-12-26 | 1 | -13/+4 |
* | Remove unused function _dl_tls_setup |  Florian Weimer | 2016-12-21 | 1 | -19/+0 |
* | elf: Avoid using memalign for TLS allocations [BZ #17730] |  Florian Weimer | 2016-08-03 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Align TCB offset to the maximum alignment |  H.J. Lu | 2015-06-24 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Remove second argument from TLS_INIT_TP macro |  Andreas Schwab | 2014-05-27 | 1 | -2/+2 |
* | [BZ #16046] Static dlopen correction fallout fixes. |  Maciej W. Rozycki | 2014-01-31 | 1 | -15/+12 |
* | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Make _dl_phdr pointer to const. |  Roland McGrath | 2013-03-28 | 1 | -1/+1 |
* | Consolidate declarations of _dl_phdr, _dl_phnum. |  Roland McGrath | 2013-03-28 | 1 | -4/+0 |
* | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. |  Carlos O'Donell | 2013-03-01 | 1 | -1/+1 |
* | Set default stack size from program environment |  Siddhesh Poyarekar | 2013-03-01 | 1 | -1/+1 |
* | Remove lots of inline keywords. |  Roland McGrath | 2013-02-07 | 1 | -2/+2 |
* | Update copyright notices with scripts/update-copyrights. |  Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Update copyright years in csu/libc-tls.c |  H.J. Lu | 2012-09-11 | 1 | -1/+1 |
* | Remove _dl_initial_dtv |  H.J. Lu | 2012-09-06 | 1 | -11/+9 |
* | Always check dtv before freeing dtv[-1] |  H.J. Lu | 2012-09-06 | 1 | -0/+2 |
* | Replace FSF snail mail address with URLs. |  Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures. |  Ulrich Drepper | 2009-07-28 | 1 | -4/+5 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483, BZ #3493, BZ #3514, BZ #3515, BZ #3664, BZ #3673, BZ #3674] |  Ulrich Drepper | 2007-01-11 | 1 | -36/+22 |
* | . |  Jakub Jelinek | 2007-07-31 | 1 | -22/+36 |
* | USE_TLS support is now default. |  Ulrich Drepper | 2006-10-27 | 1 | -36/+22 |
* | Moved to csu/errno-loc.c. |  Ulrich Drepper | 2005-12-14 | 1 | -0/+263 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. |  Ulrich Drepper | 2004-12-22 | 1 | -263/+0 |
* | 2.5-18.1 |  Jakub Jelinek | 2007-07-12 | 1 | -0/+263 |