Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-03-24 | ensure the long-name version of ld is in the base set (rather than the | Theo de Raadt | |
comp set), as it is supposed to be hard-linked. found by Yoshihiro Kawamata | |||
2021-03-20 | SKIP_PROPOSAL has been ripped out in 2019 | kn | |
2021-03-19 | Remove libLLVM.so.2.0 on upgrade | kn | |
It is over a year old and corresponds to LLVM 8.0.0 after the "-msvr4-struct-return" ABI change; saves 47M (on amd64). OK deraadt | |||
2021-03-15 | spelling | Jonathan Gray | |
2021-03-12 | sync | Theo de Raadt | |
2021-03-12 | Emulate "[inet] autoconf" hostname.if(5) lines with "dhcp" | kn | |
With dhcpleased(8) in base, netstart(8) and ifconfig(8) understand both "autoconf" and "inet autoconf" lines in hostname.if(5) files to signal the new daemon. The installer however currently has only dhclient(8), hence manual upgrades with "[inet] autoconf" instead of "dhcp" in hostname.if files would fail to establish IPv4 connectivity. Make install.sub's netstart clone treat autoconf lines like old fashioned dhcp lines such users^Wearly testers of the new approach don't get stuck in nyetwork land. Note that this is only relevant for manual upgrades; installation always creates working hostname.if files and automated upgrades with sysupgrade(8) do not care about network/hostname.if files. Idea from deraadt OK deraadt krw ajacoutot | |||
2021-03-10 | Build install media with -fno-asynchronous-unwind-tables to further | Jonathan Gray | |
reduce size. Allows a clang 11 amd64 release to complete without overflowing the floppy image. ok kettenis@ deraadt@ | |||
2021-03-06 | sync | Theo de Raadt | |
2021-03-01 | sync for perl 5.32.1 | Andrew Fresh | |
2021-03-01 | sync | Theo de Raadt | |
2021-03-01 | sync | Theo de Raadt | |
2021-02-27 | sync | Theo de Raadt | |
2021-02-26 | sync; OK deraadt | Florian Obser | |
2021-02-26 | sync | Theo de Raadt | |
2021-02-24 | sync | Theo de Raadt | |
2021-02-24 | sync | Theo de Raadt | |
2021-02-24 | sync | Theo de Raadt | |
2021-02-23 | sync | Theo de Raadt | |
2021-02-23 | sync | Theo de Raadt | |
2021-02-23 | sync | Theo de Raadt | |
2021-02-21 | sync | Theo de Raadt | |
2021-02-20 | sync | Stuart Henderson | |