summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2019-06-20Implement madvise(MADV_DONTFORK)Neel Natu
2019-06-19Mark tcp_socket test flaky (for real)Michael Pratt
2019-06-19Deflake mount_test.Nicolas Lacasse
2019-06-19Abort loop on failureMichael Pratt
2019-06-19Mark tcp_socket test flaky.Neel Natu
2019-06-18Use return values from syscalls in eventfd tests.Rahat Mahmood
2019-06-18Replace usage of deprecated strtoul/strtoullBrad Burlage
2019-06-18Fix PipeTest_Streaming timeoutFabricio Voznika
2019-06-13Fix deadlock in fasync.Ian Gudger
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-06-13Update canonical repository.Adin Scannell
2019-06-13Set optlen correctly when calling getsockopt.Bhasker Hariharan
2019-06-12Add support for TCP_CONGESTION socket option.Bhasker Hariharan
2019-06-11Eat sendfile partial errorAdin Scannell
2019-06-11gvisor/test: create a per-testcase directory for runsc logsAndrei Vagin
2019-06-10Fixes to listen backlog handling.Bhasker Hariharan
2019-06-06BUILD: Use runsc to generate versionAdin Scannell
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-06Remove tmpfs restriction from testFabricio Voznika
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-06Add overlay dimension to FS related syscall testsFabricio Voznika
2019-06-06Try increase listen backlog.Rahat Mahmood
2019-06-06Internal change.Googler
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-06-05Adjust route when looping multicast packetsChris Kuiper
2019-06-05Give test instantiations meaningful names.Ian Gudger
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin
2019-06-03Remove duplicate socket testsMichael Pratt
2019-05-30Add VmData field to /proc/{pid}/statuschris.zn
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-22Add WCLONE / WALL support to waitidMichael Pratt
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Fix inconsistencies in ELF anonymous mappingsMichael Pratt
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-20Fix incorrect tmpfs timestamp updatesMichael Pratt
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-16Add test for duplicate proc entries.Ian Gudger
2019-05-14Update out of date commentMichael Pratt
2019-05-10Modernize mknod testMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-08Fix types that are subtly incorrect.Googler
2019-05-05Fix raw socket behavior and tests.Kevin Krakauer
2019-05-03gvisor: run bazel in a docker containerAndrei Vagin
2019-05-03Skip flaky ClockGettime.CputimeId take 2Fabricio Voznika
2019-05-03Proper cleanup of sockets that used REUSEPORTChris Kuiper