summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-06-11Merge pull request #2705 from lubinszARM:pr_sigfp_nestedgVisor bot
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-15passed the syscall test case 'fpsig_nested' on Arm64 platformBin Lu
2020-05-14Merge pull request #2663 from lubinszARM:pr_sigfp_forkgVisor bot
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-05-11Internal change.gVisor bot
2020-05-11passed the syscall test case 'fpsig_fork' on Arm64 platformBin Lu
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-14Merge pull request #2375 from lubinszARM:pr_exec_binarygVisor bot
2020-04-09Dedup netlink utility functions in tests.Ting-Yu Wang
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-04-08Enable exec_binary syscall test on Arm64Bin Lu
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