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
/
lib
/
csu
/
boot.h
Age
Commit message (
Expand
)
Author
2016-07-05
Missed a reference to dl_prebind.h
Philip Guenther
2016-03-12
Call mprotect() via its hidden _lib_mprotect alias to avoid accidental
Philip Guenther
2015-12-06
Simplify the relocation code for the ld.so bootstrap and static pie: track
Philip Guenther
2015-09-19
Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc.
Mark Kettenis
2015-08-17
Do not include os-note-elf.h here, otherwise we end up with duplicate OS notes
Mark Kettenis
2015-07-03
static pie support for sparc.
Miod Vallat
2015-01-16
<sys/param.h> is not needed here either.
Theo de Raadt
2014-12-29
Make the PLT read-only on powerpc as well.
Mark Kettenis
2014-12-27
Static PIE support for alpha.
Mark Kettenis
2014-12-25
Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@
Kurt Miller
2014-12-24
Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value
Kurt Miller
2014-12-24
Fix previos. Pointed out by kurt@.
Mark Kettenis
2014-12-23
Use the page size passed by the kernel in the Auxilliary Vector to handle
Mark Kettenis
2014-12-23
Make sure the GOT and PLT are not writable.
Mark Kettenis
2014-12-22
When skipping a relocation because the referenced symbol is undefined, make
Mark Kettenis
2014-12-22
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller