aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* libsa/geli: Fix a typo in an error messageGordon Bergling2026-02-221-1/+1
* pxeboot.8: Fix mdoc typo for emails, tag spdxAlexander Ziaee2026-02-121-3/+6
* loader.efi(8): clarify UEFI boot path and boot1.efi usagekitkat14242026-02-081-24/+23
* cli.lua.8: Reflow literal commentsAlexander Ziaee2026-02-061-8/+10
* loader.8: Document module commandsAlexander Ziaee2026-02-061-1/+47
* loader manuals: Clarify console and boot_serialAlexander Ziaee2026-02-062-2/+5
* stand/man: Fix mdoc typos for emails, tag spdxAlexander Ziaee2026-02-055-6/+20
* INDEX.fonts: Minor maintenanceAlexander Ziaee2026-02-051-2/+1
* loader: Prefer comma-separated list of values for "console"Michael Osipov2026-02-052-4/+4
* loader.conf.5: "console" setting does not document multi-value possiblityMichael Osipov2026-01-312-1/+2
* lualoader: Add distinct brand for installerJoseph Mingrone2026-01-284-1/+27
* lualoader: fix pruning of non-existent default kernelKyle Evans2026-01-201-0/+6
* loader.efi: add stride & offset for MacBookPro3,1Frank Hilgendorf2026-01-121-0/+17
* loader.efi: only use firmware provided Blt on GOPAhmad Khalifa2026-01-121-2/+5
* loader.efi: probe for UGA if GOP isn't foundAhmad Khalifa2026-01-121-36/+38
* libsa: smbios: Detect less-than-64-bit platforms via __SIZEOF_SIZE_T__Olivier Certner2025-12-191-4/+7
* loader.efi.8: Minor formatting nitsJohn Baldwin2025-12-181-1/+8
* stand/lua: Fix two typos in the manual pagesGordon Bergling2025-11-222-2/+2
* Bail out of corrupt directory entries during bootKirk McKusick2025-08-302-0/+13
* stand/efi: Fix a typo in a source code commentGordon Bergling2025-08-202-2/+2
* lualoader: adapt builtin brand/logo definitions as wellKyle Evans2025-07-211-31/+37
* loader: Fix loader_brand = noneEmmanuel Vadot2025-07-211-1/+1
* stand: lua: add a more productive commentKyle Evans2025-07-211-1/+3
* stand: lua: convert orb to a new format that allows per-graphic shiftKyle Evans2025-07-213-51/+104
* lualoader: rename loop variable to cleanup luacheckKyle Evans2025-07-211-4/+4
* lualoader: allow graphical bits to be disabled with loader_gfxKyle Evans2025-07-213-16/+23
* loader: ficl: restore isvirtualized?Kyle Evans2025-07-211-0/+3
* loader: Fix orb positionEmmanuel Vadot2025-07-213-4/+4
* flua: move modules source into the main source directoryBaptiste Daroussin2025-07-081-1/+1
* loader.conf: add LinuxKPI based wireless drivers to module_blacklistBjoern A. Zeeb2025-06-171-1/+1
* Add a new sysctl in order to diffrentiate UEFI architecturesAhmad Khalifa2025-06-161-1/+7
* cdboot.8: Initial manual pageAlexander Ziaee2025-05-152-0/+22
* stand/lua manuals: Describe betterAlexander Ziaee2025-05-1512-23/+23
* 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