summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-10-10runsc: Pass controlling TTY by FD in the *new* process, not current process.Nicolas Lacasse
2018-10-10Support for older Linux kernels without getrandomJonathan Giannuzzi
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-09Add new netstack metrics to the sentryIan Gudger
2018-10-08Job control signals must be sent to all processes in the FG process group.Nicolas Lacasse
2018-10-08Uncapitalize errorMichael Pratt
2018-10-04Capture boot panics in debug log.Nicolas Lacasse
2018-10-03Fix sandbox chrootFabricio Voznika
2018-10-03Automated rollback of changelist 215585559Nicolas Lacasse
2018-10-03runsc: Allow state transition from Creating to Stopped.Nicolas Lacasse
2018-10-03Fix arithmetic error in multi_container_test.Nicolas Lacasse
2018-10-03runsc: Dup debug log file to stderr, so sentry panics don't get lost.Nicolas Lacasse
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-10-03Add TIOCINQ to allowed seccomp when hostinet is usedFabricio Voznika
2018-10-02Bump some timeouts in the image tests.Nicolas Lacasse
2018-10-02Fix compilation bug.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Fix ruby image tests.Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28Add test for 'signall --all' with stopped containerFabricio Voznika
2018-09-28Made a few changes to make testutil.Docker easier to useFabricio Voznika
2018-09-28runsc: allow `kill --all` when container is in stopped state.Lantao Liu
2018-09-28Add ruby image testsFabricio Voznika
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