Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-11 | sync | Theo de Raadt | |
2024-07-11 | sync | Theo de Raadt | |
2024-07-10 | sync | Theo de Raadt | |
2024-07-10 | sync | Theo Buehler | |
2024-07-09 | Removing 'softdep' options from fstab entries during upgrade is no longer | Kenneth R Westerback | |
necessary as 'softdep' is now a no-op. ok beck@ sthen@ | |||
2024-07-02 | sync | Theo de Raadt | |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt | |
was replaced a while ago. ok tb | |||
2024-06-30 | delete dhclient(8). ipv4 dhcp leases have been acquired by the | Theo de Raadt | |
always-running-in-background dhcpleased(8) for a while, which is activated per-interface with "ifconfig $if autoconf', or "ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while, so everyone has moved to the dhcpleased(8) method ok florian | |||
2024-06-24 | Studio -> Mac Studio; from Bryan Vyhmeister | Jonathan Gray | |
2024-06-18 | grow the iso again | Theo de Raadt | |
2024-06-15 | Install BUILDINFO if available. | Florian Obser | |
We already keep /var/db/installed.SHA256 for sysupgrade(8) as a cheap check to not install the same snapshot over and over again. With /mnt/var/db/installed.BUILDINFO we can ensure that we are not installing an older snapshot over a newer snapshot. Intentionally not yet committing the sysupgrade(8) bits so that we exercise the sysupgrade(8) / install.sub interaction as it will happen during the 7.5 -> 7.6 transition. I.e. a newer install.sub getting installed by an older sysupgrade(8). deraadt@ likes it. | |||
2024-06-09 | include BUILDINFO file in the iso/img files; requested by florian for ↵ | Theo de Raadt | |
sysupgrade changes | |||
2024-06-06 | sync | Florian Obser | |
2024-06-03 | sort | Theo de Raadt | |
2024-06-03 | sync | Florian Obser | |
2024-06-02 | Grow amd64 install*.{iso,img} because -fret-clean *.tgz sets are a tiny | Theo de Raadt | |
bit bigger. | |||
2024-06-02 | Due to growth we can't allow -fret-clean behaviour in distrib/special, | Theo de Raadt | |
so use COPTS+=-fno-ret-clean | |||
2024-06-02 | sync | Florian Obser | |
2024-05-30 | sync | Theo Buehler | |
2024-05-27 | sync | Theo de Raadt | |
2024-05-24 | sync | Theo de Raadt | |
2024-05-24 | sync | Theo de Raadt | |
2024-05-18 | sync libc bump | Theo Buehler | |
2024-05-17 | sync | Theo de Raadt | |
2024-05-15 | sync | Theo de Raadt | |
2024-05-14 | Update sets lists for perl 5.38.2 | Andrew Fresh | |
2024-05-12 | Rerun installboot(8) after fw_update(8) to pick up Apple boot firmware | Klemens Nanni | |
Firmware is fetched after bootstraps are installed, i.e. on fresh installs apple-boot is not there yet when installboot ought to place it onto the EFI System Partition. Rerun --only on Apple silicon-- to replace Asahi u-boot and boot straight into ours, nicely visible my different logo. Input sthen deraadt | |||
2024-05-12 | sync | Theo Buehler | |
2024-05-07 | sync | Omar Polo | |
2024-05-07 | sync | Theo de Raadt | |
2024-04-29 | Turn efi(4/arm64) into MI efi(4), sync with reality; OK kettenis | Klemens Nanni | |
2024-04-29 | install accidentally dropped tput(1) man page again | Christian Weisgerber | |
2024-04-28 | sync | Theo de Raadt | |
2024-04-25 | sync | Theo Buehler | |
2024-04-23 | Sync the supported hardware list with arm64.html. | Frederic Cambus | |
2024-04-17 | sync | Theo Buehler | |
2024-04-17 | Use $_disk consistently over $1 in md_installboot(); no functional change | Klemens Nanni | |
Somehow I did not amend those right away when adding local _disk in r1.43 | |||
2024-04-15 | sync libressl bump | Theo Buehler | |
2024-04-15 | sync libc bump | Theo Buehler | |
2024-04-09 | Remove the "cubie" miniroot. There are far more popular armv7 boards | Mark Kettenis | |
with Allwinner SoCs and the presence of this particular miniroot is making it hard to update U-Boot. ok jsg@ | |||
2024-04-03 | sync | Theo de Raadt | |
2024-04-01 | sync | Theo de Raadt | |
2024-04-01 | sync | Theo de Raadt | |
2024-03-29 | sync | Theo de Raadt | |
2024-03-16 | Move RPKI Trust Anchor constraints from etc set to base | Job Snijders | |
The cadence of updates being applied to the RPKI Trust Anchor constraints seems sufficiently low, while the required understanding of context to make educated decisions quite high, so centralized coordination of updates through tech@openbsd.org is more appropriate. requested by & OK deraadt@, OK tb@ | |||
2024-03-15 | Backout "Move code into new stop_watchdog()" | Klemens Nanni | |
An upgrade stalled on me, either my testing was flawed or my diff is... Having stop_watchdog() is fine, but calling it in a different place has is apparently too subtle for me to get right. | |||
2024-03-15 | Move code into new stop_watchdog() | Klemens Nanni | |
We have {reset,start}_watchdog() which are only used in unattended upgrade code, but stopping the background timer is done inline for all upgrades, incl. interactive ones. Relocate it out of the very end of do_upgrade() right after its only caller and limit it to unattended upgrades to match where/how the timer is started. OK afresh1 | |||
2024-03-06 | sync | Theo Buehler | |
2024-03-05 | prune clang13 libLLVM; OK sthen | Klemens Nanni | |
2024-03-05 | sync | Theo Buehler | |