aboutsummaryrefslogtreecommitdiff
path: root/csu/libc-start.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers1-0/+10
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer1-1/+2
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+5
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-1/+1
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-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault1-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-0/+2
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu1-2/+0
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-2/+9
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-0/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+8
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-14/+15
2016-09-10Remove __libc_csu_irel declarationSiddhesh Poyarekar1-3/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-13Clean up __exit_thread.Roland McGrath1-1/+2
2014-04-14Support _r_debug for static binaries.Carlos O'Donell1-0/+3
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell1-0/+16
2013-04-25Declare __ehdr_start with hidden visibility.Maciej W. Rozycki1-1/+2
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath1-0/+18
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell1-2/+2
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar1-2/+2
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-2/+1
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-17/+11
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers1-2/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-04[BZ #5246] Conditionalize use of PTR_DEMANGLE.Thomas Schwinge1-0/+2
2012-08-22Fix libc-start change for IRELless machines.Roland McGrath1-7/+8
2012-08-21Support static IFUNC calls irrespective of USE_MULTIARCH.Roland McGrath1-3/+35
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-11-24Fix startup to security-relevant statically linked binaries.Ulrich Drepper1-0/+6
2009-01-11[!SHARED] (libc_start_main): Pass _dl_random to _dl_setup_stack_chk_guard.Ulrich Drepper1-2/+2
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper1-4/+0
2007-08-12* sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...Ulrich Drepper1-5/+7
2007-01-17* sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy theUlrich Drepper1-3/+4
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-13/+4
2007-07-31.Jakub Jelinek1-4/+13
2006-10-27USE_TLS support is now default.Ulrich Drepper1-13/+4
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