aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/zfsboot
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-1/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* 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-2/+2
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2022-11-301-1/+1
* stand: create devinitWarner Losh2022-11-301-3/+1
* stand: Change disk_parsedev() APIWarner Losh2022-11-301-5/+7
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-111-2/+2
* 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-10/+9
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-1/+5
* zfsboot: add prototype for main()Toomas Soome2020-11-151-0/+2
* loader: fix non-zfs buildToomas Soome2020-09-231-0/+2
* Work around cp breakage in current from last weekWarner Losh2020-09-231-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-4/+17
* When we have a command returned by zfs_nextboot() that is longerGleb Smirnoff2020-08-201-1/+6
* loader: create single zfs nextboot implementationToomas Soome2020-06-202-846/+334
* zfsboot: cstyle cleanupToomas Soome2020-06-141-644/+673
* Avoid using non-portable dd conv=osync optionAlex Richardson2020-05-111-1/+1
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-041-2/+2
* zfsboot: vdev_read_pad2 does allocate buffer with wrong sizeToomas Soome2020-02-051-1/+1
* vdev_read_pad2: freeing wrong pointerToomas Soome2020-02-051-1/+1
* loader: rewrite zfs reader zap code to use mallocToomas Soome2020-02-041-9/+20
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-0/+1
* loader: support com.delphix:removingToomas Soome2019-08-081-0/+1
* [zfsboot] Fix boot env back compat (#190)Warner Losh2019-06-031-8/+27
* zfsboot: to detect disk size, use GPT information firstToomas Soome2019-04-301-0/+32
* stand: remove CLANG_NO_IAS from zfsldrEd Maste2019-03-261-3/+0
* Remove whole-disk vdev support from zfsbootPatrick Kelsey2019-02-171-18/+5
* Eliminate duplicated code and struct member definitions in the handoffIan Lepore2018-12-031-8/+1
* Add comments describing the bootargs handoff between loader(8) and gptbootIan Lepore2018-11-281-0/+5
* zfsboot: Fix startup crashKristof Provost2018-08-051-5/+2
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-201-2/+0
* Eliminate zfsloader man page.Warner Losh2018-07-201-1/+0
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-201-1/+1
* zfsboot: fix build with WITHOUT_LOADER_GELILi-Wen Hsu2018-07-161-0/+2
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-132-87/+97
* Move ZFS files into libsaWarner Losh2018-07-081-6/+1
* Revert r335276Allan Jude2018-06-201-10/+0
* stand: move libgeliboot into libsa.Warner Losh2018-06-181-1/+1
* gptboot, zfsboot, gptzfsboot: Enable the video and serial consoles earlyAllan Jude2018-06-171-0/+10
* Avoid reading past the end of the disk in zfsboot.c and biosdisk.cAllan Jude2018-06-161-2/+8
* Fix build of stand with base gccDimitry Andric2018-05-311-2/+1
* Fix instructions in the zfsboot manual page.Eugene Grosbein2018-03-271-2/+2
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-191-1/+0