summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/control
AgeCommit message (Expand)Author
2020-03-06Merge release-20200219.0-124-g228813f (automated)gVisor bot
2020-03-06Update comments and debug level for profiling options.Dean Deng
2020-03-06Merge release-20200219.0-109-g6367963 (automated)gVisor bot
2020-02-26add profile optionmoricho
2020-02-14Merge release-20200211.0-20-ge4c7f3e (automated)gVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Merge release-20200211.0-17-g4075de1 (automated)gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-10Merge release-20191213.0-96-g27500d5 (automated)gVisor bot
2020-01-09New sync package.Ian Gudger
2019-12-11Merge release-20191129.0-45-gf8c5ad0 (automated)gVisor bot
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-07Merge release-20191129.0-18-g371e210 (automated)gVisor bot
2019-12-06Add runtime tracing.Adin Scannell
2019-12-06Merge release-20191129.0-14-g663fe84 (automated)gVisor bot
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-02Merge aaaefdf9 (automated)gVisor bot
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-26Merge b5012237 (automated)gVisor bot
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Merge 04cbb13c (automated)gVisor bot
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-12Merge 69e0affa (automated)gVisor bot
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-24Merge b21b1db7 (automated)gVisor bot
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
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