aboutsummaryrefslogtreecommitdiff
path: root/csu
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-12elf: Support at least 32-byte alignment in static dlopenFlorian Weimer
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy
2020-07-08Rewrite abi-note.S in C.Szabolcs Nagy
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-05Build csu/elf-init.c and csu/static-reloc.c with stack protectorFlorian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-11-06Use newly built crt*.o files to build shared objects [BZ #22362]H.J. Lu
2017-10-01Hide internal __libc_print_version function [BZ #18822]H.J. Lu
2017-09-22Remove Banner mechanism.Joseph Myers
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra
2017-09-01Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock