aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
...
* loader: Move to using linker sets to bring in optional bitsWarner Losh2024-02-163-26/+39
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-165-85/+2
* loader: Only create gfx 4th bindings when gfx is availableWarner Losh2024-02-164-190/+263
* loader: Add prototype for gfx_interp_mdWarner Losh2024-02-163-0/+15
* loader: Create new gfx tableWarner Losh2024-02-162-1/+27
* loader: Separate gfx to a new file.Warner Losh2024-02-164-203/+245
* loader: Register the gfx stuff separately.Warner Losh2024-02-161-0/+11
* loader: Simplify the loader.has_commandWarner Losh2024-02-161-5/+6
* loader: Make vidc_biosputchar staticWarner Losh2024-02-141-1/+1
* loader: export the CMD_ constants in loader tableWarner Losh2024-02-141-0/+10
* loader: Fetch initial script from loader_lua envWarner Losh2024-02-141-1/+3
* libsecureboot do not report expected unverified filesSimon J. Gerraty2024-02-123-0/+18
* loader: Document the lua loader table.Warner Losh2024-02-102-0/+248
* loader: For EFI, if we don't have ConOut, try ConInWarner Losh2024-02-041-1/+6
* loader: Move build_font_module to gfx_fb.cWarner Losh2024-02-022-87/+89
* loader: Font module is EFI dependentWarner Losh2024-02-021-0/+2
* libsa: Move hash functions up a levelWarner Losh2024-02-022-11/+9
* libsa: Move include file creation to the end of the MakefileWarner Losh2024-02-021-26/+26
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-024-10/+48
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-022-1/+58
* Revert "stand/lua: per-product conf if requested via product_vars"Warner Losh2024-02-022-58/+1
* Revert "stand/lua: always allow overriding with local config files"Warner Losh2024-02-024-48/+10
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-024-10/+48
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-022-1/+58
* kboot: update copyright on these files.Warner Losh2024-01-284-0/+18
* kboot: Assert copyright hereWarner Losh2024-01-281-21/+4
* kboot: Move termios to libkbootWarner Losh2024-01-288-2/+2
* kboot: Move system calls to libkbootWarner Losh2024-01-2811-3/+3
* kboot: Move syscall stubs to libkbootWarner Losh2024-01-286-3/+5
* kboot: Cleanup libkern referenceWarner Losh2024-01-284-3/+7
* kboot: Move _start out of kboot and into libkbootWarner Losh2024-01-288-4/+19
* kboot: Move to kboot/kbootWarner Losh2024-01-2854-65/+73
* stand: Use modern function definitionsWarner Losh2024-01-2810-17/+17
* stand: Add 1440p to the list of known resolutions.Dag-Erling Smørgrav2024-01-234-2/+13
* stand: Fix typo (triple S)Jose Luis Duran2023-12-282-2/+2
* Add kenv .Xr in kldload(8) and loader.conf(5)Warner Losh2023-12-211-1/+2
* loader: lua: remove the default kernel if it doesn't existKyle Evans2023-12-131-4/+24
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-123-3/+0
* loader: lua: assume late ACPI detection if the feature isn't enabledKyle Evans2023-12-083-10/+14
* loader: provide a features table for binary compatibility advertisementKyle Evans2023-12-087-2/+197
* pmbr: Only load the first 545k rather than error outWarner Losh2023-11-271-9/+15
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2776-82/+2
* stand: Remove ancient SCCS tags.Warner Losh2023-11-2733-71/+0
* stand: Retire setting hw.ata.wc: it doesn't exist.Warner Losh2023-11-243-5/+0
* stand: Retire setting hw.eisa_slots.Warner Losh2023-11-243-5/+0
* 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