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
Age
Commit message (
Expand
)
Author
2020-09-28
Support creating protocol instances with Stack ref
Ghanan Gowripalan
2020-09-25
Add openat() to list of permitted syscalls in gotsan runs.
Bhasker Hariharan
2020-09-25
fix seccomp test for ARM64
Howard Zhang
2020-09-25
fix TestUserLog for multi-arch
Howard Zhang
2020-09-22
Allow CLONE_SETTLS for Go 1.16
Michael Pratt
2020-09-22
Force clone parent_tidptr and child_tidptr to zero
Michael Pratt
2020-09-18
Drop ARCH_GET_FS
Michael Pratt
2020-09-17
Remove option to panic gofer
Fabricio Voznika
2020-09-17
Add VFS2 overlay support in runsc
Fabricio Voznika
2020-09-16
Refactor removed default test dimension
Fabricio Voznika
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-09-08
Honor readonly flag for root mount
Fabricio Voznika
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-09-04
Simplify FD handling for container start/exec
Fabricio Voznika
2020-09-02
Merge pull request #3822 from btw616:fix/issue-3821
gVisor bot
2020-09-01
Implement setattr+clunk in 9P
Fabricio Voznika
2020-09-01
Refactor tty codebase to use master-replica terminology.
Ayush Ranjan
2020-09-01
Let flags be overriden from OCI annotations
Fabricio Voznika
2020-09-01
Dup stdio FDs for VFS2 when starting a child container
Tiwei Bie
2020-08-28
Improve type safety for network protocol options
Ghanan Gowripalan
2020-08-26
Make flag propagation automatic
Fabricio Voznika
2020-08-25
Expose basic coverage information to userspace through kcov interface.
Dean Deng
2020-08-25
Include shim in individual released binaries.
Adin Scannell
2020-08-21
[vfs] Allow mountpoint to be an existing non-directory.
Ayush Ranjan
2020-08-21
Make mounts ReadWrite first, then later change to ReadOnly.
Nicolas Lacasse
2020-08-20
[vfs] Create recursive dir creation util.
Ayush Ranjan
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-08-19
Remove path walk from localFile.Mknod
Fabricio Voznika
2020-08-18
Return EROFS if mount is read-only
Fabricio Voznika
2020-08-10
Run GC before sandbox exit when leak checking is enabled.
Dean Deng
2020-08-07
[vfs2] Fix tmpfs mounting.
Ayush Ranjan
2020-08-06
Only register /dev/net/tun if supported.
Dean Deng
2020-08-05
Stop profiling when the sentry exits
Fabricio Voznika
2020-08-04
Error if dup'ing stdio FDs will clobber another FD
Fabricio Voznika
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-30
Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0).
Jamie Liu
2020-07-30
Implement overlayfs_stale_read for vfs2.
Jamie Liu
2020-07-28
Merge pull request #3102 from stripe:andrew/cgroup-eintr
gVisor bot
2020-07-27
Clean-up bazel wrapper.
Adin Scannell
2020-07-25
test/syscall: run each test case in a separate network namespace
Andrei Vagin
2020-07-24
Reduce walk and open cost in fsgofer
Fabricio Voznika
2020-07-23
Added stub FUSE filesystem
Ridwan Sharif
2020-07-23
Fix fsgofer Open() when control file is using O_PATH
Fabricio Voznika
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-15
Merge pull request #3022 from prattmic:runsc_do_pdeathsig
gVisor bot
2020-07-15
fdbased: Vectorized write for packet; relax writev syscall filter.
Ting-Yu Wang
2020-07-15
Apply pdeathsig to gofer for runsc run/do
Michael Pratt
2020-07-15
Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-default
gVisor bot
2020-07-14
Prepare boot.Loader to support multi-container TTY
Fabricio Voznika
2020-07-13
Merge pull request #2672 from amscanne:shim-integrated
gVisor bot
[next]