summaryrefslogtreecommitdiff
path: root/src/internal/poll/fd_poll_runtime.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix signature for linked functionsAdin Scannell2023-02-091-1/+1
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser2021-03-021-4/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-1/+1
* runtime, internal/poll: name error codesIan Lance Taylor2020-03-311-4/+13
* runtime, internal/poll, net: report event scanning error on read eventMikio Hara2019-03-131-0/+2
* internal/poll: copy and use errnoErr to avoid allocationsJosh Bleecher Snyder2019-03-041-1/+1
* 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-5/+5
* runtime: avoid runtimeNano call on a common netpoll pathDmitry Vyukov2018-11-021-9/+6
* runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov2018-11-021-0/+2
* internal/poll: add AIX operating systemClément Chigot2018-10-031-1/+1
* os: add deadline methods for File typeIan Lance Taylor2017-10-251-1/+1
* internal/poll: always decref if setting deadline failsIan Lance Taylor2017-10-191-1/+1
* internal/poll: don't wait for unpollable filesIan Lance Taylor2017-07-141-0/+4
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-261-14/+14
* internal/poll: code cleanupMikio Hara2017-03-071-0/+3
* os: use poller for file I/OIan Lance Taylor2017-02-151-0/+7
* internal/poll: remove unused poll.pollDesc methodsDave Cheney2017-02-151-8/+0
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-0/+156