aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand: Remove unused enumWarner Losh2022-11-041-5/+0
* stand: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* geli: Move check for DEVT_DISK into geli_probe_and_attachWarner Losh2022-10-231-3/+1
* loader: fix elf lookup_symbol type filteringKyle Evans2022-10-141-3/+2
* stand: fix mismergeWarner Losh2022-09-161-1/+0
* stand/elf: Only support swapping headers on powerpc.Warner Losh2022-09-161-0/+16
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-163-28/+40
* stand: Move MOD_xxx macros from modinfo.h to .cWarner Losh2022-09-162-64/+65
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-163-43/+88
* stand: Create common/modinfo.hWarner Losh2022-09-162-60/+73
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-161-3/+4
* stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh2022-09-012-0/+10
* stand: separate the command lookup from the command executionWarner Losh2022-09-011-12/+19