aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer
2023-02-03elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella
2022-11-08Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-11-03LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-20elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer
2022-09-15elf: Fix hwcaps string size overestimationJavier Pello
2022-09-13elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-08-11elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu
2022-07-15elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-07-08elf: Rename tst-audit26 to tst-audit28Florian Weimer
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer
2022-06-28elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer
2022-06-28elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-17elf: Silence GCC 11/12 false positive warningH.J. Lu
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-08elf: add missing newlines in lateglobal testAndreas Schwab
2022-06-06Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-06-02elf: Add #include <errno.h> for use of E* constants.Carlos O'Donell
2022-06-02elf: Add #include <sys/param.h> for MAX usage.Carlos O'Donell
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella
2022-05-27dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella
2022-05-16Remove kernel version checkAdhemerval Zanella