summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/control
AgeCommit message (Expand)Author
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-22Clean up state error handlingMichael Pratt
2019-03-11Add profiling commands to runscFabricio Voznika
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2019-01-31Remove license commentsMichael Pratt
2018-11-01Make error messages a bit more user friendly.Ian Lewis
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Fix possible panic in control.Processes.Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-26Return correct parent PIDFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13initArgs must hold a reference on the Root if it is not nil.Nicolas Lacasse
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-05Imported FD in exec was leakingFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-04-28Check in gVisor.Googler