summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/inotify.cc
AgeCommit message (Expand)Author
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-13tests: fix errors detected by asan.Andrei Vagin
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-28Setting timestamps should trigger an inotify event.Nicolas Lacasse
2019-03-05Add NoRandomSave to tests with correctness DisableSaveMichael Pratt
2019-01-24Increase gofer coverage in testsFabricio Voznika
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-21inotify notifies watchers when control events bit are setFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon