1. c2ed4ed unix: fix TestSchedSetaffinity for smt settings by Lynn Boger · 6 years ago
  2. 2f1df4e unix: add additional rlimit resource constants on NetBSD by Tobias Klauser · 6 years ago
  3. b09afc3 unix: add MNT_* flags on OpenBSD by Tobias Klauser · 6 years ago
  4. 90868a7 windows: add support for windows/arm by Jordan Rhee · 6 years ago
  5. f02c795 unix: add MNT_* flags on DragonflyBSD by Tobias Klauser · 6 years ago
  6. c01370c unix: add MNT_* flags on NetBSD by Tobias Klauser · 6 years ago
  7. d47a0f3 unix: implement Linux AF_XDP sockets by Matt Layher · 6 years ago
  8. d641721 unix: add more RTA_* constants on Linux by Tobias Klauser · 6 years ago
  9. 1561086 unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX by Tony Reix · 6 years ago
  10. 1061eb6 unix: change MemfdCreate flags parameter to int for all GOARCHes by Tobias Klauser · 6 years ago
  11. ee1b12c unix: add MemfdCreate on Linux by Tobias Klauser · 6 years ago
  12. d0be072 unix: correct misspelling in test output by Leigh McCulloch · 6 years ago
  13. 4526dd3 windows: correct misspelling in comment by Leigh McCulloch · 6 years ago
  14. 917fdcb unix: add remaining RTA_* constants for use with rtnetlink on Linux by Matt Layher · 6 years ago
  15. 8cf3aee unix: add support for linux/riscv64 by Tobias Klauser · 6 years ago
  16. ebe1bf3 unix: add SYNC_FILE_RANGE_* constants on Linux by Tobias Klauser · 6 years ago
  17. d9c697b unix: correct argument order for SyncFileRange syscall on linux/ppc64{,le} by Tobias Klauser · 6 years ago
  18. 2b02437 Revert "unix: implement SyncFileRange for ARM" by Brad Fitzpatrick · 6 years ago
  19. 1b73967 unix: implement SyncFileRange for ARM by Andrei Gherzan · 6 years ago
  20. fa5fdf9 windows: add support for AF_UNIX sockets by Tobias Klauser · 6 years ago
  21. 49385e6 unix: update Dockerfile to Go 1.11 by Tobias Klauser · 6 years ago
  22. d99a578 unix: code for AIX ppc and ppc64, for gccgo by Tony Reix · 6 years ago
  23. 4910a1d unix: add UBI ioctl constants on Linux by Tobias Klauser · 6 years ago
  24. 11551d0 unix: use pipe2 syscall on FreeBSD instead of pipe by Tobias Klauser · 6 years ago
  25. 3b58ed4 unix: add additional file mode bit constants from sys/stat.h on Solaris by Tobias Klauser · 6 years ago
  26. 4ea2f63 unix: add example for Flock by Kevin Burke · 6 years ago
  27. 1a700e7 unix: add NOSTD syscall numbers on FreeBSD by Tobias Klauser · 6 years ago
  28. 1c95834 unix: add additional file mode bit constants from sys/stat.h on FreeBSD by Tobias Klauser · 6 years ago
  29. 871208d unix: add additional file mode bit constants from sys/stat.h on DragonflyBSD by Tobias Klauser · 6 years ago
  30. 14742f9 windows: add Wincrypt.h Cert related values by Joe Richey joerichey@google.com · 6 years ago
  31. 4e1fef5 unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3 by Tobias Klauser · 6 years ago
  32. 98c5dad unix: update the OpenBSD pledge interface to handle execpromises by Gianguido Sora` · 6 years ago release-branch.go1.11
  33. f0d5e33 unix: add *xattr functions on NetBSD by Tobias Klauser · 6 years ago
  34. 57f5ac0 unix: add additional file mode bit constants from sys/stat.h on OpenBSD by Tobias Klauser · 6 years ago
  35. 904bdc2 unix: add F*xattr on Darwin by Tobias Klauser · 6 years ago
  36. 3249cb6 unix: drop incorrect Fsetxattr size return value by Tobias Klauser · 6 years ago
  37. f62c962 unix: add S_IRWXG and S_IRWXO to FreeBSD types by Jan Lehnardt · 6 years ago
  38. acbc56f unix: add F*xattr on Linux by Tobias Klauser · 6 years ago
  39. 90887a5 unix: add IFLA_INFO_KIND on Linux by Matt Layher · 6 years ago
  40. 0718ef2 unix: remove *xattr from list of unimplemented syscalls on FreeBSD by Tobias Klauser · 6 years ago
  41. 2be389f unix: add Renameat2 on Linux by Tobias Klauser · 6 years ago
  42. 34b17bd unix: fix OpenBSD codegen to include F_OK by Mark Pulford · 6 years ago
  43. 0ffbfd4 unix, windows: add type aliases to std syscall for Signal, Errno, SysProcAttr by Brad Fitzpatrick · 6 years ago
  44. 3dc4335 unix: add Linux network namespace constants by Casey Callendrello · 6 years ago
  45. bd9dbc1 unix: support Faccessat flags argument by Ian Lance Taylor · 6 years ago
  46. e3f9388 unix: add Linux blkpg_ioctl_arg and blkpg_partition types by Brad Fitzpatrick · 6 years ago
  47. 10b189e x/sys: improve NewCallback documentation by Jeet Parekh · 6 years ago
  48. c4d1ff1 unix: implement pipe() on linux/mips by David Wimmer · 6 years ago
  49. e072cad unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime by Brad Fitzpatrick · 6 years ago
  50. ac767d6 windows/svc/mgr: add ability to set a reboot message and command when a service fails by madiganz · 6 years ago
  51. 1b2967e unix: implement RFCOMM sockets on Linux by Alexander Menzhinsky · 6 years ago
  52. 7b495ad unix: update Dockerfile to Go 1.11beta1 by Tobias Klauser · 6 years ago
  53. 3c6ecd8 windows: add missing file attributes by Kropekk · 6 years ago
  54. ce36f38 unix: regenerate syscall wrappers for linux/ppc64{,le} by Tobias Klauser · 6 years ago
  55. 151529c windows, windows/svc/mgr: add ability to modify service recovery settings. by Zachary Madigan · 6 years ago
  56. 7138fd3 unix: do not return non-nil error for 0 errno in FcntlInt by Ian Lance Taylor · 6 years ago
  57. c4afb3e unix: fix TestUtimesNanoAt for filesystems with 1-second resolution time stamps by Tobias Klauser · 6 years ago
  58. a200a19 unix: don't check atime in TestUtimesNanoAt by Tobias Klauser · 6 years ago
  59. 63fc586 unix: use private copy of ustat_t on Linux by Tobias Klauser · 6 years ago
  60. ad87a3a unix: check faccessat flags parameter on Linux by Thanabodee Charoenpiriyakij · 6 years ago
  61. fc8bd94 unix: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 6 years ago
  62. f24d3d4 unix: add Faccessat on Solaris by Tobias Klauser · 6 years ago
  63. 6c888cc windows: replace uintptr in crypto structs by Alex Brainman · 6 years ago
  64. 8014b7b windows: follow convention for generated code comment by Tobias Klauser · 6 years ago
  65. 8883426 plan9: follow convention for generated code comment by Tobias Klauser · 6 years ago
  66. 9e6071e unix: follow convention for generated code comment by Tobias Klauser · 6 years ago
  67. 56ede36 unix: add rtc defines and types by Michael Stapelberg · 6 years ago
  68. 8ee9f3e unix: add Faccessat on NetBSD by Tobias Klauser · 6 years ago
  69. f4b713d unix: add Faccessat on OpenBSD by Tobias Klauser · 6 years ago
  70. a9e25c0 unix: update Dockerfile to Ubuntu 18.04, Linux 4.17, and Go 1.10.3 by Matt Layher · 6 years ago
  71. bff228c windows: update TOKEN_ALL_ACCESS according to WinNT.h by Thanabodee Charoenpiriyakij · 6 years ago
  72. 24c297a unix: support compiling with gccgo on linux/386 by Tobias Klauser · 6 years ago
  73. 7c1e4f3 unix: drop use function stub for gccgo by Tobias Klauser · 6 years ago
  74. 9527bec cpu: fix gccgo build by Ian Lance Taylor · 6 years ago
  75. bc2ef10 cpu: add gccgo implementation by Alex Vaghin · 6 years ago
  76. 538ab54 cpu: introduce and export type CacheLinePad by Tobias Klauser · 6 years ago
  77. c11f84a unix: don't check atime in TestStatx by Tobias Klauser · 6 years ago
  78. d4cedef unix: make Nfgenmsg a type definition by Tobias Klauser · 6 years ago
  79. 3135538 unix: add nftables defines and types by Michael Stapelberg · 6 years ago
  80. b269ba2 unix: fix TestXattr on android by Tobias Klauser · 6 years ago
  81. 04b8398 unix: fix or skip failing tests on android and iOS by Tobias Klauser · 6 years ago
  82. e2c7578 unix: delete TestDevices for *BSD and Darwin by Tobias Klauser · 6 years ago
  83. 56ad15c windows: add QueryServiceStatusEx function by pytimer · 6 years ago
  84. 77b0e43 unix: add symlink-safe *xattr functions on darwin by Tobias Klauser · 6 years ago
  85. f3b0f5f unix: skip TestStatx if the operation is not permitted by Hana Kim · 6 years ago
  86. 028bb33 unix: delete TestDevices test for Solaris by Hana Kim · 6 years ago
  87. 88eb85a unix: add tests for *xattr functions by Tobias Klauser · 6 years ago
  88. dc67e5b windows: address error reported by vet by Hana Kim · 6 years ago
  89. 0b6bef9 unix: add {get,set,remove,list}xattr on darwin by irfan sharif · 6 years ago
  90. 7f59abf unix: update openbsd/amd64 to OpenBSD 6.3 by Filippo Valsorda · 6 years ago
  91. 89da893 unix: exclude AUDIT_RECORD_MAGIC constant on darwin by Tobias Klauser · 6 years ago
  92. 7c87d13 unix: add tpacket types and constants on Linux by Tobias Klauser · 6 years ago
  93. d0faeb5 unix: fix TestSCMCredentials to not fail when root by Brad Fitzpatrick · 6 years ago
  94. 9950ad1 unix: add statfs and filesystem magic constants on Linux by Tobias Klauser · 6 years ago
  95. 7dfd129 windows: address vet reports by Hana (Hyang-Ah) Kim · 6 years ago
  96. 64746a4 unix: address vet's finding of wrong argument size by Hana (Hyang-Ah) Kim · 6 years ago
  97. 7db1c3b cpu: use t.Fatal instead of t.Fatalf by Tobias Klauser · 6 years ago
  98. 6f686a3 unix: add ErrnoName and SignalName by Tobias Klauser · 6 years ago
  99. 78d5f26 windows/svc: correct MOVL instruction in sys_amd64.s by Alex Brainman · 6 years ago
  100. 4adea00 cpu: new package by Andreas Auernhammer · 6 years ago