about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2022-07-091-10/+12
* S390: Add new s390 platform z16.Stefan Liebler2022-04-142-0/+11
* elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer2022-01-181-64/+60
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-131-1/+1
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-06-184-3/+72
* dlfcn: Failures after dlmopen should not terminate process [BZ #15271]Florian Weimer2021-06-096-3/+101
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-04-143-11/+49
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-162-3/+23
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-163-35/+65
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-028-8/+380
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-102-1/+7
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-103-108/+61
* 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