1. c4afb3e unix: fix TestUtimesNanoAt for filesystems with 1-second resolution time stamps by Tobias Klauser · 6 years ago
  2. a200a19 unix: don't check atime in TestUtimesNanoAt by Tobias Klauser · 6 years ago
  3. 63fc586 unix: use private copy of ustat_t on Linux by Tobias Klauser · 6 years ago
  4. ad87a3a unix: check faccessat flags parameter on Linux by Thanabodee Charoenpiriyakij · 6 years ago
  5. fc8bd94 unix: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 6 years ago
  6. f24d3d4 unix: add Faccessat on Solaris by Tobias Klauser · 6 years ago
  7. 6c888cc windows: replace uintptr in crypto structs by Alex Brainman · 6 years ago
  8. 8014b7b windows: follow convention for generated code comment by Tobias Klauser · 6 years ago
  9. 8883426 plan9: follow convention for generated code comment by Tobias Klauser · 6 years ago
  10. 9e6071e unix: follow convention for generated code comment by Tobias Klauser · 6 years ago
  11. 56ede36 unix: add rtc defines and types by Michael Stapelberg · 6 years ago
  12. 8ee9f3e unix: add Faccessat on NetBSD by Tobias Klauser · 6 years ago
  13. f4b713d unix: add Faccessat on OpenBSD by Tobias Klauser · 6 years ago
  14. a9e25c0 unix: update Dockerfile to Ubuntu 18.04, Linux 4.17, and Go 1.10.3 by Matt Layher · 6 years ago
  15. bff228c windows: update TOKEN_ALL_ACCESS according to WinNT.h by Thanabodee Charoenpiriyakij · 6 years ago
  16. 24c297a unix: support compiling with gccgo on linux/386 by Tobias Klauser · 6 years ago
  17. 7c1e4f3 unix: drop use function stub for gccgo by Tobias Klauser · 6 years ago
  18. 9527bec cpu: fix gccgo build by Ian Lance Taylor · 6 years ago
  19. bc2ef10 cpu: add gccgo implementation by Alex Vaghin · 6 years ago
  20. 538ab54 cpu: introduce and export type CacheLinePad by Tobias Klauser · 6 years ago
  21. c11f84a unix: don't check atime in TestStatx by Tobias Klauser · 6 years ago
  22. d4cedef unix: make Nfgenmsg a type definition by Tobias Klauser · 6 years ago
  23. 3135538 unix: add nftables defines and types by Michael Stapelberg · 6 years ago
  24. b269ba2 unix: fix TestXattr on android by Tobias Klauser · 6 years ago
  25. 04b8398 unix: fix or skip failing tests on android and iOS by Tobias Klauser · 6 years ago
  26. e2c7578 unix: delete TestDevices for *BSD and Darwin by Tobias Klauser · 6 years ago
  27. 56ad15c windows: add QueryServiceStatusEx function by pytimer · 6 years ago
  28. 77b0e43 unix: add symlink-safe *xattr functions on darwin by Tobias Klauser · 6 years ago
  29. f3b0f5f unix: skip TestStatx if the operation is not permitted by Hana Kim · 6 years ago
  30. 028bb33 unix: delete TestDevices test for Solaris by Hana Kim · 6 years ago
  31. 88eb85a unix: add tests for *xattr functions by Tobias Klauser · 6 years ago
  32. dc67e5b windows: address error reported by vet by Hana Kim · 6 years ago
  33. 0b6bef9 unix: add {get,set,remove,list}xattr on darwin by irfan sharif · 6 years ago
  34. 7f59abf unix: update openbsd/amd64 to OpenBSD 6.3 by Filippo Valsorda · 6 years ago
  35. 89da893 unix: exclude AUDIT_RECORD_MAGIC constant on darwin by Tobias Klauser · 6 years ago
  36. 7c87d13 unix: add tpacket types and constants on Linux by Tobias Klauser · 6 years ago
  37. d0faeb5 unix: fix TestSCMCredentials to not fail when root by Brad Fitzpatrick · 6 years ago
  38. 9950ad1 unix: add statfs and filesystem magic constants on Linux by Tobias Klauser · 6 years ago
  39. 7dfd129 windows: address vet reports by Hana (Hyang-Ah) Kim · 6 years ago
  40. 64746a4 unix: address vet's finding of wrong argument size by Hana (Hyang-Ah) Kim · 6 years ago
  41. 7db1c3b cpu: use t.Fatal instead of t.Fatalf by Tobias Klauser · 6 years ago
  42. 6f686a3 unix: add ErrnoName and SignalName by Tobias Klauser · 6 years ago
  43. 78d5f26 windows/svc: correct MOVL instruction in sys_amd64.s by Alex Brainman · 6 years ago
  44. 4adea00 cpu: new package by Andreas Auernhammer · 6 years ago
  45. f67ecc1 unix: use Fstatat for Stat on linux/amd64 by Tobias Klauser · 6 years ago
  46. cbbc999 unix: use pselect on amd64 to satisfy Android by Jason A. Donenfeld · 6 years ago
  47. bb9c189 unix: 32-bit MIPS splice system call returns int, not int64 by Ian Lance Taylor · 6 years ago
  48. 79b0c68 unix: add Linux block device ioctl types and constants by Matt Layher · 6 years ago
  49. a2a4594 unix: avoid extra syscall on send/recvmsg on Linux by Jason A. Donenfeld · 6 years ago
  50. 3ccc7e5 unix: fix typos in linux/types.go. by Matt Layher · 6 years ago
  51. 9b00609 unix: add tcp_md5sig on Linux by Matt Layher · 6 years ago
  52. b126b21 unix: re-export Fsid and Sigset_t Val member on Linux by Tobias Klauser · 6 years ago
  53. ecfd8b5 unix: implement getrtable/setrtable syscalls on OpenBSD by Ivan Markin · 6 years ago
  54. 2f57af4 unix: add wrapper around perf_event_open on Linux by Adam Sindelar · 6 years ago
  55. 2281fa9 unix: don't export any padding/alignment fields on all platforms by Tobias Klauser · 6 years ago
  56. f6f3529 unix: add a step to mkall.go that generates ABI headers to be referenced from types.go by Adam Sindelar · 6 years ago
  57. 3b87a42 unix: update Dockerfile to Linux 4.16 and Go 1.10.1 by Tobias Klauser · 6 years ago
  58. 1d206c9 unix: add FcntlInt by Philip Brown · 6 years ago
  59. fcb792c unix: unify Getsockopt* by Tobias Klauser · 6 years ago
  60. f67933e unix: solicit EPERM via wrong PID in creds test. by Chris Koch · 6 years ago
  61. 378d26f unix: add CRTSCTS on netbsd and openbsd by Tobias Klauser · 6 years ago
  62. 2de2067 unix: add sendfile support on Solaris by Tobias Klauser · 6 years ago
  63. 13d03a9 unix: add GetsockoptLinger and GetsockoptTimeval by Cholerae Hu · 6 years ago
  64. 91ee8cd unix: use strings.IndexByte instead of for loops by Tobias Klauser · 6 years ago
  65. 1e3c777 unix: don't export padding fields on Darwin by Tobias Klauser · 6 years ago
  66. c488ab1 unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64} by Tobias Klauser · 6 years ago
  67. ee8db00 unix: add Fadvise on NetBSD by Tobias Klauser · 6 years ago
  68. bb729a5 unix: fix TestFchmodat on Illumos by Tobias Klauser · 6 years ago
  69. 6416052 unix: enable TestFchmodat for all Unices by Tobias Klauser · 6 years ago
  70. dd203b8 unix: add Fchmodat on NetBSD by Tobias Klauser · 6 years ago
  71. 7ceb54c unix: add Fchmodat on DragonflyBSD by Tobias Klauser · 6 years ago
  72. f8f1a95 unix: add Fchmodat on OpenBSD by Tobias Klauser · 6 years ago
  73. d8e400b unix: fix example by Kevin Burke · 6 years ago
  74. 01acb38 plan9, unix, windows: add paragraph breaks in docs by Kevin Burke · 6 years ago
  75. 0deb464 unix: add Exec call by Kevin Burke · 6 years ago
  76. 2f1e207 unix: add IFLA attributes on linux/sparc64 by Lehner Florian · 6 years ago
  77. cc7307a unix: add Fstatat on Darwin by Tobias Klauser · 6 years ago
  78. 5c2edb5 unix: add Fstatat on OpenBSD by Tobias Klauser · 6 years ago
  79. 89ac7f2 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  80. 932fb22 unix: add Fstatat on NetBSD by Tobias Klauser · 6 years ago
  81. 2477406 unix: add Fstatat on FreeBSD by Tobias Klauser · 6 years ago
  82. bcaab34 unix: don't export padding fields on DragonflyBSD by Tobias Klauser · 6 years ago
  83. 0edb963 unix: add Fstatat on DragonflyBSD by Tobias Klauser · 6 years ago
  84. 6035cb0 unix: don't export padding fields on Solaris by Tobias Klauser · 6 years ago
  85. 591c159 unix: add Fstatat on Solaris by Tobias Klauser · 6 years ago
  86. 8c0ece6 unix: extend rlimit test on Linux by Tobias Klauser · 6 years ago
  87. c28acc8 unix: fix seek while compiling with gccgo under arm and 386 by Christian Pellegrin · 6 years ago
  88. 7dca6fe plan9: use bytes.IndexByte instead of a for loop by Tobias Klauser · 6 years ago
  89. e64a828 unix: use bytes.IndexByte instead of a for loop by Tobias Klauser · 6 years ago
  90. 349b81f unix: skip SchedAffinity test on single CPU system by Michael Hudson-Doyle · 6 years ago
  91. dd2ff4a unix: fix nil pointer dereference in Select on linux/{arm64,mips64x} by Tobias Klauser · 6 years ago
  92. f6cff07 windows/registry: improve ReadSubKeyNames permissions by Shamil Garatuev · 6 years ago
  93. 88d2dcc unix: add IFLA_* constants for Linux 4.15 by Tobias Klauser · 6 years ago
  94. c1138c8 unix: update to Linux 4.15, glibc 2.27 and Go 1.10 by Tobias Klauser · 6 years ago
  95. 37707fd unix: move gccgo redeclared *SyscallNoError functions to a separate file by Tobias Klauser · 6 years ago
  96. 8f27ce8 unix: fix cpuset size argument in sched_affinity syscall by Tobias Klauser · 6 years ago
  97. 3dbebcf unix: use SyscallNoError and RawSyscallNoError on Linux only by Tobias Klauser · 6 years ago
  98. ff2a66f unix: fix godoc comment for clen by Tobias Klauser · 6 years ago
  99. 0346725 unix: add godoc for Sockaddr* types by Tobias Klauser · 6 years ago
  100. 90f0fdc plan9: add arm support by Tobias Klauser · 6 years ago