| Commit message (Expand) | Author | Age | Files | Lines |
| * | rtld: more caution when parsing in digest_notes() | Konstantin Belousov | 10 days | 1 | -5/+10 |
| * | rtld.c: fix indent | Konstantin Belousov | 10 days | 1 | -1/+1 |
| * | amd64 rtld: implement support for TLSDESC relocation | Konstantin Belousov | 2026-09-05 | 3 | -6/+166 |
| * | i386 rtld: implement support for TLSDESC relocation | Konstantin Belousov | 2026-09-05 | 4 | -4/+183 |
| * | rtld i386: use macro for the 'GNU ABI' calling convention of TLS resolver | Konstantin Belousov | 2026-09-05 | 2 | -3/+5 |
| * | rtld: explain the use of rtld_bind_lock in rtld_get_addr_slow() | Konstantin Belousov | 2026-09-05 | 1 | -0/+5 |
| * | rtld: allow arches to initialize/finalize objects | Konstantin Belousov | 2026-09-05 | 8 | -0/+23 |
| * | rtld: Remove a stale #ifdef PIC | John Baldwin | 2026-08-13 | 1 | -2/+0 |
| * | rtld: fix indentation of multiline conditional | Brooks Davis | 2026-08-03 | 1 | -2/+2 |
| * | rtld: Reject ELF files with PT_LOAD or PT_TLS segments where filesz > memsz | John Baldwin | 2026-07-31 | 2 | -0/+18 |
| * | rtld: Remove write-only text_end local variable from map_object | John Baldwin | 2026-07-29 | 1 | -7/+0 |
| * | rtld: unify the return path for map_object() | Konstantin Belousov | 2026-06-29 | 1 | -6/+4 |
| * | rtld: stop using unbound alloca() | Konstantin Belousov | 2026-06-29 | 3 | -25/+63 |
| * | rtld: add spinlock around the crt malloc calls | Konstantin Belousov | 2026-06-29 | 2 | -26/+71 |
| * | rtld: Check for -1 as an-end-of-section marker | Daniel Levin | 2026-06-22 | 1 | -2/+4 |
| * | rtld-elf: add some tests for parse_integer() | Konstantin Belousov | 2026-06-14 | 2 | -0/+45 |
| * | rtld parse_integer(): support binary, octal, and hex C notations | Konstantin Belousov | 2026-06-14 | 1 | -9/+34 |
| * | rtld: fix processing of preloaded z_initfirst objects | Konstantin Belousov | 2026-04-20 | 1 | -0/+5 |
| * | rtld: add test for dlopen("#dirfd/path") | Konstantin Belousov | 2026-04-02 | 2 | -0/+46 |
| * | rtld: allow dlopen("#<number>/<path>") | Konstantin Belousov | 2026-04-02 | 1 | -3/+54 |
| * | rtld: check for overflow in parse_integer() | Konstantin Belousov | 2026-03-30 | 1 | -0/+4 |
| * | rtld: add a test for rtld_set_var (with LIBRARY_PATH_FDS) | Alex S | 2026-03-26 | 2 | -0/+39 |
| * | rtld: properly handle update of several vars in rtld_set_var() | Konstantin Belousov | 2026-03-26 | 1 | -36/+152 |
| * | rtld-elf: Remove stray _exit prototype for aarch64 | Jessica Clarke | 2026-03-13 | 1 | -2/+0 |
| * | Revert "Additional icache paranoia: non-PLT relocations can modify the text s... | Jessica Clarke | 2026-02-08 | 2 | -26/+0 |
| * | rtld: Use a helper variable to simplify a few lines | John Baldwin | 2026-01-15 | 1 | -6/+5 |
| * | rtld: Switch to using <assert.h> for assert | John Baldwin | 2026-01-14 | 1 | -4/+1 |
| * | rtld: Use uintptr_t instead of Elf_Addr for init/fini function pointers | John Baldwin | 2026-01-14 | 2 | -27/+25 |
| * | rtld: Simplify walking program headers | John Baldwin | 2026-01-14 | 5 | -18/+12 |
| * | rtld-elf: Pass HWCAP flags to ifunc resolver functions | Sarah Walker | 2026-01-13 | 2 | -5/+20 |
| * | Remove all code under __SPE__ | Minsoo Choo | 2026-01-12 | 1 | -96/+0 |
| * | Makefile*: remove powerpcspe | Minsoo Choo | 2026-01-09 | 1 | -1/+1 |
| * | rtld: silence clang's unterminated-string-initialization warning | Alex Richardson | 2025-12-16 | 2 | -2/+3 |
| * | rtld-elf: Mark LD_SHOW_AUXV insecure | Dag-Erling Smørgrav | 2025-12-03 | 1 | -1/+1 |
| * | Add description of the LD_DEBUG environment variable. | George V. Neville-Neil | 2025-11-25 | 1 | -1/+6 |
| * | rtld: fix powerpc build | Konstantin Belousov | 2025-11-24 | 2 | -6/+2 |
| * | rtld-elf: move powerpc-specific auxv compat code into arch hook | Konstantin Belousov | 2025-11-21 | 10 | -24/+67 |
| * | packages: Remove the tests-dev package | Lexi Winter | 2025-09-18 | 1 | -0/+1 |
| * | rtld: Add UTRACE_LOAD_OBJECT traces for rtld and the main binary | John Baldwin | 2025-08-22 | 1 | -0/+4 |
| * | rtld: Compute obj->maxsize for obj_rtld | John Baldwin | 2025-08-22 | 1 | -0/+10 |
| * | rtld-elf: Fix VDSO Obj_Entry mapsize and report in utrace(2) | Jessica Clarke | 2025-08-15 | 1 | -2/+3 |
| * | rtld: require MAP_GUARD support | Brooks Davis | 2025-08-11 | 1 | -5/+1 |
| * | amd64: assume the kernel supports RDFSBASE and RDGSBASE | Brooks Davis | 2025-08-08 | 1 | -2/+1 |
| * | syscalls: normalize _exit(2) declerations | Brooks Davis | 2025-08-08 | 1 | -3/+3 |
| * | rtld: fix dependencies for rtld-libc | Brooks Davis | 2025-08-08 | 2 | -1/+9 |
| * | rtld-elf: Don't include duplicate semicolon in Obj_Entry | Jessica Clarke | 2025-08-07 | 1 | -1/+1 |
| * | rtld: do not relocate tlsinit address twice | Konstantin Belousov | 2025-07-21 | 1 | -1/+1 |
| * | rtld-elf: Delete unused RELOC_ALIGNED_P copies | Jessica Clarke | 2025-07-11 | 2 | -14/+0 |
| * | rtld-elf: Track allocated TCBs internally and use for distribute_static_tls | Jessica Clarke | 2025-07-10 | 1 | -16/+87 |
| * | rtld-elf: Extract part of allocate_tls_offset into allocate_tls_offset_common | Jessica Clarke | 2025-07-10 | 1 | -21/+33 |