aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_stub.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-06-14runtime: avoid lock starvation in TestNetpollBreak on Plan 9Richard Miller
2020-02-07runtime: avoid double notewakeup in netpoll stub codeIan Lance Taylor
2019-10-30runtime: record stub netpoll initialization, add lock around noteIan Lance Taylor
2019-10-22runtime: add new addtimer functionIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2018-08-20runtime: use gList in netpollAustin Clements
2017-02-15os: use poller for file I/OIan Lance Taylor
2015-01-14runtime: define netpollinited on Plan 9David du Colombier
2014-11-21[dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier