aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Revert "rtld: Add arm64 variant pcs tests"Andrew Turner2024-05-178-247/+0
* rtld: Move powerpc specific code to powerpc filesAndrew Turner2024-05-176-25/+28
* rtld: Add arm64 variant pcs testsAndrew Turner2024-05-178-0/+247
* rtld: Add support for arm64 variant pcsAndrew Turner2024-05-172-5/+51
* rtld: Add arch_digest_dynamicAndrew Turner2024-05-178-0/+24
* rtld: Add MD_OBJ_ENTRY to extend Struct_Obj_EntryAndrew Turner2024-05-178-0/+16
* Add a build knob for _FORTIFY_SOURCEKyle Evans2024-05-131-0/+4
* rtld.1: clarify interaction between -u and -oKonstantin Belousov2024-04-301-1/+3
* rtld direct exec: make -u behavior match the descriptionKonstantin Belousov2024-04-301-1/+4
* rtld: add direct-exec option -oKonstantin Belousov2024-04-302-1/+49
* rtld snprintf: do not erronously skip a char at the buffer boundaryKonstantin Belousov2024-04-281-4/+3
* rtld(1): minor clarification for LD_STATIC_TLS_EXTRAKonstantin Belousov2024-04-201-2/+5
* Support BTI in rtldAndrew Turner2024-04-129-0/+70
* rtld: reduce debug messages after fix on big-endian hostsStefan Eßer2024-03-221-5/+3
* rtld: fix check for endianess of elf hints fileMichael Tuexen2024-03-221-2/+2
* rtld-elf: add some debug print statementsStefan Eßer2024-03-211-0/+5
* rtld: use generated map file to check for some leaks from libc into rtldKonstantin Belousov2024-02-291-0/+19
* rtld: unconditionally generate map file during buildKonstantin Belousov2024-02-291-0/+6
* rtld-elf: support either byte-order of hints fileStefan Eßer2024-02-261-16/+60
* fdlopen(3): do not create a new object mapping if already loadedKonstantin Belousov2024-02-221-2/+3
* rtld: remove pointless "extern"Konstantin Belousov2024-02-211-1/+1
* rtld: add some dlopen testsKyle Evans2024-02-132-0/+54
* rtld: ignore load_filtees() calls if we already loading filtees for the objKonstantin Belousov2024-02-132-1/+4
* rtld load_filtees(): reindent and reduce block nestingKonstantin Belousov2024-02-131-3/+2
* rtld symlook_obj: move common code to check filtees into helperKonstantin Belousov2024-02-131-12/+19
* rtld-elf: Avoid unnecessary lock_restart_for_upgrade() callsMark Johnston2024-02-021-1/+1
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-121-1/+1
* rtld: add a test for RTLD_DEEPBINDKyle Evans2023-12-0110-2/+170
* RTLD_DEEPBIND: make lookup not just symbolic, but walk all refobj' DAGsKonstantin Belousov2023-11-302-2/+7
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+1
* libexec: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* rtld/arm: fix initial-exec (IE) thread-local storage relocationR. Christian McDonald2023-11-031-2/+5
* ino64: Remove 'forward compat' code for thisWarner Losh2023-10-311-2/+2
* rtld: Teach rtld about the BTI elf noteAndrew Turner2023-10-301-0/+4
* rtld: introduce STATIC_TLS_EXTRAStephen J. Kiernan2023-10-3010-12/+35
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-1/+0
* rtld: output rtld errors into the dbg channelKonstantin Belousov2023-09-151-0/+1
* __crt_aligned_alloc_offset(): fix ov_index for backing allocation addressKonstantin Belousov2023-09-061-1/+1
* rtld: switch from malloc_aligned() to __crt_aligned_alloc()Konstantin Belousov2023-08-213-32/+15
* rtld_malloc: add __crt_aligned_alloc_offset()Konstantin Belousov2023-08-212-3/+32
* rtld_malloc: increase overhead index to uint16Konstantin Belousov2023-08-211-2/+2
* rtld_malloc.c: change return type of cp2op() to voidKonstantin Belousov2023-08-211-2/+2
* rtld: unlock bind lock when calling into crt __pthread_distribute_static_tls ...Konstantin Belousov2023-08-201-0/+2
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1615-15/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-13/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1639-78/+0
* libexec: Automatically generate rtld-elf list and generalise TAGSJessica Clarke2023-07-271-2/+6
* rtld_malloc: add cp2op() helperKonstantin Belousov2023-07-261-2/+8