Age | Commit message (Expand) | Author |
2021-08-17 | [op] Deflake SNMP Metric proc_net tests. | Ayush Ranjan |
2021-08-17 | Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3 | gVisor bot |
2021-08-17 | Implement stub for msgctl(2). | Zyad A. Ali |
2021-08-17 | Add tests for msgctl(2). | Zyad A. Ali |
2021-08-16 | test/syscalls/proc_net: /proc/net/snmp can contain system-wide statistics | Andrei Vagin |
2021-08-12 | test/pipe: use futex() for sync with the signal hander | Andrei Vagin |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-08-11 | Run packet socket tests on Fuchsia | Ghanan Gowripalan |
2021-08-11 | Initial cgroupfs support for subcontainers | Rahat Mahmood |
2021-08-11 | Fix FSSupportsMap check | Adam Barth |
2021-08-11 | Wrap test queues in Queue object on creation. | Rahat Mahmood |
2021-08-11 | Fix LinkTest.OldnameDoesNotExist | Adam Barth |
2021-08-09 | Run raw IP socket syscall tests on Fuchsia | Ghanan Gowripalan |
2021-08-05 | Correctly handle interruptions in blocking msgqueue syscalls. | Rahat Mahmood |
2021-08-05 | Replace unsafe use of fork() in msgqueue tests. | Rahat Mahmood |
2021-08-05 | Skip mmap test cases if underlying FS doesn't support maps. | Rahat Mahmood |
2021-08-04 | Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1. | Nicolas Lacasse |
2021-08-03 | Use GetAbsoluteTestTmpdir() rather than hard-code "/tmp" | Adam Barth |
2021-08-03 | Merge pull request #6171 from sudo-sturbia:msgqueue/syscalls2 | gVisor bot |
2021-08-03 | Implement MSG_COPY option for msgrcv(2). | Zyad A. Ali |
2021-08-03 | Implement stubs for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-08-03 | Add blocking and general tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-08-03 | Add non-blocking tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-30 | Merge pull request #6257 from zhlhahaha:2193-1 | gVisor bot |
2021-07-28 | Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status. | Jamie Liu |
2021-07-27 | Don't create an extra fd bitmap to allocate a new fd. | Andrei Vagin |
2021-07-23 | Add verity open benchmark test | Chong Cai |
2021-07-23 | Don't panic on user-controlled state in semaphore syscalls. | Rahat Mahmood |
2021-07-23 | update bug number in loopback tests | Kevin Krakauer |
2021-07-23 | buildkite: deflake itimer test | Kevin Krakauer |
2021-07-22 | Move socket_test_util to //test/util | Ghanan Gowripalan |
2021-07-22 | Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls | gVisor bot |
2021-07-20 | Enable RACK by default in netstack. | Nayana Bidari |
2021-07-20 | Expose local address from raw sockets | Ghanan Gowripalan |
2021-07-15 | netstack: support SO_RCVBUFFORCE | Kevin Krakauer |
2021-07-14 | Add verity symlink tests | Chong Cai |
2021-07-14 | testing: shrink exhaustion test size to avoid timeouts | Kevin Krakauer |
2021-07-13 | Implement stubs for msgget(2) and msgctl(IPC_RMID). | Zyad A. Ali |
2021-07-13 | Add initial test cases for msgget(2). | Zyad A. Ali |
2021-07-12 | Fix async-signal-unsafety in chroot test. | Jamie Liu |
2021-07-08 | Fix async-signal-unsafety in socket test. | Jamie Liu |
2021-07-02 | [op] Make TCPNonBlockingConnectClose more reasonable. | Ayush Ranjan |
2021-07-01 | Fix bug with TCP bind w/ SO_REUSEADDR. | Bhasker Hariharan |
2021-06-29 | Merge pull request #6085 from liornm:fix-tun-no_pi | gVisor bot |
2021-06-29 | Add SIOCGIFFLAGS ioctl support to hostinet. | Lucas Manning |
2021-06-29 | Fix TUN IFF_NO_PI bug | liornm |
2021-06-28 | code quality: cleanup lint messages | Kevin Krakauer |
2021-06-28 | check explicitly that AF_PACKET sockets can't write in gVisor | Kevin Krakauer |
2021-06-24 | Run `:socket_inet_loopback_isolated_test_linux` tests in a container. | Etienne Perot |