aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader.efi.8: Fix a typoMateusz Piotrowski2023-11-221-2/+2
* stand/efi: Consolidate integer typesWarner Losh2023-11-227-354/+31
* stand/efi: Define ACPI_USE_SYSTEM_INTTYPES to be 1 instead of blankWarner Losh2023-11-211-1/+1
* stand/efi: Request ACPI use the system inttypesWarner Losh2023-11-211-0/+1
* stand: bandaide for acpiWarner Losh2023-11-211-1/+6
* loader: improve lua ACPI detection and handlingR. Christian McDonald2023-11-203-39/+26
* loader: fix EFI ACPI detectionR. Christian McDonald2023-11-203-97/+43
* stand: Rename LIBFDT to LIBSAFDTMark Johnston2023-11-075-9/+9
* loader.efi.8: Fix style warningsBenedict Reuschling2023-11-061-1/+3
* Add paragraph documenting loader.env functionlityGuido Falsi2023-11-061-0/+8
* stand/zfs: Remove one more read-compatible featureAlexander Motin2023-11-041-1/+0
* stand/zfs: Remove read-compatible featuresAlexander Motin2023-11-041-7/+2
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-0216-9/+83
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-294-0/+57
* 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