Age | Commit message (Expand) | Author |
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 |
2019-09-30 | Only copy out remaining time on nanosleep success | Michael Pratt |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Merge pull request #864 from tanjianfeng:fix-861 | gVisor bot |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-24 | test: don't use designated initializers | Andrei Vagin |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-23 | Run all runtime tests in a single container. | Nicolas Lacasse |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-09-23 | Fix bug in RstCausesPollHUP. | Bhasker Hariharan |
2019-09-23 | Add test that runsc exec inherits the same environment as run. | Nicolas Lacasse |
2019-09-20 | fix set hostname | Jianfeng Tan |
2019-09-20 | Implement /proc/net/tcp6 | Jianfeng Tan |