aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer
2021-12-02elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi
2021-11-30elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer
2021-11-30elf: Include <stdint.h> in tst-tls20.cFlorian Weimer
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-11-16elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu
2021-11-15elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella
2021-11-02elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-12elf: Update audit tests to not depend on stdoutStafford Horne
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-10-07Add run-time check for indirect external accessH.J. Lu
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu
2021-10-06ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-09-30elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu
2021-09-29elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-20elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song
2021-08-23rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab
2021-08-20elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2021-08-10elf: Unconditionally use __ehdr_startFangrui Song
2021-08-03ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar
2021-07-30elf: Fix audit regressionAdhemerval Zanella