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
2019-06-13
Set the HOME environment variable (fixes #293)
Ian Lewis
2019-06-12
gvisor/runsc: apply seccomp filters before parsing a state file
Andrei Vagin
2019-06-11
Add support to mount pod shared tmpfs mounts
Fabricio Voznika
2019-06-07
Move //pkg/sentry/memutil to //pkg/memutil.
Jamie Liu
2019-06-06
Implement reclaim-driven MemoryFile eviction.
Jamie Liu
2019-06-03
Refactor container FS setup
Fabricio Voznika
2019-06-03
Remove 'clearStatus' option from container.Wait*PID()
Fabricio Voznika
2019-06-03
Remove spurious period
Michael Pratt
2019-05-15
Cleanup around urpc file payload handling
Fabricio Voznika
2019-04-30
Implement async MemoryFile eviction, and use it in CachingInodeOperations.
Jamie Liu
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-26
Make raw sockets a toggleable feature disabled by default.
Kevin Krakauer
2019-04-17
Use FD limit and file size limit from host
Fabricio Voznika
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2019-03-12
Make HandleLocal apply to all non-loopback interfaces.
Ian Gudger
2019-03-11
Add profiling commands to runsc
Fabricio Voznika
2019-02-22
Rename ping endpoints to icmp endpoints.
Kevin Krakauer
2019-02-14
Don't allow writing or reading to TTY unless process group is in foreground.
Nicolas Lacasse
2019-01-31
runsc: check whether a container is deleted or not before setupContainerFS
Andrei Vagin
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2019-01-02
Automated rollback of changelist 225089593
Michael Pratt
2018-12-28
Simplify synchronization between runsc and sandbox process
Fabricio Voznika
2018-12-11
Add "trace signal" option
Michael Pratt
2018-11-13
Internal change.
Nicolas Lacasse
2018-11-09
Close donated files if containerManager.Start() fails
Fabricio Voznika
2018-11-05
Fix race between start and destroy
Fabricio Voznika
2018-11-05
Log when external signal is received
Fabricio Voznika
2018-11-01
Make error messages a bit more user friendly.
Ian Lewis
2018-10-29
Removes outdated TODO.
Kevin Krakauer
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-17
runsc: Add --pid flag to runsc kill.
Kevin Krakauer
2018-10-11
Add bare bones unsupported syscall logging
Fabricio Voznika
2018-10-10
Removes irrelevant TODO.
Kevin Krakauer
2018-10-10
Support for older Linux kernels without getrandom
Jonathan Giannuzzi
2018-10-10
Add sandbox to cgroup
Fabricio Voznika
2018-10-09
Add new netstack metrics to the sentry
Ian Gudger
2018-10-08
Job control signals must be sent to all processes in the FG process group.
Nicolas Lacasse
2018-10-08
Uncapitalize error
Michael Pratt
2018-10-03
runsc: Pass root container's stdio via FD.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-10-01
Make multi-container the default mode for runsc
Fabricio Voznika
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Merge Loader.containerRootTGs and execProcess into a single map
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-27
Refactor 'runsc boot' to take container ID as argument
Fabricio Voznika
2018-09-20
runsc: allow `runsc wait` on a container for multiple times.
Lantao Liu
2018-09-19
runsc: Fix stdin/stdout/stderr in multi-container mode.
Kevin Krakauer
2018-09-19
Add docker command line args support for --cpuset-cpus and --cpus
Lingfu
[next]