Age | Commit message (Expand) | Author |
---|---|---|
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 |