Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-03-05 | sync | Theo Buehler | |
2024-03-04 | sync | Theo Buehler | |
2024-03-03 | snc | Theo de Raadt | |
2024-03-02 | sync | Theo de Raadt | |
2024-03-02 | sync (lh_stats.3 removal) | Theo Buehler | |
2024-03-02 | sync (libressl major, gost.h removal) | Theo Buehler | |
2024-03-02 | list install.img in contents where it is built | Jonathan Gray | |
landry@ noted it wasn't in arm64 contents | |||
2024-03-02 | sync | Theo de Raadt | |
2024-02-29 | An empty file /var/account/acct in etc.tgz simplifies accounting. | Alexander Bluhm | |
OK deraadt@ | |||
2024-02-24 | sync | Theo de Raadt | |
2024-02-22 | sync | Theo de Raadt | |
2024-02-21 | sync | Theo de Raadt | |
2024-02-20 | +openbsd-76-fw.pub | Stuart Henderson | |
2024-02-19 | Avoid passphrase in temporary file | Klemens Nanni | |
bioctl(8) uses readpassphrase(3) RPP_REQUITE_TTY, so always pass stdin, but only use it over TTY with -s in unattended mode. Prodding afresh1 sthen "much better" sthen | |||
2024-02-18 | sync | Theo Buehler | |
2024-02-18 | sync | Theo de Raadt | |
2024-02-17 | sync | Christian Weisgerber | |
2024-02-17 | sync | Theo de Raadt | |
2024-02-15 | sync | Theo de Raadt | |
2024-02-11 | Enable disk encryption in unattended installations | Klemens Nanni | |
Interactively keeps using bioctl(8)'s own prompt, in unattended mode ask_passphrase() ensures non-empty responses or fails. Unlike user passwords, autoinstall(8) only supports plaintext passphrases: Encrypt the root disk with a (p)assphrase or (k)eydisk = passphrase New passphrase = secret Make sure to trust the install network or use a pre-configured key disk: Encrypt the root disk with a (p)assphrase or (k)eydisk = keydisk Which disk contains the key disk = sd2 Which sd2 partition is the key disk = a initial diff from Chris Narkiewicz OK afresh1 Feedback sthen | |||
2024-02-11 | libexpat minor bump to 14.1 | Alexander Bluhm | |
2024-02-10 | grow arm64 iso media again | Theo de Raadt | |