1. 03 Jan, 2014 1 commit
    • Joel Sing's avatar
      syscall: handle varied path lengths for unix sockets · d1805791
      Joel Sing authored
      Most BSDs include the trailing NUL character of the socket path in the
      length, however some do not (such as NetBSD 6.99). Handle this by only
      subtracting the family and length bytes from the returned length, then
      scanning the path and removing any terminating NUL bytes.
      
      Fixes #6627.
      
      R=golang-codereviews, mikioh.mikioh
      CC=golang-codereviews
      https://golang.org/cl/46420044
      d1805791
  2. 02 Jan, 2014 5 commits
  3. 01 Jan, 2014 5 commits
  4. 31 Dec, 2013 8 commits
  5. 30 Dec, 2013 6 commits
  6. 29 Dec, 2013 5 commits
  7. 28 Dec, 2013 3 commits
  8. 27 Dec, 2013 6 commits
  9. 26 Dec, 2013 1 commit