summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11Fix Go branch for arm64.Adin Scannell
2021-01-11Make segment range type split safe.Adin Scannell
2021-01-11Add additional required packages.Adin Scannell
2021-01-11OCI spec may contain duplicate environment variablesFabricio Voznika
2021-01-11Make ilist split safe.Adin Scannell
2021-01-11Fix rules_go checksums.Adin Scannell
2021-01-08Support releasing aarch64 builds.Adin Scannell
2021-01-08Merge pull request #4933 from lubinszARM:pr_kvm_el0_exceptionsgVisor bot
2021-01-08Create console test library.Etienne Perot
2021-01-08Merge pull request #5228 from avagin:arm-qemu-aarch64gVisor bot
2021-01-08Build the arm-qemu docker image only for x86_64Andrei Vagin
2021-01-08Add prefix helper to link to code search results.Adin Scannell
2021-01-08Fix sha256 for github-workflow.json.Adin Scannell
2021-01-07Merge pull request #5207 from avagin:arm64-crossgVisor bot
2021-01-07Add ARM smoke testAndrei Vagin
2021-01-07Require specific buckets for pprof handler.Adin Scannell
2021-01-07Fix tuntap_test to cleanup after CreateInterfaceNoCapMithun Iyer
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-07Add runsc build job to BuildKite.Zach Koopmans
2021-01-07Merge pull request #5213 from prattmic:pkg.go.devgVisor bot
2021-01-07Implement the semtimedop syscallAndrei Vagin
2021-01-07Update link to benchmarksFabricio Voznika
2021-01-07website: redirect module to pkg.go.devMichael Pratt
2021-01-07Fix native benchmarks.Adin Scannell
2021-01-06Export a pprof visualization endpoint.Adin Scannell
2021-01-06Don't canonicalize cache directory.Adin Scannell
2021-01-06Run external networking testKevin Krakauer
2021-01-06Do not filter frames in ethernet link endpointGhanan Gowripalan
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-06Merge pull request #5177 from lubinszARM:pr_kernel_globalgVisor bot
2021-01-06Include objdump failures in test output.Michael Pratt
2021-01-05Make build command more robust.Adin Scannell
2021-01-05Make type sanity checking happen only in race builds.Adin Scannell
2021-01-05Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.Andrei Vagin
2021-01-05Fix panic when parsing SO_TIMESTAMP cmsgKevin Krakauer
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2021-01-05Merge pull request #5169 from laijs:fix-typo-whicygVisor bot
2021-01-05Change the build badge to point to BuildKite.Adin Scannell
2021-01-05Add YAML validation for configuration files.Adin Scannell
2021-01-05Internal changes.Andrei Vagin
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-31Add missing error checks for FileDescription.Init.Dean Deng
2020-12-30Remove remote execution support.Adin Scannell
2020-12-30Add test for open(2) with O_WRONLY|O_RDWR.Dean Deng
2020-12-30Add BuildKite annotations for failures and profiles.Adin Scannell
2020-12-30Use a stable ordering for generated types.Adin Scannell
2020-12-30Fix condition checking in `runsc debug`Fabricio Voznika
2020-12-29Add continuous VFS1 tests.Adin Scannell
2020-12-29Deflake TestBindOverlay in //test/e2e:integration_testTing-Yu Wang