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
/
checkpoint.go
Age
Commit message (
Expand
)
Author
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2020-12-17
Add sandbox ID to state file name
Fabricio Voznika
2020-11-05
Fix failure setting OOM score adjustment
Fabricio Voznika
2020-11-03
Fix more nogo tests
Ting-Yu Wang
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-02-10
Add flag package to limit visibility.
Adin Scannell
2019-06-18
Add Container/Sandbox args struct for creation
Fabricio Voznika
2019-06-13
Update canonical repository.
Adin Scannell
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-01-18
Scrub runsc error messages
Fabricio Voznika
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-09-18
Handle children processes better in tests
Fabricio Voznika
2018-09-13
runsc: Support container signal/wait.
Lantao Liu
2018-07-18
Moved restore code out of create and made to be called after create.
Justine Olshan
2018-06-29
Sets the restore environment for restoring a container.
Justine Olshan
2018-06-29
Added leave-running flag for checkpoint.
Brielle Broder
2018-06-27
Added MkdirAll capabilities for Checkpoint's image-path.
Brielle Broder
2018-06-22
Modified Checkpoint/Restore flags to improve compatibility with Docker.
Brielle Broder
2018-06-12
Runsc checkpoint works.
Brielle Broder
2018-06-06
Add runsc checkpoint command.
Googler