Age | Commit message (Expand) | Author |
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-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 |
2020-11-30 | Fix deadlock in UDP handleControlPacket path. | Bhasker Hariharan |
2020-11-23 | Omit sandbox from chown test. | Adin Scannell |
2020-11-23 | Ignore permission failures in CheckDuplicatesRecursively. | Adin Scannell |
2020-11-19 | Internal change. | gVisor bot |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-18 | [netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_NO_CHECK option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_PASSCRED option to SocketOptions. | Ayush Ranjan |
2020-11-17 | Fix possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Reset watchdog timer between sendfile() iterations. | Jamie Liu |
2020-11-13 | Disable save/restore in PartialBadBufferTest.SendMsgTCP. | Jamie Liu |
2020-11-12 | Deflake tcp_socket test. | Mithun Iyer |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |
2020-11-09 | net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't set | Andrei Vagin |
2020-11-06 | Implement command GETNCNT for semctl. | Jing Chen |
2020-11-06 | Fix infinite loop when splicing to pipes/eventfds. | Nicolas Lacasse |
2020-11-06 | Do not send to the zero port | Ghanan Gowripalan |
2020-11-05 | Deflake semaphore_test. | Jamie Liu |
2020-11-02 | Implement command GETZCNT for semctl. | Jing Chen |
2020-11-02 | Clean up the code of setupTimeWaitClose | Andrei Vagin |
2020-11-01 | Fix returned error when deleting non-existant address | Ian Lewis |
2020-10-31 | net/tcpip: connect to unset loopback address has to return EADDRNOTAVAIL | Andrei Vagin |
2020-10-30 | Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext(). | Jamie Liu |
2020-10-28 | Merge pull request #2849 from lubinszARM:pr_memory_barrier | gVisor bot |
2020-10-27 | Wake up any waiters on an ICMP error on UDP socket. | Bhasker Hariharan |
2020-10-27 | Implement /proc/[pid]/mem | Lennart |
2020-10-27 | Add basic address deletion to netlink | Ian Lewis |
2020-10-26 | Implement command IPC_STAT for semctl. | Jing Chen |
2020-10-26 | Fix SCM Rights S/R reference leak. | Dean Deng |
2020-10-24 | Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests. | Jamie Liu |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-23 | Fix socket_ipv4_udp_unbound_loopback_test_linux | Zach Koopmans |
2020-10-23 | Support getsockopt for SO_ACCEPTCONN. | Nayana Bidari |
2020-10-23 | Decrement e.synRcvdCount once handshake is complete. | Bhasker Hariharan |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-19 | Fix runsc tests on VFS2 overlay. | Jamie Liu |
2020-10-16 | Use POSIX interval timers in flock test. | Dean Deng |
2020-10-15 | sockets: ignore io.EOF from view.ReadAt | Andrei Vagin |
2020-10-09 | TCP Receive window advertisement fixes. | Bhasker Hariharan |
2020-10-09 | test/syscall/iptables: don't use designated initializers | Andrei Vagin |