about summary refs log tree commit diff
path: root/csu/libc-start.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-21/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Remove kernel version checkAdhemerval Zanella2022-05-161-8/+0
* elf: Remove __libc_init_secureFangrui Song2022-04-191-3/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-281-20/+3
* Force building with -fno-commonFlorian Weimer2021-07-091-2/+1
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-1/+0
* csu: Move calling main out of __libc_start_main_implFlorian Weimer2021-04-211-70/+4
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-11/+155
* csu: Move static pie self relocation later [BZ #27072]Szabolcs Nagy2021-01-211-2/+5
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-211-0/+4
* csu: Avoid weak ref for __ehdr_start in static PIESzabolcs Nagy2021-01-211-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-161-8/+5
* Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2020-10-301-0/+10
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-291-1/+2
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+1
* 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
* hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2018-03-251-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-0/+2
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-2/+0
* powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho2017-07-171-2/+9
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-311-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+8
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-14/+15
* Remove __libc_csu_irel declarationSiddhesh Poyarekar2016-09-101-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Clean up __exit_thread.Roland McGrath2014-05-131-1/+2
* Support _r_debug for static binaries.Carlos O'Donell2014-04-141-0/+3
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* BZ #15754: CVE-2013-4788Carlos O'Donell2013-09-231-0/+16
* Declare __ehdr_start with hidden visibility.Maciej W. Rozycki2013-04-251-1/+2
* Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath2013-03-281-0/+18
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-2/+2
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-2/+2
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-2/+1
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-17/+11
* Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers2013-02-011-2/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* [BZ #5246] Conditionalize use of PTR_DEMANGLE.Thomas Schwinge2012-11-041-0/+2
* Fix libc-start change for IRELless machines.Roland McGrath2012-08-221-7/+8