aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: libefi: avoid a null pointer deref in eficomKyle Evans2023-05-281-2/+2
* stand/efi/eficom: Free comc_port if we can't find the serial portWarner Losh2023-05-251-0/+10
* stand/efi/eficom: Make aarch64 compat code probe correctlyWarner Losh2023-05-251-2/+5
* stand/efi/eficom: Don't allow this for !HYPERV machinesWarner Losh2023-05-251-0/+17
* stand/efi/eficom: better handling of absent deviceWarner Losh2023-05-251-5/+16
* stand/efi/smbios: Move detection of smbios earlier.Warner Losh2023-05-251-16/+16
* libefi: add efi_devpath_next_instance()Toomas Soome2023-05-132-0/+18
* loader: restore userboot help fileEd Maste2023-05-121-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1232-32/+32
* stand/efi: Retire i386 supportWarner Losh2023-05-1111-388/+12
* stand: eficom: Only set baudrate when it changesWarner Losh2023-05-111-17/+22
* stand: eficom: Don't preemtively assume flow controlWarner Losh2023-05-111-9/+5
* stand: eficom : remove unused ignore_cdWarner Losh2023-05-111-2/+0
* stand: Move eficom to libefiWarner Losh2023-05-116-6/+1
* stand: Make non-matching console names OKerWarner Losh2023-05-111-2/+2
* stand: add comconsole backwards compatibility shim for aarch64Warner Losh2023-05-112-0/+32
* stand: efi create eficom console device.Warner Losh2023-05-113-72/+39
* lualoader: add support for .lua configuration filesKyle Evans2023-05-117-14/+175
* loader: install help files only onceEd Maste2023-05-107-0/+8
* 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