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
/
abi
/
linux
/
file.go
Age
Commit message (
Expand
)
Author
2021-05-04
Remove uses of the binary package from the rest of the sentry.
Rahat Mahmood
2020-07-01
Update preadv2/pwritev2 flag handling in vfs2.
Dean Deng
2020-03-26
Combine file mode and isDir arguments
Fabricio Voznika
2020-03-14
Plumb VFS2 imported fds into virtual filesystem.
Dean Deng
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-01-21
Merge pull request #1505 from xiaobo55x:fcntl_flags
gVisor bot
2020-01-21
Implement sysfs.
Rahat Mahmood
2020-01-06
Make some of the fcntl flags arch specific..
Haibo Xu
2019-12-12
Implement kernfs.
Rahat Mahmood
2019-12-10
Add most VFS methods for syscalls.
Jamie Liu
2019-10-24
slight changes to pkg/abi
Bin Lu
2019-10-04
Change linux.FileMode from uint to uint16, and update VFS to use FileMode.
Kevin Krakauer
2019-08-19
Document RWF_HIPRI not implemented for preadv2/pwritev2.
Zach Koopmans
2019-07-22
Fix struct statx field alignment.
Jamie Liu
2019-07-18
Sentry virtual filesystem, v2
Jamie Liu
2019-07-17
Separate O_DSYNC and O_SYNC.
Jamie Liu
2019-07-09
Cleanup straggling syscall dependencies.
Adin Scannell
2019-06-22
Implement statx.
Nicolas Lacasse
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-09
Implement fallocate(2)
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-26
Implement memfd_create.
Rahat Mahmood
2019-02-08
Encode stat to bytes manually, instead of calling CopyObjectOut.
Nicolas Lacasse
2018-12-19
Implement pwritev2.
Zach Koopmans
2018-12-06
Convert ValueSet to a map
Michael Pratt
2018-11-26
Implementation of preadv2 for Linux 4.4 support
Zach Koopmans
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-05
Open(2) isn't honoring O_NOFOLLOW
Brian Geffon
2018-08-09
Fix missing O_LARGEFILE from O_CREAT files
Michael Pratt
2018-07-27
Added the O_LARGEFILE flag.
Justine Olshan
2018-04-28
Check in gVisor.
Googler