summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader.go
AgeCommit message (Expand)Author
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Removes irrelevant TODO.Kevin Krakauer
2018-10-10Support for older Linux kernels without getrandomJonathan Giannuzzi
2018-10-10Add sandbox to cgroupFabricio 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-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
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-11platform: Pass device fd into platform constructor.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-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-08-28Add argument checks to seccompFabricio Voznika
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-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-08Enable SACK in runscFabricio Voznika
2018-08-01Move stack clock to options structIan Gudger
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-13runsc: Fix map access race in boot.Loader.waitContainer.Nicolas Lacasse
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer