aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs2.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2018-10-03runtime: add AIX operating systemClément Chigot
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-05-19runtime: fix darwin 386/amd64 stack switchesKeith Randall
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-04-18runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-06-06runtime: intercept munmap as we do mmapIan Lance Taylor
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor
2015-04-14runtime: rename close to closefdDavid Crawshaw
2014-11-21[dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier
2014-11-21[dev.cc] runtime: convert nacl support to GoRuss Cox
2014-11-20[dev.cc] runtime: convert remaining windows C code to GoAlex Brainman
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu