summaryrefslogtreecommitdiff
path: root/lib/libc/arch/aarch64/sys
AgeCommit message (Expand)Author
2021-11-23Because the PC is not a general purpose register on aarch64, we needthorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2020-10-24Update the unwinder comment to better reflect ARM64skrll
2020-10-24s/ARM/ARM64/ in commentskrll
2020-10-19Restore SP from mcontextkamil
2020-10-17Change x30 to lr for ease of readingskrll
2020-10-13Decorate the aarch64 signal trampoline with CFI attributes easing unwindingkamil
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2019-02-05use adrp not adr, since the data is not pc-rel. fixes brk(2).mrg
2018-11-22fix condition code. x1==0 is parent.ryo
2018-07-20fix a bug. no need postincrement here.ryo
2018-02-04lower case 'ret' to avoid macro clashskrll
2017-10-12return 0xffffffffffffffff (= -1). not 0x00000000ffffffff.ryo
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt