summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2019-04-22Bugfix: fix fstatat symbol link to dirWei Zhang
2019-04-19tcpip/transport/tcp: read side only shutdown of an endpointBen Burkert
2019-04-19Add support for the MSG_TRUNC msghdr flag.Ian Gudger
2019-04-18Keep symlink target open while in test that compares inode ids.Nicolas Lacasse
2019-04-17Don't allow sigtimedwait to catch unblockable signalsMichael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-11CONTRIBUTING: add style guide pointerAdin Scannell
2019-04-10Internal changeMichael Pratt
2019-04-10rlimits test: don't exceed nr_open.Kevin Krakauer
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2019-04-10Fixed /proc/cpuinfo permissionsShiva Prasanth
2019-04-09Match multi-word StateMichael Pratt
2019-04-08Internal changeMichael Pratt
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu