summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2021-06-21syncTheo de Raadt
2021-06-19sync with riscv64.htmlJonathan Gray
2021-06-19syncTheo de Raadt
2021-06-19arm64 -> riscv64Jonathan Gray
2021-06-19bootaa64.efi -> bootriscv64.efiJonathan Gray
2021-06-19add riscv64 to allarchsJonathan Gray
2021-06-18syncTheo de Raadt
2021-06-18Provide directions on how to install UnmatchedDale Rahn
ok jsg@(with suggested improvements) mlarkin@
2021-06-18do not guess at MP support yet.Theo de Raadt
2021-06-18special is SMALLFlorian Obser
2021-06-18special is SMALLFlorian Obser
2021-06-17syncStuart Henderson
2021-06-14syncTheo de Raadt
2021-06-09Enable libexecinfo.mortimer
With some build plumbing help from jsg@ ok kettenis@ sthen@
2021-06-07Changing the default from (W)hole disk to (E)dit MBR wasn't enough to preventMark Kettenis
folks from shooting themselves in the foot. Make sure (W) can't be used if an "APFS ISC" is found on the disk. This is the most essential partition that is required for Apple M1 machines to boot. ok krw@, deraadt@
2021-06-06Use installboot(8) on arm64 ramdisks like we do for amd64.Mark Kettenis
ok krw@
2021-06-04machine/cpu.h requires a pre-include of sys/time.hTheo de Raadt
2021-06-03Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms".Mark Kettenis
Also recognize Apple "platforms" and change the default from "whole" to "edit" when installing on disk with a GPT on those. This should prevent users from accidentally overwriting essential partitions that are needed to boot those machines. ok deraadt@
2021-06-03Enable machdep.compatible on platforms that have it.Mark Kettenis
ok deraadt@
2021-06-03Recognize the Apple APFS GPT partition types seen on Apple M1 boxen.Kenneth R Westerback
ok kettenis@
2021-06-02syncTheo de Raadt
2021-06-01syncTheo de Raadt
2021-05-30Add initial support for installing on a disk with a GPT. Mostly taken fromMark Kettenis
amd64. This makes the installer recognize an OpenBSD partition such that the installation will proceed if such a partition is found. ok krw@, deraadt@
2021-05-30syncTheo de Raadt
2021-05-29syncTheo de Raadt
2021-05-27syncTheo de Raadt
2021-05-19Correct the library path for native build of ramdisks.Dale Rahn
2021-05-19enter new dirsTheo de Raadt
2021-05-19correct .PATHTheo de Raadt
2021-05-19resolvd and dhcpleased if ramdisks need themTheo de Raadt
2021-05-17Make more free inodes on luna88k bsd.rd.Kenji Aoyama
Free inodes of luna88k bsd.rd are insufficient when we want to install sets from another disk of the root disk. Make more inodes by specifying density=4096. Spotted by Anders Gavare, the author of GXemul. Thanks! ok deraadt@
2021-05-14move some files to match other archsJonathan Gray
ok deraadt@ drahn@
2021-05-14Riscv64 sets. Initial attempt.Dale Rahn
2021-05-14Fix bootloader name and riscv64 doesn't have bsd.mp yet.Dale Rahn
2021-05-14Adjust ramdisk generation for self hosting, remove cross bits.Dale Rahn
2021-05-12syncTheo Buehler
2021-05-11initial attempt at install*.imgTheo de Raadt
2021-05-10libexpat major bump to 13.0Alexander Bluhm
2021-05-10syncTheo Buehler
2021-05-05Add Radxa Rock Pi N10.Kurt Miller
2021-05-03remove old gcc/g++ binaries at update time; covers the most common caseStuart Henderson
where people will run into problems on amd64 now we don't build gcc. (the gcc-lib files are already removed by bsd.rd upgrades, and gcc/g++ don't work without them).
2021-05-02riscv64 initiall installation notes (more of a skeleton).Dale Rahn
2021-05-02disable base-gcc on amd64; ok jca@ deraadt@Christian Weisgerber
2021-05-01Retire OpenBSD/sgi.Visa Hankala
OK deraadt@
2021-05-01syncTheo de Raadt
2021-04-29syncTheo de Raadt
2021-04-28syncTheo de Raadt
2021-04-28syncTheo de Raadt
2021-04-28descend into riscv64 dirsJonathan Gray
ok deraadt@
2021-04-28syncPatrick Wildt