summaryrefslogtreecommitdiff
path: root/lib/csu/boot.h
AgeCommit message (Expand)Author
2015-08-17Do not include os-note-elf.h here, otherwise we end up with duplicate OS notesMark Kettenis
2015-07-03static pie support for sparc.Miod Vallat
2015-01-16<sys/param.h> is not needed here either.Theo de Raadt
2014-12-29Make the PLT read-only on powerpc as well.Mark Kettenis
2014-12-27Static PIE support for alpha.Mark Kettenis
2014-12-25Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@Kurt Miller
2014-12-24Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL valueKurt Miller
2014-12-24Fix previos. Pointed out by kurt@.Mark Kettenis
2014-12-23Use the page size passed by the kernel in the Auxilliary Vector to handleMark Kettenis
2014-12-23Make sure the GOT and PLT are not writable.Mark Kettenis
2014-12-22When skipping a relocation because the referenced symbol is undefined, makeMark Kettenis
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledKurt Miller