Age | Commit message (Expand) | Author |
2024-10-25 | Add support for performing a sysupgrade from a path. This is convenient | Theo de Raadt |
2024-10-11 | The fw keys have been added to the signify key bundles. sysupgrade will | Theo de Raadt |
2024-10-07 | The two usual use cases are sysupgrade and sysupgrade -s, jumping | Theo de Raadt |
2024-09-25 | sysupgrade: add -R #.# to try to use a specific release version rather | Stuart Henderson |
2024-09-24 | Remove -r toggle and generally be less smart. | Florian Obser |
2024-06-19 | Better words for downloaded snap is older message. | Otto Moerbeek |
2024-06-18 | Use BUILDINFO to make sure we are not going backwards in time. | Florian Obser |
2024-06-08 | Do not enforce the next version key if installing a snapshot. | Florian Obser |
2023-10-12 | Remove default sets answer | Klemens Nanni |
2022-06-08 | Add a new option which allows to set an alternative base-directory to | Marcus Glocker |
2022-06-02 | When running sysupgrade on -stable move to the next release, not | Florian Obser |
2022-03-03 | Pick correct firmware directory. Read the target kernel version and use | sdk |
2022-02-11 | It's fw_update's job to say what went wrong. | Florian Obser |
2020-10-22 | ug_err() was renamed to err() in r1.41. A new ug_err call was added in | Theo Buehler |
2020-10-21 | Specify version with fw_update(1) | kn |
2020-10-08 | Fail on invalid installurl | kn |
2020-10-08 | Print usage to stderr, print error messages in errx(3) fashion | kn |
2020-09-05 | Use SETSDIR consistently. | Florian Obser |
2020-07-04 | Our old ksh(1) bug where eval()uating a || compound list would terminate the | Antoine Jacoutot |
2020-06-17 | We are no longer using the "keep" file as a flag. | Florian Obser |
2020-01-26 | Log the old kernel version before doing the upgrade. Makes it easier | Sebastian Benoit |
2019-12-01 | Simplify sets directory check and creation (/home/_syspatch). | Antoine Jacoutot |
2019-11-24 | revert previous, has not been thought through | Florian Obser |
2019-11-24 | Show the build date of the (about to be) fetched snapshot / release. | Florian Obser |
2019-11-12 | use the default URL when running fw_update, we can't guarantee that pkg_add will | Stuart Henderson |
2019-11-11 | print the URL when sysupgrade fetches new sets, allowing time for a quick ^C | Stuart Henderson |
2019-11-10 | Opportunisticly run fw_update before rebooting to run the upgrade. | Bob Beck |
2019-11-03 | Our version numbers go | Florian Obser |
2019-10-26 | use ftp -N option; ok jca | Theo de Raadt |
2019-10-20 | Tweak and sync comment. | Antoine Jacoutot |
2019-10-19 | Determine the OS version in a way that won't break after 9.9. | Theo Buehler |
2019-10-14 | unpriv(): propagate error code to the caller instead of failing hard. | Antoine Jacoutot |
2019-09-28 | Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor | Antoine Jacoutot |
2019-09-25 | Let sysupgrade(8) handle cleanup of downloaded sets by filling in | Florian Obser |
2019-09-24 | Let sysupgrade(8) create auto_upgrade.conf file in preparation of | Florian Obser |
2019-06-21 | Try harder to have a complete /bsd.upgrade on disk. | Florian Obser |
2019-05-14 | Revert my recent sysupgrade changes; it broke unattended upgrades for | Antoine Jacoutot |
2019-05-13 | Use the same heuristic as the installer to find a proper prefetch area for the | Antoine Jacoutot |
2019-05-10 | tweak verbosity; ok ccardenas@ | Christian Weisgerber |
2019-05-09 | Add a -k flag to keep the files in /home/_sysupgrade, since they | Christian Weisgerber |
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber |
2019-05-08 | It is not an error condition if no new snapshot is available. | Christian Weisgerber |
2019-05-04 | oops, fix unpriv() argument handling; from install.sub | Christian Weisgerber |
2019-05-04 | * For "unpriv -f file", chown file back to root once the command finishes, | Christian Weisgerber |
2019-05-04 | Require root to run (still allow access to usage). | Antoine Jacoutot |
2019-05-03 | Rename -c to -s since the correct term is snapshot, not current. Also | Florian Obser |
2019-05-03 | typo in previous | Ian Darwin |
2019-05-03 | sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's dif... | Ian Darwin |
2019-05-03 | Only fetch and upgrade if a new snapshot is available. | Florian Obser |
2019-04-29 | Install upgrade kernel with ln -f, as per kernel build. ok florian@ | Ian Darwin |