aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll.go
AgeCommit message (Expand)Author
2021-03-09runtime: document netpollcloseTobias Klauser
2021-03-02internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-27cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2020-03-27runtime: refine netpollunblock by removing unreachable 'if' conditionAndy Pan
2020-03-19runtime: minor updates to netpoll commentsIan Lance Taylor
2019-11-05runtime: don't return from netpollGenericInit until init is completeIan Lance Taylor
2019-10-22runtime: add new addtimer functionIan Lance Taylor
2019-10-21runtime, syscall, time: add and use resettimerIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot
2018-11-02runtime: use StorepNoWB instead of atomicstorep in netpollDmitry Vyukov
2018-11-02runtime: avoid runtimeNano call on a common netpoll pathDmitry Vyukov
2018-11-02runtime: execute memory barrier conditionally when changing netpoll timersDmitry Vyukov
2018-11-02runtime: add and use modtimer in netpollDmitry Vyukov
2018-11-02runtime: don't recreate netpoll timers if they don't changeDmitry Vyukov
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