summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syspatch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relax the filename checks to allow dashes as well. Starting withtb2020-05-241-4/+4
* Simplify: _BSDMP was only used once.ajacoutot2020-05-161-4/+4
* Just output a generic error message:ajacoutot2019-12-101-4/+4
* Drop non existent vars.ajacoutot2019-11-101-2/+2
* Wrap long lines.ajacoutot2019-10-261-6/+7
* use ftp -N option; ok jcaderaadt2019-10-261-4/+4
* Retracted a bit too much.ajacoutot2019-10-251-2/+3
* retract 1.151, now that ftp reports the failing url itself.deraadt2019-10-231-4/+2
* 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
* Better error message when we fail to fetch SHA256.sig.ajacoutot2019-10-141-8/+12
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-1/+2
* Tell user to look at manually running /usr/libexec/reorder_kernel in caseajacoutot2019-07-071-4/+4
* "If any sets are missing, patches are skipped accordingly."ajacoutot2019-06-151-2/+3
* For "unpriv -f file", chown file back to root once the command finishes,ajacoutot2019-05-051-3/+7
* Initialise variable.ajacoutot2019-05-051-2/+2
* Change variable name.ajacoutot2019-05-051-21/+21
* If we don't have a proper installurl, use cdn.openbsd.org.ajacoutot2019-04-261-2/+2
* Move release check up front.ajacoutot2019-02-261-6/+6
* Drop '-S' knob from install(1). It's the default and a no-op nowadays.ajacoutot2019-02-201-2/+2
* Don't return 1 if we rollback and there's no installed patches.ajacoutot2019-01-211-2/+2
* Warn user to reboot the machine when a new kernel is installed and let him knowajacoutot2019-01-211-2/+6
* Exit for real as soon as we update ourself.ajacoutot2019-01-161-3/+3
* Properly handle symlinks.ajacoutot2018-10-281-5/+9
* Stop trying to remove /bsd.syspatch. That's ancient stuff that we don'tajacoutot2018-10-161-3/+1
* Remove empty syspatch dir if we fail to extract.ajacoutot2018-05-091-2/+3
* Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.ajacoutot2018-04-261-2/+2
* Allow fetching syspatches from ftp.ajacoutot2018-03-101-2/+2
* Prevent syspatch from running and throw an error out if reorder_kernel isajacoutot2017-12-291-1/+3
* /usr/share/compile -> /usr/share/relink/kernelajacoutot2017-11-091-5/+5
* Don't check for mirror availability but directly try to fetch SHA256.sig. Thatajacoutot2017-10-131-10/+3
* Simplify and explicitely state when we cannot access our mirror.ajacoutot2017-10-121-6/+5
* Loosen up installurl(5) check: it's OK to have a trailing slash.ajacoutot2017-10-121-2/+2
* Better error if installurl points to a local directory.ajacoutot2017-10-121-3/+4
* Don't return 1 if the syspatch release directory does not exist; it justajacoutot2017-10-121-4/+6
* While failing to relink the kernel is not fatal to syspatch, we still needajacoutot2017-08-291-14/+26
* Fix logic to not error out.ajacoutot2017-08-291-3/+3
* Inform the user when we are relinking the kernel.ajacoutot2017-08-281-2/+8
* Add support for KARL:ajacoutot2017-08-222-77/+33
* Set the automatically generated device variables as local to preventajacoutot2017-08-171-3/+4
* Fix checkfs() when running an MP kernel.ajacoutot2017-08-171-7/+11
* Honor TMPDIR if it is set to prevent erroring in some setup.ajacoutot2017-08-171-2/+2
* Only run mtree if we install a patch.ajacoutot2017-08-021-4/+6
* For the kernel binpatches, only deal with /bsd. On MP machines we do haveajacoutot2017-08-011-27/+17
* If syspatch is updating itself, exit after installing the new syspatch toajacoutot2017-07-301-2/+6
* `-R' requires root privileges.ajacoutot2017-07-301-2/+2
* Cleanup previous release patches and backup kernel _before_ applying newajacoutot2017-07-221-7/+7
* Detect upfront whether we have a particular set installed and if not, do *not*ajacoutot2017-07-041-8/+10
* Drop uneeded return from rollback_patch().ajacoutot2017-06-091-2/+2
* /etc/mtree/BSD.x11.dist is part of base, not X; so check forajacoutot2017-06-091-6/+5