aboutsummaryrefslogtreecommitdiff
path: root/stand/common/load_elf.c
Commit message (Expand)AuthorAgeFilesLines
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-18/+68
* Loader: Add load offset to powerpc kernel entry pointJustin Hibbits2019-09-061-4/+7
* Unbreak the build when `ELF_VERBOSE` is defined after r348005Enji Cooper2019-05-211-1/+1
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-201-3/+3
* loader: fix loading of kernels with . in pathEd Maste2019-03-201-8/+10
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-0/+6
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-11/+11
* load_elf.c: Use consistent indentationEd Maste2018-02-211-624/+662
* loader: fix endianness conversionRoger Pau Monné2018-02-091-164/+113
* Make cross-endian loader changes apply only to powerpcEd Maste2018-02-031-24/+24
* Add missing non-POWERPC case to give the scr value something non-zero.Sean Bruno2018-01-301-0/+2
* loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek2018-01-291-8/+197
* Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh2017-12-051-1/+1
* Fix theoretical integer overflow issues. If the product here isWarner Losh2017-11-241-2/+2
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+1038