- 27 Aug, 2013 2 commits
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/13262043
-
Rob Pike authored
Apply the same rules for argument evaluation and indirection that are used by the regular evaluator. Fixes #5802 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/13257043
-
- 26 Aug, 2013 4 commits
-
-
Mikio Hara authored
Just forgot to include this in CL 12843043. Also consolidates the code dealing with test environment. Update #6122 R=alex.brainman CC=golang-dev https://golang.org/cl/13184043
-
Evan Shaw authored
R=golang-dev, dave, bradfitz, adg CC=golang-dev https://golang.org/cl/13249043
-
Adam Langley authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13232043
-
Volker Dobler authored
RFC 6265 allows a leading dot in a cookie domain attribute but is clear (see section 4.1.1) that a Set-Cookie header should be sent without these dots. R=bradfitz CC=golang-dev https://golang.org/cl/13111043
-
- 25 Aug, 2013 1 commit
-
-
Rob Pike authored
With my apologies. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/12984045
-
- 24 Aug, 2013 9 commits
-
-
Mikio Hara authored
NetBSD 6 kernel and beyond require 64-bit aligned access to routing facilities. Fixes #6226. R=golang-dev, bsiegert, bradfitz CC=golang-dev https://golang.org/cl/13170043
-
Brad Fitzpatrick authored
== isn't defined on slices, so don't use it in docs. R=golang-dev, iant CC=golang-dev https://golang.org/cl/12983045
-
Brad Fitzpatrick authored
OS X in particular deletes tmp files (but not directories) pretty reliably. Ask hg whether the go.tools directory in tmp is good before using it. Fixes issue Rob and others were reporting, which I just hit myself now. R=golang-dev, r CC=golang-dev https://golang.org/cl/13084049
-
Brad Fitzpatrick authored
This was breaking people setting GOARCH=386 before running all.bash on amd64 machines. cmd/go puts different architecture binaries where "go tool" can't find them. R=golang-dev, r, khr CC=golang-dev https://golang.org/cl/13139044
-
Mikio Hara authored
R=golang-dev, dave CC=golang-dev https://golang.org/cl/12917050
-
Nicolas Owens authored
Current for Plan 9 is implemented with /dev/user for Uid/Gid/Username/Name, and $home environment variable for HomeDir. Implementing Lookup/LookupId is not done, which would require parsing /adm/users. It is unclear of how much benefit this would be. R=golang-dev CC=bradfitz, golang-dev, r https://golang.org/cl/13203043
-
Rémy Oudompheng authored
Also use clone(2) syscall instead of fork(). Fixes #6214. R=golang-dev, bradfitz, dave CC=golang-dev https://golang.org/cl/13159044
-
Keith Randall authored
the use of the flag, especially for objects which actually do have pointers but we don't want the GC to scan them. R=golang-dev, cshapiro CC=golang-dev https://golang.org/cl/13181045
-
Keith Randall authored
slice type to an array type, the haspointer-ness may change. Before this change, we'd sometimes get types like [1]int marked as having pointers. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13189044
-
- 23 Aug, 2013 16 commits
-
-
Carl Shapiro authored
Update #5780 R=golang-dev, cshapiro, dave, bradfitz CC=golang-dev https://golang.org/cl/12869049
-
Rémy Oudompheng authored
Update #6214 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13160043
-
Joel Sing authored
Enable remaining packages (crypto, mime, path, time) to build on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13190043
-
Joel Sing authored
Make the net package build and work on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13173044
-
Joel Sing authored
Make the os package build and work on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13183044
-
Joel Sing authored
Add generated z-files for dragonfly/amd64. R=bradfitz CC=golang-dev https://golang.org/cl/13056045
-
Joel Sing authored
Add syscall support for dragonfly/amd64. Also add support for generating syscall z* files for dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13188043
-
Joel Sing authored
Go runtime support for dragonfly/amd64, largely based of the existing FreeBSD runtime (with some clues from the varialus/godfly work). R=bradfitz CC=golang-dev https://golang.org/cl/13088044
-
Jan Mercl authored
Fixes #6227 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13183043
-
Brad Fitzpatrick authored
Generated by addca. R=gobot CC=golang-dev https://golang.org/cl/13189043
-
Joel Sing authored
Add dragonflydynld to 5l and 8l so that they compile again. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12739048
-
Joel Sing authored
Add dragonfly/amd64 support to the Go compiler, bootstrap and GOOS list. R=devon.odell, bradfitz CC=golang-dev https://golang.org/cl/12796050
-
Mikio Hara authored
Also avoids platform-dependent datagram truncation in raw IP tests. At least it's different between Windows and others. Fixes #6122. R=alex.brainman CC=golang-dev https://golang.org/cl/12843043
-
Mikio Hara authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13141045
-
Alex Brainman authored
This is an attempt to make our slow windows-386 builder more reliable. R=golang-dev, dave CC=golang-dev https://golang.org/cl/12798045
-
Mikio Hara authored
Also makes variable names a bit cleaner. R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/12808047
-
- 22 Aug, 2013 5 commits
-
-
Mikio Hara authored
Update #5344 R=alex.brainman CC=golang-dev https://golang.org/cl/12966046
-
Alex Brainman authored
R=golang-dev, adg CC=golang-dev, mikioh.mikioh https://golang.org/cl/12848047
-
Mikio Hara authored
This CL adds minimal information for supporting platforms that don't have a complete list of internet protocol numbers. Fixes #5344. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12898045
-
Mikio Hara authored
The net package consists of thin three layers like the follwoing; - Exposed API, that contains net.Dial, net.DialUDP, net.DialUnix - Socket and network file descriptor, that contains net.netFD and its methods, helper functions such as dialUDP, dialUnix - Network pollster, that contains net.pollDesc and its methods This CL removes redundant argument check which is already done by API layer. R=golang-dev, dave, bradfitz CC=golang-dev https://golang.org/cl/13092043
-
Andrew Gerrand authored
Fixes #5630. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12884046
-
- 21 Aug, 2013 3 commits
-
-
Rémy Oudompheng authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13105047
-
Dmitriy Vyukov authored
GC acquires worldsema, which is a goroutine-level semaphore which parks goroutines. g0 can not be parked. Fixes #6193. R=khr, khr CC=golang-dev https://golang.org/cl/12880045
-
Carl Shapiro authored
Update the original change but do not read interface types in the arguments area. Once the arguments area is zeroed as the locals area is we can safely read interface type values there too. ««« original CL description undo CL 12785045 / 71ce80dc4195 This has broken the 32-bit builds. ««« original CL description cmd/gc, runtime: use type information to scan interface values R=golang-dev, rsc, dvyukov CC=golang-dev https://golang.org/cl/12785045 »»» R=khr, golang-dev, khr CC=golang-dev https://golang.org/cl/13010045 »»» R=khr, khr CC=golang-dev https://golang.org/cl/13073045
-