aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_kqueue.go
AgeCommit message (Expand)Author
2024-04-12runtime: utilize EVFILT_USER to wake up kevent for kqueueAndy Pan
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-10-23runtime: ignore ETIMEDOUT for kevent conservativelyAndy Pan
2023-07-20runtime: adjust netpollWaiters after goroutines are readyIan Lance Taylor
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2022-08-17runtime: convert kqueue netpollWakeSig to atomic typeCuong Manh Le
2022-08-09runtime: refine code reducing indents in netpollBreak()Andy Pan
2022-01-14runtime: fix net poll racesRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-10runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan
2020-03-27runtime: converge duplicate calls to netpollBreak into oneAndy Pan
2020-03-23runtime: correct the system-call name of kevent in commentAndy Pan
2019-10-23runtime: report correct error if kevent failed in netpollinitTobias Klauser
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2019-03-19runtime, internal/poll: report only critical event scanning errorMikio Hara
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2018-08-20runtime: use gList in netpollAustin Clements
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2017-04-25runtime: adjust netpoll panic messagesMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2015-09-15runtime: on unexpected netpoll error, throw instead of loopingIan Lance Taylor
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox