summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/aarch64/gen
AgeCommit message (Expand)AuthorFilesLines
2020-10-19Save and restore the FPCR register such that floating-point control modeskettenis2-6/+14
2020-07-15Userland timecounter implementation for arm64.kettenis1-3/+29
2020-07-06Add support for timeconting in userland.pirofti2-2/+23
2018-10-01Add retguard to arm64 libc syscalls and setjmp / longjmp.mortimer2-2/+14
2018-08-12Add retguard macros for arm64 asm and apply them in the straightforwardmortimer2-2/+6
2018-05-17Drop memory barrier in _atomic_lock() implementation since the callers nowkettenis1-2/+1
2018-03-16Since most (if not all) ARMv8 hardware doesn't actually support trapping ofkettenis2-73/+26
2017-08-15Copy files from ../librthread in preparation for moving functionalityguenther1-0/+49
2017-04-16Always return nonzero from _longjmp too.kettenis1-2/+3
2017-03-22Provide the necessary weak alias for fpgetround(). Delete the obsoleteguenther2-10/+3
2017-03-22Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmpguenther1-9/+8
2017-03-08Correct arm64 sigprocmask parameter passing in setjmp/longjmp calls.drahn1-14/+11
2017-01-11Add support for AArch64.patrick23-0/+1022