summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-05-02Replace dynamic macros with constants in memfd test.Kevin Krakauer
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
2019-04-29Skip flaky ClockGettime.CputimeIdFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29Appease googletest deprecationTamir Duberstein
2019-04-29createAt should return all errors from FindInode except ENOENT.Nicolas Lacasse
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-26Fix reference counting bug in /proc/PID/fdinfo/.Kevin Krakauer
2019-04-26Change name of sticky test arg.Kevin Krakauer
2019-04-25Don't enforce NAME_MAX in fs.Dirent.walk().Jamie Liu
2019-04-25s,sys/poll.h/,poll.h,gTamir Duberstein
2019-04-25Handle glibc and XSI variants of strerror_rTamir Duberstein
2019-04-25Remove useless modifiersTamir Duberstein
2019-04-24Add Unix socket tests for the MSG_CTRUNC msghdr flag.Ian Gudger