summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc64/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-19add retguard prologue/epiloguederaadt1-2/+4
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2020-10-16Adapt SYS.h to use retguard macros from asm.h, so that generated systemderaadt5-19/+47
2020-07-27Fix two cases where we shpould compare/store 64-bit values instead ofkettenis1-3/+3
2020-07-27Fix powerpc64's sbrk()gkoehler1-3/+5
2020-06-30Add missing comparison instruction. Load %r12 with the indirect branchkettenis1-1/+3
2020-06-28The 2nd and 3rd argument are pointers, so use the appropriate doublewordkettenis1-5/+5
2020-06-26Avoid "bare" register numbers.kettenis4-26/+26
2020-06-25PowerPC64 libc powerpc sys filesdrahn8-0/+368