summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2020-04-09Dedup netlink utility functions in tests.Ting-Yu Wang
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-03-18Enable syscall sysret_test on arm64.Haibo Xu
2020-03-12Remove flaky network namespace test that uses clone().Ting-Yu Wang
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-05Merge pull request #2036 from xiaobo55x:syscall_testgVisor bot
2020-03-03Move temp_umask to test/util.Adin Scannell
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-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-20Initial network namespace support.gVisor bot
2020-02-19Include more test files in exports_filesgVisor bot
2020-02-12Include more test files in exports_filesgVisor bot
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-07Refactor syscall testsJay Zhuang
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-04Include socket_ip_udp_loopback.cc in exportes_filesJay Zhuang
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-30Merge pull request #1630 from xiaobo55x:kOLargeFilegVisor bot
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2020-01-27Create platform_util for tests.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-17Enable build of test/syscall tests on arm64.Haibo Xu
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2019-12-18Switch to netinet/tcp.h and poll.h to for better platform portability.Jay Zhuang
2019-12-18Put GetSocketPairs() in unnamed namespaceJay Zhuang
2019-12-17Explicitly export files needed by other packagesgVisor bot
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng
2019-12-09Mark test as non flaky.Bhasker Hariharan
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-12-05Explicitly export files needed by other packagesgVisor bot
2019-12-03Clean up readv_socket test suite.Dean Deng
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-10-02Sanity test that open(2) on a UDS failsMichael Pratt
2019-09-27Automated rollback of changelist 256276198Adin Scannell
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot