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