summaryrefslogtreecommitdiff
path: root/csu/libc-tls.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-03-28Make _dl_phdr pointer to const.Roland McGrath
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-11Update copyright years in csu/libc-tls.cH.J. Lu
2012-09-06Remove _dl_initial_dtvH.J. Lu
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2009-07-28Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-27USE_TLS support is now default.Ulrich Drepper
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek