aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1646-51/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1632-64/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1618-36/+0
* boot0: add a note about BIOS-supported serial ratesEd Maste2023-08-151-1/+1
* stand: efi create eficom console device.Warner Losh2023-05-111-14/+0
* loader: install help files only onceEd Maste2023-05-102-0/+2
* pxeboot: bugs in pxe.hToomas Soome2023-04-261-2/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-194-11/+7
* boot0: Drop the BOOT_BOOT0_ORG option.John Baldwin2023-04-181-4/+2
* boot0: Expand the description of BOOT_BOOT0_ORG.John Baldwin2023-04-181-2/+5
* Revert "stand: Remove double words in source code comments"Gordon Bergling2023-04-181-1/+1
* stand: Remove double words in source code commentsGordon Bergling2023-04-181-1/+1
* loader: comconsole: don't unconditionally wipe out hw.uart.consoleKyle Evans2023-04-141-1/+2
* amd64 loader: Use efiserialio for Hyper-V booted systemsWei Hu2023-03-181-0/+14
* loader: always install help filesMitchell Horne2023-02-031-0/+1
* stand: create common set_currdevWarner Losh2023-01-111-4/+1
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-114-21/+4
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-082-3/+3
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2022-11-301-1/+1
* stand: create devinitWarner Losh2022-11-302-11/+2
* zfs: Remove devicename_stubsWarner Losh2022-11-301-5/+0
* stand/i386: Move to using common devparse()Warner Losh2022-11-301-104/+5
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2022-11-301-5/+1
* stand: Change disk_parsedev() APIWarner Losh2022-11-302-11/+9
* stand: Remove i386-only support fire firewireWarner Losh2022-11-1811-1303/+3
* stand: Pass in the proper size for bootinfoWarner Losh2022-09-171-1/+1
* stand: Allocate bootinfo rather than have it be staticWarner Losh2022-09-161-14/+15
* stand: Stop support booting 4.x and earlier kernelsWarner Losh2022-09-162-31/+0
* stand: Remove dead store to bi_kernelnameWarner Losh2022-09-161-3/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-164-31/+2
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-162-69/+4
* stand: Create common/modinfo.hWarner Losh2022-09-162-112/+6
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-162-6/+8
* stand: use archsw.arch_copyin instead of i386_copyinWarner Losh2022-09-163-13/+13
* stand: i386: take into account disk sector size for blk calculationKyle Evans2022-09-081-1/+2
* stand: Stop setting hints for bios loader tooWarner Losh2022-09-011-12/+0
* stand: Document that boot0 uses BIOSWarner Losh2022-08-271-0/+7
* stand: Fix a couple of comment typos in f8a199f28f9dJessica Clarke2022-08-131-2/+2
* stand: Raise limit to 550,000 bytes for loaderWarner Losh2022-08-131-2/+16
* stand: Go back to a.out format for /boot/loaderWarner Losh2022-08-112-10/+9
* stand: Make BIOS loader size limits settableWarner Losh2022-08-112-2/+2
* stand: i386_fmtdev can be reduced to devformatWarner Losh2022-08-114-32/+5
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-112-3/+3
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2022-08-112-2/+2
* stand: Move i386_devdesc to a unionWarner Losh2022-08-113-37/+32
* stand: Remove unnecessary includeWarner Losh2022-08-111-1/+0