summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/aarch64/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-19replace ad-hoc illegal instruction with the architecturally defined onenaddy1-2/+2
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2020-10-01Mark top-level frame for new thread in both CFI and with zeroguenther1-1/+7
2018-08-12Add retguard macros for arm64 asm and apply them in the straightforwardmortimer8-8/+24
2017-11-22Avoid .align 0 here as well. Also fix a .word that should be a .quad.kettenis3-10/+7
2017-10-28Typo: 'end' should have been '_end', which is already exported/imported.guenther1-2/+2
2017-03-19Stop setting the second register; it's unnecessary on 64bit archsguenther1-2/+1
2017-03-18Simplify fork/vfork logic: the kernel has handled returning zero in the childkettenis1-10/+1
2017-03-18Use the userspace-visible thread register directly in __cerror insteadkettenis1-10/+6
2017-03-18Make brk(2) actually work and sync the brk()/sbrk() implementation with arm,kettenis2-35/+29
2017-02-23The assembly for sigpending(2) wasn't correctly implemented either. Ipatrick1-2/+3
2017-02-22The assembly for sigprocmask(2) had a tiny typo which made it jump topatrick1-4/+4
2017-02-20__tfork(3) returns the thread ID of the new thread in x0, not x1. Thepatrick1-2/+2
2017-01-25__errno() returns a 32-bit pointer, so make sure we write a 32-bitpatrick1-2/+2
2017-01-11Add support for AArch64.patrick9-0/+496