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
/
runsc
/
boot
/
filter
/
config.go
Age
Commit message (
Expand
)
Author
2020-03-14
Plumb VFS2 imported fds into virtual filesystem.
Dean Deng
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-05
Add notes to relevant tests.
Adin Scannell
2020-02-03
Allow mlock in system call filters
Michael Pratt
2019-12-03
Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.
Dean Deng
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-11-25
Merge pull request #1176 from xiaobo55x:runsc_boot
gVisor bot
2019-11-13
Enable runsc/boot support on arm64.
Haibo Xu
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-10-16
Fix problem with open FD when copy up is triggered in overlayfs
Fabricio Voznika
2019-09-12
Update p9 to support flipcall.
Adin Scannell
2019-07-30
Change syscall.POLL to syscall.PPOLL.
Haibo Xu
2019-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-05
Shutdown host sockets on internal shutdown
Michael Pratt
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-29
gvisor/runsc: enable generic segmentation offload (GSO)
Andrei Vagin
2019-03-11
Add profiling commands to runsc
Fabricio Voznika
2019-01-29
Use recvmmsg() instead of readv() to read packets from NIC.
Bhasker Hariharan
2018-10-30
kvm: use private futexes.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-10
Enforce message size limits and avoid host calls with too many iovecs
Michael Pratt
2018-10-03
Add TIOCINQ to allowed seccomp when hostinet is used
Fabricio Voznika
2018-09-27
Forward ioctl(TCSETSF) calls on host ttys to the host kernel.
Nicolas Lacasse
2018-09-12
Remove getdents from filters
Michael Pratt
2018-09-11
Rollback of changelist 212483372
Michael Pratt
2018-09-11
Allow fstatat back in syscall filters
Fabricio Voznika
2018-09-07
Remove '--file-access=direct' option
Fabricio Voznika
2018-09-05
runsc: Promote getExecutablePathInternal to getExecutablePath.
Nicolas Lacasse
2018-09-04
Remove epoll_wait from filters
Michael Pratt
2018-08-28
Add argument checks to seccomp
Fabricio Voznika
2018-08-28
Drop support for Go 1.10
Michael Pratt
2018-08-24
runsc: Terminal support for "docker exec -ti".
Nicolas Lacasse
2018-08-23
Clean up syscall filters
Fabricio Voznika
2018-07-31
Drop dup2 filter
Michael Pratt
2018-06-19
runsc: Whitelist lstat, as it is now used in specutils.
Kevin Krakauer
2018-06-14
Add nanosleep filter for Go 1.11 support
Michael Pratt
2018-06-01
Add SyscallRules that supports argument filtering
Zhengyu He
2018-04-28
Check in gVisor.
Googler