aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-15elf: inline lose for error handlingSzabolcs Nagy
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin
2020-12-11elf: Fix dl-load.cSzabolcs Nagy
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-12-03elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer
2020-12-02elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-10-30elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer
2020-10-30elf: Unify old and new format cache handling code in ld.soFlorian Weimer
2020-10-28Make elf.h header self contained.Érico Rolim
2020-10-22Reword description of SXID_* tunable propertiesSiddhesh Poyarekar
2020-10-13rtld: fix typo in commentRolf Eike Beer
2020-10-12elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer
2020-10-09elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer
2020-10-09elf: Add library search path information to ld.so --helpFlorian Weimer
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer
2020-10-08elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer
2020-10-08elf: Implement ld.so --versionFlorian Weimer
2020-10-08elf: Implement ld.so --helpFlorian Weimer
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer