Age | Commit message (Expand) | Author |
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 |
2019-04-26 | Use a different approach to determine the appropriate signing key: | Christian Weisgerber |
2019-04-26 | check owner and permission of download directory | Florian Obser |
2019-04-26 | Dt is uppercase; | Jason McIntyre |
2019-04-25 | don't be overly specific in set selection and don't use an undefined | Christian Weisgerber |
2019-04-25 | Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or a | Florian Obser |