summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-09-23Fix runsc checksum artifact name.Brad Burlage
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-09-20Allow waiting for LinkEndpoint worker goroutines to finish.Ian Gudger
2019-09-19Fix p9 integration of flipcall.Jamie Liu
2019-09-19Remove defer from hot path and ensure Atomic is applied consistently.Adin Scannell
2019-09-19Merge pull request #876 from xiaobo55x:hostcpugVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Shard the runtime tests.Nicolas Lacasse
2019-09-18Fix dev.sh --refresh to create target dirFabricio Voznika
2019-09-18Enable pkg/sentry/hostcpu support on arm64.Haibo Xu
2019-09-18Signalfd supportAdin Scannell
2019-09-18Move the component into the repository structure.Adin Scannell
2019-09-17scripts/build.sh: fix kokoro failure "KOKORO_BUILD_NIGHTLY: unbound variable"Andrei Vagin
2019-09-17Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-17Follow-up fixes for image tests.Nicolas Lacasse
2019-09-17platform/ptrace: log exit code for stub processesAndrei Vagin
2019-09-17Update remaining users of LinkEndpoints to not refer to them as an ID.Ian Gudger
2019-09-16Fix artifact pattern for repositories.Adin Scannell
2019-09-16Refactor and clean up image tests.Nicolas Lacasse
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-09-13Remove stale configurations.Adin Scannell
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-12Merge pull request #843 from nlacasse:versiongVisor bot
2019-09-12Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-12Update repository directory structure.Adin Scannell
2019-09-12Bump bazel toolchain.Nicolas Lacasse
2019-09-11Drop unavailable package.Adin Scannell
2019-09-11Ensure appropriate tools are installed on image.Adin Scannell
2019-09-11Update key environment variables.Adin Scannell
2019-09-11Fix authorization for continuous integration.Adin Scannell
2019-09-11Bump bazel, rules_go, gazelle, and go toolchain to latest versions.Nicolas Lacasse
2019-09-11Update required Bazel version in README.Ian Lewis
2019-09-10Fix `runsc --version` and add a test.Nicolas Lacasse
2019-09-10Fix minor Kokoro issues.Adin Scannell
2019-09-09Fix ephemeral port leak.Ian Gudger
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood
2019-09-09Merge pull request #824 from amscanne:fix_build2gVisor bot
2019-09-09Join IPv6 all-nodes and solicited-node multicast addresses where appropriate.Ghanan Gowripalan
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-06Indicate flipcall synchronization to the Go race detector.Jamie Liu
2019-09-06Fix repository build scriptsAdin Scannell
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-09-05Better strace logs for statx.Nicolas Lacasse
2019-09-05Merge pull request #809 from google:amscanne-patch-1gVisor bot