Age | Commit message (Expand) | Author |
2020-10-16 | Use POSIX interval timers in flock test. | Dean Deng |
2020-10-06 | Implement membarrier(2) commands other than *_SYNC_CORE. | Jamie Liu |
2020-10-03 | Fix kcov enabling and disabling procedures. | Dean Deng |
2020-09-29 | Migrates uses of deprecated map types to recommended types. | gVisor bot |
2020-09-21 | Fix socket_ipv4_udp_unbound_test_native in opensource. | Zach Koopmans |
2020-09-18 | Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2. | Jamie Liu |
2020-09-16 | Receive broadcast packets on interested endpoints | Ghanan Gowripalan |
2020-08-31 | Remove __fuchsia__ defines | Tamir Duberstein |
2020-08-28 | Don't bind loopback to all IPs in an IPv6 subnet | Ghanan Gowripalan |
2020-08-25 | Expose basic coverage information to userspace through kcov interface. | Dean Deng |
2020-08-24 | Consider loopback bound to all addresses in subnet | Ghanan Gowripalan |
2020-08-21 | Move udp port exhaustion tests to a 'nogotsan' one. | Ting-Yu Wang |
2020-08-19 | Fix return for rseq_test. | Zach Koopmans |
2020-08-19 | ip6tables: test initial state | Kevin Krakauer |
2020-08-18 | Fix readahead test for opensource. | Zach Koopmans |
2020-07-23 | Internal change. | gVisor bot |
2020-07-11 | Stub out SO_DETACH_FILTER. | Bhasker Hariharan |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-29 | Refactor udp_socket_test | Zach Koopmans |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-26 | IPv6 raw sockets. Needed for ip6tables. | Kevin Krakauer |
2020-06-23 | Support inotify in vfs2 gofer fs. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
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 |