commit 30d08b404cc52a7378090287ee8ead2411e9b530 [browse]
Author: Andrew Gerrand
Date: 2011-06-24 16:04:17 +10:00
weekly.2011-06-23
R=golang-dev, robert.hencke, r
CC=golang-dev
https://golang.org/cl/4625062
commit 8ab2c98972eeec9ed1da79360f69b9d97e9bcc5f [browse]
Author: Yasuhiro Matsumoto
Date: 2011-06-24 15:00:59 +10:00
os: fixed PathListSeparator to ';' for windows.
Fixed issue 1992
R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/4661047
commit 89873e60e27cbe015331ad2dab80317afd7f7e2e [browse]
Author: Brad Fitzpatrick
Date: 2011-06-23 21:10:51 -07:00
http: buffer Request.Write
Fixes #1996
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4639068
commit 65b036c38107ef805edc7734b705157a8d9d43bd [browse]
Author: Gustavo Niemeyer
Date: 2011-06-24 00:29:59 -03:00
runtime: don't use twice the memory with grsec-like kernels
grsec needs the FIXED flag to be provided to mmap, which
works now. That said, when the allocation fails to be made
in the specific address, we're still given back a writable
page. This change will unmap that page to avoid using
twice the amount of memory needed.
It'd also be pretty easy to avoid the extra system calls
once we detected that the flag is needed, but I'm not sure
if that edge case is worth the effort.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4634086
commit b4bab6f8b351630211b0617ac91fb532d6aaf16d [browse]
Author: Andrew Gerrand
Date: 2011-06-24 13:01:17 +10:00
goinstall: build with make by default, add -make flag
This is a temporary measure until go/build can build cgo packages.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4627056
clone the repository to get more history