aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_solaris.go
AgeCommit message (Expand)Author
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-11-02runtime: check for events when port_getn fails with ETIMEJoshua M. Clulow
2019-10-30runtime: make fcntl arguments consistent across OS'sIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2019-03-20runtime: disable event scanning error reporting on solarisMikio Hara
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
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-09-15runtime: on unexpected netpoll error, throw instead of loopingIan Lance Taylor
2015-06-11all: fix misprints in commentsAinar Garipov
2015-05-06runtime: always load address of libcFunc on SolarisAram Hăvărneanu
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu