summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/eventfd.cc
AgeCommit message (Expand)Author
2020-06-26Add tests for eventfd/timerfd/inotify operations that should return ESPIPE.Dean Deng
2020-05-04Port eventfd to VFS2.Nicolas Lacasse
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-06-18Use return values from syscalls in eventfd tests.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-29Refactor out NewEventFD to a test utility.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon