Age | Commit message (Expand) | Author |
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 |
2021-11-08 | Rename/move site(8) into install.site(5) | Klemens Nanni |
2021-11-06 | Add site(8), OpenBSD installation and upgrade customization | Klemens Nanni |
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-10-03 | Document /auto_upgrade.conf. | Florian Obser |
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-08-23 | explain in a simpler way when the default is -r and when it is -s; | Ingo Schwarze |
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-06 | not do -> do not; ok jmc@ | Otto Moerbeek |
2019-05-05 | sentences start with capitals; | Jason McIntyre |
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 |
2019-04-28 | Quiet down signify, seeing all the OKs scroll by is not helping. | Florian Obser |
2019-04-26 | Fix default MIRROR. | Antoine Jacoutot |
2019-04-26 | do not re-verify the signature for each file when checking the old files, | Christian Weisgerber |