Age | Commit message (Expand) | Author |
2020-02-18 | Now that the kernel skips the two instructions immediately following | Mark Kettenis |
2020-01-26 | Insert two nop instructions after each svc #0 instruction in userland. | Mark Kettenis |
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-27 | Delete now obsolete comments | Philip Guenther |
2019-11-27 | armv7 and aarch64 specify GLOB_DAT as having an addend, so treat it | 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-24 | Delete unused support for relocations that don't require alignment. | 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 | 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-10-01 | Add retguard to arm64 ld.so. | mortimer |
2018-07-24 | Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself, | Mark Kettenis |
2018-07-09 | unify the various per-arch syscall.h as much as possible | Theo de Raadt |
2018-05-15 | On arm64 negate the whole 64-bit register otherwise system call wrappers | Mark Kettenis |
2017-12-21 | Implement missing bits to support lazy binding. Note that the code | Mark Kettenis |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-08-28 | fix arm64 build | Jonathan Gray |
2017-08-27 | Replace heaps of hand-written syscall stubs with a simpler framework | Theo de Raadt |
2017-08-26 | Remove -fno-stack-protector; works fine without it. | Mark Kettenis |
2017-06-04 | Remove the sigprocmask stub that has long been made unused since | Patrick Wildt |
2017-02-16 | Match the recent change in the kernel and ask for a generic armv8-a | Jonathan Gray |
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-11 | Add support for AArch64. | Patrick Wildt |