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_plan9.go
Age
Commit message (
Expand
)
Author
2023-03-21
runtime: reuse freed memory blocks on wasm
Achille Roussel
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-03-31
runtime: add wrappers for sys* functions and consolidate docs
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2019-11-28
runtime: on plan9 don't return substitute address for sysReserve
Richard Miller
2019-05-06
runtime: ensure free and unscavenged spans may be backed by huge pages
Michael Anthony Knyszek
2018-02-28
runtime: don't try to shrink address space with brk in Plan 9
Richard Miller
2018-02-16
runtime: don't ignore address hint for sysReserve in Plan 9
Richard Miller
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-19
runtime: eliminate write barriers from mem_plan9.go
Austin Clements
2015-04-24
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2015-04-10
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
Michael Hudson-Doyle
2015-03-31
runtime, cmd/internal/ld: change runtime to use a single linker symbol
Michael Hudson-Doyle
2015-02-26
runtime: fix memory allocator on Plan 9
David du Colombier
2015-02-12
runtime: on Plan 9, zero memory returned to the brk by sysFree
Austin Clements
2015-01-30
runtime: fix system memory allocator on plan9
Dmitry Vyukov
2014-11-21
[dev.cc] runtime: convert Plan 9 port to Go
David du Colombier