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
/
loader.go
Age
Commit message (
Expand
)
Author
2021-10-18
Mount namespace can be nil after task exits
Fabricio Voznika
2021-10-14
Report total memory based on limit or host
Fabricio Voznika
2021-10-06
Add global lisafs kernel flag.
Ayush Ranjan
2021-09-27
Move `sighandling` package out of `sentry`.
Etienne Perot
2021-09-16
runsc: add global profile collection flags
Michael Pratt
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-08-19
Add loopback interface as an ethernet-based device
Ghanan Gowripalan
2021-07-20
Don't kill container when volume is unmounted
Fabricio Voznika
2021-07-13
Use consistent naming for subcontainers
Fabricio Voznika
2021-07-12
Fix stdios ownership
Fabricio Voznika
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-10
Set RLimits during `runsc exec`
Fabricio Voznika
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-06-03
Initialize metrics at init
Tamir Duberstein
2021-05-26
Use the stack RNG everywhere
Tamir Duberstein
2021-05-25
Initialize Kernel.Timekeeper before network NS
Tamir Duberstein
2021-05-25
Use specific fmt verbs (avoid %v)
Tamir Duberstein
2021-05-07
Merge pull request #5758 from zhlhahaha:2125
gVisor bot
2021-05-07
Init all vCPU when initializing machine on ARM64
howard zhang
2021-04-22
Add weirdness sentry metric.
Nayana Bidari
2021-04-19
Move runsc reference leak checking to better locations.
Dean Deng
2021-04-16
Allow runsc to generate coverage reports.
Dean Deng
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-18
Skip /dev submount hack on VFS2.
Jamie Liu
2021-02-22
Fix `runsc kill --pid`
Fabricio Voznika
2021-02-12
Stop the control server only once.
Adin Scannell
2021-02-02
Stub out basic `runsc events --stat` CPU functionality
Kevin Krakauer
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-11
OCI spec may contain duplicate environment variables
Fabricio Voznika
2020-12-29
Make profiling commands synchronous.
Adin Scannell
2020-12-17
Set max memory not min
Fabricio Voznika
2020-12-07
Support icmpv6 transport protocol
Peter Johnston
2020-11-17
Add support for TTY in multi-container
Fabricio Voznika
2020-11-05
Fix failure setting OOM score adjustment
Fabricio Voznika
2020-10-29
Keep magic constants out of netstack
Kevin Krakauer
2020-10-28
Add logging option to leak checker.
Dean Deng
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-10-22
Load spec during "runsc start" to process flag overrides
Fabricio Voznika
2020-10-13
[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.
Dean Deng
2020-10-12
[vfs2] Don't leak disconnected mounts.
Dean Deng
2020-10-05
Fix gofer monitor prematurely destroying container
Fabricio Voznika
2020-10-05
Merge pull request #3970 from benbuzbee:gomaxprocs
gVisor bot
2020-09-30
Use consistent thread configuration for sandbox go runtime
Ben Buzbee
2020-09-28
Support creating protocol instances with Stack ref
Ghanan Gowripalan
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
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-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
[next]