aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-112-0/+2
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2022-08-112-2/+6
* stand: Move quit command to common commandsWarner Losh2022-07-301-0/+9
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-272-1/+2
* stand: Fix set but unused warningWarner Losh2022-07-261-1/+2
* stand/disk: Trivial formatting nitWarner Losh2022-07-251-1/+1
* stand: Use c99 structure initialization for network deviceWarner Losh2022-07-241-9/+9
* stand: Use c99 structure initialization for md deviceWarner Losh2022-07-241-9/+8
* loader: Relax the check in is_kernphys_relocatable()Mark Johnston2022-06-151-2/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-06-051-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* Handle MODULE_VERBOSE_TWIDDLE in module_verbose_setSimon J. Gerraty2022-02-242-5/+5
* module_verbose should also affect non-ELF modules.Simon J. Gerraty2022-02-141-3/+6
* Add support for module_verboseSimon J. Gerraty2022-02-134-62/+98
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-111-0/+22
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-221-0/+1