index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
syscalls
/
linux
/
linux64_amd64.go
Age
Commit message (
Expand
)
Author
2020-02-07
Merge release-20200127.0-99-g17b9f5e (automated)
gVisor bot
2020-02-07
Support listxattr and removexattr syscalls.
Dean Deng
2020-02-05
Merge release-20200127.0-82-geea0eee (automated)
gVisor bot
2020-02-05
Disable get/set xattrs until list/remove exist too.
Nicolas Lacasse
2020-01-27
Merge release-20200115.0-110-g0e2f1b7 (automated)
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2020-01-21
Merge release-20200115.0-49-g2ba6198 (automated)
gVisor bot
2020-01-21
Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.
Dean Deng
2020-01-16
Merge release-20200115.0-9-g07f2584 (automated)
gVisor bot
2020-01-16
Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.
Dean Deng
2020-01-06
Merge release-20191213.0-61-g354a15a (automated)
gVisor bot
2020-01-06
Implement rseq(2)
Michael Pratt
2019-12-16
Merge release-20191210.0-31-ge6f4124 (automated)
gVisor bot
2019-12-16
Implement checks for get/setxattr at the syscall layer.
Dean Deng
2019-12-10
Merge release-20191129.0-34-gc15be3f (automated)
gVisor bot
2019-12-10
Add all upstream syscalls to tables
Michael Pratt
2019-12-09
Merge release-20191129.0-27-g898dcc2 (automated)
gVisor bot
2019-12-09
Redirect TODOs to gvisor.dev
Fabricio Voznika
2019-11-04
Merge release-20190806.1-366-g3b4f544 (automated)
gVisor bot
2019-11-04
Update membarrier bug
Michael Pratt
2019-10-24
Merge release-20190806.1-318-gd9fd536 (automated)
gVisor bot
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-23
Handle AT_EMPTY_PATH flag in execveat.
Dean Deng
2019-10-22
Merge release-20190806.1-304-gebe8001 (automated)
gVisor bot
2019-10-22
Update const names to be Go style.
Ian Lewis
2019-10-21
Merge release-20190806.1-297-g0b569b7 (automated)
gVisor bot
2019-10-21
Add basic implementation of execveat syscall and associated tests.
Dean Deng
2019-10-07
Merge release-20190806.1-243-g8fce24d (automated)
gVisor bot
2019-10-07
Merge pull request #753 from lubinszARM:pr_syscall_linux
gVisor bot
2019-09-18
enable syscalls/linux to support arm64
Bin Lu