aboutsummaryrefslogtreecommitdiff
path: root/csu
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu1-0/+4
2024-02-25csu: Reformat Makefile.Carlos O'Donell1-15/+59
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert13-14/+14
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2-2/+2
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2-34/+12
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers13-14/+14
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-9/+5
2022-10-06csu: Disable stack protector for static-reloc for static-pieAdhemerval Zanella1-5/+11
2022-05-16Remove kernel version checkAdhemerval Zanella2-8/+3
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-3/+8
2022-04-19elf: Remove __libc_init_secureFangrui Song1-3/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert13-14/+14
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella1-20/+3
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault1-5/+12
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-2/+3
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer1-26/+3
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2-0/+9
2021-08-24Use __executable_start as the lowest address for profiling [BZ #28153]H.J. Lu1-1/+9
2021-07-09Force building with -fno-commonFlorian Weimer1-2/+1
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-4/+4
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella1-1/+0
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-0/+2
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-7/+1
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer1-70/+4
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar1-10/+12
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer4-127/+159
2021-01-21csu: Move static pie self relocation later [BZ #27072]Szabolcs Nagy1-2/+5
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy1-0/+4
2021-01-21csu: Avoid weak ref for __ehdr_start in static PIESzabolcs Nagy1-0/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert14-15/+15
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2-15/+8
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-0/+7
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers1-0/+10
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer1-6/+0
2020-07-12elf: Support at least 32-byte alignment in static dlopenFlorian Weimer1-0/+6
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-0/+3
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+2
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-14/+14
2020-07-08Rewrite abi-note.S in C.Szabolcs Nagy1-10/+15
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer1-4/+0
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer1-1/+2
2020-04-24elf: Implement __libc_early_initFlorian Weimer2-4/+5
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer1-6/+6
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2-3/+12
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-4/+0
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers14-14/+14
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-1/+1
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer1-20/+14