index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
epoll.cc
Age
Commit message (
Expand
)
Author
2021-10-12
Make DoubleLayerEpoll use non blocking pipes.
Ayush Ranjan
2021-10-12
Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.
Jamie Liu
2021-10-11
Merge pull request #6428 from dillanzhou:fix_epoll_vfs2
gVisor bot
2021-08-09
vfs2/epoll: fix missing event trigger in epoll-in-epoll case
Jielong Zhou
2021-05-21
Make many tests build with NDK.
Adam Barth
2021-04-29
Implement epoll_pwait2.
Jing Chen
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2020-11-09
Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.
Mithun Iyer
2020-07-29
Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll.
Jamie Liu
2020-04-08
Clean up TODOs
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-01-29
Refactor out NewEventFD to a test utility.
Jamie Liu
2018-12-27
Fix deadlock between epoll_wait and getdents
Fabricio Voznika
2018-12-10
Open source system call tests.
Brian Geffon