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.go
Age
Commit message (
Expand
)
Author
2018-11-02
runtime: avoid runtimeNano call on a common netpoll path
Dmitry Vyukov
2018-11-02
runtime: execute memory barrier conditionally when changing netpoll timers
Dmitry Vyukov
2018-11-02
runtime: add and use modtimer in netpoll
Dmitry Vyukov
2018-11-02
runtime: don't recreate netpoll timers if they don't change
Dmitry Vyukov
2018-10-03
runtime: add AIX operating system
Clément Chigot
2018-08-20
runtime: use gList in netpoll
Austin Clements
2018-06-04
net: add js/wasm architecture
Richard Musiol
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2017-04-25
runtime: adjust netpoll panic messages
Mikio Hara
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2016-10-15
runtime: mark several types go:notinheap
Austin Clements
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-04-20
runtime: replace func-based write barrier skipping with type-based
Russ Cox
2015-03-17
runtime: Remove write barriers during STW.
Rick Hudson
2015-03-10
runtime: remove runtime frames from stacks in traces
Dmitry Vyukov
2015-01-28
runtime: add tracing of runtime events
Dmitry Vyukov
2015-01-14
runtime: fix spurious deadlock in netpoll
Dmitry Vyukov
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-12-23
runtime: remove thunk.s
Russ Cox
2014-11-13
[dev.cc] runtime: convert Solaris port to Go
Aram Hăvărneanu
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-11
[dev.cc] runtime: convert scheduler from C to Go
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]