summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/epoll.cc
AgeCommit message (Expand)Author
2021-10-12Make DoubleLayerEpoll use non blocking pipes.Ayush Ranjan
2021-10-12Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.Jamie Liu
2021-10-11Merge pull request #6428 from dillanzhou:fix_epoll_vfs2gVisor bot
2021-08-09vfs2/epoll: fix missing event trigger in epoll-in-epoll caseJielong Zhou
2021-05-21Make many tests build with NDK.Adam Barth
2021-04-29Implement epoll_pwait2.Jing Chen
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-07-29Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll.Jamie Liu
2020-04-08Clean up TODOsFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-01-29Refactor out NewEventFD to a test utility.Jamie Liu
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon