Age | Commit message (Expand) | Author |
2020-05-21 | Add IsRunningWithVFS1 to test util | Fabricio Voznika |
2020-04-03 | Add missing newline | Tamir Duberstein |
2020-03-03 | Move temp_umask to test/util. | Adin Scannell |
2020-02-19 | Add basic microbenchmarks. | Adin Scannell |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-01-31 | KVM platform does not support 32bit. | Ting-Yu Wang |
2020-01-30 | Simplify testing link rules. | Adin Scannell |
2020-01-30 | Merge pull request #1471 from xiaobo55x:syscall_test | gVisor bot |
2020-01-30 | Merge pull request #1630 from xiaobo55x:kOLargeFile | gVisor bot |
2020-01-28 | Prefer Type& over Type & | Michael Pratt |
2020-01-27 | Create platform_util for tests. | Adin Scannell |
2020-01-27 | Fix header ordering and format all C++ code. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-23 | Unify the kOLargeFile definition in syscall tests. | Haibo Xu |
2020-01-21 | Change to standard types. | Adin Scannell |
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot |
2020-01-17 | Enable build of test/syscall tests on arm64. | Haibo Xu |
2019-12-30 | Add test/util/save_util_linux.cc:MaybeSave to support arm64 | Bin Lu |
2019-12-10 | Do not consider symlinks as directories in fs utils. | Dean Deng |
2019-12-04 | Allow syscall tests to run with hostinet. | Dean Deng |
2019-12-03 | Add RunfilesPath to test_util | Michael Pratt |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-11-13 | Extract linux-specific test setup to separate file | Jay Zhuang |
2019-10-23 | Handle AT_EMPTY_PATH flag in execveat. | Dean Deng |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-18 | test/perf: optimize the getdents test | Andrei Vagin |
2019-10-01 | Honor X bit on extra anon pages in PT_LOAD segments | Michael Pratt |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-16 | Migrate from gflags to absl flags | Michael Pratt |
2019-09-06 | Load C++ rules from @rules_cc | Michael Pratt |
2019-09-05 | Deflake aio_test. | Jamie Liu |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-26 | Internal change. | gVisor bot |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-07-08 | Internal change. | gVisor bot |
2019-07-08 | Merge pull request #375 from jmgao:master | gVisor bot |
2019-06-28 | Fix suggestions from clang. | Nicolas Lacasse |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-05-24 | Extract SleepSafe from test_util | Tamir Duberstein |
2019-05-14 | Update out of date comment | Michael Pratt |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-26 | Remove syscall tests' dependency on glog | Tamir Duberstein |
2019-04-25 | Handle glibc and XSI variants of strerror_r | Tamir Duberstein |
2019-04-25 | Remove useless modifiers | Tamir Duberstein |
2019-03-19 | netstack: reduce MSS from SYN to account tcp options | Andrei Vagin |
2019-03-18 | Replace use of ucontext with ucontext_t. | Kevin Krakauer |