summaryrefslogtreecommitdiff
path: root/usr.sbin/syspatch
AgeCommit message (Expand)Author
2019-05-05For "unpriv -f file", chown file back to root once the command finishes,Antoine Jacoutot
2019-05-05Initialise variable.Antoine Jacoutot
2019-05-05Change variable name.Antoine Jacoutot
2019-04-26If we don't have a proper installurl, use cdn.openbsd.org.Antoine Jacoutot
2019-02-26Move release check up front.Antoine Jacoutot
2019-02-20Drop '-S' knob from install(1). It's the default and a no-op nowadays.Antoine Jacoutot
2019-01-21Don't return 1 if we rollback and there's no installed patches.Antoine Jacoutot
2019-01-21Warn user to reboot the machine when a new kernel is installed and let him knowAntoine Jacoutot
2019-01-16Exit for real as soon as we update ourself.Antoine Jacoutot
2018-10-28Properly handle symlinks.Antoine Jacoutot
2018-10-16Stop trying to remove /bsd.syspatch. That's ancient stuff that we don'tAntoine Jacoutot
2018-05-09Remove empty syspatch dir if we fail to extract.Antoine Jacoutot
2018-04-26Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.Antoine Jacoutot
2018-03-10Allow fetching syspatches from ftp.Antoine Jacoutot
2017-12-29Prevent syspatch from running and throw an error out if reorder_kernel isAntoine Jacoutot
2017-11-09/usr/share/compile -> /usr/share/relink/kernelAntoine Jacoutot
2017-10-13Don't check for mirror availability but directly try to fetch SHA256.sig. ThatAntoine Jacoutot
2017-10-12Simplify and explicitely state when we cannot access our mirror.Antoine Jacoutot
2017-10-12Loosen up installurl(5) check: it's OK to have a trailing slash.Antoine Jacoutot
2017-10-12Better error if installurl points to a local directory.Antoine Jacoutot
2017-10-12Don't return 1 if the syspatch release directory does not exist; it justAntoine Jacoutot
2017-08-29While failing to relink the kernel is not fatal to syspatch, we still needAntoine Jacoutot
2017-08-29Fix logic to not error out.Antoine Jacoutot
2017-08-28Inform the user when we are relinking the kernel.Antoine Jacoutot
2017-08-22Add support for KARL:Antoine Jacoutot
2017-08-17Set the automatically generated device variables as local to preventAntoine Jacoutot
2017-08-17Fix checkfs() when running an MP kernel.Antoine Jacoutot
2017-08-17Honor TMPDIR if it is set to prevent erroring in some setup.Antoine Jacoutot
2017-08-02Only run mtree if we install a patch.Antoine Jacoutot
2017-08-01For the kernel binpatches, only deal with /bsd. On MP machines we do haveAntoine Jacoutot
2017-07-30If syspatch is updating itself, exit after installing the new syspatch toAntoine Jacoutot
2017-07-30`-R' requires root privileges.Antoine Jacoutot
2017-07-22Cleanup previous release patches and backup kernel _before_ applying newAntoine Jacoutot
2017-07-04Detect upfront whether we have a particular set installed and if not, do *not*Antoine Jacoutot
2017-06-09Drop uneeded return from rollback_patch().Antoine Jacoutot
2017-06-09/etc/mtree/BSD.x11.dist is part of base, not X; so check forAntoine Jacoutot
2017-05-27When running from cron, the ftp(1) progress bar is not shown; that's all fineAntoine Jacoutot
2017-05-26Don't try to revert the same patch in a loop if it returns an error.Antoine Jacoutot
2017-05-26Fix logic.Antoine Jacoutot
2017-05-24Preserve the modification time when install(1)ing.Antoine Jacoutot
2017-05-24Don't fill up /tmp when installing or reverting multiple patches at once.Antoine Jacoutot
2017-05-24Also trap INT when reverting a patch.Antoine Jacoutot
2017-05-23Hide sh(1) error message when /etc/installurl does not exist; we alreadyAntoine Jacoutot
2017-05-23Only install /bsd.mp on SP machines if it's already there (a defaultAntoine Jacoutot
2017-05-23Shorten varname.Antoine Jacoutot
2017-05-18Don't pass `-m' to ftp(1). Instead let isatty() decide whether we display theAntoine Jacoutot
2017-05-17Tweak remote fs check.Antoine Jacoutot
2017-05-12Make sure we have a valid URL in /etc/installurl to prevent ending up stuck inAntoine Jacoutot
2017-05-09Document that patches are cumulative and as such it is not possible to installAntoine Jacoutot
2017-05-08Only test the mirror if it's remote (and not a local directory).Antoine Jacoutot