1. 3d9a6b8 windows: add WSADuplicateSocket by qmuntal · 7 weeks ago master v0.33.0
  2. c0a9559 cpu: add crypto extensions detection for riscv64 by Meng Zhuo · 9 weeks ago
  3. 8e9e046 windows: add virtual key codes and console input consts by Ayman Bagabas · 8 weeks ago
  4. 7138967 windows: fix slicing of NTUnicodeString values by Keith Randall · 7 weeks ago
  5. 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute by thepudds · 10 weeks ago
  6. 01aaa83 all: simplify code by using modern Go constructs by Tobias Klauser · 2 months ago v0.32.0
  7. 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString by Douglas Danger Manley · 3 months ago
  8. 1c3b72f unix: update Linux kernel to 6.14 by Mauri de Souza Meneguzzo · 3 months ago
  9. c175b6b windows: add cmsghdr and pktinfo structures by database64128 · 3 months ago
  10. 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin by Manuel Schönlaub · 3 months ago
  11. 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64 by Guoqi Chen · 3 months ago
  12. b8f7da6 cpu: add support for detecting cpu features on loong64 by Guoqi Chen · 3 months ago
  13. f2ce62c windows: add constants for PMTUD socket options by database64128 · 3 months ago
  14. 74cfc93 all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 4 months ago v0.31.0
  15. 863b3c4 unix: update glibc to 2.41 by Mauri de Souza Meneguzzo · 4 months ago v0.30.0
  16. 4d4692e unix: add Auxv by Florian Lehner · 5 months ago
  17. b215a1c unix: update to Linux kernel 6.13 by Mauri de Souza Meneguzzo · 5 months ago
  18. c756214 cpu: add support for AVX-VNNI and IFMA detection by Grigorii Khvatskii · 5 months ago
  19. 1c14dca unix: add GetPeerUcred and UcredGet for solaris by Nahum Shalman · 5 months ago
  20. d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL by Sebastiaan van Stijn · 6 months ago v0.29.0
  21. 680bd24 windows: remove unused errString type by Sebastiaan van Stijn · 6 months ago
  22. a7f19e9 unix: add Dup3 on dragonfly by Tobias Klauser · 6 months ago
  23. fe16172 unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin by Ian Lance Taylor · 6 months ago v0.28.0
  24. 0a57dbc unix: update to kernel Linux 6.12 by Mauri de Souza Meneguzzo · 7 months ago
  25. 3cf1e67 unix: don't fail TestPpoll on EINTR by Tobias Klauser · 7 months ago
  26. d2cea70 windows: add functions to get named pipe process IDs by MOHAN KUMAR R · 7 months ago
  27. a13946c windows: regenerate zsyscall_windows.go by MOHAN KUMAR R · 7 months ago
  28. e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}" by Quim Muntal · 7 months ago v0.27.0
  29. c29efe3 windows: add iphlpapi functions for change notifications by database64128 · 7 months ago
  30. 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64 by Vaughn Iverson · 8 months ago
  31. 054f1fc README: don't recommend go get by Ian Lance Taylor · 7 months ago
  32. ca04041 unix: extend z/OS support by Mac Malainey · 8 months ago
  33. 18e038c unix: move NETLINK_* consts to own section by Tobias Klauser · 8 months ago
  34. d045236 windows: implement Ftruncate using a single syscall on Windows by qmuntal · 8 months ago
  35. cff53d5 unix: gofmt after CL 610296 by Dmitri Shuralyov · 8 months ago
  36. 123459f unix: update z/OS implementation of fcntl and mmap by Joon Lee · 8 months ago
  37. df4a4da unix/linux: adjust Dockerfile ENV key value format by Tobias Klauser · 8 months ago
  38. 696d342 unix: gofmt after CL 621375 by Tobias Klauser · 8 months ago
  39. 60d7877 unix: add PTP_PF_* constants on Linux by Yaroslav Kolomiiets · 8 months ago
  40. 256d1df unix: add PTP IOCTLs on Linux by Yaroslav Kolomiiets · 8 months ago
  41. adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} by mertakman · 9 months ago
  42. a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux by Yaroslav Kolomiiets · 8 months ago
  43. 3932916 unix: switch to Ubuntu 24.10 in Dockerfile by Guoqi Chen · 8 months ago
  44. 2dfefb6 all: execute gofmt by cuishuang · 8 months ago
  45. e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux by Yaroslav Kolomiiets · 8 months ago
  46. fe162ba unix: add ClockSettime on Linux by Yaroslav Kolomiiets · 8 months ago
  47. 7143f4a windows: manually initialize NewNTUnicodeString by qmuntal · 8 months ago
  48. 23b0dab unix: mark vgetrandom as non-escaping by Mateusz Poliwczak · 9 months ago v0.26.0
  49. cbf0eb6 unix: fix grep syntax to work on non-GNU greps by John Troy · 9 months ago
  50. e7397b9 unix: update to Linux 6.11 by Mauri de Souza Meneguzzo · 9 months ago
  51. 981de40 unix: use vDSO for getrandom() on linux by Jason A. Donenfeld · 9 months ago
  52. 48aad76 linux: add tcp_cc_info and its related types by Leo Antunes · 9 months ago
  53. d58f986 all: fix some typos in comment by cuishuang · 9 months ago
  54. 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD by Tobias Klauser · 9 months ago
  55. 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker by Dmitri Shuralyov · 9 months ago
  56. c08bc6e unix: update Go to 1.23.0 by Tobias Klauser · 9 months ago
  57. a43b625 windows: add SIO_UDP_NETRESET constant by James Tucker · 11 months ago v0.25.0
  58. ed67b15 windows: add console codepage api by Ayman Bagabas · 10 months ago
  59. 9cb830b unix: add missing import to syscall_hurd.go by Ian Lance Taylor · 10 months ago
  60. 71132f5 unix: add POLLRDHUP to FreeBSD by Eli Lindsey · 10 months ago
  61. 3283fc3 cpu: add support for detecting RISC-V extensions by Mark Ryan · 10 months ago
  62. 29e55b2 unix: use os.Executable rather than os.Args[0] in tests by Ian Lance Taylor · 10 months ago
  63. a8c5219 unix: rename XDPUmemReg field back to Size by Ian Lance Taylor · 10 months ago
  64. 59665e5 unix: add Connectx for darwin by database64128 · 10 months ago
  65. a0c72ef unix: add f_flag member flags on z/OS by Joon Lee · 10 months ago
  66. c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 by Meng Zhuo · 10 months ago
  67. da77c6b unix: sync minimum Linux Kernel version with requirements page by Mauri de Souza Meneguzzo · 10 months ago
  68. 914deed unix: add missing ETHTOOL_FLAG_ constants by Mauri de Souza Meneguzzo · 10 months ago v0.24.0
  69. 4c7077e windows: add enums for IpAdapterUnicastAddress by database64128 · 11 months ago
  70. 29298aa windows: delete TestGetKeyboardLayout by Alex Brainman · 11 months ago
  71. aa1c4c8 unix: provide Mount on openbsd by Joel Sing · 12 months ago v0.23.0
  72. cde4660 unix: add linux mseal system call by Mauri de Souza Meneguzzo · 11 months ago
  73. 31ef9e7 unix: update to Linux kernel 6.10 by Mauri de Souza Meneguzzo · 11 months ago
  74. d03a807 unix: update glibc to 2.40 by Mauri de Souza Meneguzzo · 11 months ago
  75. beb5949 windows: correctly generate GetAce syscall by Ayman Bagabas · 11 months ago
  76. 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64 by Hernan Martinez · 12 months ago
  77. bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx by Ayman Bagabas · 11 months ago
  78. 0eac9b5 windows: add flags for GetAdaptersAddresses by database64128 · 11 months ago
  79. 0c18c88 cpu: add DIT option and hwcap DIT support by Roland Shoemaker · 11 months ago
  80. dce4e64 LICENSE: update per Google Legal by Russ Cox · 11 months ago
  81. ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error by Ian Lance Taylor · 11 months ago
  82. 47fe916 cpu: add support for DIT detection by Roland Shoemaker · 11 months ago
  83. 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin by Koichi Shiraishi · 3 years, 7 months ago
  84. faed7ec unix: add PthreadChdir and PthreadFchdir on darwin by Edoardo Spadolini · 12 months ago v0.22.0
  85. c892bb7 unix: fix MmapPtr test failing on OpenBSD by Nuno Cruces · 12 months ago
  86. a0ef40a unix: fix MremapPtr test failing on NetBSD by Nuno Cruces · 12 months ago
  87. daa2394 unix: add unsafe mmap, munmap, mremap by Nuno Cruces · 12 months ago
  88. 7670087 windows: add GetAce Windows API by Claudiu Belu · 12 months ago
  89. 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx by Alex Brainman · 1 year ago
  90. 673e0f9 unix: skip ethtool driver test for busy interface by Meng Zhuo · 1 year, 1 month ago v0.21.0
  91. 6943ab6 unix/linux: update glibc to 2.39 by Mauri de Souza Meneguzzo · 1 year, 1 month ago
  92. 92f3ad6 unix: update to Linux kernel 6.9 by Mauri de Souza Meneguzzo · 1 year, 1 month ago
  93. f34bb9f windows: add net user enum by JoeyShapiro · 1 year, 1 month ago
  94. 6dfb94e unix: add types for SOCK_DIAG by Florian Lehner · 1 year, 2 months ago
  95. 7d69d98 unix: extend support for z/OS by dustin-ward · 1 year, 2 months ago v0.20.0
  96. 7758090 cpu: add support for sve2 detection by Michal Hruby · 1 year, 2 months ago
  97. 9a28524 windows: drop go version tags for unsupported versions by Tobias Klauser · 1 year, 4 months ago
  98. 27dc90b unix: update to Linux kernel 6.4 by Tobias Klauser · 1 year, 2 months ago
  99. cabba82 windows: use uint32 for serial comm flags for consistency by Tom Payne · 1 year, 2 months ago v0.19.0
  100. 1a50d97 windows: add serial comm functions by Tom Payne · 1 year, 2 months ago