aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* loader: implement GELI writesToomas Soome2020-07-111-1/+1
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-191-0/+1
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-041-2/+2
* loader: crc32 is provided by libsaToomas Soome2020-03-041-2/+2
* Work around assembler error from clang 10.0.0 in gptboot:Dimitry Andric2020-01-281-1/+1
* In gptboot, don't assume a partition number is a single digit, 1-9. GPTIan Lepore2019-12-221-3/+5
* Eliminate unused uuid parameters from gptread and gptread_table. WeWarner Losh2019-06-051-1/+1
* Add a paragraph that mentions gptboot having an interactive mode, andIan Lepore2019-04-301-1/+15
* Fix args cross-threading between gptboot(8) and loader(8) with zfs support.Ian Lepore2018-12-041-1/+1
* Eliminate duplicated code and struct member definitions in the handoffIan Lepore2018-12-031-7/+1
* Add comments describing the bootargs handoff between loader(8) and gptbootIan Lepore2018-11-281-0/+6
* Restore the ability to override the disk unit/partition at the boot: promptIan Lepore2018-11-271-8/+7
* stand: remove CLANG_NO_IAS from btx and gptbootEd Maste2018-11-201-3/+0
* isoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in generalKyle Evans2018-08-091-2/+3
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-201-2/+0
* Fix glitched indentation (and rewrap as needed due to deeper indent).Ian Lepore2018-07-131-3/+4
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-132-38/+44
* 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
* Fix build of stand with base gccDimitry Andric2018-05-311-1/+1
* Various style(9) fixes.Benno Rice2018-04-051-10/+14
* Use consistent whitespace.Benno Rice2018-04-051-257/+271
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-0/+1
* Split panic routineWarner Losh2018-01-261-1/+1
* 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-28/+2
* Fix comments after bump in size.Warner Losh2017-12-141-2/+2
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+7
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-145-0/+1128