1. 08 Sep, 2014 1 commit
  2. 29 Aug, 2014 1 commit
  3. 17 Aug, 2013 1 commit
  4. 18 Mar, 2013 1 commit
  5. 26 Nov, 2012 1 commit
  6. 15 May, 2012 1 commit
    • Joel Sing's avatar
      runtime: fix netbsd runtime defs · 8a9edcf7
      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
      8a9edcf7
  7. 19 Dec, 2011 1 commit
  8. 16 Dec, 2011 3 commits
    • Russ Cox's avatar
      runtime: hg revert -r 6ec0a5c12d75 · 86dcc431
      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
      86dcc431
    • Russ Cox's avatar
      runtime: separate out auto-generated files · bd9243da
      Russ Cox authored
      R=golang-dev, r, r
      CC=golang-dev
      https://golang.org/cl/5493063
      bd9243da
    • Russ Cox's avatar
      runtime: make more build-friendly · 851f3013
      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
      851f3013
  9. 12 Dec, 2011 1 commit
  10. 11 Nov, 2011 1 commit