aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_epoll.go
AgeCommit message (Expand)Author
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