summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64_arm64.go
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-17Enable stat syscall support on arm64.Haibo Xu
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-06Implement rseq(2)Michael Pratt
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-10Add all upstream syscalls to tablesMichael Pratt
2019-12-09Redirect TODOs to gvisor.devFabricio Voznika
2019-11-26Mark execveat as supported for linux64_arm64.Dean Deng
2019-11-04Update membarrier bugMichael Pratt
2019-10-22Update const names to be Go style.Ian Lewis
2019-10-16Fix syscall changes lost in rebaseMichael Pratt
2019-10-07Merge pull request #753 from lubinszARM:pr_syscall_linuxgVisor bot
2019-09-18enable syscalls/linux to support arm64Bin Lu