Age | Commit message (Expand) | Author |
14 days | Only install a second copy of the bootloader if the EFI System Partition | Mark Kettenis |
2024-10-30 | Install a copy of the UEFI bootloader in /efi/openbsd on the EFI system | Mark Kettenis |
2023-06-11 | No need to check for DTYPE_FLOPPY. If there is neither a GPT nor | Kenneth R Westerback |
2023-04-26 | Fix confusing comments, no object change; with caspar | Klemens Nanni |
2023-01-16 | Enable softraid(4) support in installboot(8) | Klemens Nanni |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-22 | Add missing parantheses around if block | Klemens Nanni |
2022-11-22 | Copy apple-boot firmware to EFI system partition. This enables automatic | Tobias Heider |
2022-11-14 | Check for offline chunks first, then check for keydisks | Klemens Nanni |
2022-11-08 | Skip softraid(4) keydisks silently | Klemens Nanni |
2022-11-08 | Make "prepare filesystem" softraid aware, fix arm64 softraid install | Klemens Nanni |
2022-11-07 | Merge duplicate MD code into MI sr_open_chunk() | Klemens Nanni |
2022-11-06 | Nuke some 'set but not used' pathlen variables. | Kenneth R Westerback |
2022-11-06 | Don't leak args.fspec in create_filesystem(). | Kenneth R Westerback |
2022-10-19 | Replace "newfs/fsck_ext2fs" with "newfs/msdos -t ext2fs", constify | Klemens Nanni |
2022-10-05 | Skip softraid(4) keydisks | Klemens Nanni |
2022-09-27 | fix passing explicit stage files | Klemens Nanni |
2022-09-27 | fix passing explicit stage files | Klemens Nanni |
2022-09-27 | fix passing explicit stage files | Klemens Nanni |
2022-09-14 | Backout "Reflect script failure in exit code" | Klemens Nanni |
2022-09-11 | Fix build after previous | Miod Vallat |
2022-09-09 | Reflect script failure in exit code | Klemens Nanni |
2022-09-07 | Fix passing explicit stage files | Klemens Nanni |
2022-09-05 | Fix -r on multi-chunk softraid volumes | Klemens Nanni |
2022-09-03 | Fix passing explicit stage files | Klemens Nanni |
2022-08-31 | Replace "newfs_msdos" and "fsck_msdos" with "newfs -t msdos" and "fsck -t | Kenneth R Westerback |
2022-08-31 | Log copy of /ofwboot | Klemens Nanni |
2022-08-31 | Make installboot on landisk aware of a possible MBR on the disk, and in this | Miod Vallat |
2022-08-29 | softraid: make verbose messages -n/nowrite aware | Klemens Nanni |
2022-08-19 | Split -p into own synopsis | Klemens Nanni |
2022-08-15 | Add initial piece for softraid(4) support on arm64 | Klemens Nanni |
2022-02-03 | installboot(8): Adjustments for EFI platforms | Visa Hankala |
2022-02-03 | Rename armv7_installboot.c to efi_installboot.c. | Visa Hankala |
2022-02-02 | Add missing mode argument to open(2) with O_CREAT. | Visa Hankala |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-20 | Add -p option to "prepare" (newfs) a filesystem that will be used for | Mark Kettenis |
2021-06-27 | reuse armv7 installboot for riscv64 | Jonathan Gray |
2021-06-03 | typo | Theo de Raadt |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-06-02 | Add GPT support; stolen from i386_installboot.c. | Mark Kettenis |
2020-07-22 | force long-names on msdos filenames, so that folk can see pretty names | Theo de Raadt |
2020-07-19 | Should use ufs_args here after all. | Visa Hankala |
2020-07-18 | use correct structure for mounting, duh | Theo de Raadt |
2020-07-18 | Create grub.cfg file as required | Theo de Raadt |
2020-07-17 | Add powerpc64 support; straight copy from octeon. | Mark Kettenis |
2020-06-27 | convert macppc, octeon, and loongson to use MI installboot, removing | Theo de Raadt |
2020-06-08 | Provide clear errors when trying to install oversized boot loader | kn |
2020-03-09 | Recommit, now that we found out how to fix the BIOS related issues: go | Otto Moerbeek |
2020-03-07 | Revert previous, there are BIOS that do not like these changes. | Otto Moerbeek |
2020-02-28 | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. | Otto Moerbeek |