aboutsummaryrefslogtreecommitdiff
path: root/csu/libc-tls.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella1-13/+12
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-9/+5
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-3/+8
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-2/+3
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-0/+2
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-7/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-0/+7
2020-07-16Linux: Remove rseq supportFlorian Weimer1-6/+0
2020-07-12elf: Support at least 32-byte alignment in static dlopenFlorian Weimer1-0/+6
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-0/+3
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+2
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-14/+14
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer1-20/+14
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-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-3/+3
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-13/+4
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-19/+0
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu1-1/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-2/+2
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki1-15/+12
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-03-28Make _dl_phdr pointer to const.Roland McGrath1-1/+1
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath1-4/+0
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell1-1/+1
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar1-1/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-09-11Update copyright years in csu/libc-tls.cH.J. Lu1-1/+1
2012-09-06Remove _dl_initial_dtvH.J. Lu1-11/+9
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu1-0/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-07-28Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper1-4/+5
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-36/+22
2007-07-31.Jakub Jelinek1-22/+36
2006-10-27USE_TLS support is now default.Ulrich Drepper1-36/+22
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+263
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-263/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+263