aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Trim various $FreeBSD$John Baldwin2023-10-101-2/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* stand/loader.efi: fix regression with ignoring nvstoreGleb Smirnoff2023-09-111-1/+1
* stand: lua: module names should permit moreKyle Evans2023-09-051-1/+4
* Use 115200 bps by default for serial communicationEd Maste2023-08-1711-11/+11
* Remove $FreeBSD$: one-line forth tagWarner Losh2023-08-1637-37/+0
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-1615-30/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-168-8/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1633-66/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16123-129/+0
* Remove $FreeBSD$: one-line .S patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16233-464/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1695-95/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1611-11/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1693-186/+0
* generate-hfs.sh: don't embed $FreeBSD$ in generated codeWarner Losh2023-08-161-2/+0
* boot0: add a note about BIOS-supported serial ratesEd Maste2023-08-151-1/+1
* stand: Export _start on arm like other architecturesJessica Clarke2023-08-051-0/+1
* kboot: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-262-101/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Stand: Silence undefined symbols check commandVexedUXR2023-07-012-2/+2
* efi loader: Move 'module' variable under #ifdef MODINFOMD_MODULEP.John Baldwin2023-06-271-2/+6
* loader.efi: Remove redundant error messageVexedUXR2023-06-261-3/+1
* bug: efi_print_global only checks for the first 5 letters of "Driver"Alfonso Gregory2023-06-231-1/+1
* Add comments for memory sizeVexedUXR2023-06-122-2/+2
* Add boot1.efi to CLEANFILESVexedUXR2023-06-121-0/+2
* stand/boot1.efi: use the bootonce dataset as root datasetGleb Smirnoff2023-06-081-12/+42
* stand/loader.efi: read zfs bootonce attribute before checking currdevGleb Smirnoff2023-06-081-11/+6
* 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