summaryrefslogtreecommitdiff
path: root/stand/common/load_elf_obj.c
AgeCommit message (Expand)Author
2025-05-30stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh
2025-04-17loader: Remove unneeded includesWarner Losh
2025-01-24stand: use globals for the kernel and module typesAhmad Khalifa
2023-12-12Stop #defining FREEBSD_ELFJohn Baldwin
2023-11-26stand: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-02-13Add support for module_verboseSimon J. Gerraty
2021-07-12loader: Don't reserve space for symbols twice.Warner Losh
2021-03-16stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2019-02-26Enable veriexec for loaderSimon J. Gerraty
2018-03-13Prefer uintXX_t to u_intXX_tWarner Losh
2018-02-05Ignore relocation tables for non-memory-resident sections.John Baldwin
2018-01-17Require the SHF_ALLOC flag for program sections from kernel object modules.John Baldwin
2017-12-05Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh