An error occurred fetching the project authors.
  1. 16 Mar, 2015 1 commit
  2. 08 Sep, 2014 1 commit
  3. 12 Aug, 2014 1 commit
  4. 30 Jul, 2014 2 commits
  5. 24 Jun, 2014 1 commit
  6. 23 Jun, 2014 1 commit
  7. 15 May, 2014 1 commit
  8. 28 Mar, 2014 1 commit
  9. 04 Mar, 2014 1 commit
  10. 25 Feb, 2014 1 commit
  11. 24 Feb, 2014 1 commit
  12. 14 Feb, 2014 1 commit
  13. 09 Feb, 2014 1 commit
  14. 13 Jan, 2014 1 commit
  15. 07 Jan, 2014 1 commit
  16. 13 Sep, 2013 1 commit
    • Dave Cheney's avatar
      syscall: add TCIOFLUSH family of constants · bd9cd6e3
      Dave Cheney authored
      Fixes #6355.
      
      zerrors_linux_{386,amd64,arm}.go were regenerated using mkerrors.sh but I opted to add the three TC.*FLUSH lines by hand to keep the diff smaller and avoid problems with the API checker.
      
      I'll check freebsd and darwin, could I ask for help with net/open bsd.
      
      R=mikioh.mikioh, jsing, minux.ma, bradfitz
      CC=golang-dev
      https://golang.org/cl/13660043
      bd9cd6e3
  17. 23 Aug, 2013 2 commits
  18. 10 Jun, 2013 1 commit
  19. 23 May, 2013 1 commit
  20. 09 Mar, 2013 1 commit
  21. 27 Feb, 2013 1 commit
  22. 24 Feb, 2013 1 commit
  23. 22 May, 2012 1 commit
  24. 14 May, 2012 1 commit
  25. 03 May, 2012 1 commit
  26. 13 Feb, 2012 1 commit
    • Russ Cox's avatar
      os/signal: selective signal handling · 35586f71
      Russ Cox authored
      Restore package os/signal, with new API:
      Notify replaces Incoming, allowing clients
      to ask for certain signals only.  Also, signals
      go to everyone who asks, not just one client.
      
      This could plausibly move into package os now
      that there are no magic side effects as a result
      of the import.
      
      Update runtime for new API: move common Unix
      signal handling code into signal_unix.c.
      (It's so easy to do this now that we don't have
      to edit Makefiles!)
      
      Tested on darwin,linux 386,amd64.
      
      Fixes #1266.
      
      R=r, dsymonds, bradfitz, iant, borman
      CC=golang-dev
      https://golang.org/cl/3749041
      35586f71
  27. 03 Feb, 2012 1 commit
  28. 25 Jan, 2012 1 commit
  29. 09 Jan, 2012 1 commit
  30. 19 Dec, 2011 1 commit
  31. 16 Dec, 2011 1 commit
  32. 08 Dec, 2011 1 commit
  33. 19 Nov, 2011 1 commit
  34. 14 Nov, 2011 1 commit
    • Russ Cox's avatar
      syscall: use error · c017a829
      Russ Cox authored
      - syscall (not os) now defines the Errno type.
      - the low-level assembly functions Syscall, Syscall6, and so on
        return Errno, not uintptr
      - syscall wrappers all return error, not uintptr.
      
      R=golang-dev, mikioh.mikioh, r, alex.brainman
      CC=golang-dev
      https://golang.org/cl/5372080
      c017a829
  35. 11 Nov, 2011 1 commit
  36. 08 Sep, 2011 1 commit
  37. 23 Aug, 2011 1 commit
  38. 27 Jun, 2011 1 commit