summaryrefslogtreecommitdiff
path: root/src/internal/poll/sendfile_bsd.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* internal/poll,net: support poll.Sendfile for darwinKoichi Shiraishi2021-10-131-2/+2
* internal/poll: eliminate the redundant type conversions of FD.SysfdAndy Pan2021-03-161-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* internal/poll: netpollcheckerr before sendfileWei Fu2021-02-161-0/+4
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-111-0/+3
* internal/poll: Avoid evaluating condition for an unreachable branchShivansh Rai2018-08-201-2/+1
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-261-1/+1
* internal/poll: remove named return values and naked returnsDave Cheney2017-02-141-1/+3
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-0/+51