aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
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
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-10-07elf: Implement _dl_writeFlorian Weimer
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer
2020-09-29Set tunable value as well as min/max valuesH.J. Lu
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-07elf.h: Add aarch64 bti/pac dynamic tag constantsMark Wielaard
2020-08-27elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol testsAlistair Francis
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy
2020-07-07elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers