summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
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-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio 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-24runsc: All non-root bind mounts should be shared.Nicolas Lacasse
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-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
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-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17Remove memory usage static initFabricio 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-07runsc: Support multi-container exec.Nicolas Lacasse
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-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-09-04runsc: Run sandbox as user nobody.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-09-04Remove epoll_wait from filtersMichael Pratt
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-28Add argument checks to seccompFabricio Voznika
2018-08-28Drop support for Go 1.10Michael Pratt
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24runsc: Allow runsc to properly search the PATH for executable name.Kevin Krakauer
2018-08-23Clean up syscall filtersFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-15runsc: Fix instances of file access "proxy".Nicolas Lacasse
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-08Enable SACK in runscFabricio Voznika