An error occurred fetching the project authors.
  1. 13 Aug, 2013 1 commit
  2. 12 Aug, 2013 2 commits
  3. 01 Apr, 2013 1 commit
  4. 07 Oct, 2012 1 commit
  5. 12 Sep, 2012 1 commit
  6. 08 Sep, 2011 1 commit
  7. 10 Jun, 2011 1 commit
  8. 02 Jun, 2011 1 commit
    • Russ Cox's avatar
      sync/atomic: fix check64 · 69cb8fef
      Russ Cox authored
      The LDREXD and STREXD instructions require
      aligned addresses, and the ARM stack is not
      guaranteed to be aligned during the check.
      This may cause other problems later (on the ARM
      not all 64-bit pointers may be 64-bit aligned)
      but at least the check is correct now.
      
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/4564053
      69cb8fef
  9. 28 Mar, 2011 1 commit
  10. 25 Feb, 2011 1 commit