summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
2022-02-03installboot(8): Adjustments for EFI platformsVisa Hankala
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
2022-02-02Add missing mode argument to open(2) with O_CREAT.Visa Hankala
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-07-20Add -p option to "prepare" (newfs) a filesystem that will be used forMark Kettenis
2021-06-27reuse armv7 installboot for riscv64Jonathan Gray
2021-06-03typoTheo de Raadt
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-06-02Add GPT support; stolen from i386_installboot.c.Mark Kettenis
2020-07-22force long-names on msdos filenames, so that folk can see pretty namesTheo de Raadt
2020-07-19Should use ufs_args here after all.Visa Hankala
2020-07-18use correct structure for mounting, duhTheo de Raadt
2020-07-18Create grub.cfg file as requiredTheo de Raadt
2020-07-17Add powerpc64 support; straight copy from octeon.Mark Kettenis
2020-06-27convert macppc, octeon, and loongson to use MI installboot, removingTheo de Raadt
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-03-09Recommit, now that we found out how to fix the BIOS related issues: goOtto Moerbeek
2020-03-07Revert previous, there are BIOS that do not like these changes.Otto Moerbeek
2020-02-28Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem.Otto Moerbeek
2019-10-29don't print a blank line if no stage1 or stage2 aspectsTheo de Raadt
2019-09-02Fix copyright lines, the "one-inode file system" in i386_softraid.c is myOtto Moerbeek
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-13Revert last. Breaks landisk snap building for currently unknownKenneth R Westerback
2018-11-25Don't allow the bootstrap to overlap the start of the OpenBSD area ofKenneth R Westerback
2018-11-07avoid freeing r twice in error case; OK otto@miko
2018-09-01Remove 'overlap_allowance' parameter from bootstrap().Kenneth R Westerback
2018-07-03installboot: adapt fileprefix() to future realpath(3) behaviorJoshua Stein
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-06-04Malloc the superblock buffer to make sure that it is properly aligned.Christian Weisgerber
2017-05-07Add arm64 support.Mark Kettenis
2016-08-14Merge identical amd64 and i386 stanzas.Kenneth R Westerback
2016-07-20Use more compact idiom to select architecture dependent files to compile. NoKenneth R Westerback
2016-06-02Rename findmbrlinux() to findmbrfat(). This function was originallyJonathan Gray
2016-05-31Add support for armv7. Fix an error message in the i386 support beforeMark Kettenis
2016-05-23Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap andMark Kettenis
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-04-28Plug a couple of leaks of input buffers.Kenneth R Westerback
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-02-18sync() requires unistd.hTobias Ulmer
2016-01-15sync() needs unistd.hTobias Ulmer
2015-12-28Replace lseek/[read|write] with pread|pwrite.Kenneth R Westerback
2015-12-24Make gpt_chk_mbr() instances even more identicaller by alwaysKenneth R Westerback
2015-12-24Make all instances of gpt_chk_mbr() identical (bar static vsKenneth R Westerback
2015-12-24Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' toKenneth R Westerback
2015-12-20Remove unnecessary options:Robert Peichaer
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-01Steal code from kern/subr_disk.c to check for a protective MBR beforeKenneth R Westerback
2015-12-01aviion went awayTheo de Raadt
2015-12-01Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEKenneth R Westerback