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
/
pkg
/
runtime
/
mem_linux.c
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-04
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
runtime: mark sysAlloc nosplit
Russ Cox
2014-08-30
runtime: rename SysAlloc to sysAlloc for Go
Russ Cox
2014-04-03
runtime: use mincore correctly in addrspace_free
Russ Cox
2014-03-25
runtime: accurately record whether heap memory is reserved
Ian Lance Taylor
2014-03-13
runtime: improve efence
Dmitriy Vyukov
2014-02-26
runtime: grow stack by copying
Keith Randall
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2013-09-06
runtime: account for all sys memory in MemStats
Dmitriy Vyukov
2013-08-14
runtime: implement SysUnused on windows
Dmitriy Vyukov
2013-06-10
runtime: fix one-time memory leak on linux
Dmitriy Vyukov
2013-03-14
runtime: integrated network poller for linux
Dmitriy Vyukov
2013-02-24
runtime: remove PROT_EXEC from mmap calls.
Shenghou Ma
2012-12-29
runtime: handle locked mmap failure on Linux
Sébastien Paolacci
2012-02-14
runtime: fix grsec support
Gustavo Niemeyer
2012-02-08
runtime: drop to 32 bit malloc if 64 bit will not work
Paul Borman
2011-12-16
runtime: make more build-friendly
Russ Cox