summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/control
AgeCommit message (Expand)Author
2021-08-18Add control configsChong Cai
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-04Add Fs controlsChong Cai
2021-08-03Add Lifecycle controlsChong Cai
2021-07-13Replace whitelist with allowlistFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-06-10Set RLimits during `runsc exec`Fabricio Voznika
2021-02-24return root pids with runsc psDaniel Dao
2021-02-19control.Proc.Exec should default to root pid namespace if none provided.Nicolas Lacasse
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-14Do not check for reference leaks after saving.Dean Deng
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-17Internal change.gVisor bot
2020-06-08Combine executable lookup codeFabricio Voznika
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-06Update comments and debug level for profiling options.Dean Deng
2020-02-26add profile optionmoricho
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
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-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
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