1. 9e7e939 cpu: handle vendor suffixes in parseRelease by An Long · 5 weeks ago master v0.47.0
  2. f6fb8a1 unix: use epoll_pwait rather than epoll_wait by Jorropo · 5 weeks ago
  3. f3eeabf windows: avoid length overflow in NewNTString by bg0d-droid · 5 weeks ago
  4. 3cb6647 unix: update glibc to 2.43 by Mauri de Souza Meneguzzo · 6 weeks ago
  5. c507910 windows: document safe usage of TrusteeValue by Damien Neil · 7 weeks ago
  6. d58dcfa unix: add GPIO constants and structs by Lorenz Brun · 5 months ago v0.46.0
  7. 397d5f8 unix: update to Linux kernel 7.0 by Yan Zhu · 10 weeks ago v0.45.0
  8. 0a387f7 cpu: detect zbc extension on riscv64 by Tobias Klauser · 3 months ago
  9. 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64 by Guoqi Chen · 10 weeks ago
  10. 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD by Ian Lance Taylor · 3 months ago
  11. e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile by Alex Dubov · 4 months ago
  12. 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD by Aaqa Ishtyaq · 3 months ago
  13. fb1facd windows: avoid uint16 overflow in NewNTUnicodeString by Damien Neil · 3 months ago v0.44.0
  14. 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable by database64128 · 6 months ago
  15. 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows by Alex Brainman · 4 months ago
  16. df7d5d7 unix: automatically remove container created by mkall.sh by Mark Ryan · 3 years ago
  17. 68a4a8e unix: avoid nil pointer dereference in Utime by Tobias Klauser · 4 months ago
  18. 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs by Kir Kolyshkin · 8 months ago
  19. f33a730 windows: support nil security descriptor on GetNamedSecurityInfo by qmuntal · 4 months ago v0.43.0
  20. 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go by Dmitri Shuralyov · 4 months ago
  21. 2c2be75 windows: use syscall.SyscallN in Proc.Call by qmuntal · 4 months ago
  22. a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows" by Dmitri Shuralyov · 4 months ago
  23. eaaaaee windows/registry: correct KeyInfo.ModTime calculation by gremat · 5 months ago v0.42.0
  24. 942780b cpu: darwin/arm64 feature detection by Egon Elbre · 6 months ago
  25. acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs by Skye Soss · 5 months ago
  26. 3687fbd cpu: better defaults on darwin ARM64 by Nuno Cruces · 6 months ago
  27. 48062e9 plan9: change Note to alias syscall.Note by Alex Brainman · 6 months ago
  28. 4f23f80 windows: change Signal to alias syscall.Signal by Alex Brainman · 7 months ago
  29. 7548802 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 6 months ago
  30. fc646e4 cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows by Alex Brainman · 6 months ago v0.41.0
  31. f11c7bb windows: add IsProcessorFeaturePresent and processor feature consts by Alex Brainman · 6 months ago
  32. d25a7aa unix: add IoctlSetString on all platforms by Tobias Klauser · 6 months ago
  33. 6fb913b unix: return early on error in Recvmsg by HuShuai · 7 months ago
  34. 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits by khr@golang.org · 7 months ago v0.40.0
  35. e5770d2 sys/cpu: use symbolic names for masks by khr@golang.org · 7 months ago
  36. 714a44c sys/cpu: modify x86 port to match what internal/cpu does by khr@golang.org · 7 months ago
  37. 08e5482 unix: fix out of bounds memory access in tests by Florian Zenker · 8 months ago v0.39.0
  38. 4f4f1c6 Revert "cpu: add HPDS, LOR, PAN detection for arm64" by Cherry Mui · 8 months ago
  39. ca63116 unix: add IOCTL_MEI_* constants by Tobias Klauser · 9 months ago
  40. a4199c0 unix: fix definition of Statvfs_t for netbsd-arm. by Benny Siegert · 9 months ago
  41. 15129aa cpu: also use MRS instruction in getmmfr1 by Tobias Klauser · 9 months ago v0.38.0
  42. ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp by Tobias Klauser · 9 months ago
  43. 3675c4c cpu: use MRS instruction to read arm64 system registers by Tobias Klauser · 1 year, 10 months ago
  44. 2a15272 unix: add consts for ELF handling by Florian Lehner · 9 months ago
  45. 6239615 cpu: add HPDS, LOR, PAN detection for arm64 by Chongyi Zheng · 9 months ago
  46. ea436ef windows: add iphlpapi routing functions by database64128 · 12 months ago
  47. 28c5bda unix: add SetMemPolicy and its mode/flag values by Kir Kolyshkin · 10 months ago
  48. b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1 by Kir Kolyshkin · 10 months ago
  49. 1edeebe unix: mkall.sh: fail if docker build failed by Kir Kolyshkin · 10 months ago v0.37.0
  50. ecada54 unix: use slices.{Equal,Sort} in tests by Tobias Klauser · 10 months ago
  51. 5e63aa5 windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows by qmuntal · 11 months ago
  52. 033906b unix: add (*CPUSet).Fill helper to enable all CPUs by Aleksa Sarai · 10 months ago
  53. 6be6c58 windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents by Ayman Bagabas · 10 months ago
  54. 32e2038 unix: use Go 1.21+ clear built-in by Kir Kolyshkin · 10 months ago
  55. 137f2ed sys: add support for NetBSD getvfsstat by Thomas Klausner · 2 years, 7 months ago
  56. b06ce05 windows: add FILE_ZERO_DATA_INFORMATION by Thomas Gibson-Robinson · 11 months ago v0.36.0
  57. 689cc11 unix: fix Listen on solaris by Jiwon Na · 11 months ago
  58. a4712b9 plan9: drop go version tags for unsupported versions by Tobias Klauser · 11 months ago
  59. 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux by Juan-Luis de Sousa-Valadas Castaño · 12 months ago
  60. ab85cbb unix/linux: extend rtnetlink constants by Florian Lehner · 12 months ago
  61. 9bd3753 unix: switch (*CPUSet).Zero to clear builtin by Aleksa Sarai · 11 months ago
  62. 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} by mertakman · 12 months ago
  63. 543f21a all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 12 months ago
  64. 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5 by Tobias Klauser · 12 months ago v0.35.0
  65. 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev by database64128 · 1 year ago
  66. 9920300 unix: add missing nft conntrack constants by nickgarlis · 1 year ago
  67. ad4e0fc unix: remove redundant word in comment by cuishuang · 1 year ago
  68. 084ad87 unix: fix //sys decl after CL 548795 by database64128 · 1 year ago
  69. 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux by Que Zhiyong · 1 year, 2 months ago v0.34.0
  70. 0c740cc unix: update Go to 1.24.3 by Tobias Klauser · 1 year, 2 months ago
  71. d62d31c unix: update Linux constants and types to v6.14 by Tobias Klauser · 1 year, 2 months ago
  72. 3d9a6b8 windows: add WSADuplicateSocket by qmuntal · 1 year, 3 months ago v0.33.0
  73. c0a9559 cpu: add crypto extensions detection for riscv64 by Meng Zhuo · 1 year, 4 months ago
  74. 8e9e046 windows: add virtual key codes and console input consts by Ayman Bagabas · 1 year, 3 months ago
  75. 7138967 windows: fix slicing of NTUnicodeString values by Keith Randall · 1 year, 3 months ago
  76. 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute by thepudds · 1 year, 4 months ago
  77. 01aaa83 all: simplify code by using modern Go constructs by Tobias Klauser · 1 year, 4 months ago v0.32.0
  78. 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString by Douglas Danger Manley · 1 year, 4 months ago
  79. 1c3b72f unix: update Linux kernel to 6.14 by Mauri de Souza Meneguzzo · 1 year, 4 months ago
  80. c175b6b windows: add cmsghdr and pktinfo structures by database64128 · 1 year, 4 months ago
  81. 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin by Manuel Schönlaub · 1 year, 4 months ago
  82. 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64 by Guoqi Chen · 1 year, 5 months ago
  83. b8f7da6 cpu: add support for detecting cpu features on loong64 by Guoqi Chen · 1 year, 5 months ago
  84. f2ce62c windows: add constants for PMTUD socket options by database64128 · 1 year, 5 months ago
  85. 74cfc93 all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 1 year, 5 months ago v0.31.0
  86. 863b3c4 unix: update glibc to 2.41 by Mauri de Souza Meneguzzo · 1 year, 6 months ago v0.30.0
  87. 4d4692e unix: add Auxv by Florian Lehner · 1 year, 6 months ago
  88. b215a1c unix: update to Linux kernel 6.13 by Mauri de Souza Meneguzzo · 1 year, 6 months ago
  89. c756214 cpu: add support for AVX-VNNI and IFMA detection by Grigorii Khvatskii · 1 year, 7 months ago
  90. 1c14dca unix: add GetPeerUcred and UcredGet for solaris by Nahum Shalman · 1 year, 7 months ago
  91. d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL by Sebastiaan van Stijn · 1 year, 7 months ago v0.29.0
  92. 680bd24 windows: remove unused errString type by Sebastiaan van Stijn · 1 year, 7 months ago
  93. a7f19e9 unix: add Dup3 on dragonfly by Tobias Klauser · 1 year, 7 months ago
  94. fe16172 unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin by Ian Lance Taylor · 1 year, 8 months ago v0.28.0
  95. 0a57dbc unix: update to kernel Linux 6.12 by Mauri de Souza Meneguzzo · 1 year, 8 months ago
  96. 3cf1e67 unix: don't fail TestPpoll on EINTR by Tobias Klauser · 1 year, 9 months ago
  97. d2cea70 windows: add functions to get named pipe process IDs by MOHAN KUMAR R · 1 year, 9 months ago
  98. a13946c windows: regenerate zsyscall_windows.go by MOHAN KUMAR R · 1 year, 9 months ago
  99. e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}" by Quim Muntal · 1 year, 9 months ago v0.27.0
  100. c29efe3 windows: add iphlpapi functions for change notifications by database64128 · 1 year, 9 months ago