Age | Commit message (Expand) | Author |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-05 | recv() on a closed TCP socket returns ENOTCONN | Eyal Soha |
2020-02-05 | Disable get/set xattrs until list/remove exist too. | Nicolas Lacasse |
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 | timer_create(2) should return 0 on success | Michael Pratt |
2020-02-04 | Include socket_ip_udp_loopback.cc in exportes_files | Jay Zhuang |
2020-02-03 | Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace. | Ting-Yu Wang |
2020-01-31 | Fix logic around AMD/Intel cases. | Adin Scannell |
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 | Wrap all GetSocketPairs() in unnamed namespaces | Jay Zhuang |
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-30 | Enforce splice offset limits | Michael Pratt |
2020-01-29 | Add support for TCP_DEFER_ACCEPT. | Bhasker Hariharan |
2020-01-28 | fs/splice: don't report partial errors for special files | Andrei Vagin |
2020-01-28 | netlink: add support for RTM_F_LOOKUP_TABLE | Jianfeng Tan |
2020-01-28 | Check sigsetsize in rt_sigaction | Michael Pratt |
2020-01-28 | Prefer Type& over Type & | Michael Pratt |
2020-01-27 | Create platform_util for tests. | Adin Scannell |
2020-01-27 | Fix header ordering and format all C++ code. | Adin Scannell |
2020-01-27 | Update bug number for supporting extended attribute namespaces. | Dean Deng |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-23 | Unify the kOLargeFile definition in syscall tests. | Haibo Xu |
2020-01-22 | Merge pull request #1629 from xiaobo55x:fault_test | gVisor bot |
2020-01-22 | Enable fault() syscall test on arm64. | Haibo Xu |
2020-01-21 | Change to standard types. | Adin Scannell |
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot |
2020-01-21 | Correct todos referencing IPV6_RECVTCLASS | Ryan Heacock |
2020-01-21 | Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr. | Dean Deng |
2020-01-21 | Merge pull request #1546 from lubinszARM:pr_syscall_test_proc | gVisor bot |
2020-01-17 | Convert EventMask to uint64 | Andrei Vagin |
2020-01-17 | Enable build of test/syscall tests on arm64. | Haibo Xu |
2020-01-16 | Disable xattr tests. | Dean Deng |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | Bhasker Hariharan |
2020-01-14 | Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets | Tamir Duberstein |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-13 | tests: fix errors detected by asan. | Andrei Vagin |
2020-01-10 | Don't set RWF_HIPRI on InvalidOffset test. | Brad Burlage |
2020-01-10 | enable //test/syscalls:proc_test support on Arm64 | Bin Lu |
2020-01-09 | Deflake a couple of TCP syscall tests when run under gotsan. | Bhasker Hariharan |
2020-01-08 | Return correct length with MSG_TRUNC for unix sockets. | Ian Lewis |
2020-01-08 | Fix slice bounds out of range panic in parsing socket control message. | Ting-Yu Wang |
2020-01-08 | Take addresses as const | Tamir Duberstein |
2020-01-07 | fs/splice: don't report a partialResult error if there is no data loss | Andrei Vagin |
2020-01-07 | Fix partial_bad_buffer write tests. | Adin Scannell |
2019-12-26 | Automated rollback of changelist 287029703 | gVisor bot |
2019-12-24 | Enable IP_RECVTOS socket option for datagram sockets | Ryan Heacock |
2019-12-19 | futex: wake one waiter if futex_wake is called with a non-positive value | Andrei Vagin |