Age | Commit message (Expand) | Author |
2019-10-14 | Internal change. | gVisor bot |
2019-10-10 | Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg. | Ian Lewis |
2019-10-10 | Fix signalfd polling. | Adin Scannell |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-03 | Implement proper local broadcast behavior | Chris Kuiper |
2019-10-03 | Don't report partialResult errors from sendfile | Andrei Vagin |
2019-10-02 | Merge pull request #865 from tanjianfeng:fix-829 | gVisor bot |
2019-10-02 | Sanity test that open(2) on a UDS fails | Michael Pratt |
2019-10-01 | Include AT_SECURE in the aux vector | Michael Pratt |
2019-10-01 | Support new interpreter requirements in test | Michael Pratt |
2019-10-01 | Disable cpuClockTicker when app is idle | Michael Pratt |
2019-10-01 | Honor X bit on extra anon pages in PT_LOAD segments | Michael Pratt |
2019-09-30 | De-flake SetForegroundProcessGroupDifferentSession. | Kevin Krakauer |
2019-09-30 | Only copy out remaining time on nanosleep success | Michael Pratt |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Merge pull request #864 from tanjianfeng:fix-861 | gVisor bot |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-24 | test: don't use designated initializers | Andrei Vagin |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-23 | Fix bug in RstCausesPollHUP. | Bhasker Hariharan |
2019-09-20 | fix set hostname | Jianfeng Tan |
2019-09-20 | Implement /proc/net/tcp6 | Jianfeng Tan |
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-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-10 | Fix minor Kokoro issues. | Adin Scannell |
2019-09-06 | Load C++ rules from @rules_cc | Michael Pratt |
2019-09-05 | Fix bug in proc_test. | Bhasker Hariharan |
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 | Fix async-signal-unsafety in MlockallTest_Future. | Jamie Liu |
2019-08-30 | Return correct buffer size for ioctl(socket, FIONREAD) | Fabricio Voznika |
2019-08-30 | Add C++ toolchain and fix compile issues. | Adin Scannell |
2019-08-29 | Handle new representation of abstract UDS paths. | Rahat Mahmood |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-29 | Internal change. | gVisor bot |
2019-08-27 | Fix pwritev2 flaky test. | Zach Koopmans |
2019-08-27 | Fix sendfile(2) error code | Fabricio Voznika |
2019-08-26 | Internal change. | gVisor bot |
2019-08-23 | Second try at flaky futex test. | Zach Koopmans |
2019-08-22 | Remove ASSERT from fork child | Michael Pratt |
2019-08-22 | unix: return ECONNRESET if peer closed with data not read | Jianfeng Tan |
2019-08-22 | unix: return zero if peer is closed | Jianfeng Tan |
2019-08-21 | Support binding to multicast and broadcast addresses | Chris Kuiper |
2019-08-21 | tests: retry connect if it fails with EINTR | Andrei Vagin |
2019-08-20 | Add tests for raw AF_PACKET sockets. | Kevin Krakauer |