- 08 Sep, 2014 1 commit
-
-
Russ Cox authored
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
-
- 29 Aug, 2014 1 commit
-
-
Ian Lance Taylor authored
Avoids a conflict between the type and function sigaltstack. LGTM=crawshaw R=rsc, crawshaw CC=golang-codereviews https://golang.org/cl/138920043
-
- 17 Aug, 2013 1 commit
-
-
Mikio Hara authored
Original CL by minux (9545044). Update #6146 R=golang-dev, rsc CC=golang-dev, minux.ma https://golang.org/cl/12949045
-
- 18 Mar, 2013 1 commit
-
-
Shenghou Ma authored
R=golang-dev, jsing CC=golang-dev https://golang.org/cl/7597046
-
- 26 Nov, 2012 1 commit
-
-
Joel Sing authored
R=golang-dev, bradfitz, minux.ma, dave CC=golang-dev https://golang.org/cl/6842081
-
- 15 May, 2012 1 commit
-
-
Joel Sing authored
Fix and regenerate runtime defs for NetBSD. Whilst the mcontext struct can be handled across architectures, the registers are provided as defines that index an array, rather than as members of the struct. Since these are architecture dependent, include them via a defs_netbsd_<arch>.go file. R=golang-dev, m4dh4tt3r, rsc CC=golang-dev https://golang.org/cl/6190070
-
- 19 Dec, 2011 1 commit
-
-
Russ Cox authored
This is like the ill-fated CL 5493063 except that I have written a shell script (autogen.sh) instead of thinking I could possibly write a correct Makefile. R=golang-dev, r CC=golang-dev https://golang.org/cl/5496075
-
- 16 Dec, 2011 3 commits
-
-
Russ Cox authored
That was the last build that was close to working. I will try that change again next week. Make is being very subtle today. At the reverted-to CL, the ARM traceback appears to be broken. I'll look into that next week too. R=golang-dev, r CC=golang-dev https://golang.org/cl/5492063
-
Russ Cox authored
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5493063
-
Russ Cox authored
Collapse the arch,os-specific directories into the main directory by renaming xxx/foo.c to foo_xxx.c, and so on. There are no substantial edits here, except to the Makefile. The assumption is that the Go tool will #define GOOS_darwin and GOARCH_amd64 and will make any file named something like signals_darwin.h available as signals_GOOS.h during the build. This replaces what used to be done with -I$(GOOS). There is still work to be done to make runtime build with standard tools, but this is a big step. After this we will have to write a script to generate all the generated files so they can be checked in (instead of generated during the build). R=r, iant, r, lucio.dere CC=golang-dev https://golang.org/cl/5490053
-
- 12 Dec, 2011 1 commit
-
-
Christopher Nielsen authored
R=rsc CC=golang-dev https://golang.org/cl/5477052
-
- 11 Nov, 2011 1 commit
-
-
Russ Cox authored
R=golang-dev, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/5348052
-