aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-04-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy1-16/+5
2021-04-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy1-10/+1
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy3-1/+109
2021-04-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy1-1/+1
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-12tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-07tunables: Fix comparison of tunable valuesSiddhesh Poyarekar3-11/+49
2021-04-06elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2-2/+20
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault2-21/+12
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu1-1/+2
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar1-4/+0
2021-03-15Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes1-0/+1
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2-3/+23
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell3-35/+65
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer8-8/+380
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer1-1/+1
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-6/+2
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+6
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer1-12/+5
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2-1/+7
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar3-108/+61
2021-02-05Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers1-0/+2
2021-02-02tst-rtld-list-tunables.sh: Unset glibc tunablesH.J. Lu1-0/+11
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2-0/+14
2021-02-01elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song1-7/+6
2021-01-29elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2-0/+0
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho3-8/+51
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy4-0/+16
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2-3/+3
2021-01-21elf: Make the tunable struct definition internal onlySzabolcs Nagy2-37/+40
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu1-3/+3
2021-01-19elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu1-2/+8
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu8-2/+130
2021-01-13ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu3-15/+9
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu9-18/+186
2021-01-13elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy1-23/+18
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu1-20/+15
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert5-5/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert267-268/+268
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer1-0/+1
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw1-0/+9
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer3-8/+9
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer1-0/+11
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy1-10/+15
2020-12-15elf: inline lose for error handlingSzabolcs Nagy1-48/+39
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard1-1/+0
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin1-3/+3
2020-12-11elf: Fix dl-load.cSzabolcs Nagy1-15/+0
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer3-2/+43