aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mmap.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-03runtime: add AIX operating systemClément Chigot
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-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2017-10-18runtime: separate error result for mmapAustin Clements
2017-06-06runtime: intercept munmap as we do mmapIan Lance Taylor
2016-04-14runtime: find a home for orphaned commentsJeremy Jackins
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor