| Commit message (Expand) | Author | Age | Files | Lines |
* | ug_err() was renamed to err() in r1.41. A new ug_err call was added in |  tb | 2020-10-22 | 1 | -2/+2 |
* | Specify version with fw_update(1) |  kn | 2020-10-21 | 1 | -2/+4 |
* | Fail on invalid installurl |  kn | 2020-10-08 | 1 | -1/+3 |
* | Print usage to stderr, print error messages in errx(3) fashion |  kn | 2020-10-08 | 1 | -7/+9 |
* | Use SETSDIR consistently. |  florian | 2020-09-05 | 1 | -3/+3 |
* | Our old ksh(1) bug where eval()uating a || compound list would terminate the |  ajacoutot | 2020-07-04 | 1 | -4/+1 |
* | We are no longer using the "keep" file as a flag. |  florian | 2020-06-17 | 1 | -3/+1 |
* | Log the old kernel version before doing the upgrade. Makes it easier |  benno | 2020-01-26 | 1 | -1/+2 |
* | Simplify sets directory check and creation (/home/_syspatch). |  ajacoutot | 2019-12-01 | 1 | -13/+2 |
* | revert previous, has not been thought through |  florian | 2019-11-24 | 1 | -2/+1 |
* | Show the build date of the (about to be) fetched snapshot / release. |  florian | 2019-11-24 | 1 | -1/+2 |
* | use the default URL when running fw_update, we can't guarantee that pkg_add will |  sthen | 2019-11-12 | 1 | -4/+2 |
* | print the URL when sysupgrade fetches new sets, allowing time for a quick ^C |  sthen | 2019-11-11 | 1 | -1/+2 |
* | Opportunisticly run fw_update before rebooting to run the upgrade. |  beck | 2019-11-10 | 1 | -1/+6 |
* | Our version numbers go |  florian | 2019-11-03 | 1 | -2/+6 |
* | use ftp -N option; ok jca |  deraadt | 2019-10-26 | 1 | -3/+3 |
* | Tweak and sync comment. |  ajacoutot | 2019-10-20 | 1 | -2/+2 |
* | Determine the OS version in a way that won't break after 9.9. |  tb | 2019-10-19 | 1 | -2/+2 |
* | unpriv(): propagate error code to the caller instead of failing hard. |  ajacoutot | 2019-10-14 | 1 | -1/+4 |
* | Document /auto_upgrade.conf. |  florian | 2019-10-03 | 1 | -5/+8 |
* | Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor |  ajacoutot | 2019-09-28 | 1 | -1/+2 |
* | Let sysupgrade(8) handle cleanup of downloaded sets by filling in |  florian | 2019-09-25 | 1 | -1/+8 |
* | Let sysupgrade(8) create auto_upgrade.conf file in preparation of |  florian | 2019-09-24 | 1 | -1/+8 |
* | explain in a simpler way when the default is -r and when it is -s; |  schwarze | 2019-08-23 | 1 | -10/+4 |
* | Try harder to have a complete /bsd.upgrade on disk. |  florian | 2019-06-21 | 1 | -4/+3 |
* | Revert my recent sysupgrade changes; it broke unattended upgrades for |  ajacoutot | 2019-05-14 | 1 | -25/+13 |
* | Use the same heuristic as the installer to find a proper prefetch area for the |  ajacoutot | 2019-05-13 | 1 | -13/+25 |
* | tweak verbosity; ok ccardenas@ |  naddy | 2019-05-10 | 1 | -4/+7 |
* | Add a -k flag to keep the files in /home/_sysupgrade, since they |  naddy | 2019-05-09 | 2 | -6/+14 |
* | sysupgrade already verifies all sets, so eliminate redundant |  naddy | 2019-05-09 | 1 | -7/+7 |
* | It is not an error condition if no new snapshot is available. |  naddy | 2019-05-08 | 1 | -2/+3 |
* | not do -> do not; ok jmc@ |  otto | 2019-05-06 | 1 | -3/+3 |
* | sentences start with capitals; |  jmc | 2019-05-05 | 1 | -6/+6 |
* | oops, fix unpriv() argument handling; from install.sub |  naddy | 2019-05-04 | 1 | -4/+7 |
* | * For "unpriv -f file", chown file back to root once the command finishes, |  naddy | 2019-05-04 | 1 | -6/+9 |
* | Require root to run (still allow access to usage). |  ajacoutot | 2019-05-04 | 1 | -1/+3 |
* | Rename -c to -s since the correct term is snapshot, not current. Also |  florian | 2019-05-03 | 2 | -18/+30 |
* | typo in previous |  ian | 2019-05-03 | 1 | -2/+2 |
* | sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's diff, who |  ian | 2019-05-03 | 2 | -6/+18 |
* | Only fetch and upgrade if a new snapshot is available. |  florian | 2019-05-03 | 2 | -11/+22 |
* | Install upgrade kernel with ln -f, as per kernel build. ok florian@ |  ian | 2019-04-29 | 1 | -2/+2 |
* | Quiet down signify, seeing all the OKs scroll by is not helping. |  florian | 2019-04-28 | 1 | -2/+4 |
* | Fix default MIRROR. |  ajacoutot | 2019-04-26 | 1 | -2/+2 |
* | do not re-verify the signature for each file when checking the old files, |  naddy | 2019-04-26 | 1 | -7/+8 |
* | Use a different approach to determine the appropriate signing key: |  naddy | 2019-04-26 | 1 | -6/+11 |
* | check owner and permission of download directory |  florian | 2019-04-26 | 1 | -3/+12 |
* | Dt is uppercase; |  jmc | 2019-04-26 | 1 | -3/+3 |
* | don't be overly specific in set selection and don't use an undefined |  naddy | 2019-04-25 | 1 | -3/+4 |
* | Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or a |  florian | 2019-04-25 | 3 | -0/+225 |