about summary refs log tree commit diff
path: root/csu/libc-tls.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2023-01-121-13/+12
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-9/+5
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-161-3/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-2/+3
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-0/+2
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-7/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-0/+7
* Linux: Remove rseq supportFlorian Weimer2020-07-161-6/+0
* elf: Support at least 32-byte alignment in static dlopenFlorian Weimer2020-07-121-0/+6
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-0/+3
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-2/+2
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-14/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-20/+14
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-151-3/+3
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-13/+4
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-19/+0
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Align TCB offset to the maximum alignmentH.J. Lu2015-06-241-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-2/+2
* [BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki2014-01-311-15/+12
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Make _dl_phdr pointer to const.Roland McGrath2013-03-281-1/+1
* Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath2013-03-281-4/+0
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-1/+1
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Update copyright years in csu/libc-tls.cH.J. Lu2012-09-111-1/+1
* Remove _dl_initial_dtvH.J. Lu2012-09-061-11/+9
* Always check dtv before freeing dtv[-1]H.J. Lu2012-09-061-0/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper2009-07-281-4/+5
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-36/+22
* .Jakub Jelinek2007-07-311-22/+36
* USE_TLS support is now default.Ulrich Drepper2006-10-271-36/+22
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+263
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-263/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+263