aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* boot: fix OBJS to not include BTX's crt0.oWarner Losh2021-05-061-2/+12
* EFI secure boot VECTX related changesEric van Gyzen2021-04-3010-16/+25
* loader: do not output empty menu titleToomas Soome2021-04-212-2/+9
* Fix build of stand/usb .Hans Petter Selasky2021-04-121-0/+2
* Loader: support booting OS from memory disk (MD)Yongbo Yao2021-04-073-1/+49
* gptboot.efi: Add man pageWarner Losh2021-04-064-3/+300
* loader: we should support pools without featuresToomas Soome2021-04-031-2/+10
* luaboot: visible must be a functionWarner Losh2021-04-012-1/+6
* loader: create a generic vendor sub-menu place holderWarner Losh2021-04-012-10/+78
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-03-301-1/+0
* loader: insert spaces around menu titleToomas Soome2021-03-232-3/+4
* Don't add -Winline for WARNS=6Alex Richardson2021-03-222-3/+2
* stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston2021-03-161-0/+2
* Fix some common typos in commentsGordon Bergling2021-03-131-1/+1
* loader: cursor off should restore display contentToomas Soome2021-03-062-0/+40
* loader_4th: brand image is aligned rightToomas Soome2021-03-061-1/+1
* Revert "Split out the loader efifb setup to a new function"Andrew Turner2021-03-031-22/+0
* Split out the loader efifb setup to a new functionAndrew Turner2021-03-031-0/+22
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-03-021-1/+1
* loader: use display pixel density for font autoselectionToomas Soome2021-02-275-19/+237
* Disable PIE for MIPS BERI boot loaderMarcin Wojtas2021-02-251-0/+4
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-02-244-0/+8
* Disable PIE for MIPS ubldrMarcin Wojtas2021-02-241-0/+4
* stand/multiboot2: fix header length checkRoger Pau Monné2021-02-231-1/+1
* stand/multiboot2: fix error message formatRoger Pau Monné2021-02-231-2/+2
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-212-2/+9
* zfs: merge OpenZFS master-9312e0fd1Martin Matuska2021-02-221-0/+5
* Bump the FreeBSD kernel version in kernel boot shim.Hans Petter Selasky2021-02-171-1/+1
* bi_load: only add MODULEP on arches that have it definedRoger Pau Monné2021-02-161-0/+2
* stand/multiboot2: add support for booting a Xen dom0 in UEFI modeRoger Pau Monné2021-02-165-0/+1001
* stand/efi: add modulep to kernel metadataRoger Pau Monné2021-02-161-3/+6
* stand/efi: allow not exiting boot servicesRoger Pau Monné2021-02-166-14/+20
* pxeboot(8): remove antiquated informationGuangyuan Yang2021-02-151-16/+7
* loader_lua: consider userboot console as serialToomas Soome2021-02-141-1/+4
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-093-18/+11
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* stand/amd64: remove unused addr parameter from bi_load64Roger Pau Monné2021-02-014-10/+10
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-01-311-4/+4
* userboot: provide stub gfx functionsToomas Soome2021-01-303-5/+80
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-01-291-2/+6
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-01-291-117/+39
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-281-2/+0
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-01-281-0/+2
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-01-271-2/+2
* stand: ensure that the efi directory's dependencies are correctKyle Evans2021-01-271-0/+1
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-264-9/+74
* lualoader: improve loader.conf var processingKyle Evans2021-01-241-22/+68
* loader: create built in font from bold font faceToomas Soome2021-01-232-2/+2
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22