aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/zfsboot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-151-38/+3
* Turn loader GELI support in the boot loaders off by default as aWarner Losh2017-12-141-1/+1
* Need to include skein in the include path so we don't get this fromWarner Losh2017-12-051-0/+1
* increase maximum size of zfsbootAllan Jude2017-12-041-2/+2
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-11/+21
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-145-0/+1678