summaryrefslogtreecommitdiff
path: root/src/runtime/netpoll.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: publish netpoll info after incrementing fdseqIan Lance Taylor2023-05-171-0/+8
* runtime: add and use pollDesc fd sequence fieldIan Lance Taylor2023-04-181-5/+34
* runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn2023-04-061-1/+1
* runtime: convert netpollWaiters to internal atomic typeAndy Pan2022-08-251-3/+3
* runtime: name nil semaphore of pollDescAndy Pan2022-08-231-20/+21
* runtime: fix a typo in comment of netpollblock()Andy Pan2022-08-191-1/+1
* runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le2022-08-191-4/+4
* runtime: convert netpoll netpollInited to atomic typeCuong Manh Le2022-08-171-5/+5
* all: gofmt main repoRuss Cox2022-04-111-10/+11
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+3
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-10/+10
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* runtime: fix net poll racesRuss Cox2022-01-141-44/+113
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-6/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* runtime: consistently access pollDesc r/w Gs with atomicsMichael Pratt2021-10-151-17/+26
* runtime: change 0 to pollNoError in netpollblockXargin2021-09-021-1/+1
* runtime: document netpollcloseTobias Klauser2021-03-091-0/+3
* internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser2021-03-021-3/+6
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall2020-10-271-14/+33
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-071-0/+2
* runtime, internal/poll: name error codesIan Lance Taylor2020-03-311-15/+31
* runtime: refine netpollunblock by removing unreachable 'if' conditionAndy Pan2020-03-271-1/+1
* runtime: minor updates to netpoll commentsIan Lance Taylor2020-03-191-7/+7
* runtime: don't return from netpollGenericInit until init is completeIan Lance Taylor2019-11-051-3/+10
* runtime: add new addtimer functionIan Lance Taylor2019-10-221-2/+7
* runtime, syscall, time: add and use resettimerIan Lance Taylor2019-10-211-4/+2
* runtime: add netpollBreakIan Lance Taylor2019-10-211-16/+28
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-2/+2
* runtime, internal/poll, net: report event scanning error on read eventMikio Hara2019-03-131-3/+11
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot2018-11-021-6/+13
* runtime: use StorepNoWB instead of atomicstorep in netpollDmitry Vyukov2018-11-021-4/+4
* runtime: avoid runtimeNano call on a common netpoll pathDmitry Vyukov2018-11-021-2/+7
* runtime: execute memory barrier conditionally when changing netpoll timersDmitry Vyukov2018-11-021-6/+8
* runtime: add and use modtimer in netpollDmitry Vyukov2018-11-021-22/+24
* runtime: don't recreate netpoll timers if they don't changeDmitry Vyukov2018-11-021-29/+42
* runtime: add AIX operating systemClément Chigot2018-10-031-3/+3
* runtime: use gList in netpollAustin Clements2018-08-201-11/+9
* net: add js/wasm architectureRichard Musiol2018-06-041-1/+1
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-05-031-1/+1
* Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder2018-03-131-1/+1
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-03-121-1/+1
* runtime: adjust netpoll panic messagesMikio Hara2017-04-251-10/+10
* os: use poller for file I/OIan Lance Taylor2017-02-151-9/+30
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-16/+16
* runtime: mark several types go:notinheapAustin Clements2016-10-151-0/+4
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-1/+1