1. 8c9f86f A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 11 months ago
  2. c6bc011 unix: add socket constants by ianwoolf · 1 year, 11 months ago
  3. c0bba94 unix: add constants for netlink/audit by Florian Lehner · 1 year, 11 months ago
  4. 0a85c31 unix: add freebsd/riscv64 support by Meng Zhuo · 1 year, 11 months ago
  5. 5a0f066 cpu: support non-linux OS for riscv64 by Meng Zhuo · 1 year, 11 months ago
  6. 05e143d unix: regenerate on FreeBSD 12.3 by Yuval Pavel Zholkover · 2 years ago
  7. 3183198 windows: add remaining IpAdapterAddresses fields by Dan Kortschak · 2 years ago
  8. 179beb0 windows: add GetBestInterfaceEx by Dan Kortschak · 2 years ago
  9. f75cf1e unix: provide Msghdr.SetIovlen on openbsd/mips64 by Joel Sing · 2 years ago
  10. 87e55d7 unix: add RecvmsgBuffers and SendmsgBuffers by Ian Lance Taylor · 2 years ago
  11. 175b2fd unix: change Solaris Iovec.Base to *byte by Ian Lance Taylor · 2 years ago
  12. 4f61da8 unix: use ByteSliceToString in TestMountUnmount on zos by Tobias Klauser · 2 years ago
  13. ff8c426 unix: add support for TCP_CONNECTION_INFO on macOS by Will Hawkins · 2 years ago
  14. bf31f56 unix: add MemfdSecret on linux/riscv64 by Tobias Klauser · 2 years ago
  15. af78867 unix/linux: update to Linux kernel 5.19-rc2 by Tobias Klauser · 2 years ago
  16. 003f7fa unix: implement Fstat{,at} using Statx on linux/loong64 by Tobias Klauser · 2 years ago
  17. 6c1b26c unix: always zero the higher bits of return value on linux/loong64 syscalls by Guoqi Chen · 2 years ago
  18. 9f5ed59 cpu: use xgetbv intrinsic by Ian Lance Taylor · 2 years ago
  19. 635b8c9 unix: add Getsid function on Solaris by Nahum Shalman · 2 years ago
  20. bc2c85a unix: update openbsd Statfs_t fields by Kir Kolyshkin · 2 years, 1 month ago
  21. f9599da unix: use ByteSliceToString in TestIoctlPtmget by Tobias Klauser · 2 years, 1 month ago
  22. dcacdad unix: use ByteSliceFromString in (*Ifreq).Name by Kir Kolyshkin · 2 years, 1 month ago
  23. 5e4e11f unix/linux: use gotip instead of patched Go 1.18 by Tobias Klauser · 2 years, 1 month ago
  24. 45d2b45 unix: add mount(2) for macOS by Ed Schouten · 2 years, 1 month ago
  25. 988cb79 execabs: add legacy "//+build" constraints by Bryan C. Mills · 2 years, 1 month ago
  26. b6088cc execabs: make safe for Go 1.19 by Russ Cox · 2 years, 1 month ago
  27. b5fbb47 all: gofmt by Russ Cox · 2 years, 2 months ago
  28. 84afa8d windows: do not change stdio handle inheritance by Aayush Agrawal · 2 years, 1 month ago
  29. 9388b58 unix: add loong64 tag to endian_little.go by limeidan · 2 years, 2 months ago
  30. 88d2bb9 unix: add generate component files support for linux/loong64 by limeidan · 2 years, 2 months ago
  31. 33da011 unix: check correct group in Faccessat by Damien Neil · 2 years, 2 months ago
  32. 889880a unix: fsmount fspick fsopen linux syscall by Alexey Perevalov · 2 years, 2 months ago
  33. 83041a3 unix: provide linux/loong64 assembly for syscalls by limeidan · 2 years, 2 months ago
  34. 0a89baf cpu: add basic support for GOARCH=loong64 by limeidan · 2 years, 2 months ago
  35. a24fb2f unix: add constants for netlink/routing rules by Florian Lehner · 2 years, 2 months ago
  36. 3f8b815 unix/linux: update to Linux kernel 5.17 by Tobias Klauser · 2 years, 2 months ago
  37. 289d7a0 unix: add MoveMount syscall on linux by Alexey Perevalov · 2 years, 2 months ago
  38. 1e041c5 unix: revert MemfdSecret changes to riscv64 by Eric Lagergren · 2 years, 2 months ago
  39. b1e9470 unix: add MemfdSecret by Eric Lagergren · 2 years, 2 months ago
  40. 6acee93 unix: regenerate OPEN_TREE_CLONE by Eric Lagergren · 2 years, 2 months ago
  41. 483a9cb unix: add OpenTree on linux by Alexey Perevalov · 2 years, 2 months ago
  42. e17cdc4 unix: fix staticcheck issues by Matt Layher · 2 years, 2 months ago
  43. 43be30e unix: skip Linux TestPidfd if Waitid returns EINVAL by Matt Layher · 2 years, 2 months ago
  44. 7e19933 Merge commit 'd36c6a25d886e7c9975d5bf247ac24887ba6da37' by Dan Willemsen · 2 years, 2 months ago
  45. d36c6a2 unix/linux: update to Go 1.18 by Tobias Klauser · 2 years, 2 months ago
  46. 530d081 unix: add utimensat libc wrapper on darwin by Tobias Klauser · 2 years, 4 months ago
  47. 3677212 unix: implement Waitid on Linux by Matt Layher · 2 years, 2 months ago
  48. 594fa53 unix: solaris/illumos Event Ports ENOENT cleanup by Nahum Shalman · 2 years, 5 months ago
  49. a9b59b0 unix: add PidfdSendSignal on Linux by Matt Layher · 2 years, 3 months ago
  50. 2edf467 windows: optimize UTF16{,Ptr}FromString by Tobias Klauser · 2 years, 3 months ago
  51. 51cd998 unix: unify Recvmsg epilogues by Tobias Klauser · 2 years, 3 months ago
  52. 22a226b unix: unify Sendmsg prologues by Tobias Klauser · 2 years, 3 months ago
  53. 2c4bbad unix/internal/mkmerge: correct typo by Mathieu Aubin · 2 years, 3 months ago
  54. 039c03c unix: add race annotations to Pread and Pwrite by Tobias Klauser · 2 years, 3 months ago
  55. 27bbf83 windows: add race annotations to Windows ReadFile and WriteFile by Tobias Klauser · 2 years, 3 months ago
  56. b874c99 cpu: fix typo in comments by Johan Van de Wauw · 2 years, 3 months ago
  57. 22a9840 unix: add nl80211 generic netlink constants for Linux by Matt Layher · 2 years, 3 months ago
  58. 4e6760a unix: add SPEED_UNKNOWN by Dmytro Shynkevych · 2 years, 3 months ago
  59. 95c6836 unix: add Kernel Connection Multiplexor ioctl helpers by Matt Layher · 2 years, 3 months ago
  60. dbe011f unix: add Linux Kernel Connection Multiplexor types and constants by Matt Layher · 2 years, 9 months ago
  61. 96fed51 unix: add can netlink types and constants by Oscar Söderlund · 2 years, 4 months ago
  62. f242548 unix/linux: update to Go 1.18rc1 by Tobias Klauser · 2 years, 4 months ago
  63. 0005352 unix: Getwd: ensure returned path is absolute by Kir Kolyshkin · 2 years, 4 months ago
  64. b146bce unix: remove accept on Linux by Tobias Klauser · 2 years, 4 months ago
  65. 3681064 unix: implement getitimer(2) and setitimer(2) on Linux by Matt Layher · 2 years, 4 months ago
  66. 5739886 unix: implement alarm(2) on Linux on all GOARCH except arm* and riscv. by Matt Layher · 2 years, 4 months ago
  67. 1c1b9b1 unix/linux: update to glibc 2.35, Go 1.17.6 by Tobias Klauser · 2 years, 4 months ago
  68. 99c3d69 unix: enable sysctl tests on netbsd by Tobias Klauser · 2 years, 4 months ago
  69. da31bd3 unix: lock the thread for TestPrctlRetInt by Bryan C. Mills · 2 years, 5 months ago
  70. 5a964db windows: add Get{Active,Maximum}ProcesorCount by Tobias Klauser · 2 years, 5 months ago
  71. a018aaa unix/linux: update to Linux Kernel 5.16 by Tobias Klauser · 2 years, 5 months ago
  72. 1d35b9e windows/svc: use NtQuerySystemInformation in IsWindowsService by Jason A. Donenfeld · 2 years, 6 months ago
  73. 4abf325 unix: add netlink attribute type and policy type constants by Matt Layher · 2 years, 6 months ago
  74. 4825e8c unix: add WireGuard generic netlink interface constants on Linux by Matt Layher · 2 years, 6 months ago
  75. 3b038e5 windows: set pipe explicitly inheritable in test for go 1.16 by Jason A. Donenfeld · 2 years, 6 months ago
  76. 024a26f unix: regenerate generic netlink controller constants by Matt Layher · 2 years, 6 months ago
  77. 03aa0b5 windows: allocate attribute list with LocalAlloc, not individual items by Jason A. Donenfeld · 2 years, 6 months ago
  78. af8b642 unix: use pipe2 syscall in Pipe on NetBSD by Tobias Klauser · 2 years, 6 months ago
  79. 798191b unix, plan9: avoid writing to p when Pipe(p) fails by Russ Cox · 2 years, 6 months ago
  80. 97ca703 cpu: remove the declaration of function darwinSupportsAVX512 by zhouguangyuan · 2 years, 6 months ago
  81. 94396e4 windows: add ModuleEntry32 type and Module32{First,Next} wrappers by Tobias Klauser · 2 years, 6 months ago
  82. fe61309 windows: add SetupAPI and CfgMgr32 functions by Jason A. Donenfeld · 2 years, 7 months ago
  83. ef496fb windows: re-enable TestWinVerifyTrust with newly signed file by Jason A. Donenfeld · 2 years, 7 months ago
  84. dee7805 windows: skip TestWinVerifyTrust by Bryan C. Mills · 2 years, 7 months ago
  85. 0a5406a unix: add mount_setattr support for linux by Kir Kolyshkin · 2 years, 7 months ago
  86. 0c823b9 unix: avoid depending on consistent Revents type in TestPoll by Ian Lance Taylor · 2 years, 7 months ago
  87. faf0a1b unix: identify unexpected events that fired in TestPoll by Michael Anthony Knyszek · 2 years, 7 months ago
  88. 7580c6e unix: factor out mkmerge into a proper package by Johan Jansson · 2 years, 7 months ago
  89. 7c45f0c unix: mount Docker-based builder at x/sys by Johan Jansson · 2 years, 7 months ago
  90. c6105e7 unix: in TestClockNanosleep, compare wall times when sleeping until wall times by Bryan C. Mills · 2 years, 7 months ago
  91. f221eed unix: in TestSelect, only error for an early wakeup on Linux by Bryan C. Mills · 2 years, 7 months ago
  92. 99a5385 all: add missing //go:build comments by Bryan C. Mills · 2 years, 7 months ago
  93. 51b60fd windows/registry: lock OS thread while enumerating keys by Bryan C. Mills · 2 years, 7 months ago
  94. 02f5c03 unix: fix fsync for read-only files on aix by Tobias Klauser · 2 years, 7 months ago
  95. cbcd623 unix: generate darwinTests per GOARCH and enabled darwin/arm64 test by Koichi Shiraishi · 2 years, 8 months ago
  96. e0b2ad0 unix: fix finalizer fd close bug in TestOpenByHandleAt by Tobias Klauser · 2 years, 7 months ago
  97. ebca88c unix/linux: update Dockerfile to Go 1.17.3 by Tobias Klauser · 2 years, 7 months ago
  98. c75c477 unix, windows: copy arrays by assignment instead of looping by Tobias Klauser · 2 years, 7 months ago
  99. 7861aae cpu: pretend AVX-512 is disabled on Darwin by Keith Randall · 2 years, 7 months ago
  100. ae416a5 unix: regenerate type Clockinfo on OpenBSD 6.9 by Tobias Klauser · 2 years, 7 months ago