aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/arm
Commit message (Expand)AuthorAgeFilesLines
* rtld-elf: move powerpc-specific auxv compat code into arch hookKonstantin Belousov2025-11-211-0/+2
* rtld-elf: Pass struct tcb * around rather than struct dtv **Jessica Clarke2025-05-291-4/+1
* tls: Introduce struct dtv and struct dtv_slotJessica Clarke2025-05-071-1/+1
* rtld-elf: Pass parsed aux_info to ifunc_initJessica Clarke2024-08-221-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* rtld: Add arch_digest_dynamicAndrew Turner2024-05-171-0/+3
* rtld: Add MD_OBJ_ENTRY to extend Struct_Obj_EntryAndrew Turner2024-05-171-0/+2
* Support BTI in rtldAndrew Turner2024-04-121-0/+3
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* rtld/arm: fix initial-exec (IE) thread-local storage relocationR. Christian McDonald2023-11-031-2/+5
* rtld: introduce STATIC_TLS_EXTRAStephen J. Kiernan2023-10-301-1/+2
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* rtld-elf: Remove set but unused variable on 32-bit arm.John Baldwin2023-06-201-2/+0
* rtld: rename tls_done to tls_staticKonstantin Belousov2023-06-051-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* rtld: Revert "When loading dso without PT_GNU_STACK phdr, only call"John Baldwin2023-01-041-3/+0
* rtld-elf: Remove libsoft supportWarner Losh2022-01-072-46/+0
* TLS: Use <machine/tls.h> for libc and rtld.John Baldwin2021-12-092-11/+5
* rtld-elf/paths.h: Make it usable outside rtldKonstantin Belousov2021-10-211-1/+1
* rtld: rework how environment variables are namedKonstantin Belousov2021-08-171-1/+0
* rtld: Remove calculate_tls_endFangrui Song2021-08-161-1/+1
* rtld: define TLS_DTV_OFFSET on all architecturesKonstantin Belousov2021-04-091-0/+2
* Remove the last users of ARM_TP_ADDRESSAndrew Turner2021-04-081-14/+0
* rtld-elf: link libcompiler_rt on all architecturesRyan Libby2020-12-281-5/+0
* rtld-elf(1): remove obsolete pre_init() hookMarius Strobl2020-12-251-6/+0
* Move ARM specific flags to arm/Makefile.incMichal Meloun2020-04-291-0/+1
* Align initial-exec TLS segments to the p_vaddr % align.Konstantin Belousov2020-04-191-2/+2
* Handle non-plt IRELATIVE relocations, at least for x86.Konstantin Belousov2020-02-131-0/+9
* rtld: clean up Makefile.Konstantin Belousov2020-01-111-0/+6
* rtld: attempt to fix reloc_nonplt_object TLS allocationEd Maste2019-03-291-1/+1
* Improve R_AARCH64_TLSDESC relocation.Michal Meloun2018-12-151-1/+1
* rtld-elf: compile with WANRS=4 warnings other than -Wcast-alignAlex Richardson2018-10-291-13/+13
* Rework rtld's TLS Variant I implementation to match r326794Brooks Davis2018-09-051-0/+2
* Fix wrong offset calculation for R_ARM_TLS_TPOFF32 relocations.Michal Meloun2018-08-251-3/+1
* Revert r337978: Rework rtld's TLS Variant I implementation to match r326794Brooks Davis2018-08-211-2/+0
* Rework rtld's TLS Variant I implementation to match r326794Brooks Davis2018-08-171-0/+2
* o Let rtld(1) set up psABI user trap handlers prior to executing theMarius Strobl2018-02-031-0/+7
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* End softfp->hardfp transition period for armWarner Losh2017-09-122-12/+14
* rtld: fix warnings about redundant declarationsEric van Gyzen2017-05-261-5/+0
* Implement LD_BIND_NOT knob for rtld.Konstantin Belousov2017-03-152-7/+5
* Adjust r308689 to make rtld compilable with either in-tree orKonstantin Belousov2016-11-211-1/+1
* Pass CPUID[1] %edx (cpu_feature), %ecx (cpu_feature2) andKonstantin Belousov2016-11-152-0/+8
* rtld-elf: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-191-1/+1
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andKonstantin Belousov2016-01-201-2/+2
* Restore ABI variants now that ldconfig groks -soft. In addition, as aWarner Losh2016-01-181-5/+14
* Create a generalized exec hook that different architectures can hookWarner Losh2016-01-032-0/+40
* Use a macro to create the names for the library path names. This willWarner Losh2015-12-271-0/+1