Age | Commit message (Expand) | Author |
2017-08-22 | Add support for KARL: | Antoine Jacoutot |
2017-08-17 | Set the automatically generated device variables as local to prevent | Antoine Jacoutot |
2017-08-17 | Fix checkfs() when running an MP kernel. | Antoine Jacoutot |
2017-08-17 | Honor TMPDIR if it is set to prevent erroring in some setup. | Antoine Jacoutot |
2017-08-02 | Only run mtree if we install a patch. | Antoine Jacoutot |
2017-08-01 | For the kernel binpatches, only deal with /bsd. On MP machines we do have | Antoine Jacoutot |
2017-07-30 | If syspatch is updating itself, exit after installing the new syspatch to | Antoine Jacoutot |
2017-07-30 | `-R' requires root privileges. | Antoine Jacoutot |
2017-07-22 | Cleanup previous release patches and backup kernel _before_ applying new | Antoine Jacoutot |
2017-07-04 | Detect upfront whether we have a particular set installed and if not, do *not* | Antoine Jacoutot |
2017-06-09 | Drop uneeded return from rollback_patch(). | Antoine Jacoutot |
2017-06-09 | /etc/mtree/BSD.x11.dist is part of base, not X; so check for | Antoine Jacoutot |
2017-05-27 | When running from cron, the ftp(1) progress bar is not shown; that's all fine | Antoine Jacoutot |
2017-05-26 | Don't try to revert the same patch in a loop if it returns an error. | Antoine Jacoutot |
2017-05-26 | Fix logic. | Antoine Jacoutot |
2017-05-24 | Preserve the modification time when install(1)ing. | Antoine Jacoutot |
2017-05-24 | Don't fill up /tmp when installing or reverting multiple patches at once. | Antoine Jacoutot |
2017-05-24 | Also trap INT when reverting a patch. | Antoine Jacoutot |
2017-05-23 | Hide sh(1) error message when /etc/installurl does not exist; we already | Antoine Jacoutot |
2017-05-23 | Only install /bsd.mp on SP machines if it's already there (a default | Antoine Jacoutot |
2017-05-23 | Shorten varname. | Antoine Jacoutot |
2017-05-18 | Don't pass `-m' to ftp(1). Instead let isatty() decide whether we display the | Antoine Jacoutot |
2017-05-17 | Tweak remote fs check. | Antoine Jacoutot |
2017-05-12 | Make sure we have a valid URL in /etc/installurl to prevent ending up stuck in | Antoine Jacoutot |
2017-05-09 | Document that patches are cumulative and as such it is not possible to install | Antoine Jacoutot |
2017-05-08 | Only test the mirror if it's remote (and not a local directory). | Antoine Jacoutot |
2017-05-05 | Add a `-R' switch that reverts all patches. | Antoine Jacoutot |
2017-05-04 | Expand comment and bump copyright while here. | Antoine Jacoutot |
2017-05-03 | Output explicit error messages for: | Antoine Jacoutot |
2017-05-03 | - Don't make an empty syspatch/ repo an error; having no available patch | Antoine Jacoutot |
2017-04-30 | Tweak error message when running on an unsupported release. | Antoine Jacoutot |
2017-04-08 | use .Em for emphasis, not .Pa | Ingo Schwarze |
2017-04-04 | Also remove non syspatch hidden files/dirs. | Antoine Jacoutot |
2017-03-31 | Be quiet in case /var/syspatch/ is empty and that there's no remote sig | Antoine Jacoutot |
2017-02-13 | Reverse output when installing a patch; it's more logical (first get, then | Antoine Jacoutot |
2017-02-07 | Ox on its own line; | Jason McIntyre |
2017-02-07 | Add installurl to FILES and SEE ALSO. | Antoine Jacoutot |
2017-01-30 | Drop empty line. | Antoine Jacoutot |
2017-01-26 | Remove unused _REL variable | Robert Peichaer |
2017-01-26 | Move setting _OSrev to immediately after verifying _KERNV and exit | Robert Peichaer |
2017-01-26 | No need to escape '.' in shell patterns - it has no special meaning. | Robert Peichaer |
2017-01-26 | Spacing and use arithmetic test | Robert Peichaer |
2017-01-19 | Simplify: bundle stripcom(). | Antoine Jacoutot |
2017-01-19 | /etc/mirror.conf -> /etc/installurl | Antoine Jacoutot |
2017-01-19 | ls_missing(): as a precaution, don't output anything on stdout when running | Antoine Jacoutot |
2017-01-19 | Use the _syspatch user. | Antoine Jacoutot |
2017-01-19 | Drop the _FETCH variable. It's useless, we are using ftp(1) specific options | Antoine Jacoutot |
2017-01-11 | Match what the installer does: | Antoine Jacoutot |
2017-01-11 | Drop FTP_KEEPALIVE, it's unused. | Antoine Jacoutot |
2016-12-31 | The syspatch test repo can now be accessed over https. | Antoine Jacoutot |