aboutsummaryrefslogtreecommitdiff
path: root/stand/common/load_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-121-1/+0
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* loader: fix elf lookup_symbol type filteringKyle Evans2022-10-141-3/+2
* stand/elf: Only support swapping headers on powerpc.Warner Losh2022-09-161-0/+16
* loader: Relax the check in is_kernphys_relocatable()Mark Johnston2022-06-151-2/+1
* Handle MODULE_VERBOSE_TWIDDLE in module_verbose_setSimon J. Gerraty2022-02-241-5/+0
* Add support for module_verboseSimon J. Gerraty2022-02-131-58/+56
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-161-0/+1
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-141-45/+40
* powerpc64le: stand fixesLeandro Lupori2021-10-201-18/+0
* loader: fix multiboot loading on UEFIRoger Pau Monné2021-08-121-1/+6
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-081-0/+15
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-01-271-2/+2
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-261-9/+54
* 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