- 13 Nov, 2009 15 commits
-
-
James Aguilar authored
R=rsc https://golang.org/cl/152101
-
Adam Langley authored
I screwed up and didn't write one of the code review changes to disk before submitting. TBR=rsc R=rsc https://golang.org/cl/154122
-
Rob Pike authored
-flag true does not work although -flag=true does. Fixes #139. R=iant CC=golang-dev https://golang.org/cl/154118
-
Russ Cox authored
use bash builtin time instead of assuming /usr/bin/time exists. R=r https://golang.org/cl/152124
-
Adam Langley authored
Fixies issue 114. R=rsc CC=golang-dev https://golang.org/cl/154121
-
Russ Cox authored
(chmod 0 doesn't cause errors for root) Fixes #22. R=gri https://golang.org/cl/152120
-
Adam Langley authored
Fixes #147. R=rsc CC=golang-dev https://golang.org/cl/152123
-
Adam Langley authored
SELinux will cause mmap to fail when we request w+x memory unless the user has configured their policies. We have a warning in make.bash, but it's quite likely that the policy will be reset at some point and then all their binaries start failing. This patch prints a warning on Linux when mmap fails with EACCES. R=rsc CC=golang-dev https://golang.org/cl/152086
-
Russ Cox authored
<stdio.h>, which we weren't even #including R=r https://golang.org/cl/154108
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/152118
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/152117
-
Kevin Ballard authored
R=agl, agl1 https://golang.org/cl/152078
-
Russ Cox authored
R=agl1 https://golang.org/cl/152114
-
Robert Griesemer authored
(Making it work correctly with -spaces is a bit of work and the output won't make much sense as it is intended as input to tabwriter.) Fixes #100. R=rsc https://golang.org/cl/154102
-
Kai Backman authored
R=rsc https://golang.org/cl/152110
-
- 12 Nov, 2009 18 commits
-
-
Kai Backman authored
R=rsc https://golang.org/cl/154101
-
Russ Cox authored
R=r https://golang.org/cl/154100
-
Russ Cox authored
Fixes #116. R=r https://golang.org/cl/152106
-
Russ Cox authored
Might fix issue 91. R=r https://golang.org/cl/152108
-
Rob Pike authored
Fixes #117. R=rsc, agl1 CC=golang-dev https://golang.org/cl/152107
-
Rob Pike authored
fix a typo caught by kakugawa@gmail.com Fixes #92. R=rsc CC=golang-dev https://golang.org/cl/152105
-
Adam Langley authored
Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102
-
Rob Pike authored
add a mention of range to the tutorial. change tutorial's title. R=rsc CC=golang-dev https://golang.org/cl/152098
-
Russ Cox authored
same as https://golang.org/cl/152088 in more files. Fixes #83. R=r, r1 https://golang.org/cl/152091
-
Kai Backman authored
go/test: passes 88% (306/347) R=rsc https://golang.org/cl/152089
-
Russ Cox authored
Fixes #80. R=ken https://golang.org/cl/154079
-
Russ Cox authored
Fixes #48. (this time for sure!) R=r, r1 https://golang.org/cl/152088
-
Rob Pike authored
R=rsc, agl1 CC=golang-dev https://golang.org/cl/154076
-
David Symonds authored
R=rsc https://golang.org/cl/154071
-
Robert Griesemer authored
Fixes #74. R=rsc https://golang.org/cl/154073
-
Adam Langley authored
Fixes #73. R=rsc CC=golang-dev https://golang.org/cl/154072
-
Russ Cox authored
R=r https://golang.org/cl/152084
-
Russ Cox authored
R=r https://golang.org/cl/152085
-
- 11 Nov, 2009 7 commits
-
-
Russ Cox authored
Fixes #22. R=r https://golang.org/cl/154069
-
Adam Langley authored
The default SELinux policy on Fedora 12 (at least) disallows stack pages to be +x. This causes all binaries written by 6g/6l to segfault immedately. The 'true' way to fix this issue is to mark binaries with the correct type. However, that assumes that 6l is going to detect SELinux, figure out the correct type for the current distribution and set the type (without libselinux). For now we'll warn users and point them towards the way to enable execstack for the whole system. http://code.google.com/p/go/issues/detail?id=47 R=rsc CC=golang-dev http://codereview.prom.corp.google.com/1026041
-
Russ Cox authored
Fixes #69. R=r https://golang.org/cl/152082
-
Russ Cox authored
Fixes #62. R=r https://golang.org/cl/152080
-
Russ Cox authored
Fixes #29. R=r https://golang.org/cl/152076
-
Russ Cox authored
R=r https://golang.org/cl/154067
-
Russ Cox authored
Fixes #67. R=r https://golang.org/cl/154068
-