summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox/sandbox.go
AgeCommit message (Expand)Author
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
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-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
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-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-09Don't unconditionally set --panic-signalFabricio Voznika
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-04-07Don't map the 0 uid into a sandbox user namespaceAndrei Vagin
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-11runsc: Set asyncpreemptoff for the kvm platformAndrei Vagin
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-26add profile optionmoricho
2020-01-09New sync package.Ian Gudger
2019-12-17Leave minimum CPU number as a constantAleksandr Razumov
2019-12-17Add minimum CPU number and only lower CPUs on --cpu-num-from-quotaAleksandr Razumov
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-12-05Fix possible race condition destroying containerFabricio Voznika
2019-09-25Fix runsc log collection in kokoroFabricio Voznika
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-01Set sandbox oom_score_adjIan Lewis
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
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-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-21Delete dangling comment line.Nicolas Lacasse
2019-06-20Drop extra characterMichael Pratt
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-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-05-02runsc: don't create an empty network namespace if NetworkHost is setAndrei Vagin
2019-05-02Add [simple] network support to 'runsc do'Fabricio Voznika
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-11Add 'runsc do' commandFabricio Voznika
2019-03-18Add support for mount propagationFabricio Voznika