summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-12Remove flaky network namespace test that uses clone().Ting-Yu Wang
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-06shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONNEyal Soha
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-05Merge pull request #2036 from xiaobo55x:syscall_testgVisor bot
2020-03-04test/runner: use proper filters for test casesAndrei Vagin
2020-03-03Merge pull request #2008 from lubinszARM:pr_skip_vsyscallgVisor bot
2020-03-03Merge pull request #2043 from lubinszARM:pr_clean1gVisor bot
2020-03-03Move temp_umask to test/util.Adin Scannell
2020-03-03code clean: minor changes to compatible with ubuntu18.04Bin Lu
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
2020-03-02Fix data-race when reading/writing e.amss.Bhasker Hariharan
2020-03-02Fix syscall test build error on arm64.Haibo Xu
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-28skip vsyscall test cases on Arm64Bin Lu
2020-02-27Internal change.Nayana Bidari
2020-02-26Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEOJay Zhuang
2020-02-24Merge pull request #1886 from avagin:arm64-travis-cigVisor bot
2020-02-21arm64: add a travis build ciAndrei Vagin
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-20Initial network namespace support.gVisor bot
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-19Include more test files in exports_filesgVisor bot
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-18Deflake fallocate syscall test.gVisor bot
2020-02-13Internal change.gVisor bot
2020-02-12Include more test files in exports_filesgVisor bot
2020-02-10Internal change.Zach Koopmans
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-07Refactor syscall testsJay Zhuang
2020-02-06Fix test case on AMD.Adin Scannell
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-05recv() on a closed TCP socket returns ENOTCONNEyal Soha
2020-02-05Disable get/set xattrs until list/remove exist too.Nicolas Lacasse
2020-02-04Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink.Ting-Yu Wang
2020-02-04Add socket connection stress test.Ian Gudger
2020-02-04timer_create(2) should return 0 on successMichael Pratt
2020-02-04Include socket_ip_udp_loopback.cc in exportes_filesJay Zhuang
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-02-03Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.Ting-Yu Wang
2020-01-31Fix logic around AMD/Intel cases.Adin Scannell
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-30Wrap all GetSocketPairs() in unnamed namespacesJay Zhuang
2020-01-30Merge pull request #1630 from xiaobo55x:kOLargeFilegVisor bot
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2020-01-30Enforce splice offset limitsMichael Pratt