summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc64/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* add retguard prologue/epiloguederaadt2020-10-191-2/+4
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+2
* Adapt SYS.h to use retguard macros from asm.h, so that generated systemderaadt2020-10-165-19/+47
* Fix two cases where we shpould compare/store 64-bit values instead ofkettenis2020-07-271-3/+3
* Fix powerpc64's sbrk()gkoehler2020-07-271-3/+5
* Add missing comparison instruction. Load %r12 with the indirect branchkettenis2020-06-301-1/+3
* The 2nd and 3rd argument are pointers, so use the appropriate doublewordkettenis2020-06-281-5/+5
* Avoid "bare" register numbers.kettenis2020-06-264-26/+26
* PowerPC64 libc powerpc sys filesdrahn2020-06-258-0/+368