aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader: Use %u to print unsigned valueWarner Losh5 days1-1/+1
* loader: add standalone network configurationWarner Losh6 days2-27/+57
* loader: Allow dynmaic creation of MD disksWarner Losh6 days2-32/+101
* loader: Move ramdisk export to md.cWarner Losh6 days2-0/+22
* loader: Allow this to compile w/o MD_IMAGE_SIZE definedWarner Losh6 days1-3/+3
* stand: Reject ELF files with PT_LOAD segments where filesz > memszJohn Baldwin2026-07-311-0/+6
* stand: Improve error handling when loading ELF filesJohn Baldwin2026-07-311-18/+20
* stand: Remove a pointless gotoJohn Baldwin2026-07-311-3/+0
* stand: Recognize SHT_INIT_ARRAY sections as constructor sectionsMark Johnston2026-07-151-1/+2
* stand: Fix shadow buffer offset handlingShengYi Hung2026-06-301-11/+15
* stand: Bulk operations on each gfxfb_blt if shadow buffer enabledShengYi Hung2026-06-182-22/+210
* stand/common/load_elf: Do kernel module relocations for PPCLexi Winter2026-04-181-3/+4
* Pass severity to vectx_open() rather than vectx_close()Simon J. Gerraty2026-04-104-8/+22
* Add boot_setenvSimon J. Gerraty2026-04-071-57/+3
* splash: add shutdown splashQuentin Thébault2026-04-032-5/+19
* stand: fix typo in common/nvstore.cToomas Soome2026-01-281-1/+1
* loader.efi: only use firmware provided Blt on GOPAhmad Khalifa2026-01-041-2/+6
* stand: Cut over to using the EDK2 filesWarner Losh2025-11-161-1/+2
* stand: Try to parse vdisk correctlyWarner Losh2025-11-111-1/+12
* stand: remove unused variablesAhmad Khalifa2025-09-091-1/+0
* Revert "stand: Use calloc instead of malloc for initialization of filesystem ...Warner Losh2025-09-021-1/+1
* stand: Use calloc instead of malloc for initialization of filesystem devswnull2025-09-011-1/+1
* stand: add a mechanism to avoid env var propagation to kenvKyle Evans2025-08-222-1/+10
* stand: split fg/bg handling up a little furtherKyle Evans2025-08-221-16/+41
* stand: use a common function in gfx_fb for setting up teken colorsKyle Evans2025-08-222-0/+32
* Stub is_tftp when LOADER_NET_SUPPORT is not enabledSimon J. Gerraty2025-08-211-0/+13
* Allow secure-netbootSimon J. Gerraty2025-08-201-11/+21
* loader: do not try to open directories with TFTPSimon J. Gerraty2025-08-201-1/+8
* install: allow ENV in metatagsSimon J. Gerraty2025-07-211-1/+3
* stand: Add print_delay environment variable in loaderAymeric Wibo2025-07-212-0/+25
* Add DEBUG_PRINTF to stand.hSimon J. Gerraty2025-07-171-40/+17
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-112-2/+3
* loader: allow for exceptions to restricted settings.Simon J. Gerraty2025-06-021-22/+73
* install: must set netproto for tftp://Simon J. Gerraty2025-06-021-0/+1
* style: Use static consistentlyWarner Losh2025-05-301-4/+4
* stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh2025-05-305-24/+8
* stand: Style nitWarner Losh2025-05-301-1/+2
* stand: Introduce md_alignWarner Losh2025-05-303-4/+27
* stand: Update commentWarner Losh2025-05-261-1/+2
* stand allow for local.defs.mkSimon J. Gerraty2025-05-221-1/+5
* loader - guard against empty rootdevSimon J. Gerraty2025-05-201-1/+1
* loader: loader can pick too large font (check if one side is larger)Toomas Soome2025-05-131-1/+1
* loader: loader can pick too large fontToomas Soome2025-05-111-3/+12
* loader: Instrument gfx_fb_fill with tslogColin Percival2025-05-111-0/+4
* loader: Remove unneeded includesWarner Losh2025-04-172-6/+0
* loader.efi: add "gop blt <on|off>" commandToomas Soome2025-02-201-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