Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | Use 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-03 | Enable machdep.compatible on platforms that have it. | Mark Kettenis | |
ok deraadt@ | |||
2021-06-03 | Recognize the Apple APFS GPT partition types seen on Apple M1 boxen. | Kenneth R Westerback | |
ok kettenis@ | |||
2021-06-02 | sync | Theo de Raadt | |
2021-06-01 | sync | Theo de Raadt | |
2021-05-30 | Add initial support for installing on a disk with a GPT. Mostly taken from | Mark 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-30 | sync | Theo de Raadt | |
2021-05-29 | sync | Theo de Raadt | |
2021-05-27 | sync | Theo de Raadt | |
2021-05-19 | Correct the library path for native build of ramdisks. | Dale Rahn | |
2021-05-19 | enter new dirs | Theo de Raadt | |
2021-05-19 | correct .PATH | Theo de Raadt | |
2021-05-19 | resolvd and dhcpleased if ramdisks need them | Theo de Raadt | |
2021-05-17 | Make 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-14 | move some files to match other archs | Jonathan Gray | |
ok deraadt@ drahn@ | |||
2021-05-14 | Riscv64 sets. Initial attempt. | Dale Rahn | |
2021-05-14 | Fix bootloader name and riscv64 doesn't have bsd.mp yet. | Dale Rahn | |
2021-05-14 | Adjust ramdisk generation for self hosting, remove cross bits. | Dale Rahn | |
2021-05-12 | sync | Theo Buehler | |
2021-05-11 | initial attempt at install*.img | Theo de Raadt | |
2021-05-10 | libexpat major bump to 13.0 | Alexander Bluhm | |
2021-05-10 | sync | Theo Buehler | |
2021-05-05 | Add Radxa Rock Pi N10. | Kurt Miller | |
2021-05-03 | remove old gcc/g++ binaries at update time; covers the most common case | Stuart 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-02 | riscv64 initiall installation notes (more of a skeleton). | Dale Rahn | |
2021-05-02 | disable base-gcc on amd64; ok jca@ deraadt@ | Christian Weisgerber | |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala | |
OK deraadt@ | |||
2021-05-01 | sync | Theo de Raadt | |
2021-04-29 | sync | Theo de Raadt | |
2021-04-28 | sync | Theo de Raadt | |
2021-04-28 | sync | Theo de Raadt | |
2021-04-28 | descend into riscv64 dirs | Jonathan Gray | |
ok deraadt@ | |||
2021-04-28 | sync | Patrick Wildt | |
2021-04-28 | sync | Patrick Wildt | |
2021-04-27 | Riscv64 distrib pieces to buld ramdisk | Dale Rahn | |
Copied from arm64 with minimal changes. ok deraadt@ | |||
2021-04-24 | sync | Theo de Raadt | |
2021-04-17 | Adjust Raspberry Pi installation instructions, direct users towards the | Stuart Henderson | |
U-Boot based method primarily, though keep a quick mention of the UEFI firmware (U-Boot method not working on Pi400 currently whereas UEFI sort-of works). Add some notes about framebuffer consoles, they do work on RPi these days but there are still some rough edges. | |||
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart Henderson | |
U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others) and firmware for Raspberry Pi 4. This allows the same installation method as used on Raspberry Pi 3 without separate UEFI firmware (although UEFI can still be used). Help from kettenis@ jsg@ deraadt@ | |||
2021-04-14 | handle obj dir | Theo de Raadt | |
2021-04-13 | spacing | Theo de Raadt | |
2021-04-13 | construct an octeon installXX.img file | Theo de Raadt | |
2021-04-13 | handle iso dir | Theo de Raadt | |
2021-04-11 | Create a sparc64 install*.img file also | Theo de Raadt | |
tested by kettenis | |||
2021-04-11 | vnconfig is run without a label-type (install360), because in-Makefile | Theo de Raadt | |
scripting calculates msdos+ffs layout, so FSTYPE= is not neccessary. | |||
2021-04-11 | sync | Theo de Raadt | |
2021-04-10 | build arm64 install*.img | Theo de Raadt | |
requested by kettenis, first testing by kn | |||
2021-04-08 | sync | Theo de Raadt | |
2021-03-31 | sync | Theo Buehler | |
2021-03-29 | Install apm(8) and and apmd(8) under MI MANPATH | kn | |
powerpc64 was lacking manual pages; instead of shipping yet another identical MD manual, merge them under MI MANPATH as usual. Input OK deraadt | |||
2021-03-26 | Resync the supported hardware list with armv7.html, suggested by, | Darren Tucker | |
corrections and ok jsg@. This replaces the obsolete list of boards and their supported devices with the current list of supported boards only, similar to arm64. |