1. 09 Nov, 2014 1 commit
  2. 06 Nov, 2014 1 commit
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 1 commit
  5. 05 Oct, 2014 1 commit
  6. 01 Oct, 2014 1 commit
  7. 16 Sep, 2014 3 commits
  8. 09 Sep, 2014 2 commits
  9. 25 Aug, 2014 1 commit
  10. 22 Aug, 2014 1 commit
  11. 21 Aug, 2014 2 commits
  12. 20 Aug, 2014 1 commit
  13. 19 Aug, 2014 1 commit
  14. 15 Aug, 2014 3 commits
  15. 14 Aug, 2014 6 commits
  16. 13 Aug, 2014 6 commits
  17. 12 Aug, 2014 1 commit
  18. 11 Aug, 2014 2 commits
    • Rob Pike's avatar
      go.sys: update package names · 8442dd2c
      Rob Pike authored
      Semi-automatic migration from package syscall to package {plan9,windows,unix}.
      No builds attempted yet, but this gets a lot of noise behind us so subsequent
      CLs will be more concise and easier to follow.
      Subsequent CLs will have semantic content.
      
      LGTM=rsc
      R=golang-codereviews, rsc
      CC=golang-codereviews
      https://golang.org/cl/121520043
      8442dd2c
    • Rob Pike's avatar
      go.sys: copy files from syscall package to go.sys/{plan9,windows,unix} · 20acc5cf
      Rob Pike authored
      This CL copies to each package of go.sys the files from syscall it will need.
      Different directories have different files, but these:
              mkall.sh
              str.go
              syscall.go
              mksyscall.pl
              race.go
              race0.go
              syscall_test.go
      are copied to all three.
      No changes yet, these are just copies. They are not ready to use yet:
      package names are wrong, for starters. But this clean copy will make
      it easier to follow the changes as the packages are enabled.
      
      LGTM=rsc
      R=golang-codereviews, rsc
      CC=golang-codereviews
      https://golang.org/cl/126960043
      20acc5cf
  19. 08 Aug, 2014 1 commit
  20. 21 Dec, 2013 1 commit
  21. 20 Dec, 2013 1 commit
  22. 17 May, 2013 2 commits