Age | Commit message (Expand) | Author |
2020-06-15 | Correctly set the test VFS environment variable. | Rahat Mahmood |
2020-06-11 | Merge pull request #2705 from lubinszARM:pr_sigfp_nested | gVisor bot |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-05 | Fix error code returned due to Port exhaustion. | Bhasker Hariharan |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-15 | passed the syscall test case 'fpsig_nested' on Arm64 platform | Bin Lu |
2020-05-14 | Merge pull request #2663 from lubinszARM:pr_sigfp_fork | gVisor bot |
2020-05-13 | Resolve remaining TODOs for tmpfs. | Nicolas Lacasse |
2020-05-11 | Internal change. | gVisor bot |
2020-05-11 | passed the syscall test case 'fpsig_fork' on Arm64 platform | Bin Lu |
2020-04-28 | Fix Unix socket permissions. | Dean Deng |
2020-04-14 | Merge pull request #2375 from lubinszARM:pr_exec_binary | gVisor bot |
2020-04-09 | Dedup netlink utility functions in tests. | Ting-Yu Wang |
2020-04-08 | splice: cap splice calls to MAX_RW_COUNT | Andrei Vagin |
2020-04-08 | Enable exec_binary syscall test on Arm64 | Bin Lu |
2020-03-18 | Enable syscall sysret_test on arm64. | Haibo Xu |
2020-03-12 | Remove flaky network namespace test that uses clone(). | Ting-Yu Wang |
2020-03-05 | Stub oom_score_adj and oom_score. | Ian Lewis |
2020-03-05 | Merge pull request #2036 from xiaobo55x:syscall_test | gVisor bot |
2020-03-03 | Move temp_umask to test/util. | Adin Scannell |
2020-03-02 | Fix syscall test build error on arm64. | Haibo Xu |
2020-02-28 | Hide /dev/net/tun when using hostinet. | Ting-Yu Wang |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-19 | Include more test files in exports_files | gVisor bot |
2020-02-12 | Include more test files in exports_files | gVisor bot |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-07 | Refactor syscall tests | Jay Zhuang |
2020-02-04 | Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. | Ting-Yu Wang |
2020-02-04 | Add socket connection stress test. | Ian Gudger |
2020-02-04 | Include socket_ip_udp_loopback.cc in exportes_files | Jay Zhuang |
2020-01-30 | Simplify testing link rules. | Adin Scannell |
2020-01-30 | Merge pull request #1471 from xiaobo55x:syscall_test | gVisor bot |
2020-01-30 | Merge pull request #1630 from xiaobo55x:kOLargeFile | gVisor bot |
2020-01-30 | Fix for panic in endpoint.Close(). | Bhasker Hariharan |
2020-01-27 | Create platform_util for tests. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-17 | Enable build of test/syscall tests on arm64. | Haibo Xu |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-08 | Return correct length with MSG_TRUNC for unix sockets. | Ian Lewis |
2019-12-18 | Switch to netinet/tcp.h and poll.h to for better platform portability. | Jay Zhuang |
2019-12-18 | Put GetSocketPairs() in unnamed namespace | Jay Zhuang |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-12-05 | Explicitly export files needed by other packages | gVisor bot |
2019-12-03 | Clean up readv_socket test suite. | Dean Deng |
2019-12-03 | Fix panic due to early transition to Closed. | Bhasker Hariharan |