summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
AgeCommit message (Expand)Author
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
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
2019-09-23Always set HOME env var with `runsc exec`.Nicolas Lacasse
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-19Place the host UDS mounting behind --fsgofer-host-uds-allowed.Robert Tonic
2019-09-03Impose order on test scripts.Adin Scannell
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-26Always set SysProcAttr.Ctty to an FD in the child's FD table.Nicolas Lacasse
2019-06-25Use different Ctty FDs based on the go version.Nicolas Lacasse
2019-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
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-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-06Send error message to docker/kubectl exec on failureFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-05-30runsc/do: don't specify the read-only flag for the root mountAndrei Vagin