Age | Commit message (Expand) | Author |
2020-04-06 | Bump up acceptable sample count for flaky itimer test. | Dean Deng |
2020-04-03 | Ensure EOF is handled propertly during splice. | Adin Scannell |
2020-04-03 | Add missing newline | Tamir Duberstein |
2020-04-03 | Internal change. | gVisor bot |
2020-04-02 | Fix typo in TODO comments. | Dean Deng |
2020-04-02 | Fix flaky TCPLinger2TimeoutAfterClose test. | Bhasker Hariharan |
2020-03-31 | Add socket filesystem and global disconnected socket mount for VFS2. | Dean Deng |
2020-03-26 | Merge pull request #2177 from xiaobo55x:sysret_test | gVisor bot |
2020-03-25 | Merge pull request #2151 from xiaobo55x:seccomp_test | gVisor bot |
2020-03-25 | Misc fixes to make stat_test pass (almost) | Fabricio Voznika |
2020-03-24 | Open a temp directory before changing capabilities and user ID-s | Andrei Vagin |
2020-03-23 | Support basic /proc/net/dev metrics for netstack | Ian Lewis |
2020-03-18 | Enable syscall sysret_test on arm64. | Haibo Xu |
2020-03-16 | Enable ARP resolution in TAP devices. | Ting-Yu Wang |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-03-13 | Enable syscall seccomp test on arm64. | Haibo Xu |
2020-03-12 | Remove flaky network namespace test that uses clone(). | Ting-Yu Wang |
2020-03-11 | Merge pull request #1975 from nybidari:iptables | gVisor bot |
2020-03-09 | Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net. | Ting-Yu Wang |
2020-03-06 | shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONN | Eyal Soha |
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-04 | test/runner: use proper filters for test cases | Andrei Vagin |
2020-03-03 | Merge pull request #2008 from lubinszARM:pr_skip_vsyscall | gVisor bot |
2020-03-03 | Merge pull request #2043 from lubinszARM:pr_clean1 | gVisor bot |
2020-03-03 | Move temp_umask to test/util. | Adin Scannell |
2020-03-03 | code clean: minor changes to compatible with ubuntu18.04 | Bin Lu |
2020-03-02 | Fix panic caused by invalid address for Bind in packet sockets. | Nayana Bidari |
2020-03-02 | Fix data-race when reading/writing e.amss. | Bhasker Hariharan |
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-28 | skip vsyscall test cases on Arm64 | Bin Lu |
2020-02-27 | Internal change. | Nayana Bidari |
2020-02-26 | Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEO | Jay Zhuang |
2020-02-24 | Merge pull request #1886 from avagin:arm64-travis-ci | gVisor bot |
2020-02-21 | arm64: add a travis build ci | Andrei Vagin |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-19 | Add basic microbenchmarks. | Adin Scannell |
2020-02-19 | Include more test files in exports_files | gVisor bot |
2020-02-18 | Enable IPV6_RECVTCLASS socket option for datagram sockets | gVisor bot |
2020-02-18 | Deflake fallocate syscall test. | gVisor bot |
2020-02-13 | Internal change. | gVisor bot |
2020-02-12 | Include more test files in exports_files | gVisor bot |
2020-02-10 | Internal change. | Zach Koopmans |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-07 | Refactor syscall tests | Jay Zhuang |
2020-02-06 | Fix test case on AMD. | Adin Scannell |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-05 | recv() on a closed TCP socket returns ENOTCONN | Eyal Soha |