aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-111-1/+1
* loader: Fix dtb loadingEmmanuel Vadot2021-07-051-0/+2
* libsa: Add tslog support for arm64Colin Percival2021-06-241-0/+6
* loader: Use tslog to instrument some functionsColin Percival2021-06-219-4/+70
* stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* i386/loader: Call tslog_initColin Percival2021-06-211-0/+6
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+84
* libsa: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+88
* stand/common: Add file_addbuf()Colin Percival2021-06-212-0/+52
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* libsa: Fix infinite loop in bzipfs & gzipfsDavid Bright2021-06-012-0/+6
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-161-17/+26
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* 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