summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-06-22Modified Checkpoint/Restore flags to improve compatibility with Docker.Brielle Broder
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-21Fix typo in runsc gofer flag descriptionIan Gudger
2018-06-20Reduce test sleep timeFabricio Voznika
2018-06-20Include image test as part of kokoro testsFabricio Voznika
2018-06-20Add end-to-end image testsFabricio Voznika
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-20Add tool to configure runtime settings in dockerFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19runsc: Whitelist lstat, as it is now used in specutils.Kevin Krakauer
2018-06-19runsc: Fix flakey container_test.Kevin Krakauer
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-18runsc: support symlink to the exec path.Lantao Liu
2018-06-18runsc: support "rw" mount option.Lantao Liu
2018-06-18Automated rollback of changelist 200770591Fabricio Voznika
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-15runsc: Make gofer logs show up in test output.Kevin Krakauer
2018-06-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-15runsc/cmd: fix kill signal parsingDmitry Vyukov
2018-06-15Set kernel.applicationCores to the number of processor on the hostFabricio Voznika
2018-06-14Fix typo.Brielle Broder
2018-06-14Add nanosleep filter for Go 1.11 supportMichael Pratt
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-12runsc: do not include sub target if it is not started with '/'.Lantao Liu
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-12runsc: enable terminals in the sandbox.Kevin Krakauer
2018-06-12Enable debug logging in testsFabricio Voznika
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06runsc: Support abbreviated container IDs.Kevin Krakauer
2018-06-06Add runsc checkpoint command.Googler
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-06-04Make fsgofer attach more strictFabricio Voznika
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Fix leaky FDFabricio Voznika
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-06-01Add SyscallRules that supports argument filteringZhengyu He
2018-06-01Ignores IPv6 addresses when configuring networkFabricio Voznika
2018-05-29Supress error when deleting non-existing container with --forceFabricio Voznika
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-21Fix test failure when user can't mount temp dirFabricio Voznika
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-10Fix failure to rename directoryFabricio Voznika
2018-05-10Display the current git revision in the info blockChanwit Kaewkasi