aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: Nuke double-semicolonsElliott Mitchell2022-11-022-2/+2
* kboot: Add hostfsWarner Losh2022-10-275-1/+291
* stand/kboot: Make FDT fixup per-archWarner Losh2022-10-276-63/+129
* stand/efi: Simpler constructWarner Losh2022-10-241-7/+1
* stand/efi: Call md_copymodules based on __LP64__ to fix 32-bit armWarner Losh2022-10-231-2/+8
* stand/kboot: hostdisk isn't a DEVT_DISK, use a different value.Warner Losh2022-10-232-4/+12
* geli: Move check for DEVT_DISK into geli_probe_and_attachWarner Losh2022-10-232-3/+4
* stabd/geli: Bail out if you can't get the disks sizeWarner Losh2022-10-211-1/+2
* loader: fix elf lookup_symbol type filteringKyle Evans2022-10-141-3/+2
* kboot: hostdisk add to lsdev outputWarner Losh2022-10-081-2/+8
* kboot: Move load address stuff to MD codeWarner Losh2022-10-086-162/+251
* libsa/netif.c: Replace #if with #ifdefMichał Grzelak2022-09-291-1/+1
* libsa/arp.c: Change printf format stringMichał Grzelak2022-09-291-1/+1
* libsa/rarp.c: Change casted type and printf formatMichał Grzelak2022-09-291-1/+1
* libsa/rarp.c: Change printf format stringMichał Grzelak2022-09-291-1/+1
* zfs: merge openzfs/zfs@c629f0bf6Martin Matuska2022-09-211-2/+9
* stand: Pass in the proper size for bootinfoWarner Losh2022-09-171-1/+1
* stand: fix mismergeWarner Losh2022-09-161-1/+0
* stand/elf: Only support swapping headers on powerpc.Warner Losh2022-09-161-0/+16
* stand: Allocate bootinfo rather than have it be staticWarner Losh2022-09-161-14/+15
* stand: Stop support booting 4.x and earlier kernelsWarner Losh2022-09-163-35/+0
* stand: Remove dead store to bi_kernelnameWarner Losh2022-09-162-6/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-1612-130/+45
* stand: Move MOD_xxx macros from modinfo.h to .cWarner Losh2022-09-162-64/+65
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-169-217/+99
* stand: Create common/modinfo.hWarner Losh2022-09-167-344/+90
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-166-19/+25
* stand: use archsw.arch_copyin instead of direct callWarner Losh2022-09-163-13/+13
* stand: use archsw.arch_copyin instead of i386_copyinWarner Losh2022-09-163-13/+13
* stand/efi: Clean the proper filesGuido van Rooij2022-09-151-1/+1
* stand: Add driver interface docsWarner Losh2022-09-091-2/+67
* stand: i386: take into account disk sector size for blk calculationKyle Evans2022-09-081-1/+2
* stand: Unbreak FAT32 in loaderMichael Gmelin2022-09-081-1/+1
* loader.efi(8): document slop control, amd64 nocopy, and amd64 fault commandsKonstantin Belousov2022-09-061-1/+116
* stand: Parse all arguments passed by UEFIMichael Gmelin2022-09-061-1/+1
* Revert "stand: Grammar fix for a source code comment"Gordon Bergling2022-09-051-1/+1
* stand/kboot: Add note about why we use MACHINE_ARCH hereWarner Losh2022-09-041-0/+3
* stand: Grammar fix for a source code commentGordon Bergling2022-09-041-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* lualoader: Add loader_menu_multi_user_prompt config variableJessica Clarke2022-09-021-4/+13
* stand: Parse BIOS revision from SMBIOSKornel Dulęba2022-09-021-0/+9
* kboot: List sources one per line to make merges easierWarner Losh2022-09-011-3/+12
* kboot: add minmalist init functionalityWarner Losh2022-09-014-2/+147
* stand: Add lua binding loader.has_commandWarner Losh2022-09-011-2/+17
* stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh2022-09-012-0/+10
* stand: separate the command lookup from the command executionWarner Losh2022-09-011-12/+19
* stand: Document EFI consolesWarner Losh2022-09-011-8/+180
* stand: Stop setting hints for bios loader tooWarner Losh2022-09-011-12/+0
* stand: Document that boot0 uses BIOSWarner Losh2022-08-271-0/+7
* stand: More sensible defaults when ConOut is missingWarner Losh2022-08-274-2/+37