summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
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
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Open file as read-write when mount points to a fileFabricio Voznika
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-05-08Use the containerd annotation instead of detecting the "pause" application.Nicolas Lacasse
2018-05-08Error if container requires AppArmor, SELinux or seccompFabricio Voznika
2018-05-07Fix misspellingsIan Gudger
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-04Fix runsc capabilitiesFabricio Voznika
2018-05-03Return error when child exits earlyFabricio Voznika
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-05-01Add support for ping socketsIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-05-01Remove stale TODOFabricio Voznika
2018-04-28Check in gVisor.Googler