- 07 Oct, 2010 1 commit
-
-
Russ Cox authored
R=gmiller, adg CC=golang-dev https://golang.org/cl/2362043
-
- 06 Oct, 2010 13 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2383041
-
Rob Pike authored
R=adg, rsc CC=golang-dev https://golang.org/cl/2370043
-
Russ Cox authored
Fixes #1167. R=r, r2 CC=golang-dev https://golang.org/cl/2290044
-
Russ Cox authored
The hash_next_and_deref was a dreg from a previous large value scheme. Fixes #1163. R=r, r2 CC=golang-dev https://golang.org/cl/2369043
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2290045
-
Russ Cox authored
Fixes #1165. R=ken2 CC=golang-dev https://golang.org/cl/2339042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2331045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2373043
-
Stephen Ma authored
R=golang-dev, r2 CC=golang-dev https://golang.org/cl/2372042
-
Mikio Hara authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2358041
-
Albert Strasheim authored
Working on issue 1101. R=golang-dev, rsc, adg CC=golang-dev https://golang.org/cl/2338042
-
Andrew Gerrand authored
R=golang-dev, r2 CC=golang-dev https://golang.org/cl/2336042
-
Stephen Ma authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2301045
-
- 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 15 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
-