summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-11-01Make error messages a bit more user friendly.Ian Lewis
2018-11-01Close http.Response.Body after Get request.Kevin Krakauer
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-29Removes outdated TODO.Kevin Krakauer
2018-10-26Order feature strings by blockMichael Pratt
2018-10-25Uninstall() should not fail if a cgroup directory doesn't existAndrei Vagin
2018-10-24Re-enable TestPythonHello now that ptrace seccomp issue is resolved.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-18Skip TestPythonHello on ptrace platform while we debug the issue.Nicolas Lacasse
2018-10-17Close the gofer socket gracefully in boot:boot_test.Nicolas Lacasse
2018-10-17Relativize all socket paths in tests.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Remove incorrect TODO.Kevin Krakauer
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-17Attempt to deflake TestPythonHelloFabricio Voznika
2018-10-17Bump Pause/Resume integration test timeout in attempt to deflake Kokoro.Nicolas Lacasse
2018-10-17Make removing cgroups retry up to 5 seconds.Nicolas Lacasse
2018-10-16Bump sandbox start and stop timeouts.Nicolas Lacasse
2018-10-15Never send boot process stdio to application stdio.Nicolas Lacasse
2018-10-12Added spec command to create OCI spec config.jsonIan Lewis
2018-10-11Make the gofer process enter namespacesFabricio Voznika
2018-10-11Fix reference leak in tests.Nicolas Lacasse
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-11Sandbox cgroup testsFabricio Voznika
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Removes irrelevant TODO.Kevin Krakauer
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