Age | Commit message (Expand) | Author |
2023-12-11 | Make sure the syscall table entries are aligned on a 4-byte boundary. | Theo de Raadt |
2023-12-10 | Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL) | Theo de Raadt |
2023-11-18 | crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than | Theo de Raadt |
2023-05-18 | If you disable retpolineplt then _dl_bind_start is called with an | Philip Guenther |
2023-04-25 | endbr64 is potentially neccessary in the syscall stubs. | Theo de Raadt |
2023-02-02 | unify spacing for LOAD FLAGS lines | Theo de Raadt |
2023-01-29 | Unite all nitems copies in ld.so/util.h | Greg Steuck |
2023-01-20 | amd64 now has xonly support via the PKU feature. Marking ld.so exec-only | Theo de Raadt |
2023-01-11 | Add retguard to amd64 syscalls. | Todd Mortimer |
2022-11-07 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-05-01 | Prevent out-of-bounds array access with binaries that use unsupported | Mark Kettenis |
2022-01-17 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-11-14 | Delete all the no-op RELOC_GOT() macros and their uses. | Philip Guenther |
2019-12-07 | Disable ltrace for objects linked with -znow, as at least on amd64, linking | Philip Guenther |
2019-11-29 | Repurpose the "syscalls must be on a writeable page" mechanism to | Theo de Raadt |
2019-11-28 | Revert yesterday's _dl_md_reloc() and _dl_md_reloc_got() changes: | Philip Guenther |
2019-11-26 | Clean up _dl_md_reloc(): instead of having tables and piles of conditionals | Philip Guenther |
2019-11-26 | Make aarch64, amd64, arm, and i386 more like sparc64: move non-lazy | Philip Guenther |
2019-10-23 | Prefer the size-independent ELF identifiers over the size-specific ones. | Philip Guenther |
2019-10-20 | For more archs, ld.so itself only needs/uses the arch's "just add load offset" | Philip Guenther |
2019-10-05 | Delete some obsolete debugging #ifdefs blocks | Philip Guenther |
2019-08-06 | Factor out TEXTREL mprotecting from the per-arch files into _dl_rtld(), | Philip Guenther |
2019-08-04 | Simplify _dl_find_symbol(). Currently, it returns three values: | Philip Guenther |
2019-08-03 | The ABI says JUMP_SLOT relocations don't have an addend, so don't add it in | Philip Guenther |
2019-08-03 | Suppress DWARF2 warnings on clang archs by building with -gdwarf-4 | Philip Guenther |
2019-07-14 | ld.so's $ORIGIN handling when argv[0] is a relative path was broken by | Philip Guenther |
2019-05-10 | ld.so boot cleanup support: | Philip Guenther |
2018-11-16 | Finish ld.so's transition to GNU_RELRO: eliminate support for using | Philip Guenther |
2018-10-25 | The compilers already put static arrays in .rodata when not written to; | Philip Guenther |
2018-07-09 | unify the various per-arch syscall.h as much as possible | Theo de Raadt |
2018-04-27 | Make sure ld.so doesn't use floating point registers, as the lazy-binding | Philip Guenther |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-08-28 | whitespace | Theo de Raadt |
2017-08-27 | Replace heaps of hand-written syscall stubs with a simpler framework | Theo de Raadt |
2017-08-15 | Align text locations to 16 (instead of 4) to match modern recommendations | Theo de Raadt |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2017-01-23 | Fix format string mismatches | Philip Guenther |
2017-01-21 | _dl_exit() is __dead, so it should return void. | Philip Guenther |
2017-01-20 | Delete ancient macros and unnecessary #includes | Philip Guenther |
2017-01-09 | Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO | Mark Kettenis |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-07-04 | Remove prebind support: binding to symbol table indices is too fragile | Philip Guenther |
2016-06-21 | When handling DT_TEXTREL only set the mapping to READ+WRITE, ignore | Theo de Raadt |
2016-05-18 | fix types for mmap wrappers. A few whitespace cleanups snuck in. | Theo de Raadt |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 | Philip Guenther |
2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track | Philip Guenther |