1. 20 Dec, 2018 6 commits
  2. 18 Dec, 2018 1 commit
  3. 17 Dec, 2018 1 commit
  4. 13 Dec, 2018 3 commits
  5. 12 Dec, 2018 1 commit
  6. 11 Dec, 2018 1 commit
  7. 10 Dec, 2018 2 commits
  8. 08 Dec, 2018 1 commit
  9. 06 Dec, 2018 1 commit
  10. 05 Dec, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 22 Nov, 2018 1 commit
  13. 21 Nov, 2018 1 commit
    • David Anderson's avatar
      unix: add IoctlSetPointerInt · 0cf1ed9e
      David Anderson authored
      IoctlSetPointerInt is necessary for interacting with the PPP kernel
      driver, which wants it passed as a pointer to int, rather than the
      more conventional int cast as a pointer.
      
      We can technically do this already with
      IoctlSetInt(int(uintptr(unsafe.Pointer(&foo)))), but that's just
      masking the operation we're trying to execute in the first place,
      and relying on the internals of IoctlSetInt to do the right
      inverse transformation.
      
      Change-Id: I1e6a1dd6190c11f06c6f5393cd2cae453939878a
      GitHub-Last-Rev: a88f56073d04b02d9c076b112adaf99169a49513
      GitHub-Pull-Request: golang/sys#25
      Reviewed-on: https://go-review.googlesource.com/c/150321
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
      0cf1ed9e
  14. 19 Nov, 2018 1 commit
  15. 16 Nov, 2018 2 commits
  16. 07 Nov, 2018 1 commit
  17. 06 Nov, 2018 3 commits
  18. 31 Oct, 2018 1 commit
  19. 30 Oct, 2018 3 commits
  20. 29 Oct, 2018 1 commit
  21. 26 Oct, 2018 4 commits
  22. 25 Oct, 2018 1 commit
  23. 24 Oct, 2018 2 commits