]> Cypherpunks repositories - gostls13.git/commit
runtime: add mmap of null page just in case
authorRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 00:30:01 +0000 (20:30 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 00:30:01 +0000 (20:30 -0400)
commit649aab835fc8e0fef8e0456396378ed1495d41bd
treefb512b439ef066fadef5d54b811dcaab25eca5b9
parent949985648875b8320dae724ae51e636ee08dd6f2
runtime: add mmap of null page just in case

R=r, iant, robert.swiecki, rsc1
CC=golang-dev
https://golang.org/cl/1904044
24 files changed:
src/pkg/runtime/darwin/386/defs.h
src/pkg/runtime/darwin/386/sys.s
src/pkg/runtime/darwin/amd64/defs.h
src/pkg/runtime/darwin/amd64/sys.s
src/pkg/runtime/darwin/defs.c
src/pkg/runtime/darwin/mem.c
src/pkg/runtime/freebsd/386/defs.h
src/pkg/runtime/freebsd/386/sys.s
src/pkg/runtime/freebsd/amd64/defs.h
src/pkg/runtime/freebsd/amd64/sys.s
src/pkg/runtime/freebsd/defs.c
src/pkg/runtime/freebsd/mem.c
src/pkg/runtime/linux/386/defs.h
src/pkg/runtime/linux/amd64/defs.h
src/pkg/runtime/linux/arm/defs.h
src/pkg/runtime/linux/defs.c
src/pkg/runtime/linux/defs2.c
src/pkg/runtime/linux/defs_arm.c
src/pkg/runtime/linux/mem.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/nacl/mem.c
src/pkg/runtime/tiny/mem.c
src/pkg/runtime/windows/mem.c