aboutsummaryrefslogtreecommitdiff
path: root/stand/common/reloc_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Stop #defining FREEBSD_ELFJohn Baldwin2024-01-051-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* stand/reloc_elf: Handle relative relocations for arm{,64} and riscvD Scott Phillips2020-09-211-1/+10
* Remove sparc relocation support from reloc_elf.c.Brandon Bergren2020-05-011-26/+1
* Skip IRELATIVE relocations when loader processes ELF files.Konstantin Belousov2018-01-111-0/+8
* Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh2017-12-051-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+223