aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* loader: Add xzfs support by defualt to BIOS and EFI loadersWarner Losh2026-07-111-2/+3
* loader: zstd based filesystem, zstdfs like gzipfsWarner Losh2026-07-111-0/+1
* loader: Add xzfs, like gzipfs but with xz.Warner Losh2026-07-111-0/+3
* pxeldr: Bump the limit by 30k for loader sizeWarner Losh2026-06-261-1/+1
* loader: Add defines for ZLIB_CFLAGS, BZIP2_CFLAGS and ZSTD_CFLAGSWarner Losh2026-06-263-3/+3
* pxeboot: warn and abort on TCP-only NFS server, which doesn't work for pxebootMartin Cracauer2026-05-241-0/+8
* stand/i386: quiet executable stack warningRyan Libby2026-05-101-0/+2
* Pass severity to vectx_open() rather than vectx_close()Simon J. Gerraty2026-04-101-2/+2
* gptzfsboot: boot prompt should emit new line on inputToomas Soome2026-04-091-2/+4
* build: Stop testing LINKER_FEATURES for ifunc and build-idEd Maste2026-03-111-2/+0
* loader: Prefer comma-separated list of values for "console"Michael Osipov2026-01-291-2/+2
* pxeboot.8: Fix mdoc typo for emails, tag spdxAlexander Ziaee2026-01-061-3/+6
* loader: Use C99 initializations for file_formatWarner Losh2025-12-283-7/+24
* stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh2025-11-251-2/+2
* stand/i386: quiet gcc -Warray-boundsRyan Libby2025-10-174-4/+8
* stand: use a common function in gfx_fb for setting up teken colorsKyle Evans2025-08-221-20/+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
* biosboot: Detect memory disks from PXERichard Russo2025-07-234-0/+146
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-3/+3
* stand: Introduce md_alignWarner Losh2025-05-302-6/+6
* stand/i386/zfsboot: Initialzie archsw at compile time.Warner Losh2025-05-261-10/+10
* stand/i386: Initialize archsw at compile timeWarner Losh2025-05-261-17/+21
* stand allow for local.defs.mkSimon J. Gerraty2025-05-221-1/+1
* cdboot.8: Initial manual pageAlexander Ziaee2025-05-122-0/+22
* loader: i386: use -z nostart-stop-gc for bfd as wellKyle Evans2025-05-081-1/+2
* i386/loader: force 4k linker max page sizeChuck Silvers2025-03-191-0/+4
* stand: use globals for the kernel and module typesAhmad Khalifa2025-01-243-6/+7
* stand: remove unnecessary checks for "elfN kernel"Ahmad Khalifa2025-01-242-4/+0
* stand/elf64_freebsd.c: use headers instead of doing things ourselvesAhmad Khalifa2024-12-051-11/+13
* stand: Ugly hack due to default changeWarner Losh2024-10-282-2/+2
* loader: Change this BIOS tradeoff: Add back zip and use text onlyWarner Losh2024-10-251-2/+2
* btx: Align the PXE prompt with other optionsTatsuki Makino2024-09-301-1/+1
* pxeboot: Enforce a 500k limit hereWarner Losh2024-08-061-0/+8
* pxeboot: Allow a different default loader for pxebootWarner Losh2024-08-062-1/+10
* loader: Add WITH/WITHOUT_LOADER_PXEBOOT build optionWarner Losh2024-08-061-1/+1
* loader: Minor comentary tweakWarner Losh2024-08-021-2/+2
* stand: Reduce limit to 500k for x86 loaderWarner Losh2024-08-011-1/+6
* loader: Bump all versions to 3.0Warner Losh2024-07-291-0/+1
* stand: Remove obsolete junkWarner Losh2024-07-291-4/+0
* stand: Stop building in fat, ext2fs, gzip and bzip to BIOS /boot/loaderWarner Losh2024-07-251-4/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-1521-21/+0
* textvidc: ReindentWarner Losh2024-05-201-337/+340
* loader: stlye(9) nit: Space between return and the valueWarner Losh2024-05-202-6/+6
* loader: c_init returns 0 or 1Warner Losh2024-05-201-2/+2
* i386/nullconsole: Use C99 initializersWarner Losh2024-05-201-8/+7
* i386/spinconsole: Use C99 initializersWarner Losh2024-05-201-8/+7
* boot/i386: Use C99 initializer for textvidcWarner Losh2024-05-201-8/+7