summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-12-29Simplify profiling and benchmarks.Adin Scannell
2020-12-29Exclude changing generated file from go_branch.Adin Scannell
2020-12-29Deflake semaphore_test_nativeJing Chen
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-29Export socket_ipv6_udp_unbound_loopback.ccTamir Duberstein
2020-12-29arm64 kvm: revert some kpti related codes, and configure upper pagetable as g...Robin Luk
2020-12-28Avoid duplicate `run` keyTamir Duberstein
2020-12-28Merge pull request #5166 from kevinGC:bk-warningsgVisor bot
2020-12-27typo: change whicy to whichLai Jiangshan
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-22Internal change.gVisor bot
2020-12-22Add missing link types to go branchKevin Krakauer
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Correctly log sniffed ARP packetsTamir Duberstein
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
2020-12-21Don't modify a packet header when it can be used by other endpointsAndrei Vagin
2020-12-21RLock Endpoint in raw.Endpoint.HandlePacketKevin Krakauer
2020-12-17Typo fix.Etienne Perot
2020-12-17Set verityMu to be state nosaveChong Cai
2020-12-17Internal change.gVisor bot
2020-12-17Set --nocache_test_results to runtime testsFabricio Voznika
2020-12-17Fix seek on /proc/pid/cmdline when task is zombie.Nicolas Lacasse
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-17Set process group and session on host TTYFabricio Voznika
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-12-17Set max memory not minFabricio Voznika
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-17Remove duplicate `return`Tamir Duberstein
2020-12-16Cleanup locking in multicast group protocol testsGhanan Gowripalan
2020-12-16Automated rollback of changelist 346565589gVisor bot