Age | Commit message (Expand) | Author |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-17 | runsc: Add --pid flag to runsc kill. | Kevin Krakauer |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
2018-10-10 | Removes irrelevant TODO. | Kevin Krakauer |
2018-10-10 | Support for older Linux kernels without getrandom | Jonathan Giannuzzi |
2018-10-10 | Add sandbox to cgroup | Fabricio Voznika |
2018-10-09 | Add new netstack metrics to the sentry | Ian Gudger |
2018-10-08 | Job control signals must be sent to all processes in the FG process group. | Nicolas Lacasse |
2018-10-08 | Uncapitalize error | Michael Pratt |
2018-10-03 | runsc: Pass root container's stdio via FD. | Nicolas Lacasse |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-10-01 | Make multi-container the default mode for runsc | Fabricio Voznika |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-27 | Merge Loader.containerRootTGs and execProcess into a single map | Fabricio Voznika |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-19 | runsc: Fix stdin/stdout/stderr in multi-container mode. | Kevin Krakauer |
2018-09-19 | Add docker command line args support for --cpuset-cpus and --cpus | Lingfu |
2018-09-18 | Automated rollback of changelist 213307171 | Kevin Krakauer |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | runsc: Fix stdin/out/err in multi-container mode. | Kevin Krakauer |
2018-09-13 | runsc: Support container signal/wait. | Lantao Liu |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-07 | Only start signal forwarding after init process is created | Fabricio Voznika |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-05 | runsc: Support runsc kill multi-container. | Kevin Krakauer |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-08-28 | Add argument checks to seccomp | Fabricio Voznika |
2018-08-27 | Add command-line parameter to trigger panic on signal | Fabricio Voznika |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |
2018-08-24 | runsc: Allow runsc to properly search the PATH for executable name. | Kevin Krakauer |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-08 | Enable SACK in runsc | Fabricio Voznika |
2018-08-01 | Move stack clock to options struct | Ian Gudger |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-13 | runsc: Fix map access race in boot.Loader.waitContainer. | Nicolas Lacasse |
2018-07-12 | runsc: Don't close the control server in a defer. | Nicolas Lacasse |
2018-07-03 | Fix runsc VDSO mapping | Michael Pratt |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-28 | runsc: Add the "wait" subcommand. | Kevin Krakauer |
2018-06-28 | Error out if spec is invalid | Fabricio Voznika |
2018-06-28 | Add option to configure watchdog action | Fabricio Voznika |
2018-06-26 | runsc: set gofer umask to 0. | Lantao Liu |
2018-06-22 | runsc: Enable waiting on individual containers within a sandbox. | Kevin Krakauer |
2018-06-21 | Forward SIGUSR2 to the sandbox too | Fabricio Voznika |
2018-06-21 | runsc: Default umask should be 0. | Nicolas Lacasse |