summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syspatch/syspatch.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* /bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes fromajacoutot2016-11-161-3/+3
| | | | | and less prone to conflict. Simplify ls_installed while here.
* Small wording tweak and a couple of fixes from jmc@ajacoutot2016-11-151-5/+5
|
* Extend documentation a bit. It'll probably need some adjustments soon.ajacoutot2016-11-101-3/+21
|
* Simplify.ajacoutot2016-11-081-3/+3
|
* rollback -> revert where it makes sense.ajacoutot2016-11-031-4/+4
|
* apply_patches should not take any arguments.ajacoutot2016-09-101-3/+3
| | | | Few tweaks while here.
* Minimal man page.ajacoutot2016-09-071-3/+16
|
* syspatch goal is not to act as a package manager but to sync the system to theajacoutot2016-09-071-3/+3
| | | | | | | | corresponding stable. So prevent rollbacking a specific binpatch but instead always rollback the latest one. It's the only way we can know the system is consistent. discussed with halex@ jasper@ robert@
* No need to install the /var/syspatch/$REL directory, the binpatch does it for us.ajacoutot2016-09-051-1/+2
| | | | | | Put /var/syspatch into a variable, it's used more than 10 times. prodded by robert@
* Welcome syspatch(8), a binary patch management utility for the base system.ajacoutot2016-09-051-0/+37
This is currently a POC, maybe it will become something, maybe not. Therefore it will not be hooked to the build before we are happy with it. Workflow would be something like: - fetch and verify signed tarballs containing the patched binaries from a mirror - create a rollback tarball of the files we are about to replace - extract and install the patched files *** BIG FAT RED DISCLAIMER *** This is very much WIP, it does *NOT* work, don't bikeshed, don't use it! "get it in" deraadt@