aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2Warner Losh2023-05-041-0/+1
* stand: More protection against malformed smbios tablesWarner Losh2023-05-011-4/+8
* stand: Avoid unaligned access in smbios codeWarner Losh2023-05-011-5/+42
* kboot: Add smbios supportWarner Losh2023-05-011-1/+106
* kboot: Fix an off by one errorWarner Losh2023-05-011-1/+1
* kboot: Add HOST_MAP_FAILED defineWarner Losh2023-05-011-0/+2
* stand: Add isspace to FreeBSD ctypes.hWarner Losh2023-05-012-21/+3
* stand: back out the most of the horrible aarch64 kludgeWarner Losh2023-05-012-49/+7
* stand: Fix warning about variable unusedWarner Losh2023-05-011-3/+9
* stand/kboot: SimplifyWarner Losh2023-05-011-12/+8
* stand/efi: Simplify code hereWarner Losh2023-05-011-11/+8
* stand/userboot: Simplify codeWarner Losh2023-05-011-11/+7
* stand/boot1.efi: Implement bootonce for ZFSWarner Losh2023-05-011-1/+26
* stand/zfs: Refactor zfs_get_bootonceWarner Losh2023-05-012-19/+37
* stand/zfs: Refactor zfs_set_bootenvWarner Losh2023-05-012-12/+18
* stand/zfs: Refactor zfs_get_bootenvWarner Losh2023-05-012-25/+32
* stand/zfs: Move spa_find_by_dev from zfsimpl.c to zfs.cWarner Losh2023-05-012-13/+13
* stand/boot1.efi: Allow modules to add env variablesWarner Losh2023-05-012-0/+23
* pxeboot: bugs in pxe.hToomas Soome2023-04-261-2/+1
* Note that static hints no longer break loader hintsKyle Evans2023-04-261-5/+3
* stand: mark unused argment as unusedWarner Losh2023-04-221-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2023-04-201-1/+1
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-194-2/+4
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-1910-21/+8
* stand: Add a snarky note about the upstream ZFS situationWarner Losh2023-04-181-0/+4
* loader.efi: Fix some arm64 PE metadataMark Johnston2023-04-182-22/+29
* boot0: Drop the BOOT_BOOT0_ORG option.John Baldwin2023-04-181-4/+2
* boot0: Expand the description of BOOT_BOOT0_ORG.John Baldwin2023-04-181-2/+5
* Revert "stand: Remove double words in source code comments"Gordon Bergling2023-04-182-2/+2
* stand: Remove double words in source code commentsGordon Bergling2023-04-182-2/+2
* libsa: Update comments about SMBIOS specificationStephen J. Kiernan2023-04-181-6/+41
* libsa: make single bit bitfields unsigned to avoid clang 16 warningDimitry Andric2023-04-171-2/+2
* loader: lua: disable autoboot timer after password entryCyrus Rahman2023-04-161-0/+1
* loader: lua: unload the kernel when changing BEsCyrus Rahman2023-04-161-0/+3
* loader: comconsole: don't unconditionally wipe out hw.uart.consoleKyle Evans2023-04-141-1/+2
* gptboot.efi.8: Fix a typoMateusz Piotrowski2023-04-131-2/+2
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-032-2/+22
* amd64 loader: plug hard hang with serial console enabledGleb Smirnoff2023-03-311-0/+2
* amd64 loader: Use efiserialio for Hyper-V booted systemsWei Hu2023-03-185-7/+68
* loader: Add support for booting from a ZFS snapshotAllan Jude2023-03-141-2/+54
* Parse /kboot.confWarner Losh2023-03-141-0/+27
* length for the 64-bit entry is 32-bits, not 16-bits.John-Mark Gurney2023-03-031-1/+1
* kboot: Fix hostdisk_overrideWarner Losh2023-03-021-23/+12
* kboot: Use MIN instead of minWarner Losh2023-03-021-3/+4
* kboot: Better default boot deviceWarner Losh2023-03-021-6/+7
* kboot: Hack for running on FreeBSD hostWarner Losh2023-03-022-0/+8
* stand: Minor cleanupAlfonso2023-02-273-24/+27
* stand: fix buffer overflow in getrootmount()Robert Wing2023-02-251-4/+5
* stand: fix build userboot without zfsMichael Paepcke2023-02-252-1/+5
* Support SMBIOS v3 for 64-bit entry systemsJohn-Mark Gurney2023-02-222-9/+48