about summary refs log tree commit diff
path: root/csu/libc-tls.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 15368] Move pthread_kill to libc and use it to implement raise. zack/wip-pthread-no-dupe-defnsZack Weinberg2018-03-261-1/+9
* 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