aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* loader: edd_device_path_v3 is too smallToomas Soome2020-10-121-18/+1
* loader: fix non-zfs buildToomas Soome2020-09-232-1/+3
* Work around cp breakage in current from last weekWarner Losh2020-09-231-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-215-5/+37
* When we have a command returned by zfs_nextboot() that is longerGleb Smirnoff2020-08-201-1/+6
* 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
* loader: implement GELI writesToomas Soome2020-07-111-1/+1
* Revert r362466Baptiste Daroussin2020-06-221-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-2/+2
* loader: create single zfs nextboot implementationToomas Soome2020-06-204-852/+349
* loader: vidc_init should also erase the screenToomas Soome2020-06-171-5/+2
* boot2: need to expand tab output and mask getcharToomas Soome2020-06-161-2/+28
* zfsboot: cstyle cleanupToomas Soome2020-06-141-644/+673
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-122-6/+0
* Avoid using non-portable dd conv=osync optionAlex Richardson2020-05-113-3/+3
* Stop setting PG_U in bootstrap mappings.Mark Johnston2020-04-241-4/+3
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-192-0/+2
* test if port does exist via using scratch registerToomas Soome2020-03-121-0/+10
* 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-083-6/+33
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-048-21/+28
* loader: crc32 is provided by libsaToomas Soome2020-03-042-4/+4
* Move smbios.c to libsa.Warner Losh2020-02-204-495/+2
* Create ptov() function.Warner Losh2020-02-202-8/+7
* 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
* loader: bc_add can not use any other probes than ah=0x4bToomas Soome2020-02-031-50/+97
* Work around assembler error from clang 10.0.0 in gptboot:Dimitry Andric2020-01-281-1/+1
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-0/+1
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* loader: bioscd probe can get sector size 0Toomas Soome2020-01-091-2/+4
* In gptboot, don't assume a partition number is a single digit, 1-9. GPTIan Lepore2019-12-221-3/+5
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-1/+1
* Use symbolic names for int13 callsWarner Losh2019-12-162-25/+43
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-0/+17
* cstyle cleanup for i386_copy.cToomas Soome2019-11-081-18/+18
* Remove duplicate lz4 implementationsToomas Soome2019-11-022-0/+2
* loader: libi386/comconsole.c cstyle cleanupToomas Soome2019-11-021-123/+123
* We don't support configuring serial PCI cards in EFI. Make this clearer in theWarner Losh2019-11-011-2/+4
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-241-0/+1
* loader: fix indentation in efi_console and vidconsoleToomas Soome2019-09-251-1/+1
* loader: add teken.fg_color and teken.bg_color variablesToomas Soome2019-09-251-4/+101
* loader: vidconsole should set LINES and COLUMNSToomas Soome2019-09-102-1/+6
* loader: --gc-sections needs sections to work withToomas Soome2019-09-081-1/+1