Age | Commit message (Expand) | Author |
2019-11-06 | Fix data race in syscall_test_runner.go | Bhasker Hariharan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-11-05 | test/root: check that memory accouting works as expected | Andrei Vagin |
2019-11-04 | kokoro: run KVM syscall tests | Andrei Vagin |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Add SO_PASSCRED support to netlink sockets | Michael Pratt |
2019-11-01 | Add "manual" tag back to runtime tests. | Nicolas Lacasse |
2019-11-01 | tests: don't use ASSERT_THAT after fork | Andrei Vagin |
2019-10-30 | Add Kokoro config for new runtime tests | Brad Burlage |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |
2019-10-30 | Clean up typos in test names. | Dean Deng |
2019-10-29 | Update symlink traversal limit when resolving interpreter path. | Dean Deng |
2019-10-29 | Fix PollWithFullBufferBlocks. | Bhasker Hariharan |
2019-10-29 | Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. | Dean Deng |
2019-10-28 | Deflake TestCheckpointRestore | Fabricio Voznika |
2019-10-25 | test/syscall: Remove duplicated gtest/gtest.h. | Haibo |
2019-10-24 | Fix early deletion of rootDir | Fabricio Voznika |
2019-10-24 | Handle AT_SYMLINK_NOFOLLOW flag for execveat. | Dean Deng |
2019-10-23 | Handle AT_EMPTY_PATH flag in execveat. | Dean Deng |
2019-10-23 | Add check for proper settings to AF_PACKET tests. | Kevin Krakauer |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-23 | Remove comparison between signed and unsigned int | Michael Pratt |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-18 | Add more instructions to test/README.md | Fabricio Voznika |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-18 | test/perf: optimize the getdents test | Andrei Vagin |
2019-10-18 | test: use a bigger buffer to fill a socket | Andrei Vagin |
2019-10-16 | Merge pull request #736 from tanjianfeng:fix-unix | gVisor bot |
2019-10-16 | Remove death from exec test names | Michael Pratt |
2019-10-15 | epsocket: support /proc/net/snmp | Jianfeng Tan |
2019-10-15 | support /proc/net/snmp | Jianfeng Tan |
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-09 | Add blacklists for remaining runtime tests, and test that they parse correctly. | Nicolas Lacasse |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-07 | Add tests for $HOME | Ian Lewis |
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 | Increase itimer test timeout | Michael Pratt |
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 | Add blacklist support to the runtime test runner. | Nicolas Lacasse |
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 | Prevent CAP_NET_RAW from appearing in exec | Fabricio Voznika |
2019-10-01 | Honor X bit on extra anon pages in PT_LOAD segments | Michael Pratt |
2019-09-30 | De-flake SetForegroundProcessGroupDifferentSession. | Kevin Krakauer |