1. 27bbf83 windows: add race annotations to Windows ReadFile and WriteFile by Tobias Klauser · 3 years ago
  2. b874c99 cpu: fix typo in comments by Johan Van de Wauw · 3 years ago internal-branch.go1.18-vendor
  3. 22a9840 unix: add nl80211 generic netlink constants for Linux by Matt Layher · 3 years, 1 month ago
  4. 4e6760a unix: add SPEED_UNKNOWN by Dmytro Shynkevych · 3 years, 1 month ago
  5. 95c6836 unix: add Kernel Connection Multiplexor ioctl helpers by Matt Layher · 3 years, 1 month ago
  6. dbe011f unix: add Linux Kernel Connection Multiplexor types and constants by Matt Layher · 3 years, 6 months ago
  7. 96fed51 unix: add can netlink types and constants by Oscar Söderlund · 3 years, 1 month ago
  8. f242548 unix/linux: update to Go 1.18rc1 by Tobias Klauser · 3 years, 1 month ago
  9. 0005352 unix: Getwd: ensure returned path is absolute by Kir Kolyshkin · 3 years, 1 month ago
  10. b146bce unix: remove accept on Linux by Tobias Klauser · 3 years, 1 month ago
  11. 3681064 unix: implement getitimer(2) and setitimer(2) on Linux by Matt Layher · 3 years, 1 month ago
  12. 5739886 unix: implement alarm(2) on Linux on all GOARCH except arm* and riscv. by Matt Layher · 3 years, 1 month ago
  13. 1c1b9b1 unix/linux: update to glibc 2.35, Go 1.17.6 by Tobias Klauser · 3 years, 1 month ago
  14. 99c3d69 unix: enable sysctl tests on netbsd by Tobias Klauser · 3 years, 2 months ago
  15. da31bd3 unix: lock the thread for TestPrctlRetInt by Bryan C. Mills · 3 years, 2 months ago
  16. 5a964db windows: add Get{Active,Maximum}ProcesorCount by Tobias Klauser · 3 years, 2 months ago
  17. a018aaa unix/linux: update to Linux Kernel 5.16 by Tobias Klauser · 3 years, 2 months ago
  18. 1d35b9e windows/svc: use NtQuerySystemInformation in IsWindowsService by Jason A. Donenfeld · 3 years, 3 months ago
  19. 4abf325 unix: add netlink attribute type and policy type constants by Matt Layher · 3 years, 3 months ago
  20. 4825e8c unix: add WireGuard generic netlink interface constants on Linux by Matt Layher · 3 years, 3 months ago
  21. 3b038e5 windows: set pipe explicitly inheritable in test for go 1.16 by Jason A. Donenfeld · 3 years, 3 months ago
  22. 024a26f unix: regenerate generic netlink controller constants by Matt Layher · 3 years, 3 months ago
  23. 03aa0b5 windows: allocate attribute list with LocalAlloc, not individual items by Jason A. Donenfeld · 3 years, 3 months ago
  24. af8b642 unix: use pipe2 syscall in Pipe on NetBSD by Tobias Klauser · 3 years, 3 months ago
  25. 798191b unix, plan9: avoid writing to p when Pipe(p) fails by Russ Cox · 3 years, 3 months ago
  26. 97ca703 cpu: remove the declaration of function darwinSupportsAVX512 by zhouguangyuan · 3 years, 4 months ago
  27. 94396e4 windows: add ModuleEntry32 type and Module32{First,Next} wrappers by Tobias Klauser · 3 years, 4 months ago
  28. fe61309 windows: add SetupAPI and CfgMgr32 functions by Jason A. Donenfeld · 3 years, 5 months ago
  29. ef496fb windows: re-enable TestWinVerifyTrust with newly signed file by Jason A. Donenfeld · 3 years, 4 months ago
  30. dee7805 windows: skip TestWinVerifyTrust by Bryan C. Mills · 3 years, 4 months ago
  31. 0a5406a unix: add mount_setattr support for linux by Kir Kolyshkin · 3 years, 4 months ago
  32. 0c823b9 unix: avoid depending on consistent Revents type in TestPoll by Ian Lance Taylor · 3 years, 4 months ago
  33. faf0a1b unix: identify unexpected events that fired in TestPoll by Michael Anthony Knyszek · 3 years, 4 months ago
  34. 7580c6e unix: factor out mkmerge into a proper package by Johan Jansson · 3 years, 4 months ago
  35. 7c45f0c unix: mount Docker-based builder at x/sys by Johan Jansson · 3 years, 4 months ago
  36. c6105e7 unix: in TestClockNanosleep, compare wall times when sleeping until wall times by Bryan C. Mills · 3 years, 4 months ago
  37. f221eed unix: in TestSelect, only error for an early wakeup on Linux by Bryan C. Mills · 3 years, 4 months ago
  38. 99a5385 all: add missing //go:build comments by Bryan C. Mills · 3 years, 4 months ago
  39. 51b60fd windows/registry: lock OS thread while enumerating keys by Bryan C. Mills · 3 years, 4 months ago
  40. 02f5c03 unix: fix fsync for read-only files on aix by Tobias Klauser · 3 years, 4 months ago
  41. cbcd623 unix: generate darwinTests per GOARCH and enabled darwin/arm64 test by Koichi Shiraishi · 3 years, 5 months ago
  42. e0b2ad0 unix: fix finalizer fd close bug in TestOpenByHandleAt by Tobias Klauser · 3 years, 4 months ago
  43. ebca88c unix/linux: update Dockerfile to Go 1.17.3 by Tobias Klauser · 3 years, 4 months ago
  44. c75c477 unix, windows: copy arrays by assignment instead of looping by Tobias Klauser · 3 years, 4 months ago
  45. 7861aae cpu: pretend AVX-512 is disabled on Darwin by Keith Randall · 3 years, 5 months ago
  46. ae416a5 unix: regenerate type Clockinfo on OpenBSD 6.9 by Tobias Klauser · 3 years, 5 months ago
  47. 4dd7244 unix: add stdint.h for mkall.sh on darwin/arm64 by Koichi Shiraishi · 3 years, 5 months ago
  48. a2f17f7 unix: allow passing optional args to SysctlKinfoProcSlice by Tobias Klauser · 3 years, 5 months ago
  49. 95da234 unix: add SysctlKinfoProc on darwin by Tobias Klauser · 3 years, 5 months ago
  50. 39c9dd3 unix/linux: update Dockerfile to Kernel 5.15 by Tobias Klauser · 3 years, 5 months ago
  51. 611d5d6 windows: fix test causing checkptr failure by Hao Mou · 3 years, 5 months ago
  52. b3129d9 unix: fix difference Stat_t type and Statfs_t type per GOARCH on darwin by Koichi Shiraishi · 3 years, 5 months ago
  53. 565ff80 unix: change darwin Eproc/ExternProc members from int8 array to byte array by Tobias Klauser · 3 years, 5 months ago
  54. 6e78728 windows/svc: allow querying service start reason by Jason A. Donenfeld · 3 years, 5 months ago
  55. c1bf0bb windows: regen zsyscall_windows.go by Takuto Ikuta · 3 years, 5 months ago
  56. 69cdffd unix: use default directories in TestGetwd on darwin/arm64 by Tobias Klauser · 3 years, 5 months ago
  57. 711f33c unix: add ParseOrigDstAddr by Lorenz Bauer · 3 years, 5 months ago
  58. d6a326f windows: add NtSetInformationFile by Hao Mou · 3 years, 5 months ago
  59. 8e51046 unix: add functions to encode Inet4Pktinfo and Inet6Pktinfo by Lorenz Bauer · 3 years, 5 months ago
  60. 9d61738 windows: add dynamic exception function table manipulators by Jason A. Donenfeld · 3 years, 5 months ago
  61. 153b154 windows: add system info and version related functions by Jason A. Donenfeld · 3 years, 5 months ago
  62. fcb26fe windows: gofmt to add go:build lines by Brad Fitzpatrick · 3 years, 5 months ago
  63. 25fac91 windows/svc: do not close service handle by Jason A. Donenfeld · 3 years, 5 months ago
  64. 0ec99a6 windows/svc: rewrite in Go by Jason A. Donenfeld · 3 years, 9 months ago
  65. 9d821ac unix: add all trampoline_addr to darwin_test.go and sorted by Koichi Shiraishi · 3 years, 5 months ago
  66. 69063c4 unix: test AF_VSOCK sockets on linux by Tobias Klauser · 3 years, 5 months ago
  67. 97ac67d windows: add const values by Hao Mou · 3 years, 5 months ago
  68. d303952 windows: add low level memory related syscalls by Weilu Jia · 3 years, 6 months ago
  69. 1a26e03 unix: add SockaddrVM type and AF_VSOCK to anyToSockaddrGOOS to darwin by Koichi Shiraishi · 3 years, 5 months ago
  70. c8a6f52 unix: fix lack of Sysv shared trampoline on darwin/arm64 by Koichi Shiraishi · 3 years, 5 months ago
  71. 2c5d950 unix: support vsock for darwin by Koichi Shiraishi · 3 years, 7 months ago
  72. b1ebd4e unix: enable Sysv shared memory support on darwin/arm64 by Tobias Klauser · 3 years, 6 months ago
  73. 808efd9 cpu: enable TestARM64minimalFeatures on darwin/arm64 by Tobias Klauser · 3 years, 6 months ago
  74. b1447f3 unix: enable TestPassFD and TestPoll on darwin/arm64 by Tobias Klauser · 3 years, 6 months ago
  75. 39dca11 unix: SysvShmCtl should use ipc_64 on mips64(le) by Dustin Spicuzza · 3 years, 6 months ago
  76. f542c88 unix: skip TestSysvSharedMemory on ENOSYS by Ian Lance Taylor · 3 years, 6 months ago
  77. 969570c unix: add Sysv shared memory support by Dustin Spicuzza · 3 years, 6 months ago
  78. 39ccf1d unix: skip TestIoctlGetRTCWkAlrm if unsupported by Paul E. Murphy · 3 years, 6 months ago
  79. 1cf2251 unix: implement ppoll in terms of poll on Linux by Jason A. Donenfeld · 3 years, 6 months ago
  80. 92d5a99 windows: add process module related syscalls by Weilu Jia · 3 years, 6 months ago
  81. b8560ed unix/linux: update Dockerfile to Go 1.17.1 by Tobias Klauser · 3 years, 6 months ago
  82. 437939a unix: use dup3 in Dup2 on all Linux platforms by Tobias Klauser · 3 years, 6 months ago
  83. d61c044 unix: implement Pipe using pipe2 syscall on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  84. ed5796b unix: implement EpollCreate using EpollCreate1 on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  85. 751e447 unix: add additional illumos STREAMS ioctls by Nahum Shalman · 3 years, 6 months ago
  86. 528a39c unix: add PidfdOpen and PidfdGetfd by Lorenz Bauer · 3 years, 6 months ago
  87. aa78b53 unix: define Time_t for FreeBSD by jharshman · 3 years, 6 months ago
  88. a851e7d unix: change Landlock type aliases to new types by Matt Layher · 3 years, 6 months ago
  89. c212e73 unix: add Landlock consts and types by Tobias Klauser · 3 years, 6 months ago
  90. 6f6e228 unix: implement InotifyInit using InotifyInit1 on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  91. 97244b9 unix: drop fallback to accept in Accept on Linux by Tobias Klauser · 3 years, 7 months ago
  92. 2934436 unix: drop fallback to inotifyInit in InotifyInit on linux/amd64 by Tobias Klauser · 3 years, 7 months ago
  93. 0a7ae4b unix: drop fallback to pipe in Pipe on linux/arm by Tobias Klauser · 3 years, 7 months ago
  94. f475640 unix: add more illumos Lifreq helpers by Nahum Shalman · 3 years, 7 months ago
  95. 164ac21 unix: drop fallback to utimes in UtimesNano on Linux by Tobias Klauser · 3 years, 7 months ago
  96. f4d4317 unix/linux: update Dockerfile to Kernel 5.14 by Tobias Klauser · 3 years, 7 months ago
  97. 63515b4 cpu: add support for detecting cmpxchg16b by zhangyunhao · 3 years, 9 months ago
  98. 41cdb87 unix: add Ifreq.Inet4Addr methods for manipulating IPv4 addresses by Matt Layher · 3 years, 7 months ago
  99. f52c844 unix: add RTF_GLOBAL on darwin by Tobias Klauser · 3 years, 7 months ago
  100. bce67f0 unix: add SetsockoptTCPRepairOpt on Linux by Mark Jeffery · 3 years, 9 months ago