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