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
/
lib
/
csu
/
boot.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
retire sparc
tedu
2016-09-01
1
-2
/
+2
*
Look for a PT_GNU_RELRO section and, if present, mprotect that range
guenther
2016-08-08
1
-8
/
+24
*
Teach mips64 to pass &_DYNAMIC to _dl_boot_bind().
guenther
2016-08-07
1
-6
/
+1
*
alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, so
guenther
2016-08-07
1
-4
/
+2
*
Teach i386 to pass &_DYNAMIC to _dl_boot_bind()
guenther
2016-08-07
1
-2
/
+2
*
Psych: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for 19 months
guenther
2016-08-07
1
-2
/
+2
*
Flip the #ifdef logic: amd64, i386, and mips64 were the only static PIE
guenther
2016-08-07
1
-5
/
+4
*
Missed a reference to dl_prebind.h
guenther
2016-07-05
1
-2
/
+1
*
Call mprotect() via its hidden _lib_mprotect alias to avoid accidental
guenther
2016-03-12
1
-1
/
+8
*
Simplify the relocation code for the ld.so bootstrap and static pie: track
guenther
2015-12-06
1
-132
/
+71
*
Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc.
kettenis
2015-09-19
1
-2
/
+10
*
Do not include os-note-elf.h here, otherwise we end up with duplicate OS notes
kettenis
2015-08-17
1
-3
/
+1
*
static pie support for sparc.
miod
2015-07-03
1
-2
/
+3
*
<sys/param.h> is not needed here either.
deraadt
2015-01-16
1
-2
/
+1
*
Make the PLT read-only on powerpc as well.
kettenis
2014-12-29
1
-2
/
+2
*
Static PIE support for alpha.
kettenis
2014-12-27
1
-2
/
+36
*
Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@
kurt
2014-12-25
1
-2
/
+2
*
Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value
kurt
2014-12-24
1
-6
/
+21
*
Fix previos. Pointed out by kurt@.
kettenis
2014-12-24
1
-2
/
+2
*
Use the page size passed by the kernel in the Auxilliary Vector to handle
kettenis
2014-12-23
1
-5
/
+11
*
Make sure the GOT and PLT are not writable.
kettenis
2014-12-23
1
-1
/
+23
*
When skipping a relocation because the referenced symbol is undefined, make
kettenis
2014-12-22
1
-5
/
+7
*
Introduce new csu0 variant for -static -pie binaries to use called
kurt
2014-12-22
1
-0
/
+250