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