Age | Commit message (Expand) | Author |
2021-05-20 | Send SIGPIPE for closed pipes. | Ian Lewis |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer |
2021-05-20 | Fix cgroupfs mount racing with unmount. | Rahat Mahmood |
2021-05-18 | Be explicit about setsid() return values in pty.cc | Kevin Krakauer |
2021-05-18 | Prevent infinite loops from being optimized away. | gVisor bot |
2021-05-18 | Merge pull request #5908 from zhlhahaha:2157 | gVisor bot |
2021-05-17 | Reduce thread count in TCPResetDuringClose. | Jamie Liu |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng |
2021-05-14 | Add verity_mmap tests | Chong Cai |
2021-05-14 | Fix cgroup hierarchy registration. | Rahat Mahmood |
2021-05-11 | fix pty_test error by releasing tty received from test | Howard Zhang |
2021-05-06 | Implement /proc/cmdline | Steve Silva |
2021-05-04 | tcp_socket_test: replace tcp_wmem with SO_SNDBUF | Kevin Krakauer |
2021-05-04 | Increase error margin for memory accounting test. | Dean Deng |
2021-05-03 | Temporarily disable atime/mtime check in utimensat test. | Dean Deng |
2021-05-03 | Fix deadlock in /proc/[pid]/fd/[num] | Fabricio Voznika |
2021-04-30 | Fix //test/syscalls:tcp_socket_test_native | Kevin Krakauer |
2021-04-29 | Fix up TODOs in the code | Fabricio Voznika |
2021-04-29 | Implement epoll_pwait2. | Jing Chen |
2021-04-28 | Remove side effect from test cases | Fabricio Voznika |
2021-04-28 | Disable test that is always skipped | Fabricio Voznika |
2021-04-26 | Merge pull request #5898 from zhlhahaha:2126-1 | gVisor bot |
2021-04-26 | Handle tmpfs with 5 fields in /proc/mounts parsing. | Adin Scannell |
2021-04-26 | fix brace misplaced error | Howard Zhang |
2021-04-24 | Add verity tests for stat, deleted/renamed file | Chong Cai |
2021-04-23 | hostinet: parse the timeval structure from a SO_TIMESTAMP control message | Andrei Vagin |
2021-04-22 | Remove side effect from mount tests | Fabricio Voznika |
2021-04-22 | Fix AF_UNIX listen() w/ zero backlog. | Bhasker Hariharan |
2021-04-22 | Also report mount options through /proc/<pid>/mounts. | Rahat Mahmood |
2021-04-22 | Add verity tests for modified file/Merkle file | Chong Cai |
2021-04-21 | Stub the custom "job" controller required by some workloads. | Rahat Mahmood |
2021-04-20 | Clean test tags. | Adin Scannell |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-17 | Avoid ignoring incoming packet by demuxer on endpoint lookup failure | Mithun Iyer |
2021-04-16 | Use size_t instead of C integer types. | Dean Deng |
2021-04-15 | Add verity ioctl test for mount with root hash | Chong Cai |
2021-04-15 | Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests. | Dean Deng |
2021-04-13 | Remove _NoRandomSave tests. | Adin Scannell |
2021-04-13 | Fix listener close, client connect race | Mithun Iyer |
2021-04-12 | Make AsSockAddr() to replace reinterpret_cast<sockaddr*> | Ting-Yu Wang |
2021-04-09 | Merge pull request #5767 from avagin:mxcsr | gVisor bot |
2021-04-09 | Move maxListenBacklog check to sentry | Mithun Iyer |
2021-04-05 | Fix listen backlog handling to be in parity with Linux | Mithun Iyer |
2021-04-05 | Report task CPU usage through the cpuacct cgroup controller. | Rahat Mahmood |
2021-04-05 | Add initial verity ioctl syscall tests | Chong Cai |
2021-04-05 | deflake semaphore test | Kevin Krakauer |
2021-04-05 | Allow user mount for verity fs | Chong Cai |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-04-01 | Remove invalid dependency. | Adin Scannell |
2021-04-01 | Internal change. | gVisor bot |