summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-06-13Set the HOME environment variable (fixes #293)Ian Lewis
2019-06-12gvisor/runsc: apply seccomp filters before parsing a state fileAndrei Vagin
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-11Use net.HardwareAddr for FDBasedLink.LinkAddressFabricio Voznika
2019-06-11Fix broken pipe error building version fileFabricio Voznika
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-07Move //pkg/sentry/memutil to //pkg/memutil.Jamie Liu
2019-06-06BUILD: Use runsc to generate versionAdin Scannell
2019-06-06Add alsologtostderr optionFabricio Voznika
2019-06-06Copy up parent when binding UDS on overlayfsFabricio Voznika
2019-06-06Implement reclaim-driven MemoryFile eviction.Jamie Liu
2019-06-06Send error message to docker/kubectl exec on failureFabricio Voznika
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-06-03Refactor container FS setupFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-06-03Remove spurious periodMichael Pratt
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-05-30runsc/do: don't specify the read-only flag for the root mountAndrei Vagin
2019-05-30runsc/do: allow to run commands in a host network namespaceAndrei Vagin
2019-05-30Update internal flag name and documentationFabricio Voznika
2019-05-23runsc/do: do a proper cleanup if a command failed due to internal errorsAndrei Vagin
2019-05-23Set sticky bit to /tmpFabricio Voznika
2019-05-23Initial support for bind mountsFabricio Voznika
2019-05-17Return EPERM for mknodMichael Pratt
2019-05-16tiny fix: avoid panicing when OpenSpec failedLiu Hua
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-05-15gvisor/runsc: use a veth link address instead of generating a new oneAndrei Vagin
2019-05-14kokoro: run tests with a default docker container runtimeAndrei Vagin
2019-05-13gvisor/runsc/tests: set timeout for http.Get()Andrei Vagin
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-08Set the FilesytemType in MountSource from the Filesystem.Nicolas Lacasse
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-05-03gofer: don't leak file descriptorsAndrei Vagin
2019-05-03runsc: add a bazel target to build a debian packageAndrei Vagin
2019-05-03gvisor/kokoro: save runsc logsAndrei Vagin
2019-05-03Increase timeout to wait for port to become availableFabricio Voznika
2019-05-02runsc: don't create an empty network namespace if NetworkHost is setAndrei Vagin
2019-05-02runsc: move test_app in a separate directoryAndrei Vagin
2019-05-02Add [simple] network support to 'runsc do'Fabricio Voznika
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-26Bump the AF_PACKET socket rcv buf size to 4MB by default.Bhasker Hariharan
2019-04-23Revert runsc to use RecvMMsg packet dispatcher.Bhasker Hariharan
2019-04-23Remember file position during Readdir()Fabricio Voznika
2019-04-23Replace os.File with fd.FD in fsgoferFabricio Voznika
2019-04-23Fix container_test flakes.Kevin Krakauer