aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: add "gop blt <on|off>" commandHEADmainToomas Soome3 min.1-1/+9
* stand: Use SOURCE_DATE_EPOCH in newvers.shColin Percival2025-02-031-1/+9
* stand: use globals for the kernel and module typesAhmad Khalifa2025-01-246-15/+23
* stand: file_loadraw: make 'type' a const char *Ahmad Khalifa2025-01-242-2/+2
* stand: remove unnecessary checks for "elfN kernel"Ahmad Khalifa2025-01-243-8/+2
* stand: further restrict f_kernphys_relocatable and f_tg_kernel_supportAhmad Khalifa2024-12-052-5/+5
* loader: Add TSLOG to interpreter built-insColin Percival2024-09-221-0/+2
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2024-09-202-3/+3
* stand: Kill commented out lineWarner Losh2024-07-291-1/+0
* loader: Load a splash screen if "splash" variable is definedEmmanuel Vadot2024-07-112-0/+49
* loader: Increase buffer size to accommodate longer commandsAhmad Khalifa2024-06-281-2/+3
* stand: module: unlink the entire tail when dependencies fail to loadKyle Evans2024-06-251-5/+26
* loader: separate lang init from scripting initWarner Losh2024-05-205-5/+40
* loader: rename gfx_interp_md to gfx_interp_refWarner Losh2024-02-243-3/+3
* loader: These files have no copyrightable materialWarner Losh2024-02-224-0/+8
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-2225-31/+0
* loader: Retire CTASSERTWarner Losh2024-02-211-4/+0
* loader: Move to using linker sets to bring in optional bitsWarner Losh2024-02-161-26/+3
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-161-76/+0
* loader: Only create gfx 4th bindings when gfx is availableWarner Losh2024-02-161-0/+1
* loader: Add prototype for gfx_interp_mdWarner Losh2024-02-162-0/+10
* loader: Create new gfx tableWarner Losh2024-02-161-0/+27
* loader: Fetch initial script from loader_lua envWarner Losh2024-02-141-1/+3
* libsecureboot do not report expected unverified filesSimon J. Gerraty2024-02-121-0/+8
* loader: Move build_font_module to gfx_fb.cWarner Losh2024-02-022-87/+89
* stand: Use modern function definitionsWarner Losh2024-01-281-1/+1
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-123-3/+0
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* stand: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1636-72/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-262-101/+0
* stand: Make non-matching console names OKerWarner Losh2023-05-111-2/+2
* stand: Fix warning about variable unusedWarner Losh2023-05-011-3/+9
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-193-2/+2
* stand: fix buffer overflow in getrootmount()Robert Wing2023-02-251-4/+5
* loader: always install help filesMitchell Horne2023-02-031-2/+2
* kboot: Don't need an arch pointer to get segmentsWarner Losh2023-02-031-3/+0
* stand: only compute symidx on x86Warner Losh2023-02-021-1/+8
* loader: md: Use default func for fmtdev and parsedevEmmanuel Vadot2023-01-271-2/+0
* stand: Separate base and cli parts of nvstoreWarner Losh2023-01-132-160/+3
* stand: create common set_currdevWarner Losh2023-01-112-0/+18
* stand: Move dev_cleanup into libsaWarner Losh2023-01-112-13/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-112-1/+18
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-0/+3
* kboot: Add md_addr to metadataWarner Losh2022-12-042-1/+4
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2022-11-301-1/+1
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-302-0/+2
* stand: Change disk_parsedev() APIWarner Losh2022-11-302-2/+7