about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-152-3/+23
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-123-35/+65
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-028-8/+380
* elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer2021-03-021-1/+1
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-6/+2
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+6
* elf: Do not copy vDSO soname when setting up link mapFlorian Weimer2021-02-121-12/+5
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-102-1/+7
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-103-108/+61
* Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers2021-02-051-0/+2
* tst-rtld-list-tunables.sh: Unset glibc tunablesH.J. Lu2021-02-021-0/+11
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-012-0/+14
* elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song2021-02-011-7/+6
* elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2021-01-292-0/+0
* elf: Limit tst-prelink-cmp target archsMatheus Castanho2021-01-273-8/+51
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-214-0/+16
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-212-3/+3
* elf: Make the tunable struct definition internal onlySzabolcs Nagy2021-01-212-37/+40
* Use <startup.h> in __libc_init_secureH.J. Lu2021-01-191-3/+3
* elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu2021-01-191-2/+8
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-158-2/+130
* ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu2021-01-133-15/+9
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-139-18/+186
* elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy2021-01-131-23/+18
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu2021-01-071-20/+15
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-025-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02267-268/+268
* elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer2020-12-231-0/+1
* elf: Add a tunable to control use of tagged memoryRichard Earnshaw2020-12-211-0/+9
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-163-8/+9
* elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer2020-12-151-0/+11
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-151-10/+15
* elf: inline lose for error handlingSzabolcs Nagy2020-12-151-48/+39
* elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard2020-12-121-1/+0
* elf.h: fix spelling typos in commentsDmitry V. Levin2020-12-121-3/+3
* elf: Fix dl-load.cSzabolcs Nagy2020-12-111-15/+0
* elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer2020-12-113-2/+43
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-112-7/+9
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-12-111-0/+15
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-112-3/+3
* elf: Include <sys/param.h> in cache.cFlorian Weimer2020-12-101-0/+1
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-102-1/+11
* elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer2020-12-101-1/+1
* elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer2020-12-091-1/+1
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-042-1/+7
* elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho2020-12-041-0/+1
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-042-1/+11
* elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer2020-12-0410-3/+508
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-042-51/+361
* elf: Implement tail merging of strings in ldconfigFlorian Weimer2020-12-042-39/+40