summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2024-07-11syncTheo de Raadt
2024-07-11syncTheo de Raadt
2024-07-10syncTheo de Raadt
2024-07-10syncTheo Buehler
2024-07-09Removing 'softdep' options from fstab entries during upgrade is no longerKenneth R Westerback
necessary as 'softdep' is now a no-op. ok beck@ sthen@
2024-07-02syncTheo de Raadt
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
was replaced a while ago. ok tb
2024-06-30delete dhclient(8). ipv4 dhcp leases have been acquired by theTheo 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-24Studio -> Mac Studio; from Bryan VyhmeisterJonathan Gray
2024-06-18grow the iso againTheo de Raadt
2024-06-15Install 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-09include BUILDINFO file in the iso/img files; requested by florian for ↵Theo de Raadt
sysupgrade changes
2024-06-06syncFlorian Obser
2024-06-03sortTheo de Raadt
2024-06-03syncFlorian Obser
2024-06-02Grow amd64 install*.{iso,img} because -fret-clean *.tgz sets are a tinyTheo de Raadt
bit bigger.
2024-06-02Due to growth we can't allow -fret-clean behaviour in distrib/special,Theo de Raadt
so use COPTS+=-fno-ret-clean
2024-06-02syncFlorian Obser
2024-05-30syncTheo Buehler
2024-05-27syncTheo de Raadt
2024-05-24syncTheo de Raadt
2024-05-24syncTheo de Raadt
2024-05-18sync libc bumpTheo Buehler
2024-05-17syncTheo de Raadt
2024-05-15syncTheo de Raadt
2024-05-14Update sets lists for perl 5.38.2Andrew Fresh
2024-05-12Rerun installboot(8) after fw_update(8) to pick up Apple boot firmwareKlemens 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-12syncTheo Buehler
2024-05-07syncOmar Polo
2024-05-07syncTheo de Raadt
2024-04-29Turn efi(4/arm64) into MI efi(4), sync with reality; OK kettenisKlemens Nanni
2024-04-29install accidentally dropped tput(1) man page againChristian Weisgerber
2024-04-28syncTheo de Raadt
2024-04-25syncTheo Buehler
2024-04-23Sync the supported hardware list with arm64.html.Frederic Cambus
2024-04-17syncTheo Buehler
2024-04-17Use $_disk consistently over $1 in md_installboot(); no functional changeKlemens Nanni
Somehow I did not amend those right away when adding local _disk in r1.43
2024-04-15sync libressl bumpTheo Buehler
2024-04-15sync libc bumpTheo Buehler
2024-04-09Remove the "cubie" miniroot. There are far more popular armv7 boardsMark Kettenis
with Allwinner SoCs and the presence of this particular miniroot is making it hard to update U-Boot. ok jsg@
2024-04-03syncTheo de Raadt
2024-04-01syncTheo de Raadt
2024-04-01syncTheo de Raadt
2024-03-29syncTheo de Raadt
2024-03-16Move RPKI Trust Anchor constraints from etc set to baseJob 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-15Backout "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-15Move 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-06syncTheo Buehler
2024-03-05prune clang13 libLLVM; OK sthenKlemens Nanni
2024-03-05syncTheo Buehler