summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
AgeCommit message (Expand)Author
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-13Use consistent naming for subcontainersFabricio Voznika
2021-06-28Exit early with error message on checkpoint/pause w/ hostinet.Ian Lewis
2021-06-25Merge pull request #6222 from avagin:stopgVisor bot
2021-06-22runsc: don't kill sandbox, let it stop properlyAndrei Vagin
2021-06-17Move tcpip.Clock impl to TimekeeperTamir Duberstein
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-09-04Simplify FD handling for container start/execFabricio 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-02-26add profile optionmoricho
2020-02-20Initial network namespace support.gVisor bot
2019-12-06Add runtime tracing.Adin Scannell
2019-11-01Allow the watchdog to detect when the sandbox is stuck during setup.Nicolas Lacasse
2019-10-23fix typokevin.xu
2019-10-23remove duplicated periodkevin.xu
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-08Remove stale TODOFabricio Voznika
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-12gvisor/runsc: apply seccomp filters before parsing a state fileAndrei Vagin
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-03Refactor container FS setupFabricio 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-15Cleanup around urpc file payload handlingFabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
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-02Remove obsolete TODO.Kevin Krakauer
2019-04-02Change bug number for duplicate bug.Kevin Krakauer
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-11Add profiling commands to runscFabricio Voznika