summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Fix bug in proc_test.Bhasker Hariharan
2019-09-05Deflake aio_test.Jamie Liu
2019-09-04Run proc_net tests.Ian Gudger
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Fix async-signal-unsafety in MlockallTest_Future.Jamie Liu
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-08-29Handle new representation of abstract UDS paths.Rahat Mahmood
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Internal change.gVisor bot
2019-08-27Fix pwritev2 flaky test.Zach Koopmans
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-26Internal change.gVisor bot
2019-08-23Second try at flaky futex test.Zach Koopmans
2019-08-22test: set shard_count to 5 by defaultAndrei Vagin
2019-08-22Remove ASSERT from fork childMichael Pratt
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
2019-08-22unix: return zero if peer is closedJianfeng Tan
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-08-21tests: retry connect if it fails with EINTRAndrei Vagin
2019-08-20test: reset a signal handler before closing a signal channelAndrei Vagin
2019-08-20Add tests for raw AF_PACKET sockets.Kevin Krakauer
2019-08-20Fix flaky futex test.Zach Koopmans
2019-08-20tests: syscall_test_runner should not run tests in parallelAndrei Vagin
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-07-31Basic support for 'ip route'Ian Lewis
2019-07-31Fix ICMPv4 EchoReply packet checksumAustin Kiekintveld
2019-07-31Test connecting UDP sockets to the ANY addressTamir Duberstein
2019-07-29Fix flaky stat.cc test.Zach Koopmans
2019-07-29Add iptables types for syscalls tests.Kevin Krakauer
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-23Deduplicate EndpointState.connected someTamir Duberstein
2019-07-19Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonicgVisor bot
2019-07-19Handle interfaceAddr and NIC options separately for IP_MULTICAST_IFChris Kuiper
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
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