summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-26runsc: fix pid file race condition in exec detach mode.Lantao Liu
2018-09-24runsc: All non-root bind mounts should be shared.Nicolas Lacasse
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-21The "action" in container.Signal should be "signal".Nicolas Lacasse
2018-09-21runsc: Synchronize container metadata changes with a file lock.Nicolas Lacasse
2018-09-20Set Sandbox.Chroot so it gets cleaned up upon destructionFabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-20Wait for all async fs operations to complete before returning from Destroy.Nicolas Lacasse
2018-09-20runsc: Fix a bug that `runsc wait` doesn't work after container exits.Lantao Liu
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-19runsc: Mark container_test flaky.Kevin Krakauer
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-19runsc: Don't create __runsc_containers__ unless we are in multi-container mode.Nicolas Lacasse
2018-09-19Add docker command line args support for --cpuset-cpus and --cpusLingfu
2018-09-18Added state machine checks for Container.StatusFabricio Voznika
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17Remove memory usage static initFabricio Voznika
2018-09-17Rename container in testFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17runsc: Fix stdin/out/err in multi-container mode.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-12Remove getdents from filtersMichael Pratt
2018-09-11Rollback of changelist 212483372Michael Pratt
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-11Allow fstatat back in syscall filtersFabricio Voznika
2018-09-10runsc: Chmod all mounted files to 777 inside chroot.Nicolas Lacasse
2018-09-07Automated rollback of changelist 212059579Nicolas Lacasse
2018-09-07Automated rollback of changelist 211992321Nicolas Lacasse
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Disable test until we figure out what's brokenFabricio Voznika
2018-09-07Add additional sanity checks for walk.Adin Scannell
2018-09-07Only start signal forwarding after init process is createdFabricio Voznika
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-07runsc: Dup debug log file to stderr, so sentry panics don't get lost.Nicolas Lacasse
2018-09-06runsc: do not delete in paused state.Lantao Liu
2018-09-06Enable network for multi-containerFabricio Voznika