summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64_amd64.go
AgeCommit message (Expand)Author
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-04Update membarrier bugMichael Pratt
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-22Update const names to be Go style.Ian Lewis
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-07Merge pull request #753 from lubinszARM:pr_syscall_linuxgVisor bot
2019-09-18enable syscalls/linux to support arm64Bin Lu