aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2020-03-25ARC: add definitions to elf/elf.hVineet Gupta1-1/+69
2020-03-25Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy1-0/+11
2020-03-13parse_tunables: Fix typo in commentJonathan Wakely1-1/+1
2020-03-11ldconfig: trace origin paths with -vDJ Delorie1-6/+24
2020-03-10elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella1-5/+6
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer1-0/+7
2020-02-26elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer1-8/+8
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer1-1/+1
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2-8/+5
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer5-19/+103
2020-02-15elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer2-82/+110
2020-02-15elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer1-9/+13
2020-02-12elf: avoid stack allocation in dl_open_workerDavid Kilroy1-16/+12
2020-02-12elf: avoid redundant sort in dlopenDavid Kilroy1-4/+4
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy11-16/+327
2020-02-12elf.h: Add R_RISCV_IRELATIVEFangrui Song1-1/+2
2020-01-24Fix elf/tst-rtld-preload cross-testing.Joseph Myers2-9/+8
2020-01-23Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers1-3/+4
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2-4/+2
2020-01-16elf: Add elf/tst-dlopenfail-2 [BZ #25396]Florian Weimer3-2/+83
2020-01-16Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu1-0/+4
2020-01-13Fix "elf: Add tst-ldconfig-ld_so_conf-update test" on 32bit.Stefan Liebler1-2/+4
2020-01-09 elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková5-3/+132
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2-1/+13
2020-01-03elf: Enable relro for static buildAdhemerval Zanella1-4/+14
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers212-212/+212
2019-12-19Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer1-4/+3
2019-12-16tunables: report sbrk() failureDJ Delorie1-5/+4
2019-12-13dlopen: Do not block signalsFlorian Weimer1-26/+11
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer4-38/+51
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer23-32/+992
2019-12-11ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer1-2/+3
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-24/+24
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer3-0/+94
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer1-2/+5
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer1-6/+2
2019-11-27Block signals during the initial part of dlopenFlorian Weimer1-2/+26
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer9-38/+308
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer3-129/+249
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer1-48/+106
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer6-21/+210
2019-11-27dlsym: Do not determine caller link map if not neededFlorian Weimer1-4/+21
2019-11-26Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore1-0/+6
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer1-1/+2
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer1-0/+12
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer8-43/+70
2019-11-15Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer13-9/+290
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer1-5/+3
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-7/+6