aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_solaris.go
AgeCommit message (Expand)Author
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-07-20runtime: adjust netpollWaiters after goroutines are readyIan Lance Taylor
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2022-08-17runtime: convert solaris 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
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