summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
AgeCommit message (Expand)Author
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11OCI spec may contain duplicate environment variablesFabricio Voznika
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2020-12-30Fix condition checking in `runsc debug`Fabricio Voznika
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-12-11Add runsc symbolize command.Dean Deng
2020-12-03Surface usage message for `runsc do`.Dean Deng
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-11-03Fix more nogo testsTing-Yu Wang
2020-10-27Merge pull request #4587 from lnsp:stacktracegVisor bot
2020-10-23Add --traceback flag to customize GOTRACEBACK levelLennart Espe
2020-10-22Load spec during "runsc start" to process flag overridesFabricio Voznika
2020-10-15`runsc do` fallback to internal network on failureFabricio Voznika
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01Let flags be overriden from OCI annotationsFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-09Add args and netns flag to runsc specIan Lewis
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-09Mount root and volumes as read-only if --overlay is enabledFabricio Voznika
2020-06-01Include runtime goroutines in panicsMichael Pratt
2020-06-01Make gofer mount readonly when overlay is enabledFabricio Voznika
2020-05-24Add cwd option to spec cmdMikael Mello
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-04-27runsc: extend do network cleanupMichael Pratt
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
2020-04-08Clean up TODOsFabricio Voznika
2020-03-19Improve error message when pivot_root failsFabricio Voznika
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-02-26add profile optionmoricho
2020-02-19Add statefile command to runsc.Adin Scannell
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-06Add runtime tracing.Adin Scannell
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-11Set base to rootDavor Kapsa
2019-10-10Remove unnecessary assignment to pathDavor Kapsa