summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysupgrade (follow)
Commit message (Expand)AuthorAgeFilesLines
* We are no longer using the "keep" file as a flag.florian2020-06-171-3/+1
* Log the old kernel version before doing the upgrade. Makes it easierbenno2020-01-261-1/+2
* Simplify sets directory check and creation (/home/_syspatch).ajacoutot2019-12-011-13/+2
* revert previous, has not been thought throughflorian2019-11-241-2/+1
* Show the build date of the (about to be) fetched snapshot / release.florian2019-11-241-1/+2
* use the default URL when running fw_update, we can't guarantee that pkg_add willsthen2019-11-121-4/+2
* print the URL when sysupgrade fetches new sets, allowing time for a quick ^Csthen2019-11-111-1/+2
* Opportunisticly run fw_update before rebooting to run the upgrade.beck2019-11-101-1/+6
* Our version numbers goflorian2019-11-031-2/+6
* use ftp -N option; ok jcaderaadt2019-10-261-3/+3
* Tweak and sync comment.ajacoutot2019-10-201-2/+2
* Determine the OS version in a way that won't break after 9.9.tb2019-10-191-2/+2
* unpriv(): propagate error code to the caller instead of failing hard.ajacoutot2019-10-141-1/+4
* Document /auto_upgrade.conf.florian2019-10-031-5/+8
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-1/+2
* Let sysupgrade(8) handle cleanup of downloaded sets by filling inflorian2019-09-251-1/+8
* Let sysupgrade(8) create auto_upgrade.conf file in preparation offlorian2019-09-241-1/+8
* explain in a simpler way when the default is -r and when it is -s;schwarze2019-08-231-10/+4
* Try harder to have a complete /bsd.upgrade on disk.florian2019-06-211-4/+3
* Revert my recent sysupgrade changes; it broke unattended upgrades forajacoutot2019-05-141-25/+13
* Use the same heuristic as the installer to find a proper prefetch area for theajacoutot2019-05-131-13/+25
* tweak verbosity; ok ccardenas@naddy2019-05-101-4/+7
* Add a -k flag to keep the files in /home/_sysupgrade, since theynaddy2019-05-092-6/+14
* sysupgrade already verifies all sets, so eliminate redundantnaddy2019-05-091-7/+7
* It is not an error condition if no new snapshot is available.naddy2019-05-081-2/+3
* not do -> do not; ok jmc@otto2019-05-061-3/+3
* sentences start with capitals;jmc2019-05-051-6/+6
* oops, fix unpriv() argument handling; from install.subnaddy2019-05-041-4/+7
* * For "unpriv -f file", chown file back to root once the command finishes,naddy2019-05-041-6/+9
* Require root to run (still allow access to usage).ajacoutot2019-05-041-1/+3
* Rename -c to -s since the correct term is snapshot, not current. Alsoflorian2019-05-032-18/+30
* typo in previousian2019-05-031-2/+2
* sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's diff, whoian2019-05-032-6/+18
* Only fetch and upgrade if a new snapshot is available.florian2019-05-032-11/+22
* Install upgrade kernel with ln -f, as per kernel build. ok florian@ian2019-04-291-2/+2
* Quiet down signify, seeing all the OKs scroll by is not helping.florian2019-04-281-2/+4
* Fix default MIRROR.ajacoutot2019-04-261-2/+2
* do not re-verify the signature for each file when checking the old files,naddy2019-04-261-7/+8
* Use a different approach to determine the appropriate signing key:naddy2019-04-261-6/+11
* check owner and permission of download directoryflorian2019-04-261-3/+12
* Dt is uppercase;jmc2019-04-261-3/+3
* don't be overly specific in set selection and don't use an undefinednaddy2019-04-251-3/+4
* Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or aflorian2019-04-253-0/+225