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
Age
Commit message (
Expand
)
Author
2019-10-24
slight changes to pkg/abi
Bin Lu
2019-10-23
Merge pull request #641 from tanjianfeng:master
gVisor bot
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-10-15
support /proc/net/route
Jianfeng Tan
2019-10-04
Change linux.FileMode from uint to uint16, and update VFS to use FileMode.
Kevin Krakauer
2019-09-18
Signalfd support
Adin Scannell
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-08-19
Document RWF_HIPRI not implemented for preadv2/pwritev2.
Zach Koopmans
2019-08-15
Document source and versioning of the TCPInfo struct.
Rahat Mahmood
2019-08-12
Compute size of struct tcp_info instead of hardcoding it.
Rahat Mahmood
2019-08-09
netlink: return an error in nlmsgerr
Andrei Vagin
2019-08-09
Add initial ptrace stub and syscall support for arm64.
Haibo Xu
2019-08-08
Return a well-defined socket address type from socket funtions.
Rahat Mahmood
2019-07-31
Basic support for 'ip route'
Ian Lewis
2019-07-22
Fix up and add some iptables ABI.
Kevin Krakauer
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-17
ext: Filesystem init implementation.
Ayush Ranjan
2019-07-09
Cleanup straggling syscall dependencies.
Adin Scannell
2019-06-28
Drop ashmem and binder.
Adin Scannell
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-22
Implement statx.
Nicolas Lacasse
2019-06-21
Update comment
Fabricio Voznika
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Add introspection for Linux/AMD64 syscalls
Ian Lewis
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-06-06
"Implement" mbind(2).
Jamie Liu
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-06-05
Implement dumpability tracking and checks
Michael Pratt
2019-05-24
Wrap comments and reword in common present tense
Michael Pratt
2019-05-22
Move wait constants to abi/linux package
Michael Pratt
2019-05-21
Clean up pipe internals and add fcntl support
Adin Scannell
2019-05-21
Add basic plumbing for splice and stub implementation.
Adin Scannell
2019-05-09
Implement fallocate(2)
Fabricio Voznika
2019-05-03
Add netfilter ABI for iptables support.
Kevin Krakauer
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-18
Only emit unimplemented syscall events for unsupported values.
Ian Gudger
2019-04-03
Fix index out of bounds in tty implementation.
Kevin Krakauer
2019-03-26
Implement memfd_create.
Rahat Mahmood
2019-03-05
Priority-inheritance futex implementation
Fabricio Voznika
2019-03-01
Add semctl(GETPID) syscall
Fabricio Voznika
2019-02-08
Encode stat to bytes manually, instead of calling CopyObjectOut.
Nicolas Lacasse
2019-02-07
Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.
Ian Gudger
2019-02-07
Implement /proc/net/unix.
Rahat Mahmood
2019-01-31
Remove license comments
Michael Pratt
2019-01-14
Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.
Nicolas Lacasse
2019-01-03
Rename linux.Errno.Error to linux.Errno.String.
Ian Gudger
2018-12-21
Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.
Ian Gudger
[next]