index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
syspatch
Age
Commit message (
Expand
)
Author
2023-12-13
Match what reorder_kernel is doing and use kern.osversion to find out whether
Antoine Jacoutot
2020-12-07
When asking to install patches and none are available, return 2.
Antoine Jacoutot
2020-10-27
Check that SHA256.sig has at least three lines
Theo Buehler
2020-10-08
Print usage to stderr, print error messages in errx(3) fashion
kn
2020-07-25
Add a EXIT STATUS section
solene
2020-07-18
set -/+o pipefail around the magic loop in ls_missing() so that we can properly
Antoine Jacoutot
2020-07-04
Our old ksh(1) bug where eval()uating a || compound list would terminate the
Antoine Jacoutot
2020-07-04
Small XXX.
Antoine Jacoutot
2020-05-24
Relax the filename checks to allow dashes as well. Starting with
Theo Buehler
2020-05-16
Simplify: _BSDMP was only used once.
Antoine Jacoutot
2019-12-10
Just output a generic error message:
Antoine Jacoutot
2019-11-10
Drop non existent vars.
Antoine Jacoutot
2019-10-26
Wrap long lines.
Antoine Jacoutot
2019-10-26
use ftp -N option; ok jca
Theo de Raadt
2019-10-25
Retracted a bit too much.
Antoine Jacoutot
2019-10-23
retract 1.151, now that ftp reports the failing url itself.
Theo de Raadt
2019-10-20
Tweak and sync comment.
Antoine Jacoutot
2019-10-19
Determine the OS version in a way that won't break after 9.9.
Theo Buehler
2019-10-14
Better error message when we fail to fetch SHA256.sig.
Antoine Jacoutot
2019-09-28
Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor
Antoine Jacoutot
2019-07-07
Tell user to look at manually running /usr/libexec/reorder_kernel in case
Antoine Jacoutot
2019-06-15
"If any sets are missing, patches are skipped accordingly."
Antoine Jacoutot
2019-05-05
For "unpriv -f file", chown file back to root once the command finishes,
Antoine Jacoutot
2019-05-05
Initialise variable.
Antoine Jacoutot
2019-05-05
Change variable name.
Antoine Jacoutot
2019-04-26
If we don't have a proper installurl, use cdn.openbsd.org.
Antoine Jacoutot
2019-02-26
Move release check up front.
Antoine Jacoutot
2019-02-20
Drop '-S' knob from install(1). It's the default and a no-op nowadays.
Antoine Jacoutot
2019-01-21
Don't return 1 if we rollback and there's no installed patches.
Antoine Jacoutot
2019-01-21
Warn user to reboot the machine when a new kernel is installed and let him know
Antoine Jacoutot
2019-01-16
Exit for real as soon as we update ourself.
Antoine Jacoutot
2018-10-28
Properly handle symlinks.
Antoine Jacoutot
2018-10-16
Stop trying to remove /bsd.syspatch. That's ancient stuff that we don't
Antoine Jacoutot
2018-05-09
Remove empty syspatch dir if we fail to extract.
Antoine Jacoutot
2018-04-26
Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.
Antoine Jacoutot
2018-03-10
Allow fetching syspatches from ftp.
Antoine Jacoutot
2017-12-29
Prevent syspatch from running and throw an error out if reorder_kernel is
Antoine Jacoutot
2017-11-09
/usr/share/compile -> /usr/share/relink/kernel
Antoine Jacoutot
2017-10-13
Don't check for mirror availability but directly try to fetch SHA256.sig. That
Antoine Jacoutot
2017-10-12
Simplify and explicitely state when we cannot access our mirror.
Antoine Jacoutot
2017-10-12
Loosen up installurl(5) check: it's OK to have a trailing slash.
Antoine Jacoutot
2017-10-12
Better error if installurl points to a local directory.
Antoine Jacoutot
2017-10-12
Don't return 1 if the syspatch release directory does not exist; it just
Antoine Jacoutot
2017-08-29
While failing to relink the kernel is not fatal to syspatch, we still need
Antoine Jacoutot
2017-08-29
Fix logic to not error out.
Antoine Jacoutot
2017-08-28
Inform the user when we are relinking the kernel.
Antoine Jacoutot
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
[next]