Age | Commit message (Expand) | Author |
---|---|---|
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 |