summaryrefslogtreecommitdiff
path: root/arch/arm/syscall_arch.h
AgeCommit message (Expand)AuthorLines
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker-0/+2
2015-06-14arm: add vdso supportSzabolcs Nagy-0/+4
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy-2/+0
2014-11-22inline 5- and 6-argument syscalls on armRich Felker-2/+15
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker-31/+0
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r-0/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-2/+0
2012-09-15fix syscall asm constraints for arm tooRich Felker-4/+4
2012-09-09inline syscall support for armRich Felker-0/+53
2012-09-08syscall organization overhaulRich Felker-0/+41