summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand/lua manuals: Describe betterAlexander Ziaee2025-05-2212-23/+23
* cdboot.8: Initial manual pageAlexander Ziaee2025-05-222-0/+22
* loader: provide error message in command_errmsg instead of printingAhmad Khalifa2025-04-281-10/+14
* loader: remove unneeded variableAhmad Khalifa2025-04-281-12/+9
* loader: actually change the staging slopAhmad Khalifa2025-04-281-0/+2
* loader: Add the CPU identification string to the data which is visibleRavi Pokala2025-04-201-0/+1
* loader.kboot: smbios: Add a comment about v3 entry point being favoredOlivier Certner2025-04-081-0/+4
* loader.efi: smbios: Favor the v3 (64-bit) entry pointOlivier Certner2025-04-081-15/+36
* libsa: smbios_probe(): Strictly obey specified entry point addressOlivier Certner2025-04-081-2/+2
* libsa: smbios_detect(): Return the entry point addressOlivier Certner2025-04-082-3/+5
* libsa: smbios: Allow to run smbios_probe() multiple timesOlivier Certner2025-04-081-7/+15
* libsa: smbios: Use 64-bit entry point if table below 4GB on non-EFI bootOlivier Certner2025-04-081-23/+14
* libsa: smbios: Favor the v3 (64-bit) entry point on non-EFI bootOlivier Certner2025-04-081-8/+18
* libsa: smbios: Reject a 64-bit entry point with revision 0Olivier Certner2025-04-081-0/+7
* libsa: smbios: Stop parsing on an End-of-Table structureOlivier Certner2025-04-081-8/+16
* libsa: smbios: probe: BCD revision parsing is v2-only code; Expand commentsOlivier Certner2025-04-081-9/+16
* libsa: smbios: Export the used entry point type to the kernelOlivier Certner2025-04-081-0/+5
* libsa: smbios: Make 'is_64bit_ep' a field of 'smbios'Olivier Certner2025-04-081-5/+5
* libsa: smbios: Rename 64-bit entry point's guardsOlivier Certner2025-04-081-8/+8
* libsa: smbios: style(9): Entry point parsing commentsOlivier Certner2025-04-081-10/+18
* libsa: smbios: style(9): SMBIOS_GET8(): Split overlong lineOlivier Certner2025-04-081-1/+5
* loader: Fix 32-bit compatibilityAhmad Khalifa2025-03-272-7/+17
* loader: Allow overriding NEWVERSWHATAhmad Khalifa2025-03-261-1/+1
* loader: Fix G overflowing for G(4) on 32-bit buildsAhmad Khalifa2025-03-261-1/+1
* stand/efi: Add a 32-bit variant of libefiAhmad Khalifa2025-03-264-3/+13
* loader: Fix shadow_fb allocationAhmad Khalifa2025-03-261-1/+1
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2025-03-2617-23/+621
* loader.conf.5: Correct terminal sizeAhmad Khalifa2025-03-261-3/+3
* efi_console: Stay inline with the UEFI specAhmad Khalifa2025-03-261-1/+1
* loader: Increase buffer size to accommodate longer commandsAhmad Khalifa2025-03-261-2/+3
* loader.conf: Document boot_verboseWarner Losh2025-03-121-1/+8
* stand: Fix brand positioning on framebuffer consoleJose Luis Duran2025-03-031-1/+1
* stand/kshim: Replace devclass_equal with calls to strcmpJohn Baldwin2025-02-271-24/+3
* stand/usb: Quiet warnings so this builds againJohn Baldwin2025-02-272-1/+2
* stand/kshim: Update for devclass being removed from DRIVER_MODULEJohn Baldwin2025-02-273-84/+71
* ports/filesystems: Fix falloutAlexander Ziaee2025-02-271-1/+1
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2025-02-191-1/+1
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-061-7/+4
* loader: Use Cyan instead of Blue for some menu itemsWarner Losh2024-12-281-2/+2
* loader: Fix 0 vs 1 confusion for column numbersWarner Losh2024-12-282-3/+3
* loader: Use printc instead of print to fit in 24,80Warner Losh2024-12-281-3/+7
* loader/4th: Move from hint.acpi.0.rsdp to acpi.rsdpWarner Losh2024-12-282-6/+6
* loader/menu: tweak for added lineWarner Losh2024-12-282-2/+2
* btx: Align the PXE prompt with other optionsTatsuki Makino2024-12-011-1/+1
* manuals: Misc syntax fixesGraham Percival2024-11-042-2/+4
* manuals: Misc syntax fixesGraham Percival2024-11-041-0/+1
* manuals: Fix "missing end of block" errorsGraham Percival2024-11-042-0/+3
* loader.efi: Fix LOADER_NET_SUPPORT=no buildsTatiana2024-11-041-0/+2
* loader: Fix boot menu on BIOSWarner Losh2024-11-042-5/+36
* stand: Ugly hack due to default changeWarner Losh2024-10-312-2/+2