aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: drop inttypes.h from safe listWarner Losh2024-11-202-2/+2
* stand: unistd.h is no longer safeWarner Losh2024-11-201-2/+2
* stand: Narrow the 'signal emulation' we provideWarner Losh2024-11-201-2/+7
* man: Misc syntax fixesGraham Percival2024-11-141-1/+1
* loader: Don't need the arch listWarner Losh2024-11-131-2/+0
* Retire MK_PROFILE infrastructureEd Maste2024-11-121-1/+0
* loader.kboot: Build on amd64Warner Losh2024-11-073-3/+9
* manuals: Remove trailing spacesGraham Percival2024-11-041-1/+1
* loader.efi: Fix LOADER_NET_SUPPORT=no buildsTatiana2024-11-021-0/+2
* loader: Fix boot menu on BIOSWarner Losh2024-11-022-5/+36
* stand: Ugly hack due to default changeWarner Losh2024-10-282-2/+2
* manuals: Misc syntax fixesGraham Percival2024-10-282-2/+4
* loader/loader.mk: add docs for LOADER_*_SUPPORT variablesWarner Losh2024-10-251-1/+27
* loader: Change this BIOS tradeoff: Add back zip and use text onlyWarner Losh2024-10-251-2/+2
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2024-10-231-1/+1
* stand: Fix defaults fileWarner Losh2024-10-191-1/+1
* manuals: Misc syntax fixesGraham Percival2024-10-151-0/+1
* loader.efi: Parse SPCR v3 and v4Warner Losh2024-10-151-7/+17
* loader.efi: Parse SPCR table entry in ACPI tablesWarner Losh2024-10-151-15/+205
* loader.efi: |= the boot flags howWarner Losh2024-10-151-2/+2
* loader.efi: Make rsdp globalWarner Losh2024-10-151-1/+5
* loader: default: Add a default splash screenEmmanuel Vadot2024-10-141-0/+1
* loader/4th: Move from hint.acpi.0.rsdp to acpi.rsdpWarner Losh2024-10-112-6/+6
* loader: Use Cyan instead of Blue for some menu itemsWarner Losh2024-10-111-2/+2
* loader/powerpc: Add some CAS support for newer POWER CPUsJustin Hibbits2024-10-111-2/+8
* zfs: merge openzfs/zfs@b10992582Martin Matuska2024-10-111-1/+1
* loader: reading from large dosfs failsToomas Soome2024-10-101-9/+17
* manuals: Fix "missing end of block" errorsGraham Percival2024-10-082-0/+3
* loader: dosfs fails to access directory data with large cluster numberToomas Soome2024-10-031-1/+1
* btx: Align the PXE prompt with other optionsTatsuki Makino2024-09-301-1/+1
* libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans2024-09-301-2/+2
* loader: Fix 0 vs 1 confusion for column numbersWarner Losh2024-09-242-3/+3
* loader: Use printc instead of print to fit in 24,80Warner Losh2024-09-241-3/+7
* Bump lld LINKER_FREEBSD_VERSION for reproducibility fixDimitry Andric2024-09-221-1/+5
* libsa: Fix a comment to be less vagueWarner Losh2024-09-221-1/+1
* loader: Load platform entropy even without menuColin Percival2024-09-221-0/+2
* loader: Expand EFI entropy if < 2048 bytesColin Percival2024-09-221-3/+36
* loader: Make pkcs5v2 unconditionally availableColin Percival2024-09-222-2/+4
* loader: Make EFI entropy size configurableColin Percival2024-09-222-3/+8
* loader: Instrument EFI GetRNG with TSLOGColin Percival2024-09-221-0/+2
* loader: Add TSLOG to interpreter built-insColin Percival2024-09-221-0/+2
* loader: provide error message in command_errmsg instead of printingAhmad Khalifa2024-09-211-10/+14
* loader: remove unneeded variableAhmad Khalifa2024-09-211-12/+9
* loader: actually change the staging slopAhmad Khalifa2024-09-211-0/+2
* loader.efi.8: BOOOTX64.EFI: fix typoGraham Perrin2024-09-211-1/+1
* Add a new sysctl in order to diffrentiate UEFI architecturesAhmad Khalifa2024-09-201-1/+7
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2024-09-2017-23/+621
* loader: Fix 32-bit compatibilityAhmad Khalifa2024-09-202-7/+17
* loader: Fix shadow_fb allocationAhmad Khalifa2024-09-201-1/+1
* stand/efi: Add a 32-bit variant of libefiAhmad Khalifa2024-09-204-3/+13