aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/fd_poll_runtime.go
AgeCommit message (Expand)Author
2023-02-09runtime: fix signature for linked functionsAdin Scannell
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2019-03-04internal/poll: copy and use errnoErr to avoid allocationsJosh Bleecher Snyder
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: avoid runtimeNano call on a common netpoll pathDmitry Vyukov
2018-11-02runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov
2018-10-03internal/poll: add AIX operating systemClément Chigot
2017-10-25os: add deadline methods for File typeIan Lance Taylor
2017-10-19internal/poll: always decref if setting deadline failsIan Lance Taylor
2017-07-14internal/poll: don't wait for unpollable filesIan Lance Taylor
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2017-03-07internal/poll: code cleanupMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-15internal/poll: remove unused poll.pollDesc methodsDave Cheney
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor