aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: More sensible defaults when ConOut is missingWarner Losh2022-08-274-2/+37
* stand: Use bool for stage_offset_setWarner Losh2022-08-211-4/+4
* stand: Search less agressively for UFS super blockWarner Losh2022-08-181-2/+5
* loader: zfs reader should only store devdesc in f_devdataToomas Soome2022-08-151-17/+13
* stand: Fix a couple of comment typos in f8a199f28f9dJessica Clarke2022-08-131-2/+2
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-3/+3
* stand: Only compile decompression routinesWarner Losh2022-08-131-5/+3
* stand: Compile out the extensive superblock diagnostic messages for BIOS loaderWarner Losh2022-08-131-0/+11
* 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: uboot_fmtdev can be reduced to devformatWarner Losh2022-08-113-25/+1
* stand: userboot_fmtdev can be reduced to devformatWarner Losh2022-08-115-41/+6
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-114-30/+3
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-114-5/+5
* stand: For zfs, set dv_fmtdev to zfs_fmtdevWarner Losh2022-08-112-1/+3
* stand: Use devformat instead of disk_devfmtWarner Losh2022-08-112-4/+2
* stand: Use devformat rather than disk_devfmtWarner Losh2022-08-112-3/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-1110-2/+13
* stand: Add devformat to return formatted string for a deviceWarner Losh2022-08-111-0/+11
* stand: Add dv_devfmt to return a string represenation of the deviceWarner Losh2022-08-111-0/+5
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2022-08-116-8/+8
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2022-08-113-3/+7
* stand: Move i386_devdesc to a unionWarner Losh2022-08-113-37/+32
* stand: Remove unnecessary includeWarner Losh2022-08-111-1/+0
* stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldrWarner Losh2022-08-112-0/+8
* stand: i386/amd64: Always use elf format for /boot/loader and pxeldrWarner Losh2022-08-112-2/+2
* stand: Reduce number of files that need -I${LDRSRC}Warner Losh2022-08-031-3/+5
* stand: Remove unneeded include from geliWarner Losh2022-08-031-2/+0
* stand: use snprintf hereWarner Losh2022-08-031-13/+16
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-2/+2
* stand: Add a helper 'universe' targetWarner Losh2022-07-301-0/+5
* stand: Move quit command to common commandsWarner Losh2022-07-302-9/+9
* loader: fix powerpc64le ofw loaderAlfredo Dal'Ava Junior2022-07-291-0/+1
* kboot: Make console raw when we startWarner Losh2022-07-281-3/+8
* kboot: implement stripped down termiosWarner Losh2022-07-286-0/+445
* kboot: Implement host_ioctlWarner Losh2022-07-285-0/+10
* kboot: Add host_exit and use it to implement exit()Warner Losh2022-07-286-1/+11
* kboot: aarch64 supportWarner Losh2022-07-2810-0/+447
* kboot: Move conf.c up to top levelWarner Losh2022-07-286-121/+13
* kboot: Remove RELOC defines, it's unusedWarner Losh2022-07-282-9/+0
* kboot: Convert from getdents to getdents64Warner Losh2022-07-285-18/+29
* kboot: Do a style(9) pass on kbootfdt.cWarner Losh2022-07-281-34/+34
* stand: tftp.c doesn't need bootinfo.hWarner Losh2022-07-272-2/+0
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-2711-12/+15
* stand: Small comment correctionWarner Losh2022-07-271-1/+1
* stand: Create DEV_NAMLEN for the length of a device nameWarner Losh2022-07-271-1/+2
* stand: Spell License correctlyWarner Losh2022-07-265-5/+5
* stand: Fix set but unused warningWarner Losh2022-07-261-1/+2