summaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_kqueue.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan2020-04-101-3/+3
* runtime: converge duplicate calls to netpollBreak into oneAndy Pan2020-03-271-11/+19
* runtime: correct the system-call name of kevent in commentAndy Pan2020-03-231-1/+1
* runtime: report correct error if kevent failed in netpollinitTobias Klauser2019-10-231-1/+1
* runtime: add netpollBreakIan Lance Taylor2019-10-211-2/+53
* runtime: change netpoll to take an amount of time to blockIan Lance Taylor2019-10-151-6/+20
* runtime, internal/poll: report only critical event scanning errorMikio Hara2019-03-191-1/+1
* runtime, internal/poll, net: report event scanning error on read eventMikio Hara2019-03-131-1/+6
* runtime: use gList in netpollAustin Clements2018-08-201-6/+6
* runtime: move darwin kevent calls to libcKeith Randall2018-06-131-6/+0
* runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor2017-10-201-3/+16
* runtime: adjust netpoll panic messagesMikio Hara2017-04-251-4/+4
* os: use poller for file I/OIan Lance Taylor2017-02-151-0/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: on unexpected netpoll error, throw instead of loopingIan Lance Taylor2015-09-151-4/+3
* runtime: replace func-based write barrier skipping with type-basedRuss Cox2015-04-201-5/+6
* runtime: rename gothrow to throwKeith Randall2014-12-281-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+101