aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_bsd.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2019-11-07runtime: map reserved memory as NORESERVE on solarisMichael Anthony Knyszek
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-06runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-04runtime: use MADV_FREE_REUSABLE on darwinMichael Anthony Knyszek
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-12-19runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek
2018-12-18runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek
2018-09-12runtime: use functions from mem_bsd.go on DarwinTobias Klauser
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-05-16runtime: mmap(2) on Solaris & Illumos can return EAGAIN.Sean Chittenden
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-21[dev.cc] runtime: convert nacl support to GoRuss Cox
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-11-11[dev.cc] runtime: convert freebsd to GoRuss Cox