summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-09-25fix TestUserLog for multi-archHoward Zhang
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-16Refactor removed default test dimensionFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-27Clean-up bazel wrapper.Adin Scannell
2020-07-15Merge pull request #3022 from prattmic:runsc_do_pdeathsiggVisor bot
2020-07-15Apply pdeathsig to gofer for runsc run/doMichael Pratt
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-04Enable TestRunNonRoot on VFS2Fabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-29Merge pull request #2487 from moricho:fix/bindmountgVisor bot
2020-04-28Merge pull request #2558 from prattmic:forward_signalgVisor bot
2020-04-27container: use sighandling packageMichael Pratt
2020-04-27Update container.gokevin.xu
2020-04-26refactor and add test for bindmountmoricho
2020-04-25Add container tests passing with VFS2Zach Koopmans
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-07Update TODO to #238Ian Lewis
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-05tests: Don't print log messages on stdoutAndrei Vagin
2020-03-04tests: Don't print log messages on stdoutAndrei Vagin
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2020-02-25Add log during process wait in testsFabricio Voznika
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-02-06Fix TestPauseResume in container test failed with connection refused.Ting-Yu Wang
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-04Increase container_test size.Kevin Krakauer
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-18Increase waitForProcessList timeoutFabricio Voznika
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse