summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-11-06Add p9.OpenTruncate.Jamie Liu
2019-11-05Fix repository build scripts.Adin Scannell
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-01Merge pull request #1109 from xiaobo55x:fsgofergVisor bot
2019-11-01Allow the watchdog to detect when the sandbox is stuck during setup.Nicolas Lacasse
2019-10-31Add systemd-cgroup flag option.Ian Lewis
2019-10-31Merge pull request #1058 from cmingxu:mastergVisor bot
2019-10-30Fix container lockingFabricio Voznika
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-30Enable runsc/fsgofer support on arm64.Haibo Xu
2019-10-28Cast the Stat_t.Nlink to uint64 on arm64.Haibo Xu
2019-10-24Fix early deletion of rootDirFabricio Voznika
2019-10-23fix typokevin.xu
2019-10-23remove duplicated periodkevin.xu
2019-10-22Merge pull request #1046 from tomlanyon:criogVisor bot
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-20Add runsc OCI annotations to support CRI-O.Tom Lanyon
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-15Make Attach no longer a special snowflakeMichael Pratt
2019-10-14Merge pull request #997 from dvrkps:patch-1gVisor bot
2019-10-11Set base to rootDavor Kapsa
2019-10-10Update TODO for OCI seccomp support.Ian Lewis
2019-10-10Remove unnecessary assignment to pathDavor Kapsa
2019-10-10Allow rt_sigreturn in runsc goferMichael Pratt
2019-10-08Remove stale TODOFabricio Voznika
2019-10-08Ignore mount options that are not supported in shared mountsFabricio Voznika
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-07Add tests for $HOMEIan Lewis
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-10-01runsc: remove todo from the build fileAndrei Vagin
2019-10-01Merge pull request #917 from KentaTada:fix-clone-flagsgVisor bot
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-27bazel: use rules_pkg from https://github.com/bazelbuild/Andrei Vagin
2019-09-26Disallow opening of sockets if --fsgofer-host-uds=falseFabricio Voznika
2019-09-26runsc: add the clone flag of cgroup namespaceKenta Tada
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-25Fix runsc log collection in kokoroFabricio Voznika
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-24Remove unecessary seccomp permission.Robert Tonic
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
2019-09-24Merge pull request #812 from lubinszARM:pr_dup3_armgVisor bot
2019-09-23Always set HOME env var with `runsc exec`.Nicolas Lacasse
2019-09-19Update InstallUDSFilters documentation to be accurate to functionality.Robert Tonic
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-19Place the host UDS mounting behind --fsgofer-host-uds-allowed.Robert Tonic
2019-09-18Shard the runtime tests.Nicolas Lacasse
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-12Update p9 to support flipcall.Adin Scannell