aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll.go
AgeCommit message (Expand)Author
3 dayscmd/link: disallow pull-only linknamesCherry Mui
2024-04-22runtime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2024-03-13runtime: clean up timer stateRuss Cox
2024-03-13runtime: fix another lock ordering problemRuss Cox
2024-02-28runtime: use methods for timerRuss Cox
2023-07-20runtime: adjust netpollWaiters after goroutines are readyIan Lance Taylor
2023-07-18runtime: decrement netpollWaiters in netpollunblockIan Lance Taylor
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-19runtime: replace raw traceEv with traceBlockReason in goparkMichael Anthony Knyszek
2023-05-17runtime: publish netpoll info after incrementing fdseqIan Lance Taylor
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2022-08-25runtime: convert netpollWaiters to internal atomic typeAndy Pan
2022-08-23runtime: name nil semaphore of pollDescAndy Pan
2022-08-19runtime: fix a typo in comment of netpollblock()Andy Pan
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2022-08-17runtime: convert netpoll netpollInited to atomic typeCuong Manh Le
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-01-14runtime: fix net poll racesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-15runtime: consistently access pollDesc r/w Gs with atomicsMichael Pratt
2021-09-02runtime: change 0 to pollNoError in netpollblockXargin
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