1. 28 Jul, 2017 3 commits
  2. 27 Jul, 2017 1 commit
  3. 26 Jul, 2017 1 commit
  4. 25 Jul, 2017 4 commits
  5. 21 Jul, 2017 1 commit
    • Tobias Klauser's avatar
      unix: add *at functions (POSIX.1-2008) on Darwin · c4489faa
      Tobias Klauser authored
      Add the Faccessat, Fchownat, Linkat, Mkdirat, Openat, Readlinkat,
      Renameat, Symlinkat and Unlinkat functions (to conform to POSIX.1-2008)
      and make Fchmodat available on all architectures, not just amd64. Also
      add the missing AT_* constants.
      
      Generated on Mac OS 10.11 (Darwin 15.6.0) for darwin/amd64 and
      darwin/386 only.
      
      Fixes golang/go#14458
      
      Change-Id: I6d9258864383ea77f9cad058ee8ba2c728213b40
      Reviewed-on: https://go-review.googlesource.com/50450Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      c4489faa
  6. 19 Jul, 2017 1 commit
  7. 18 Jul, 2017 1 commit
  8. 14 Jul, 2017 1 commit
  9. 10 Jul, 2017 1 commit
  10. 07 Jul, 2017 1 commit
  11. 05 Jul, 2017 1 commit
  12. 03 Jul, 2017 1 commit
  13. 02 Jul, 2017 2 commits
  14. 30 Jun, 2017 1 commit
  15. 27 Jun, 2017 2 commits
  16. 26 Jun, 2017 2 commits
  17. 23 Jun, 2017 1 commit
  18. 15 Jun, 2017 1 commit
  19. 08 Jun, 2017 1 commit
  20. 07 Jun, 2017 1 commit
  21. 29 May, 2017 1 commit
  22. 24 May, 2017 1 commit
    • Matt Layher's avatar
      unix: add IoctlGetInt and IoctlSetInt on Linux · a55a7608
      Matt Layher authored
      This CL adds basic integer get/set functions which wrap a generic
      ioctl call.  The API is similar the one introduced for solaris/amd64
      in CL 14587, but the request parameter has been changed to a uint
      instead of an int.  This makes requests with a number larger than the
      maximum signed 32-bit integer work on linux/386.
      
      For consistency, the solaris/amd64 API has also been updated to make
      use of a uint instead of an int for the request number.
      
      Fixes golang/go#20474
      
      Change-Id: Iaae1ee2e4bb4bfcc420dcec252fe53c8d90ce81d
      Reviewed-on: https://go-review.googlesource.com/44009
      Run-TryBot: Matt Layher <mdlayher@gmail.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      a55a7608
  23. 21 May, 2017 1 commit
  24. 18 May, 2017 2 commits
  25. 17 May, 2017 1 commit
  26. 14 May, 2017 1 commit
  27. 12 May, 2017 4 commits
  28. 11 May, 2017 1 commit