Age | Commit message (Expand) | Author |
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 |
2019-02-26 | Improve PosixErrorOr messages using gtest matchers. | Brian Geffon |
2019-02-05 | Change /proc/PID/cmdline to read environment vector. | Zach Koopmans |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-29 | Refactor out NewEventFD to a test utility. | Jamie Liu |
2019-01-23 | Fix cases of missing braces on if | Michael Pratt |
2019-01-10 | Fixing select call to not enforce RLIMIT_NOFILE. | Zach Koopmans |
2019-01-09 | Make CooperativeSaveEnabled() async-signal-safe(r). | Jamie Liu |
2018-12-27 | Fix deadlock between epoll_wait and getdents | Fabricio Voznika |
2018-12-21 | Fix test util tests | Michael Pratt |
2018-12-19 | Implement pwritev2. | Zach Koopmans |
2018-12-18 | Allow PosixErrorOr<T> to be implicitly constructible from copyable T. | Jamie Liu |
2018-12-18 | Correctly handle filenames containing spaces in ParseProcMapsLine. | Jamie Liu |
2018-12-11 | Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads. | Jamie Liu |
2018-12-10 | Open source system call tests. | Brian Geffon |