index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mem_bsd.go
Age
Commit message (
Expand
)
Author
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2023-08-22
runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
2023-04-05
runtime: add sysNoHugePage
Michael Anthony Knyszek
2022-09-02
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
Tobias Klauser
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: add wrappers for sys* functions and consolidate docs
Michael Anthony Knyszek
2022-01-19
runtime: print error if mmap fails
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2019-11-07
runtime: map reserved memory as NORESERVE on solaris
Michael Anthony Knyszek
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-05-06
runtime: ensure free and unscavenged spans may be backed by huge pages
Michael Anthony Knyszek
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-03-04
runtime: use MADV_FREE_REUSABLE on darwin
Michael Anthony Knyszek
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2018-12-19
runtime: disable TestArenaCollision on Darwin in race mode
Michael Anthony Knyszek
2018-12-18
runtime: call mmap with MAP_FIXED on BSDs in race mode
Michael Anthony Knyszek
2018-09-12
runtime: use functions from mem_bsd.go on Darwin
Tobias Klauser
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-05-16
runtime: mmap(2) on Solaris & Illumos can return EAGAIN.
Sean Chittenden
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-12
runtime: fix errno sign for some mmap and mincore cases
Ian Lance Taylor
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-04-24
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-21
[dev.cc] runtime: convert nacl support to Go
Russ Cox
2014-11-13
[dev.cc] runtime: convert Solaris port to Go
Aram Hăvărneanu
2014-11-11
[dev.cc] runtime: convert freebsd to Go
Russ Cox