summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2019-12-13dlopen: Do not block signalsFlorian Weimer
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-12-11ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer
2019-11-27Block signals during the initial part of dlopenFlorian Weimer
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer
2019-11-27dlsym: Do not determine caller link map if not neededFlorian Weimer
2019-11-26Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-11-15Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira
2019-10-17Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer
2019-10-16ldconfig: handle .dynstr located in separate segment (bug 25087)Andreas Schwab
2019-10-15ldd: Print "not a dynamic executable" on standard error [BZ #24150]Florian Weimer
2019-10-10Simplify note processingAndreas Schwab
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer
2019-10-04elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer
2019-09-18Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29MIPS support for GNU hashMihailo Stojanovic
2019-08-15elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer
2019-08-12elf: Support elf/tst-dlopen-aout in more configurationsFlorian Weimer
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-08-05elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocessAlexandra Hájková
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer
2019-06-13aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-05-23elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková
2019-05-20Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.Joseph Myers
2019-05-14elf: Fix tst-pldd for non-default --prefix and/or --bindir (BZ#24544)Adhemerval Zanella
2019-05-02elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506)Adhemerval Zanella
2019-04-26elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-nowFlorian Weimer
2019-04-23elf: Fix pldd (BZ#18035)Adhemerval Zanella
2019-03-25Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.Joseph Myers
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler
2019-03-12elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h>Florian Weimer
2019-03-11C-SKY: add elf header definition for elfutilsMao Han