summaryrefslogtreecommitdiff
path: root/stand/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* loader: fix non-zfs buildToomas Soome2020-09-231-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-0/+17
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-1/+1
* Revert that!Simon J. Gerraty2020-07-191-7/+3
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-3/+7
* loader: cstyle cleanupToomas Soome2020-07-191-229/+250
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-091-1/+1
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-3/+28
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-041-1/+3
* 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
* loader: --gc-sections needs sections to work withToomas Soome2019-09-081-1/+1
* Verify files loaded in chain command.Marcin Wojtas2019-08-081-0/+8
* Remove NAND and NANDFS supportWarner Losh2019-06-251-3/+0
* loader: implement map-vdisk and unmap-vdisk commandsToomas Soome2019-04-261-0/+2
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-9/+6
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-2/+2
* 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-303-12/+11
* loader: do not probe floppy devices for zfsToomas Soome2018-11-021-0/+2
* loader: bios loader should allow to chain load a fileToomas Soome2018-08-221-3/+5
* Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-141-4/+6
* Older zfs boot blocks don't support symlinks. install the link toWarner Losh2018-07-231-1/+1
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-201-0/+5
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-132-4/+2
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-082-2/+2
* Move ZFS files into libsaWarner Losh2018-07-081-2/+2
* stand: move libgeliboot into libsa.Warner Losh2018-06-181-2/+2
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-3/+0
* Revert r332275, r332272, r332270Warner Losh2018-04-111-0/+3
* loader: 332270 did left out stand/i386/loader/loader.rcToomas Soome2018-04-081-3/+0
* Forth version of EFI autoresizingKyle Evans2018-03-211-0/+3
* 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-122-12/+12
* Honor settings for including / excluding cd9660, ufs, ext2fs and msdos.Warner Losh2018-02-212-3/+11
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-211-67/+0
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-2/+2
* Centralize several variables.Warner Losh2018-02-021-3/+0
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-191-3/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-3/+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-148-0/+965