aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOSJohn Baldwin6 days1-1/+1
* biosboot: Detect memory disks from PXERichard Russo12 days1-0/+3
* stand/i386: Initialize archsw at compile timeWarner Losh2025-05-261-17/+21
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* loader: Retire CTASSERTWarner Losh2024-02-211-5/+4
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand: create common set_currdevWarner Losh2023-01-111-4/+1
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-2/+2
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-081-1/+1
* stand: create devinitWarner Losh2022-11-301-8/+1
* stand: Remove i386-only support fire firewireWarner Losh2022-11-181-1/+1
* stand: i386_fmtdev can be reduced to devformatWarner Losh2022-08-111-2/+2
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-111-1/+1
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2022-08-111-1/+1
* stand: Move i386_devdesc to a unionWarner Losh2022-08-111-12/+10
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-0/+4
* i386/loader: Call tslog_initColin Percival2021-06-211-0/+6
* loader: implement framebuffer consoleToomas Soome2021-01-021-3/+7
* loader: fix non-zfs buildToomas Soome2020-09-231-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-0/+12
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* loader: cstyle cleanupToomas Soome2020-07-191-229/+250
* Move smbios.c to libsa.Warner Losh2020-02-201-1/+1
* Create ptov() function.Warner Losh2020-02-201-0/+6
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-241-0/+1
* loader: vidconsole should set LINES and COLUMNSToomas Soome2019-09-101-1/+0
* Don't reference zfs-specific variables if LOADER_ZFS_SUPPORT is undefinedIan Lepore2018-12-061-1/+4
* Fix args cross-threading between gptboot(8) and loader(8) with zfs support.Ian Lepore2018-12-041-16/+35
* Eliminate duplicated code and struct member definitions in the handoffIan Lepore2018-12-031-17/+4
* loader: create separate lists for fd, cd and hd, merge bioscd with biosdiskToomas Soome2018-11-301-10/+8
* loader: do not probe floppy devices for zfsToomas Soome2018-11-021-0/+2
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-131-2/+2
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-081-1/+1
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-3/+0
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-2/+2
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-3/+2
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-11/+11
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-211-67/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+477