summaryrefslogtreecommitdiff
path: root/csu
AgeCommit message (Expand)Author
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
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-12-21Move all tests out of the csu subdirectoryNick Alcock
2016-09-10Remove __libc_csu_irel declarationSiddhesh Poyarekar
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-08-07Fix gcrt0.o compilationSamuel Thibault
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu
2015-02-23Compile gcrt1.o with -fPICH.J. Lu
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella
2014-11-20Add tests for C11-like atomic operations.Torvald Riegel
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-09-16Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-13Clean up __exit_thread.Roland McGrath
2014-04-14Support _r_debug for static binaries.Carlos O'Donell
2014-03-14Remove "Compiled on ..." crapola from version text.Roland McGrath
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-22Remove unused %include lines from Versions files.Roland McGrath
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka