summaryrefslogtreecommitdiffstats
path: root/lib/csu/boot.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the relocation code for the ld.so bootstrap and static pie: trackguenther2015-12-061-132/+71
* Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc.kettenis2015-09-191-2/+10
* Do not include os-note-elf.h here, otherwise we end up with duplicate OS noteskettenis2015-08-171-3/+1
* static pie support for sparc.miod2015-07-031-2/+3
* <sys/param.h> is not needed here either.deraadt2015-01-161-2/+1
* Make the PLT read-only on powerpc as well.kettenis2014-12-291-2/+2
* Static PIE support for alpha.kettenis2014-12-271-2/+36
* Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@kurt2014-12-251-2/+2
* Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL valuekurt2014-12-241-6/+21
* Fix previos. Pointed out by kurt@.kettenis2014-12-241-2/+2
* Use the page size passed by the kernel in the Auxilliary Vector to handlekettenis2014-12-231-5/+11
* Make sure the GOT and PLT are not writable.kettenis2014-12-231-1/+23
* When skipping a relocation because the referenced symbol is undefined, makekettenis2014-12-221-5/+7
* Introduce new csu0 variant for -static -pie binaries to use calledkurt2014-12-221-0/+250