index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
syspatch
/
syspatch.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When asking to install patches and none are available, return 2.
ajacoutot
2020-12-07
1
-1
/
+2
*
Check that SHA256.sig has at least three lines
tb
2020-10-27
1
-2
/
+2
*
Print usage to stderr, print error messages in errx(3) fashion
kn
2020-10-08
1
-14
/
+16
*
set -/+o pipefail around the magic loop in ls_missing() so that we can properly
ajacoutot
2020-07-18
1
-8
/
+12
*
Our old ksh(1) bug where eval()uating a || compound list would terminate the
ajacoutot
2020-07-04
1
-4
/
+1
*
Small XXX.
ajacoutot
2020-07-04
1
-1
/
+2
*
Relax the filename checks to allow dashes as well. Starting with
tb
2020-05-24
1
-4
/
+4
*
Simplify: _BSDMP was only used once.
ajacoutot
2020-05-16
1
-4
/
+4
*
Just output a generic error message:
ajacoutot
2019-12-10
1
-4
/
+4
*
Drop non existent vars.
ajacoutot
2019-11-10
1
-2
/
+2
*
Wrap long lines.
ajacoutot
2019-10-26
1
-6
/
+7
*
use ftp -N option; ok jca
deraadt
2019-10-26
1
-4
/
+4
*
Retracted a bit too much.
ajacoutot
2019-10-25
1
-2
/
+3
*
retract 1.151, now that ftp reports the failing url itself.
deraadt
2019-10-23
1
-4
/
+2
*
Tweak and sync comment.
ajacoutot
2019-10-20
1
-2
/
+2
*
Determine the OS version in a way that won't break after 9.9.
tb
2019-10-19
1
-2
/
+2
*
Better error message when we fail to fetch SHA256.sig.
ajacoutot
2019-10-14
1
-8
/
+12
*
Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor
ajacoutot
2019-09-28
1
-1
/
+2
*
Tell user to look at manually running /usr/libexec/reorder_kernel in case
ajacoutot
2019-07-07
1
-4
/
+4
*
For "unpriv -f file", chown file back to root once the command finishes,
ajacoutot
2019-05-05
1
-3
/
+7
*
Initialise variable.
ajacoutot
2019-05-05
1
-2
/
+2
*
Change variable name.
ajacoutot
2019-05-05
1
-21
/
+21
*
If we don't have a proper installurl, use cdn.openbsd.org.
ajacoutot
2019-04-26
1
-2
/
+2
*
Move release check up front.
ajacoutot
2019-02-26
1
-6
/
+6
*
Drop '-S' knob from install(1). It's the default and a no-op nowadays.
ajacoutot
2019-02-20
1
-2
/
+2
*
Don't return 1 if we rollback and there's no installed patches.
ajacoutot
2019-01-21
1
-2
/
+2
*
Warn user to reboot the machine when a new kernel is installed and let him know
ajacoutot
2019-01-21
1
-2
/
+6
*
Exit for real as soon as we update ourself.
ajacoutot
2019-01-16
1
-3
/
+3
*
Properly handle symlinks.
ajacoutot
2018-10-28
1
-5
/
+9
*
Stop trying to remove /bsd.syspatch. That's ancient stuff that we don't
ajacoutot
2018-10-16
1
-3
/
+1
*
Remove empty syspatch dir if we fail to extract.
ajacoutot
2018-05-09
1
-2
/
+3
*
Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.
ajacoutot
2018-04-26
1
-2
/
+2
*
Allow fetching syspatches from ftp.
ajacoutot
2018-03-10
1
-2
/
+2
*
Prevent syspatch from running and throw an error out if reorder_kernel is
ajacoutot
2017-12-29
1
-1
/
+3
*
/usr/share/compile -> /usr/share/relink/kernel
ajacoutot
2017-11-09
1
-5
/
+5
*
Don't check for mirror availability but directly try to fetch SHA256.sig. That
ajacoutot
2017-10-13
1
-10
/
+3
*
Simplify and explicitely state when we cannot access our mirror.
ajacoutot
2017-10-12
1
-6
/
+5
*
Loosen up installurl(5) check: it's OK to have a trailing slash.
ajacoutot
2017-10-12
1
-2
/
+2
*
Better error if installurl points to a local directory.
ajacoutot
2017-10-12
1
-3
/
+4
*
Don't return 1 if the syspatch release directory does not exist; it just
ajacoutot
2017-10-12
1
-4
/
+6
*
While failing to relink the kernel is not fatal to syspatch, we still need
ajacoutot
2017-08-29
1
-14
/
+26
*
Fix logic to not error out.
ajacoutot
2017-08-29
1
-3
/
+3
*
Inform the user when we are relinking the kernel.
ajacoutot
2017-08-28
1
-2
/
+8
*
Add support for KARL:
ajacoutot
2017-08-22
1
-67
/
+27
*
Set the automatically generated device variables as local to prevent
ajacoutot
2017-08-17
1
-3
/
+4
*
Fix checkfs() when running an MP kernel.
ajacoutot
2017-08-17
1
-7
/
+11
*
Honor TMPDIR if it is set to prevent erroring in some setup.
ajacoutot
2017-08-17
1
-2
/
+2
*
Only run mtree if we install a patch.
ajacoutot
2017-08-02
1
-4
/
+6
*
For the kernel binpatches, only deal with /bsd. On MP machines we do have
ajacoutot
2017-08-01
1
-27
/
+17
*
If syspatch is updating itself, exit after installing the new syspatch to
ajacoutot
2017-07-30
1
-2
/
+6
[next]