| Age | Commit message (Expand) | Author |
| 5 days | rtld: Simplify walking program headers | John Baldwin |
| 2025-08-11 | rtld: require MAP_GUARD support | Brooks Davis |
| 2025-07-21 | rtld: do not relocate tlsinit address twice | Konstantin Belousov |
| 2025-05-06 | rtld-elf: Fix executable's TLS module index for direct exec | Jessica Clarke |
| 2025-01-21 | rtld-elf/map_object.c: apply clang-format | Konstantin Belousov |
| 2024-12-06 | rtld: Support multiple PT_GNU_RELRO program headers | John Baldwin |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-06-05 | rtld: rename tls_done to tls_static | Konstantin Belousov |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-15 | sys/param.h: Add _WANT_P_OSREL | Konstantin Belousov |
| 2023-01-04 | rtld: Revert "When loading dso without PT_GNU_STACK phdr, only call" | John Baldwin |
| 2022-04-07 | Have rtld query the page size from the kernel | Andrew Turner |
| 2021-12-06 | rtld: extract header validation into new helper check_elf_headers() | Konstantin Belousov |
| 2021-08-13 | rtld: Round down relro_size | Konstantin Belousov |
| 2020-09-05 | Undo 'fix off by one' part of r365360. | Konstantin Belousov |
| 2020-09-05 | rtld: Handle ELF dso with program headers outside the first page. | Konstantin Belousov |
| 2020-04-04 | Make p_vaddr % p_align == p_offset % p_align for (some) TLS segments. | Konstantin Belousov |
| 2019-12-12 | rtld: make checks for mmap(2) failures compliant with documentation. | Konstantin Belousov |
| 2019-12-12 | rtld: do not try to mmap a zero-sized PT_LOAD | Brandon Bergren |
| 2018-11-04 | Remove Obj_Entry textsize member. | Konstantin Belousov |
| 2018-10-29 | rtld-elf: fix more warnings to allow compiling with WARNS=6 | Alex Richardson |
| 2018-10-29 | rtld-elf: compile with WANRS=4 warnings other than -Wcast-align | Alex Richardson |
| 2018-10-29 | rtld-elf: make it compile with WARNS=3 | Alex Richardson |
| 2018-10-29 | rtld: set obj->textsize correctly | Alex Richardson |
| 2017-11-27 | libexec: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-06-24 | Use address space guard to implement inter-segment gap. | Konstantin Belousov |
| 2017-05-15 | Fix the AT_EXECFD functionality. | Konstantin Belousov |
| 2016-03-02 | Fix handling of DT_TEXTREL for an object with more than one read-only | Konstantin Belousov |
| 2016-01-30 | This seems like a very trivial bug that should have been squashed a long | Maxim Sobolev |
| 2015-10-14 | Allow PT_NOTES segments to be located anywhere in the executable | Konstantin Belousov |
| 2014-04-11 | Before calling mmap() on a shared library's text and data sections, rtld | Alan Cox |
| 2013-02-27 | Map libraries linked with -Ttext-segment=base_addr at base_addr. | Tijl Coosemans |
| 2012-08-03 | Parse notes only after object structure had been allocated. | Alexander Kabaev |
| 2012-06-14 | Eliminate the static buffer used to read the first page of the mapped | Konstantin Belousov |
| 2012-03-16 | Remove write-only variable. | Konstantin Belousov |
| 2012-03-14 | Rtld on diet 3. | Konstantin Belousov |
| 2012-03-12 | When iterating over the dso program headers, the object is not initialized | Konstantin Belousov |
| 2012-03-11 | Add support for preinit, init and fini arrays. Some ABIs, in | Konstantin Belousov |
| 2012-01-30 | Add support for GNU RELRO. | Konstantin Belousov |
| 2011-09-20 | Restore the writing of the .bss sections of the dsos (not the main | Konstantin Belousov |
| 2011-01-25 | When loading dso without PT_GNU_STACK phdr, only call | Konstantin Belousov |
| 2011-01-08 | In rtld, read the initial stack access mode from AT_STACKPROT as set | Konstantin Belousov |
| 2009-10-06 | In rtld's map_object(), use pread(..., 0) rather than read() to read the | Robert Watson |
| 2009-07-17 | Only perform .bss mapping and cleaning operations when segment file size | Konstantin Belousov |
| 2009-04-10 | Currently, when mapping an object, rtld reserves the whole address space | Konstantin Belousov |
| 2009-04-10 | Update comment to the reality, rtld supports any number of loadable segments. | Konstantin Belousov |
| 2009-03-18 | Implement the dynamic string token substitution in the rpath and | Konstantin Belousov |
| 2007-04-03 | Implement dl_iterate_phdr function. | Alexander Kabaev |
| 2005-12-18 | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev |
| 2005-02-27 | Attempt to free any static TLS space used by a shared library when it | Doug Rabson |