summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64_amd64.go
AgeCommit message (Expand)Author
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-05Disable get/set xattrs until list/remove exist too.Nicolas Lacasse
2020-01-27Update package locations.Adin Scannell
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
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-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