aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* loader: Prefer comma-separated list of values for "console"Michael Osipov2026-02-051-2/+2
* btx: Align the PXE prompt with other optionsTatsuki Makino2024-11-301-1/+1
* loader: Bump all versions to 3.0Warner Losh2024-08-011-0/+1
* stand: Remove obsolete junkWarner Losh2024-08-011-4/+0
* stand: Stop building in fat, ext2fs, gzip and bzip to BIOS /boot/loaderWarner Losh2024-08-011-4/+4
* stand: Add 1440p to the list of known resolutions.Dag-Erling Smørgrav2024-02-011-0/+5
* Remove $FreeBSD$: one-line forth tagWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-235-10/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2348-53/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2334-68/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-235-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2318-36/+0
* loader: comconsole: don't unconditionally wipe out hw.uart.consoleKyle Evans2023-04-261-1/+2
* loader: always install help filesMitchell Horne2023-02-151-0/+1
* stand: create common set_currdevWarner Losh2023-01-241-4/+1
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-244-21/+4
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-242-3/+3
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2023-01-241-1/+1
* stand: create devinitWarner Losh2023-01-242-11/+2
* zfs: Remove devicename_stubsWarner Losh2023-01-241-5/+0
* stand/i386: Move to using common devparse()Warner Losh2023-01-241-104/+5
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2023-01-241-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2023-01-241-5/+1
* stand: Change disk_parsedev() APIWarner Losh2023-01-242-11/+9
* stand: Allocate bootinfo rather than have it be staticWarner Losh2023-01-241-14/+15
* stand: Stop support booting 4.x and earlier kernelsWarner Losh2023-01-242-31/+0
* stand: Remove dead store to bi_kernelnameWarner Losh2023-01-241-3/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2023-01-244-31/+2
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2023-01-242-69/+4
* stand: Create common/modinfo.hWarner Losh2023-01-242-112/+6
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2023-01-242-6/+8
* stand: use archsw.arch_copyin instead of i386_copyinWarner Losh2023-01-243-13/+13
* stand: Stop setting hints for bios loader tooWarner Losh2023-01-241-12/+0
* stand: Document that boot0 uses BIOSWarner Losh2023-01-241-0/+7
* stand: Raise limit to 550,000 bytes for loaderWarner Losh2023-01-241-2/+16
* stand: Go back to a.out format for /boot/loaderWarner Losh2023-01-242-10/+9
* stand: Make BIOS loader size limits settableWarner Losh2023-01-242-2/+2
* stand: i386_fmtdev can be reduced to devformatWarner Losh2023-01-244-32/+5
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2023-01-242-3/+3
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2023-01-241-0/+1
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2023-01-242-2/+2
* stand: Move i386_devdesc to a unionWarner Losh2023-01-243-37/+32
* stand: Remove unnecessary includeWarner Losh2023-01-241-1/+0
* stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldrWarner Losh2023-01-242-0/+8
* stand: i386/amd64: Always use elf format for /boot/loader and pxeldrWarner Losh2023-01-242-2/+2
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2023-01-242-4/+4
* stand: Use c99 structure initialization for fwohci deviceWarner Losh2023-01-241-9/+9
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2023-01-242-2/+2