1. f67ecc1 unix: use Fstatat for Stat on linux/amd64 by Tobias Klauser · 6 years ago
  2. cbbc999 unix: use pselect on amd64 to satisfy Android by Jason A. Donenfeld · 6 years ago
  3. bb9c189 unix: 32-bit MIPS splice system call returns int, not int64 by Ian Lance Taylor · 6 years ago
  4. 79b0c68 unix: add Linux block device ioctl types and constants by Matt Layher · 6 years ago
  5. a2a4594 unix: avoid extra syscall on send/recvmsg on Linux by Jason A. Donenfeld · 6 years ago
  6. 3ccc7e5 unix: fix typos in linux/types.go. by Matt Layher · 6 years ago
  7. 9b00609 unix: add tcp_md5sig on Linux by Matt Layher · 6 years ago
  8. b126b21 unix: re-export Fsid and Sigset_t Val member on Linux by Tobias Klauser · 6 years ago
  9. ecfd8b5 unix: implement getrtable/setrtable syscalls on OpenBSD by Ivan Markin · 6 years ago
  10. 2f57af4 unix: add wrapper around perf_event_open on Linux by Adam Sindelar · 6 years ago
  11. 2281fa9 unix: don't export any padding/alignment fields on all platforms by Tobias Klauser · 6 years ago
  12. f6f3529 unix: add a step to mkall.go that generates ABI headers to be referenced from types.go by Adam Sindelar · 6 years ago
  13. 3b87a42 unix: update Dockerfile to Linux 4.16 and Go 1.10.1 by Tobias Klauser · 6 years ago
  14. 1d206c9 unix: add FcntlInt by Philip Brown · 6 years ago
  15. fcb792c unix: unify Getsockopt* by Tobias Klauser · 6 years ago
  16. f67933e unix: solicit EPERM via wrong PID in creds test. by Chris Koch · 6 years ago
  17. 378d26f unix: add CRTSCTS on netbsd and openbsd by Tobias Klauser · 6 years ago
  18. 2de2067 unix: add sendfile support on Solaris by Tobias Klauser · 6 years ago
  19. 13d03a9 unix: add GetsockoptLinger and GetsockoptTimeval by Cholerae Hu · 6 years ago
  20. 91ee8cd unix: use strings.IndexByte instead of for loops by Tobias Klauser · 6 years ago
  21. 1e3c777 unix: don't export padding fields on Darwin by Tobias Klauser · 6 years ago
  22. c488ab1 unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64} by Tobias Klauser · 6 years ago
  23. ee8db00 unix: add Fadvise on NetBSD by Tobias Klauser · 6 years ago
  24. bb729a5 unix: fix TestFchmodat on Illumos by Tobias Klauser · 6 years ago
  25. 6416052 unix: enable TestFchmodat for all Unices by Tobias Klauser · 6 years ago
  26. dd203b8 unix: add Fchmodat on NetBSD by Tobias Klauser · 6 years ago
  27. 7ceb54c unix: add Fchmodat on DragonflyBSD by Tobias Klauser · 6 years ago
  28. f8f1a95 unix: add Fchmodat on OpenBSD by Tobias Klauser · 6 years ago
  29. d8e400b unix: fix example by Kevin Burke · 6 years ago
  30. 01acb38 plan9, unix, windows: add paragraph breaks in docs by Kevin Burke · 6 years ago
  31. 0deb464 unix: add Exec call by Kevin Burke · 6 years ago
  32. 2f1e207 unix: add IFLA attributes on linux/sparc64 by Lehner Florian · 6 years ago
  33. cc7307a unix: add Fstatat on Darwin by Tobias Klauser · 6 years ago
  34. 5c2edb5 unix: add Fstatat on OpenBSD by Tobias Klauser · 6 years ago
  35. 89ac7f2 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  36. 932fb22 unix: add Fstatat on NetBSD by Tobias Klauser · 6 years ago
  37. 2477406 unix: add Fstatat on FreeBSD by Tobias Klauser · 6 years ago
  38. bcaab34 unix: don't export padding fields on DragonflyBSD by Tobias Klauser · 6 years ago
  39. 0edb963 unix: add Fstatat on DragonflyBSD by Tobias Klauser · 6 years ago
  40. 6035cb0 unix: don't export padding fields on Solaris by Tobias Klauser · 6 years ago
  41. 591c159 unix: add Fstatat on Solaris by Tobias Klauser · 6 years ago
  42. 8c0ece6 unix: extend rlimit test on Linux by Tobias Klauser · 6 years ago
  43. c28acc8 unix: fix seek while compiling with gccgo under arm and 386 by Christian Pellegrin · 6 years ago
  44. 7dca6fe plan9: use bytes.IndexByte instead of a for loop by Tobias Klauser · 6 years ago
  45. e64a828 unix: use bytes.IndexByte instead of a for loop by Tobias Klauser · 6 years ago
  46. 349b81f unix: skip SchedAffinity test on single CPU system by Michael Hudson-Doyle · 6 years ago
  47. dd2ff4a unix: fix nil pointer dereference in Select on linux/{arm64,mips64x} by Tobias Klauser · 6 years ago
  48. f6cff07 windows/registry: improve ReadSubKeyNames permissions by Shamil Garatuev · 6 years ago
  49. 88d2dcc unix: add IFLA_* constants for Linux 4.15 by Tobias Klauser · 6 years ago
  50. c1138c8 unix: update to Linux 4.15, glibc 2.27 and Go 1.10 by Tobias Klauser · 6 years ago
  51. 37707fd unix: move gccgo redeclared *SyscallNoError functions to a separate file by Tobias Klauser · 6 years ago
  52. 8f27ce8 unix: fix cpuset size argument in sched_affinity syscall by Tobias Klauser · 6 years ago
  53. 3dbebcf unix: use SyscallNoError and RawSyscallNoError on Linux only by Tobias Klauser · 6 years ago
  54. ff2a66f unix: fix godoc comment for clen by Tobias Klauser · 6 years ago
  55. 0346725 unix: add godoc for Sockaddr* types by Tobias Klauser · 6 years ago
  56. 90f0fdc plan9: add arm support by Tobias Klauser · 6 years ago
  57. ef80224 unix: add sockaddr_l2 definitions by Garret Kelly · 6 years ago
  58. af9a212 unix: don't export padding fields on all platforms by Garret Kelly · 6 years ago
  59. af50095 unix: use ParseDirent from syscall by Tobias Klauser · 6 years ago
  60. 2c42eef unix: adjust replacement regex for removed struct fields for linux/s390x by Ryan Zhang · 6 years ago
  61. fff93fa unix: add Statx on Linux by Tobias Klauser · 6 years ago
  62. 52ba35d unix: check error return of os.Symlink in tests on Linux by Tobias Klauser · 6 years ago
  63. 810d700 unix: match seek argument size to signature on linux/arm by Tobias Klauser · 6 years ago
  64. b9cf5f9 unix: add cgroupstats type and constants by Matt Layher · 6 years ago
  65. d38bf78 unix: restore gccgo support by Tamir Duberstein · 6 years ago
  66. 2493af8 plan9: move Unsetenv into env_plan9.go by Tobias Klauser · 6 years ago
  67. 3ca7571 windows: move Unsetenv into env_windows.go by Tobias Klauser · 6 years ago
  68. 1792d66 unix: move Unsetenv into env_unix.go by Tobias Klauser · 6 years ago
  69. dd9ec17 unix: fix build on Go 1.8 by Brad Fitzpatrick · 6 years ago
  70. 12d9d5b unix: add SchedGetaffinity and SchedSetaffinity on Linux by Tobias Klauser · 6 years ago
  71. a3f2cbd unix: fix typo in unix/asm_linux_arm64.s made in 28a7276 by Junya Hayashi · 6 years ago
  72. 28a7276 unix: add SyscallNoError and RawSyscallNoError on Linux by Tobias Klauser · 6 years ago
  73. 8380141 unix: simplify error handling in *listxattr on FreeBSD by Tobias Klauser · 6 years ago
  74. df29b91 unix: add TestSelect for *BSD by Tobias Klauser · 6 years ago
  75. 801364e unix: add Select on Solaris by Tobias Klauser · 6 years ago
  76. d818ba1 unix: remove syscall constants on Solaris by Tobias Klauser · 6 years ago
  77. 236baca unix: add timeout tests for Select and Pselect on Linux by Tobias Klauser · 6 years ago
  78. 571f7bb unix: simplify TestGetwd by Tobias Klauser · 6 years ago
  79. d5840ad unix: add GetsockoptString for Darwin, *BSD and Solaris by Tobias Klauser · 6 years ago
  80. 1d2aa6d unix: add Getcwd to support Getwd on all BSDs by Tobias Klauser · 6 years ago
  81. 0131e68 windows: make GetDriveType use GetDriveTypeW by Brad Fitzpatrick · 6 years ago
  82. 9418b3f unix: add function for converting time.Time to Timespec by Xi Ruoyao · 6 years ago
  83. 76c1389 unix: add unix.test to .gitignore by Tobias Klauser · 6 years ago
  84. 53aa286 unix: add GetsockoptString on Linux by Tobias Klauser · 6 years ago
  85. b8f5ef3 unix: enable TestUname for all GOOSes by Tobias Klauser · 6 years ago
  86. 19b530c unix: add Uname on openbsd by Tobias Klauser · 6 years ago
  87. a0f4589 unix: add Uname on netbsd by Tobias Klauser · 6 years ago
  88. 9167dbf unix: add Uname on dragonfly by Tobias Klauser · 6 years ago
  89. 8b4580a unix: remove /dev/ptyp* from device node tests on NetBSD by Tobias Klauser · 6 years ago
  90. 13fcbd6 unix: add Getdents on FreeBSD by Tobias Klauser · 6 years ago
  91. 316e922 unix: fix tests on NetBSD 8.0 by Tobias Klauser · 6 years ago
  92. 1006bb3 windows: add DOMAIN_ALIAS_RID* values and Token.IsMember(*SID) (bool, error) by Scott Crunkleton · 6 years ago
  93. b76f989 unix: skip TestSCMCredentials SOCK_DGRAM test before 1.10 by Ian Lance Taylor · 6 years ago
  94. a204229 unix: remove outdated comment in TestUname, omit string conversion by Tobias Klauser · 6 years ago
  95. 096928d unix: add Uname on FreeBSD by Tobias Klauser · 6 years ago
  96. 4ff8c00 unix: add Fstatat on Linux for all GOOSes by Tobias Klauser · 7 years ago
  97. a13efeb unix: remove dragonfly/386 from mkall.sh by Tobias Klauser · 7 years ago
  98. 82aafbf unix: add SYS___SYSCTL on darwin/arm by Tobias Klauser · 7 years ago
  99. 3286435 unix: fix test compilation error on Go 1.7 by Tobias Klauser · 7 years ago
  100. 0ac51a2 windows: add process creation flags by Awn · 7 years ago