aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll.go
AgeCommit message (Expand)Author
2018-10-03runtime: add AIX operating systemClément Chigot
2018-08-20runtime: use gList in netpollAustin Clements
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-03runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-03-13Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder
2018-03-12runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2017-04-25runtime: adjust netpoll panic messagesMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-10-15runtime: mark several types go:notinheapAustin Clements
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-03-17runtime: Remove write barriers during STW.Rick Hudson
2015-03-10runtime: remove runtime frames from stacks in tracesDmitry Vyukov
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2015-01-14runtime: fix spurious deadlock in netpollDmitry Vyukov
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox