index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
netpoll_kqueue.go
Age
Commit message (
Expand
)
Author
2024-11-21
runtime: utilize EVFILT_USER more effectively
Maksym Sobolyev
2024-10-21
runtime: revise the documentation comments for netpoll
Shuo Wang
2024-04-12
runtime: utilize EVFILT_USER to wake up kevent for kqueue
Andy Pan
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-10-23
runtime: ignore ETIMEDOUT for kevent conservatively
Andy Pan
2023-07-20
runtime: adjust netpollWaiters after goroutines are ready
Ian Lance Taylor
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-04-18
runtime: add and use pollDesc fd sequence field
Ian Lance Taylor
2022-08-17
runtime: convert kqueue netpollWakeSig to atomic type
Cuong Manh Le
2022-08-09
runtime: refine code reducing indents in netpollBreak()
Andy Pan
2022-01-14
runtime: fix net poll races
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-04-10
runtime: replace the type of netpollWakeSig from a uintptr to a uint32
Andy Pan
2020-03-27
runtime: converge duplicate calls to netpollBreak into one
Andy Pan
2020-03-23
runtime: correct the system-call name of kevent in comment
Andy Pan
2019-10-23
runtime: report correct error if kevent failed in netpollinit
Tobias Klauser
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-10-15
runtime: change netpoll to take an amount of time to block
Ian Lance Taylor
2019-03-19
runtime, internal/poll: report only critical event scanning error
Mikio Hara
2019-03-13
runtime, internal/poll, net: report event scanning error on read event
Mikio Hara
2018-08-20
runtime: use gList in netpoll
Austin Clements
2018-06-13
runtime: move darwin kevent calls to libc
Keith Randall
2017-10-20
runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a write
Ian Lance Taylor
2017-04-25
runtime: adjust netpoll panic messages
Mikio Hara
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-09-15
runtime: on unexpected netpoll error, throw instead of looping
Ian Lance Taylor
2015-04-20
runtime: replace func-based write barrier skipping with type-based
Russ Cox
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-09-08
build: move package sources from src/pkg to src
Russ Cox