summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/BUILD
AgeCommit message (Expand)Author
2021-04-16Internal changeZach Koopmans
2021-04-02Implement the runsc verity-prepare command.Rahat Mahmood
2021-03-11Major refactor of runsc mitigate.Zach Koopmans
2021-02-10Add mitigate command to runscZach Koopmans
2020-12-11Add runsc symbolize command.Dean Deng
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-02-19Add statefile command to runsc.Adin Scannell
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-09-03Impose order on test scripts.Adin Scannell
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-06Send error message to docker/kubectl exec on failureFabricio Voznika
2019-04-11Add 'runsc do' commandFabricio Voznika
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-12Added spec command to create OCI spec config.jsonIan Lewis
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-08-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06Add runsc checkpoint command.Googler
2018-05-29Supress error when deleting non-existing container with --forceFabricio Voznika
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-04-28Check in gVisor.Googler