summaryrefslogtreecommitdiff
path: root/src/runtime/mem_bsd.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: add sysNoHugePageMichael Anthony Knyszek2023-04-051-0/+3
* runtime: support MADV_DONTNEED on the BSDs and Solaris/IllumosTobias Klauser2022-09-021-1/+5
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+2
* runtime: add wrappers for sys* functions and consolidate docsMichael Anthony Knyszek2022-03-311-12/+8
* runtime: print error if mmap failsIan Lance Taylor2022-01-191-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek2020-10-261-6/+6
* runtime: map reserved memory as NORESERVE on solarisMichael Anthony Knyszek2019-11-071-1/+11
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek2019-05-061-0/+3
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* runtime: use MADV_FREE_REUSABLE on darwinMichael Anthony Knyszek2019-03-041-14/+2
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-261-1/+1
* runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek2018-12-191-1/+1
* runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek2018-12-181-1/+13
* runtime: use functions from mem_bsd.go on DarwinTobias Klauser2018-09-121-1/+1
* runtime: remove non-reserved heap logicAustin Clements2018-02-151-34/+2
* runtime: separate error result for mmapAustin Clements2017-10-181-11/+11
* runtime: mmap(2) on Solaris & Illumos can return EAGAIN.Sean Chittenden2017-05-161-2/+3
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor2016-02-121-2/+2
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+5
* runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic2015-04-241-6/+11
* runtime: rename gothrow to throwKeith Randall2014-12-281-4/+4
* [dev.cc] runtime: convert nacl support to GoRuss Cox2014-11-211-2/+2
* [dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu2014-11-131-1/+1
* [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-111-0/+88