summaryrefslogtreecommitdiffhomepage
path: root/test/util
AgeCommit message (Expand)Author
2019-07-08Internal change.gVisor bot
2019-07-08Merge pull request #375 from jmgao:mastergVisor bot
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-20Implement madvise(MADV_DONTFORK)Neel Natu
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-14Update out of date commentMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-25Handle glibc and XSI variants of strerror_rTamir Duberstein
2019-04-25Remove useless modifiersTamir Duberstein
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-18Replace use of ucontext with ucontext_t.Kevin Krakauer
2019-02-26Improve PosixErrorOr messages using gtest matchers.Brian Geffon
2019-02-05Change /proc/PID/cmdline to read environment vector.Zach Koopmans
2019-01-31Remove license commentsMichael Pratt
2019-01-29Refactor out NewEventFD to a test utility.Jamie Liu
2019-01-23Fix cases of missing braces on ifMichael Pratt
2019-01-10Fixing select call to not enforce RLIMIT_NOFILE.Zach Koopmans
2019-01-09Make CooperativeSaveEnabled() async-signal-safe(r).Jamie Liu
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-21Fix test util testsMichael Pratt
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-18Allow PosixErrorOr<T> to be implicitly constructible from copyable T.Jamie Liu
2018-12-18Correctly handle filenames containing spaces in ParseProcMapsLine.Jamie Liu
2018-12-11Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon