aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_epoll.go
AgeCommit message (Expand)Author
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2024-02-20runtime: use eventfd as the event wait/notify mechanism for epollAndy Pan
2023-07-20runtime: adjust netpollWaiters after goroutines are readyIan Lance Taylor
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-08-17runtime: convert linux netpollWakeSig to atomic typeCuong Manh Le
2022-08-09runtime: refine code reducing indents in netpollBreak()Andy Pan
2022-01-14runtime: fix net poll racesRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-10runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan
2020-03-27runtime: converge duplicate calls to netpollBreak into oneAndy Pan
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2019-03-19runtime, internal/poll: report only critical event scanning errorMikio Hara
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2018-08-20runtime: use gList in netpollAustin Clements
2017-04-25runtime: adjust netpoll panic messagesMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2015-09-15runtime: on unexpected netpoll error, throw instead of loopingIan Lance Taylor
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox