aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand: Use bool for stage_offset_setWarner Losh2022-08-211-4/+4
* stand: Search less agressively for UFS super blockWarner Losh2022-08-181-2/+5
* loader: zfs reader should only store devdesc in f_devdataToomas Soome2022-08-151-17/+13
* stand: Fix a couple of comment typos in f8a199f28f9dJessica Clarke2022-08-131-2/+2
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-3/+3
* stand: Only compile decompression routinesWarner Losh2022-08-131-5/+3
* stand: Compile out the extensive superblock diagnostic messages for BIOS loaderWarner Losh2022-08-131-0/+11
* stand: Raise limit to 550,000 bytes for loaderWarner Losh2022-08-131-2/+16
* stand: Go back to a.out format for /boot/loaderWarner Losh2022-08-112-10/+9
* stand: Make BIOS loader size limits settableWarner Losh2022-08-112-2/+2
* stand: i386_fmtdev can be reduced to devformatWarner Losh2022-08-114-32/+5