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
/
cmd
/
boot.go
Age
Commit message (
Expand
)
Author
2021-09-16
runsc: add global profile collection flags
Michael Pratt
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2020-10-23
Add --traceback flag to customize GOTRACEBACK level
Lennart Espe
2020-09-01
Let flags be overriden from OCI annotations
Fabricio Voznika
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-07-14
Prepare boot.Loader to support multi-container TTY
Fabricio Voznika
2020-06-01
Include runtime goroutines in panics
Michael Pratt
2020-04-22
Specify a memory file in platform.New().
Andrei Vagin
2020-03-12
Kill sandbox process when parent process terminates
Fabricio Voznika
2020-02-10
Add flag package to limit visibility.
Adin Scannell
2019-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
Allow 'runsc do' to run without root
Fabricio Voznika
2019-05-15
Cleanup around urpc file payload handling
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-18
Add support for mount propagation
Fabricio Voznika
2019-01-22
Don't bind-mount runsc into a sandbox mntns
Andrei Vagin
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2019-01-18
runsc: create a new proc mount if the sandbox process is running in a new pidns
Andrei Vagin
2019-01-14
runsc: set up a minimal chroot from the sandbox process
Andrei Vagin
2018-12-28
Simplify synchronization between runsc and sandbox process
Fabricio Voznika
2018-12-06
A sandbox process should wait until it has not been moved into cgroups
Andrei Vagin
2018-11-28
Internal change.
Googler
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-11
Add bare bones unsupported syscall logging
Fabricio Voznika
2018-10-10
Add sandbox to cgroup
Fabricio Voznika
2018-10-03
runsc: Pass root container's stdio via FD.
Nicolas Lacasse
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Refactor 'runsc boot' to take container ID as argument
Fabricio Voznika
2018-09-11
platform: Pass device fd into platform constructor.
Nicolas Lacasse
2018-09-07
Remove '--file-access=direct' option
Fabricio Voznika
2018-09-04
runsc: Pass log and config files to sandbox process by FD.
Nicolas Lacasse
2018-09-04
runsc: fix container rootfs path.
Lantao Liu
2018-08-31
Automated rollback of changelist 210995199
Fabricio Voznika
2018-08-30
runsc: Pass log and config files to sandbox process by FD.
Nicolas Lacasse
2018-07-18
Moved restore code out of create and made to be called after create.
Justine Olshan
2018-07-12
runsc: Don't close the control server in a defer.
Nicolas Lacasse
2018-06-29
Sets the restore environment for restoring a container.
Justine Olshan
2018-06-28
Error out if spec is invalid
Fabricio Voznika
2018-06-26
runsc: set gofer umask to 0.
Lantao Liu
2018-06-18
Modified boot.go to allow for restores.
Justine Olshan
2018-06-08
Drop capabilities not needed by Gofer
Fabricio Voznika
2018-05-17
Push signal-delivery and wait into the sandbox.
Nicolas Lacasse
2018-04-28
Check in gVisor.
Googler