- 05 Oct, 2010 2 commits
-
-
Luuk van Dijk authored
R=rsc, ken2, r CC=golang-dev https://golang.org/cl/2355043
-
Alex Brainman authored
Fixes #1110. R=golang-dev, adg CC=Joe Poirier, golang-dev https://golang.org/cl/2367041
-
- 04 Oct, 2010 3 commits
-
-
Rob Pike authored
Fixes #1159. R=rsc, adg CC=golang-dev https://golang.org/cl/2305043
-
Alex Brainman authored
Fixes #1105. R=golang-dev, r CC=Joe Poirier, golang-dev https://golang.org/cl/2343043
-
Alex Brainman authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2332042
-
- 03 Oct, 2010 1 commit
-
-
Russ Cox authored
Fixes #1016. Fixes #1152. Fixes #1153. R=ken2 CC=golang-dev https://golang.org/cl/2344042
-
- 01 Oct, 2010 5 commits
-
-
Russ Cox authored
On Linux, overwriting an mmap'ed file causes all the MAP_PRIVATE pages to get refreshed with the new content, even ones that have been modified by the process that did the mmap. One specific instance of this is that after the dynamic linker has relocated a page from a .so, overwriting the .so will un-relocate it, making the next use of one of the no-longer-relocated addresses incorrect and probably crash the program. Linux must go out of its way to break programs in this way: the pages have already been copied on write, so they're not shared with the file system cache, and it trashes them anyway. The manual says the behavior when the file gets overwritten is "undefined". Removing before copy avoids the undefined behavior. R=iant CC=golang-dev, msolo https://golang.org/cl/2333045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2345041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/2308043
-
Andrew Gerrand authored
This crops up in a lot of places. It's just a one-liner, but doesn't add any dependancies. Seems worth it. R=r, r2 CC=golang-dev https://golang.org/cl/2344041
-
Ken Thompson authored
lv += f() fixes asn1 and maybe more R=rsc CC=golang-dev https://golang.org/cl/2341042
-
- 30 Sep, 2010 16 commits
-
-
Russ Cox authored
confused by using isddd for both ONAME and OCALL Fixes #1136. R=ken2 CC=golang-dev https://golang.org/cl/2314043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2338041
-
Russ Cox authored
Implies no embedding of pointer to interface value either. R=gri, iant, ken2, r, r2 CC=golang-dev https://golang.org/cl/2289041
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2329042
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/2333043
-
Russ Cox authored
Fixes racy regex-dna-parallel crashes. R=r, r2 CC=golang-dev https://golang.org/cl/2308042
-
Andrew Gerrand authored
R=nigeltao, nigeltao_gnome CC=golang-dev https://golang.org/cl/2330041
-
Andrew Gerrand authored
R=golang-dev, nigeltao_gnome CC=golang-dev https://golang.org/cl/2329041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/2315042
-
Stephen Ma authored
R=adg, rsc CC=golang-dev https://golang.org/cl/2303041
-
Stephen Ma authored
R=adg, r2 CC=golang-dev https://golang.org/cl/2302041
-
David Symonds authored
R=r, r2 CC=golang-dev https://golang.org/cl/2323042
-
Russ Cox authored
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2125042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2270041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/2301041
-
- 29 Sep, 2010 13 commits
-
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/2312041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2313041
-
Rob Pike authored
R=rsc, stephenm CC=golang-dev https://golang.org/cl/2310041
-
Andrew Gerrand authored
An entirely mechanical change, with these exceptions: - removed 'stub questions' that reference the other FAQs - removed "Why doesn't Go run on Windows yet?" - out of date I will follow this CL with another that updates many of the answers to make them more current. R=r CC=golang-dev https://golang.org/cl/2300041
-
Stephen Ma authored
R=rsc CC=golang-dev https://golang.org/cl/1993043
-
Russ Cox authored
Fixes #946. R=r, r2 CC=golang-dev https://golang.org/cl/2137048
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2298041
-
Russ Cox authored
R=r, brainman CC=golang-dev https://golang.org/cl/2297041
-
Russ Cox authored
R=nigeltao CC=golang-dev https://golang.org/cl/2290041
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/2296041
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/2295041
-
Russ Cox authored
On systems where the mmap succeeds (e.g., sysctl -w vm.mmap_min_addr=0) it changes the signal code delivered for a nil fault from ``page not mapped'' to ``invalid permissions for page.'' TBR=r CC=golang-dev https://golang.org/cl/2294041
-
Russ Cox authored
R=r, iant, robert.swiecki, rsc1 CC=golang-dev https://golang.org/cl/1904044
-