Age | Commit message (Expand) | Author |
2021-01-26 | Initialize timestamps for gofer synthetic children. | Dean Deng |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-26 | Do not send SCM Rights more than once when message is truncated. | Dean Deng |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-25 | Remove side effect from shm tests | Fabricio Voznika |
2021-01-25 | Fix Inotify.Exec test | Fabricio Voznika |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-21 | Syscall test for connecting to unspecified address | Zeling Feng |
2021-01-20 | Fix typo boundry -> boundary. | Dean Deng |
2021-01-19 | platform/ptrace: workaround a kernel ptrace issue on ARM64 | Andrei Vagin |
2021-01-15 | Correctly return EMSGSIZE when packet is too big in raw socket. | Ting-Yu Wang |
2021-01-15 | Support TEST_PREMATURE_EXIT_FILE in syscall tests | Fabricio Voznika |
2021-01-15 | Add sanity check on return values from Write | Ting-Yu Wang |
2021-01-15 | Add tests for cases of ARP failures on TCP connect | Mithun Iyer |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-14 | Check for existence before permissions | Fabricio Voznika |
2021-01-12 | [rack] Set up TLP timer and configure timeout. | Ayush Ranjan |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-07 | Fix tuntap_test to cleanup after CreateInterfaceNoCap | Mithun Iyer |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-06 | Run external networking test | Kevin Krakauer |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2021-01-05 | Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms. | Andrei Vagin |
2021-01-05 | fs/fuse: check that a task has a specified file descriptor | Andrei Vagin |
2020-12-30 | Add test for open(2) with O_WRONLY|O_RDWR. | Dean Deng |
2020-12-29 | Deflake semaphore_test_native | Jing Chen |
2020-12-29 | Export socket_ipv6_udp_unbound_loopback.cc | Tamir Duberstein |
2020-12-28 | Merge pull request #5166 from kevinGC:bk-warnings | gVisor bot |
2020-12-23 | Resolve compiler warnings | Kevin Krakauer |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-22 | Internal change. | gVisor bot |
2020-12-17 | Fix seek on /proc/pid/cmdline when task is zombie. | Nicolas Lacasse |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-15 | Fix error code for connect in raw sockets. | Nayana Bidari |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-11 | Fix panic when IPv4 address is used in sendmsg for IPv6 sockets | Nayana Bidari |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-06 | Merge pull request #4932 from lubinszARM:pr_test_exceptions | gVisor bot |
2020-12-04 | Remove invalid test case. | Adin Scannell |
2020-12-04 | Initialize has_tid for correctness. | Adin Scannell |
2020-12-03 | Implement command IPC_INFO for semctl. | Jing Chen |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-12-02 | Fix chown test. | Adin Scannell |
2020-12-02 | Skip CanKillAllPIDs when running natively. | Adin Scannell |
2020-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |