aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo_mmap.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-25runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap()Dan Scales
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-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-01runtime: avoid write barrier in cgo mmap codeIan Lance Taylor
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor