aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_plan9.go
AgeCommit message (Expand)Author
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2019-11-28runtime: on plan9 don't return substitute address for sysReserveRichard Miller
2019-05-06runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek
2018-02-28runtime: don't try to shrink address space with brk in Plan 9Richard Miller
2018-02-16runtime: don't ignore address hint for sysReserve in Plan 9Richard Miller
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-19runtime: eliminate write barriers from mem_plan9.goAustin Clements
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-02-26runtime: fix memory allocator on Plan 9David du Colombier
2015-02-12runtime: on Plan 9, zero memory returned to the brk by sysFreeAustin Clements
2015-01-30runtime: fix system memory allocator on plan9Dmitry Vyukov
2014-11-21[dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier