aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella1-0/+2
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella4-119/+129
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer1-10/+12
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella1-0/+2
2021-11-02elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella1-23/+9
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella1-4/+13
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu1-1/+1
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang10-41/+231
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang3-0/+695
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers3-3/+3
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu1-0/+1
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella5-45/+61
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella7-65/+73
2021-10-12elf: Update audit tests to not depend on stdoutStafford Horne7-125/+22
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella8-17/+24
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song7-107/+108
2021-10-07Add run-time check for indirect external accessH.J. Lu1-0/+5
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu1-0/+17
2021-10-06ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu1-6/+0
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy5-9/+56
2021-09-30elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu1-1/+1
2021-09-29elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu1-0/+4
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu1-2/+3
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu9-27/+97
2021-09-20elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer1-0/+4
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu11-40/+226
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-3/+0
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev4-8/+10
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar24-26/+0
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song1-1/+3
2021-08-23rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab1-2/+0
2021-08-20elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar1-1/+1
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song11-193/+60
2021-08-10elf: Unconditionally use __ehdr_startFangrui Song1-9/+4
2021-08-03ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar1-1/+5
2021-07-30elf: Fix audit regressionAdhemerval Zanella4-10/+61
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar2-10/+6
2021-07-16elf: Fix a wrong array access on tst-tls20Adhemerval Zanella1-4/+4
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella1-0/+11
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella7-31/+347
2021-07-09Force building with -fno-commonFlorian Weimer2-5/+4
2021-07-08Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers1-0/+2
2021-07-08elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar1-0/+2
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer9-243/+4
2021-07-06elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer1-1/+1
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-1/+3
2021-06-28Install shared objects under their ABI namesFlorian Weimer1-8/+2
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer4-4/+72
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer3-6/+15
2021-06-25elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer1-64/+60