summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
AgeCommit message (Expand)Author
2021-09-20[lisa] Plumb lisafs through runsc.Ayush Ranjan
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-04Add Fs controlsChong Cai
2021-07-22runsc: Wait child processes without timeoutsAndrei Vagin
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-11-18Fix race condition in multi-container wait testFabricio Voznika
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-21Merge pull request #3957 from workato:auto-cgroupgVisor bot
2020-10-20Do not even try forcing cgroups in testsKonstantin Baranov
2020-10-19Fixes to cgroupsFabricio Voznika
2020-10-06Ignore errors in rootless and test modesKonstantin Baranov
2020-10-02Treat absent "linux" section is empty "cgroupsPath" tooKonstantin Baranov
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-15Use container ID as cgroup name if not providedKonstantin Baranov
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-15Apply pdeathsig to gofer for runsc run/doMichael Pratt
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-28Merge pull request #2558 from prattmic:forward_signalgVisor bot
2020-04-27container: use sighandling packageMichael Pratt
2020-04-27Update container.gokevin.xu
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-07Update TODO to #238Ian Lewis
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2019-10-30Fix container lockingFabricio Voznika
2019-10-20Add runsc OCI annotations to support CRI-O.Tom Lanyon
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-08-07Set gofer's OOM score adjustmentFabricio Voznika
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-01Set sandbox oom_score_adjIan Lewis
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-18Kill sandbox process when 'runsc do' exitsFabricio Voznika
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-05-02Add [simple] network support to 'runsc do'Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt