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
/
distrib
/
syspatch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-24
Adjust the sanity check for patch file names to allow a hyphen.
tb
1
-2
/
+2
2019-08-14
Explain how to take over syspatch builds from another machine.
tb
1
-2
/
+18
2019-05-12
exit early if the errata name is invalid to avoid building a syspatch
robert
1
-1
/
+5
2019-05-12
use readlink(1) on each file that we think is different to ensure that
robert
1
-6
/
+20
2018-11-18
MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.
ajacoutot
1
-5
/
+5
2018-10-30
Missed that SUBDIR remnant in previous.
ajacoutot
1
-7
/
+1
2018-10-27
SUBDIR is a remnant of the past.
ajacoutot
2
-9
/
+2
2018-10-08
Split the ${ERRATA}/${ERRATA}.patch target up into two: one for
tb
1
-8
/
+9
2018-06-25
white spaces
deraadt
1
-2
/
+2
2018-03-19
use the correct relink directory path
robert
1
-3
/
+3
2017-11-05
Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into
rpe
1
-4
/
+4
2017-10-17
remove the remaining references to .depend files since nothing creates them
naddy
1
-2
/
+2
2017-09-03
Previous fakeroot must be manually copied in case an errata does not apply
ajacoutot
1
-1
/
+7
2017-08-23
Install the patched kernel on the build machine just like we do for
ajacoutot
1
-1
/
+5
2017-08-21
Add a comment about why we need to ignore the timestamps on perl man pages
ajacoutot
1
-1
/
+4
2017-08-21
No need to explicitely add patch.sig to the plist, diff.sh will now pick it
ajacoutot
1
-4
/
+1
2017-08-21
Kernel syspatches will now only contain the differing object files.
ajacoutot
1
-9
/
+11
2017-08-21
Catch non existent files (in case a syspatch would _add_ a new file).
ajacoutot
1
-3
/
+3
2017-08-21
The syspatch(8) build system will eventually be properly documented in its own
ajacoutot
1
-0
/
+66
2017-08-20
Consistency in spacing.
ajacoutot
1
-2
/
+2
2017-07-11
use the previous syspatch's fake root for getting the link order
robert
1
-12
/
+13
2017-07-10
Set XSRCDIR to /usr/xenocara if it's not defined. Matches what
ajacoutot
1
-1
/
+2
2017-06-20
Set SRCDIR according to build type and s/X11SRC/XSRCDIR
ajacoutot
1
-4
/
+3
2017-06-06
Don't patch(1) as the 'build' user; it has no right over the src tree.
ajacoutot
1
-2
/
+2
2017-06-05
a kernel errata requires a full build as well in case some headers
robert
1
-6
/
+10
2017-06-05
set BUILDUSER to build by default, this can be overwritten from the environment
robert
1
-1
/
+4
2017-06-05
do not add ./ to the path of the files in the tarball
robert
1
-2
/
+2
2017-06-05
do not remove used files from the fakeroot
robert
1
-2
/
+1
2017-04-22
do not leave temp files after the diffing is done
robert
1
-2
/
+2
2017-04-22
Add a small shell script to be used by syspatch to diff the fake root
robert
1
-0
/
+49
2017-04-22
rework the syspatch makefile and do complete builds for each errata
robert
1
-36
/
+38
2017-01-17
rework some of the variables for better directory name handling and
robert
1
-53
/
+40
2016-11-09
oops, OSREV -> OSrev.
ajacoutot
1
-2
/
+2
2016-11-09
Use https to get the patches.
ajacoutot
1
-3
/
+3
2016-11-03
switch to using BUILDUSER and add more error checking
robert
1
-33
/
+61
2016-09-05
use OSREV and OSrev instead of setting them in the makefile
robert
1
-17
/
+9
2016-09-04
allow everything to run as unprivileged user except for fake
robert
1
-23
/
+45
2016-09-03
add infrastructure to build syspatches (binary updates to stable)
robert
3
-0
/
+191