1. 02 May, 2014 1 commit
    • Russ Cox's avatar
      os: cut limited read to 1 GB · 3879f0ab
      Russ Cox authored
      If systems actually read that much, using 2GB-1 will
      result in misaligned subsequent reads. Use 1GB instead,
      which will certainly keep reads aligned and which is
      plenty large enough.
      
      Update #7812.
      
      LGTM=bradfitz
      R=bradfitz
      CC=golang-codereviews
      https://golang.org/cl/94070044
      3879f0ab
  2. 01 May, 2014 4 commits
  3. 30 Apr, 2014 5 commits
  4. 29 Apr, 2014 6 commits
  5. 28 Apr, 2014 9 commits
  6. 27 Apr, 2014 8 commits
  7. 26 Apr, 2014 4 commits
  8. 25 Apr, 2014 3 commits