aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: Fix error handling after an allocation failureMark Johnston2026-07-221-1/+1
* loader: Allocate trampoline as EfiLoaderCode, not DataEd Maste2026-07-211-1/+1
* stand: Recognize SHT_INIT_ARRAY sections as constructor sectionsMark Johnston2026-07-151-1/+2
* loader: Fix indentation mistakesWarner Losh2026-07-131-45/+45
* loader: Add forgotten xz.c and zstdfs.cWarner Losh2026-07-122-0/+329
* loader: Add xzfs support by defualt to BIOS and EFI loadersWarner Losh2026-07-112-2/+6
* loader: zstd based filesystem, zstdfs like gzipfsWarner Losh2026-07-117-0/+28
* loader: Add xzfs, like gzipfs but with xz.Warner Losh2026-07-1112-5/+336
* loader.efi: Add xz decompressionWarner Losh2026-07-115-7/+110
* loader: Add two new build knobs for x86 BIOS loadersWarner Losh2026-07-101-2/+2
* Revert "loader.efi: Trim ZFS searching for other booting options"Warner Losh2026-07-101-6/+24
* loader.efi: Simplify the code for null decompression a littleWarner Losh2026-07-101-3/+7
* loader.efi: Fix off by one error in size of the virtual diskWarner Losh2026-07-101-1/+1
* laoder.efi: Fix error in download protcolWarner Losh2026-07-101-3/+7
* stand: Fix shadow buffer offset handlingShengYi Hung2026-06-301-11/+15
* loader.efi: polish SPDX headerDave Cottlehuber2026-06-261-1/+1
* loader.efi: Fix build with gcc due to pointer / int issues on 32-bit buildWarner Losh2026-06-261-8/+8
* pxeldr: Bump the limit by 30k for loader sizeWarner Losh2026-06-261-1/+1
* loader.efi: Recognize new memdisk=<url> and memcd=<url> optionsWarner Losh2026-06-268-3/+700
* loader.efi: efiblk_memdisk_preload passes the VirtualDisks to FreeBSDWarner Losh2026-06-262-0/+45
* loader.efi: Trim ZFS searching for other booting optionsWarner Losh2026-06-261-24/+6
* loader.efi: Improve the trying MD messsagesWarner Losh2026-06-261-1/+1
* loader.efi: Expand uefi_rootdev to probe disksWarner Losh2026-06-261-4/+14
* loader.efi: Refactor try_boot_device_partitionsWarner Losh2026-06-261-22/+26
* loader.efi: Add verbose flag to try_as_currdevWarner Losh2026-06-261-1/+12
* loader: Add defines for ZLIB_CFLAGS, BZIP2_CFLAGS and ZSTD_CFLAGSWarner Losh2026-06-269-9/+18
* loader: Don't need add these flags to ZSTD_SRCWarner Losh2026-06-261-1/+1
* loader.efi: Add comments describing the boot protocolWarner Losh2026-06-261-4/+17
* loader/efi: pre-allocate memory map buffer before ExitBootServicesChristos Longros2026-06-241-39/+46
* loader.efi: Fix a commentWarner Losh2026-06-221-2/+2
* stand: Bulk operations on each gfxfb_blt if shadow buffer enabledShengYi Hung2026-06-184-26/+216
* loader.efi.8: hw.uart.console is explained in uartCaleb Harper2026-06-151-3/+2
* loader.efi(8): document the ia32 loaderAhmad Khalifa2026-06-141-0/+12
* loader.efi(8): the amd64 loader doesn't do protected modeAhmad Khalifa2026-06-141-2/+2
* loader.efi.8: Address mandoc -Tlint errorsMateusz Piotrowski2026-06-121-20/+31
* loader.efi: Search boot device before foreign ZFS poolsFaraz Vahedi2026-06-091-53/+72
* loader.efi: Fix when staging moves lateWarner Losh2026-06-063-46/+81
* lualoader: add be-list and be-switch commandsKyle Evans2026-06-045-8/+97
* stand: Revert the EFI loader back to strict modeWarner Losh2026-06-011-1/+1
* amd64: explain in more details why the slop is neededKonstantin Belousov2026-05-311-0/+3
* stand/efi/Makefile: fix build orderAhmad Khalifa2026-05-311-3/+4
* stand: compile ia32 EFI loader with -malign-doubleAhmad Khalifa2026-05-307-4/+22
* pxeboot: warn and abort on TCP-only NFS server, which doesn't work for pxebootMartin Cracauer2026-05-242-0/+13
* stand/i386: quiet executable stack warningRyan Libby2026-05-101-0/+2
* stand/libsa/zfs: disable ZSTD_TRACE and DYNAMIC_BMI2 code pathsRyan Libby2026-05-071-1/+5
* Revert "Tentative fix for powerpc boot1.chrp linking problem."Dimitry Andric2026-04-251-6/+0
* loader.efi(8): Document LoaderEnv and NextLoaderEnv EFI variablesPaarth Shirsat2026-04-251-4/+37
* Revert "loader.efi(8): Document LoaderEnv and NextLoaderEnv EFI variables"Paarth Shirsat2026-04-251-37/+4
* loader.efi(8): Document LoaderEnv and NextLoaderEnv EFI variablesBill Blake2026-04-251-4/+37
* Tentative fix for powerpc boot1.chrp linking problem.Dimitry Andric2026-04-251-0/+6