aboutsummaryrefslogtreecommitdiff
path: root/stand/common/metadata.c
Commit message (Expand)AuthorAgeFilesLines
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand: fix mismergeWarner Losh2022-09-161-1/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-161-28/+0
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-161-43/+0
* stand: Create common/modinfo.hWarner Losh2022-09-161-60/+1
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-161-3/+4
* stand: remove mips supportWarner Losh2021-12-101-1/+1
* Remove sparc64 support from the boot loader.Warner Losh2020-02-031-67/+1
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-131-1/+7
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-131-1/+1
* Eliminate boot loader copies of boot arg parsing.Warner Losh2018-07-131-52/+2
* stand: Fix build after r334882Kyle Evans2018-06-091-0/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-7/+1
* - Unbreak booting sparc64 kernels after the metadata unification inMarius Strobl2018-05-211-3/+5
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* Fix module loading on arm after the metadata.c unification in r329190.Ian Lepore2018-02-281-1/+6
* stand: Fix ubldr after r329190Kyle Evans2018-02-151-0/+36
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-131-0/+434