1. 13 Feb, 2019 1 commit
  2. 09 Feb, 2019 3 commits
  3. 04 Feb, 2019 2 commits
  4. 03 Feb, 2019 1 commit
  5. 01 Feb, 2019 2 commits
  6. 30 Jan, 2019 1 commit
  7. 29 Jan, 2019 2 commits
  8. 24 Jan, 2019 1 commit
  9. 23 Jan, 2019 1 commit
  10. 22 Jan, 2019 1 commit
  11. 21 Jan, 2019 1 commit
    • Maya Rashish's avatar
      unix: add netbsd/arm64 files. · 770c6026
      Maya Rashish authored
      This isn't a real generation, it's mostly a copy of the amd64
      files, due to difficulties in generation.
      
      There should be little to no differences between netbsd 64bit
      archs.
      
      Change-Id: I1c7b25cfef87220c827018e73695e5ca08987156
      GitHub-Last-Rev: 043207b2c25fbfe959e66bddc238d5b2f053a04f
      GitHub-Pull-Request: golang/sys#27
      Reviewed-on: https://go-review.googlesource.com/c/155738Reviewed-by: 's avatarTobias Klauser <tobias.klauser@gmail.com>
      Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      770c6026
  12. 16 Jan, 2019 3 commits
  13. 15 Jan, 2019 1 commit
  14. 14 Jan, 2019 1 commit
  15. 09 Jan, 2019 1 commit
  16. 08 Jan, 2019 1 commit
  17. 07 Jan, 2019 2 commits
  18. 06 Jan, 2019 1 commit
  19. 05 Jan, 2019 1 commit
  20. 02 Jan, 2019 2 commits
  21. 28 Dec, 2018 3 commits
  22. 21 Dec, 2018 5 commits
  23. 20 Dec, 2018 3 commits
    • Alberto Donizetti's avatar
      unix/linux: set 100644 mode on mksysnum.go · b00e65af
      Alberto Donizetti authored
      Change mode of mksysnum.go to 644.
      
      I also checked all the other files with 755 mode, to verify that no
      other Go file has this issue. After this change, only .sh and .pl
      files are executable:
      
        $ git ls-files -s * | grep 100755
        100755 9f73c60660b8978be4cc7041362dc8c220c71bd7 0	plan9/mkall.sh
        100755 85309c4a5ba73b0d05d53c6c262eeaf8d1038f5b 0	plan9/mkerrors.sh
        100755 252e89e14d9cbd083ce61e52f8dd34a62e5fc828 0	plan9/mksyscall.pl
        100755 3c3ab05810ee1203c0d578654dc3069587ba4e94 0	plan9/mksysnum_plan9.sh
        100755 f8dab7511d90d51fbd1470a4b3e718cc559cf7f4 0	unix/mkall.sh
        100755 955dd50f9af178321c881fe1fd5b5f95726dd28c 0	unix/mkerrors.sh
        100755 c44de8d310ef46c084ed38cdaffe74dffbbcbbd5 0	unix/mksyscall_aix_ppc.pl
        100755 53df26bb93acbd6b9841e36ac47ef73f4654b7ad 0	unix/mksyscall_aix_ppc64.pl
        100755 a354df5a6bfd678cb722ccd7ed0795f7c94ac4c2 0	unix/mksyscall_solaris.pl
        100755 20632e14608e37ba2ff7c5b3f467009cf315b51a 0	unix/mksysctl_openbsd.pl
        100755 5453c53b192319c95d47c672a40d7a73f626105f 0	unix/mksysnum_darwin.pl
        100755 6804f41216e732851470c89cb2ae1c552e5515cd 0	unix/mksysnum_dragonfly.pl
        100755 198993d0954d65da7ed143d8edd9bd12117ac697 0	unix/mksysnum_freebsd.pl
        100755 85988b140b9d843c104fe6a2a9f921eab6abcb03 0	unix/mksysnum_netbsd.pl
        100755 84edf60ca12d90b0a6a080947b1a08fb7b6c3b20 0	unix/mksysnum_openbsd.pl
      
      Fixes golang/go#29369
      
      Change-Id: I66eae4cec07806ea6289e229819aef8dbbad9335
      Reviewed-on: https://go-review.googlesource.com/c/155417Reviewed-by: 's avatarTobias Klauser <tobias.klauser@gmail.com>
      b00e65af
    • Keith Randall's avatar
      unix: remove raw syscall from Sendfile · 7c4c994c
      Keith Randall authored
      Update golang/go#17490
      
      Change-Id: Iaec54b8ffda1a24d4c8b5671185d570fb8683155
      Reviewed-on: https://go-review.googlesource.com/c/154663Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
      7c4c994c
    • Keith Randall's avatar
      unix: remove raw syscall from getAttrList · 8588221f
      Keith Randall authored
      Update golang/go#17490
      
      Change-Id: I55ea10ce2eb5fb1c0518a57900e78e5f0a29b893
      Reviewed-on: https://go-review.googlesource.com/c/154662Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      8588221f