summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-07-30Remove unused const variablesIan Lewis
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-07-29Move runtimes tests to appropriate directory.Samantha Sample
2019-07-26runsc: propagate the alsologtostderr to sub-commandsAndrei Vagin
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-26Publish Dockerfiles and test-runner binaries for running language tests.Samantha Sample
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-23Make runAllTests() consistent with listTests().Brett Landau
2019-07-22Prototype integration of runtime language tests for Node.js into gVisor.Samantha Sample
2019-07-19Create the initial binary for each of the 5 runtime's test-runner.Brett Landau
2019-07-16test/integration: wait a background processAndrei Vagin
2019-07-12Take a reference on the already-mounted inode before re-mounting it.Nicolas Lacasse
2019-07-08Merge pull request #375 from jmgao:mastergVisor bot
2019-07-08Don't try to execute a file that is not regular.Nicolas Lacasse
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-01Use new location of python-hello image in tests.Nicolas Lacasse
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-28runsc: allow openat for runsc-raceAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-26Preserve permissions when checking lowerFabricio Voznika
2019-06-26Always set SysProcAttr.Ctty to an FD in the child's FD table.Nicolas Lacasse
2019-06-25Use different Ctty FDs based on the go version.Nicolas Lacasse
2019-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-21Delete dangling comment line.Nicolas Lacasse
2019-06-20Drop extra characterMichael Pratt
2019-06-18Kill sandbox process when 'runsc do' exitsFabricio Voznika
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-18gvisor/kokoro: don't modify tests names in the BUILD fileAndrei Vagin
2019-06-17gvisor/bazel: use python2 to build runsc-debianAndrei Vagin
2019-06-14Enable Receive Buffer Auto-Tuning for runsc.Bhasker Hariharan
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-13Set the HOME environment variable (fixes #293)Ian Lewis
2019-06-13Fix use of "2 ^ 30".Josh Gao
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