Age | Commit message (Expand) | Author |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-15 | support /proc/net/snmp | Jianfeng Tan |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-03 | Don't report partialResult errors from sendfile | Andrei Vagin |
2019-10-02 | Sanity test that open(2) on a UDS fails | Michael Pratt |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-16 | Migrate from gflags to absl flags | Michael Pratt |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-06 | Load C++ rules from @rules_cc | Michael Pratt |
2019-09-05 | Deflake aio_test. | Jamie Liu |
2019-09-04 | Run proc_net tests. | Ian Gudger |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-30 | Add C++ toolchain and fix compile issues. | Adin Scannell |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-26 | Internal change. | gVisor bot |
2019-08-20 | Add tests for raw AF_PACKET sockets. | Kevin Krakauer |
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer |
2019-08-15 | Add tests for "cooked" AF_PACKET sockets. | Kevin Krakauer |
2019-08-14 | Improve SendMsg performance. | Bhasker Hariharan |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-07-29 | Add iptables types for syscalls tests. | Kevin Krakauer |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-07-02 | Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels. | Neel Natu |
2019-06-24 | fs: synchronize concurrent writes into files with O_APPEND | Andrei Vagin |
2019-06-24 | Implement /proc/net/tcp. | Rahat Mahmood |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-19 | Mark tcp_socket test flaky (for real) | Michael Pratt |
2019-06-19 | Mark tcp_socket test flaky. | Neel Natu |
2019-06-18 | Replace usage of deprecated strtoul/strtoull | Brad Burlage |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-05 | Shutdown host sockets on internal shutdown | Michael Pratt |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-06-03 | Remove duplicate socket tests | Michael Pratt |
2019-05-30 | gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported | Andrei Vagin |
2019-05-30 | Always wait on tracee children | Michael Pratt |
2019-05-24 | Extract SleepSafe from test_util | Tamir Duberstein |
2019-05-22 | Add support for wait(WNOTHREAD) | Michael Pratt |
2019-05-22 | UDP and TCP raw socket support. | Kevin Krakauer |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-10 | Modernize mknod test | Michael Pratt |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-04-17 | Don't allow sigtimedwait to catch unblockable signals | Michael Pratt |