aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
...
* loader: add nvidia modules to the loader blacklistKyle Evans2025-07-311-0/+1
* stand/i386: Don't include SASRC in .PATH of boot loadersJohn Baldwin2025-07-282-2/+2
* stand/i386: Remove references to empty variable OPENCRYPTO_XTSJohn Baldwin2025-07-283-7/+6
* gptzfsboot: Move zfsboot.c source into its sole consumerJohn Baldwin2025-07-282-1/+1
* zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOSJohn Baldwin2025-07-287-523/+3
* replace raw isprint() w/ isprint() funckpowkitty2025-07-231-1/+1
* libsa: isprint()kpowkitty2025-07-232-7/+5
* biosboot: Detect memory disks from PXERichard Russo2025-07-234-0/+146
* install: allow ENV in metatagsSimon J. Gerraty2025-07-211-1/+3
* stand: Add print_delay environment variable in loaderAymeric Wibo2025-07-215-1/+35
* Add DEBUG_PRINTF to stand.hSimon J. Gerraty2025-07-174-114/+67
* libsa/zfs: prefer a vdev with newer txg to a stale oneGleb Smirnoff2025-07-161-9/+43
* libsa/zfs: fail earlier in vdev_probe() if can't find ZPOOL_CONFIG_GUIDGleb Smirnoff2025-07-111-6/+3
* libsa/zfs: don't read and store ZPOOL_CONFIG_VDEV_CHILDREN in vdev_probe()Gleb Smirnoff2025-07-111-4/+1
* libsa/zfs: don't hardcode root vdev name, use the real pool nameGleb Smirnoff2025-07-111-1/+1
* libsa/zfs: add error printf() in zfs_spa_init()Gleb Smirnoff2025-07-111-1/+3
* Allow net_cleanup for loader.efiSimon J. Gerraty2025-07-106-17/+33
* loader: Add halt as an alias to poweroff machineTom Jones2025-07-041-0/+1
* lualoader: Add distinct brand for installerJoseph Mingrone2025-06-244-1/+27
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+3
* stand: userboot: allow building on !x86Kyle Evans2025-06-183-0/+25
* lualoader: adapt builtin brand/logo definitions as wellKyle Evans2025-06-181-31/+37
* loader: Fix loader_brand = noneEmmanuel Vadot2025-06-171-1/+1
* stand: lua: add a more productive commentKyle Evans2025-06-131-1/+3
* stand: lua: convert orb to a new format that allows per-graphic shiftKyle Evans2025-06-133-51/+104
* loader.conf: add LinuxKPI based wireless drivers to module_blacklistBjoern A. Zeeb2025-06-121-1/+1
* Update tramp.S commenttropicahq2025-06-111-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-1116-23/+26
* lualoader: rename loop variable to cleanup luacheckKyle Evans2025-06-061-4/+4
* lualoader: allow graphical bits to be disabled with loader_gfxKyle Evans2025-06-063-16/+23
* 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
* kboot: Create quit commandWarner Losh2025-05-301-0/+12
* style: Use static consistentlyWarner Losh2025-05-301-4/+4
* stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh2025-05-3011-117/+95
* stand: Style nitWarner Losh2025-05-301-1/+2
* stand: Introduce md_alignWarner Losh2025-05-308-22/+45
* stand/efi: Use EFI_PAGE_SIZE here, it's more appropriateWarner Losh2025-05-301-2/+2
* loader: Fix beastie and fbsdbw logo positionsMarek Zarychta2025-05-293-1/+3
* stand: Update commentWarner Losh2025-05-261-1/+2
* stand/kboot: Remove _end forward declWarner Losh2025-05-261-1/+0
* stand/userboot: Initialize archsw at compile timeWarner Losh2025-05-261-10/+10
* stand/i386/zfsboot: Initialzie archsw at compile time.Warner Losh2025-05-261-10/+10
* stand/uboot: Move archsw init to compile timeWarner Losh2025-05-261-8/+9
* stand/powerpc/ofw: Initialize archsw at compile timeWarner Losh2025-05-261-8/+15
* stand/efi: Initialize archsw at compile timeWarner Losh2025-05-261-11/+11
* stand/i386: Initialize archsw at compile timeWarner Losh2025-05-261-17/+21
* kboot: Initialize archsw at compile timeWarner Losh2025-05-261-10/+10
* stand/powerpc/ofw: Remove bogus end declWarner Losh2025-05-261-2/+0
* stand/uboot: Remove unneeded _etext and _edataWarner Losh2025-05-261-2/+0