summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2019-07-17Add AF_UNIX, SOCK_RAW sockets, which exist for some reason.Kevin Krakauer
2019-07-17Merge pull request #533 from kevinGC:stub-dev-ttygVisor bot
2019-07-17Properly invalidate cache in rename and removeMichael Pratt
2019-07-16Internal change.gVisor bot
2019-07-15Replace vector of arrays with array of arrays.Kevin Krakauer
2019-07-15Fix initialization of badhandler_low_water_mark in SigaltstackTest.Neel Natu
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-07-12Add permission, char device, and uid checks.Kevin Krakauer
2019-07-12Stub out support for TCP_MAXSEG.Bhasker Hariharan
2019-07-12Merge pull request #282 from zhangningdlut:chris_test_procgVisor bot
2019-07-11Add a stub for /dev/tty.Kevin
2019-07-09tss: block userspace access to all I/O ports.Liu Hua
2019-07-08Don't mask errors in createAt loop.Nicolas Lacasse
2019-07-08Internal change.gVisor bot
2019-07-08Merge pull request #375 from jmgao:mastergVisor bot
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-07-02Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels.Neel Natu
2019-07-01Check remaining traversal limit when creating a file through a symlink.Nicolas Lacasse
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-27Merge pull request #461 from brb-g:128_procseekendgVisor bot
2019-06-26Preserve permissions when checking lowerFabricio Voznika
2019-06-26Follow symlinks when creating a file, and create the target.Nicolas Lacasse
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-06-24Implement /proc/net/tcp.Rahat Mahmood
2019-06-24Use correct statx syscall number for amd64.Nicolas Lacasse
2019-06-24Add regression test for #128 (fixed in ab6774ce)brb-g
2019-06-24Return ENOENT when reading /proc/{pid}/task of an exited processchris.zn
2019-06-22Implement statx.Nicolas Lacasse
2019-06-21Fix the logic for sending zero window updates.Bhasker Hariharan
2019-06-20Close FD on TcpSocketTest loop failure.Ian Gudger
2019-06-20Deflake TestSIGALRMToMainThread.Neel Natu
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