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