Age | Commit message (Expand) | Author |
2019-12-17 | Internal change. | gVisor bot |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-16 | Implement checks for get/setxattr at the syscall layer. | Dean Deng |
2019-12-12 | unix: allow to bind unix sockets only to AF_UNIX addresses | Andrei Vagin |
2019-12-11 | Add support for TCP_USER_TIMEOUT option. | Bhasker Hariharan |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-10 | Re-enable execveat test that was causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Disable execveat test that is causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS. | Dean Deng |
2019-12-09 | Add test for SO_BINDTODEVICE state bug. | Ian Gudger |
2019-12-09 | Add UDP SO_REUSEADDR support to the port manager. | Ian Gudger |
2019-12-09 | Include <netinet/tcp.h> for TCP enums in proc_net tests | Jay Zhuang |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-06 | Add hostinet tests for UDP sockets. | Dean Deng |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-12-05 | Reduce flakiness under gotsan runs. | Bhasker Hariharan |
2019-12-05 | Create correct file for /proc/[pid]/task/[tid]/io | Zach Koopmans |
2019-12-05 | Explicitly export files needed by other packages | gVisor bot |
2019-12-04 | Allow syscall tests to run with hostinet. | Dean Deng |
2019-12-03 | Clean up readv_socket test suite. | Dean Deng |
2019-12-03 | Point TODO to gvisor.dev | Fabricio Voznika |
2019-12-03 | net/udp: return a local route address as the bound-to address | Andrei Vagin |
2019-12-03 | Fix panic due to early transition to Closed. | Bhasker Hariharan |
2019-12-03 | strace: don't create a slice with a negative value | Andrei Vagin |
2019-12-03 | Add RunfilesPath to test_util | Michael Pratt |
2019-12-02 | test/syscal: Don't skip ClockGettime.CputimeId | Andrei Vagin |
2019-12-02 | Fix typo, s/Convertable/Convertible/g | Jay Zhuang |
2019-12-02 | Port tests in udp_socket.cc to Fuchsia | Jay Zhuang |
2019-11-27 | Add floating point exception tests | Michael Pratt |
2019-11-26 | Allow open(O_TRUNC) and (f)truncate for proc files. | Ian Lewis |
2019-11-22 | tests: include sys/socket.h before linux/if_arp.h | Andrei Vagin |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-14 | Fix return codes for {get,set}sockopt for some nullptr cases. | Ting-Yu Wang |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-11-13 | test/syscalls/proc: check an return code of waitid | Andrei Vagin |
2019-11-12 | Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests. | Ian Gudger |
2019-11-12 | Add tests for SO_REUSEADDR and SO_REUSEPORT. | Ian Gudger |
2019-11-11 | Update ephemeral port reservation tests. | Ian Gudger |
2019-11-11 | Remove obsolete TODO. This is now fixed. | Bhasker Hariharan |
2019-11-11 | Make `connect` on socket returned by `accept` correctly error out with EISCONN | gVisor bot |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-06 | Fix yet another data race. | Bhasker Hariharan |
2019-11-06 | Fix data race in syscall_test_runner.go | Bhasker Hariharan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-11-04 | kokoro: run KVM syscall tests | Andrei Vagin |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Add SO_PASSCRED support to netlink sockets | Michael Pratt |
2019-11-01 | tests: don't use ASSERT_THAT after fork | Andrei Vagin |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |