aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/outbuf_nommap.go
AgeCommit message (Expand)Author
2020-04-20[dev.link] cmd/link: fallocate space, and remove all msync callsJeremy Faller
2020-04-20[dev.link] cmd/link: remove buffered file I/O from OutBufJeremy Faller
2020-04-16[dev.link] cmd/link: allow OutBufs to work outside mmapped areaJeremy Faller
2019-10-01cmd/link: MapViewOfFile output fileAlex Brainman
2019-04-19cmd/link: mmap output fileCherry Zhang