1. 0a57dbc unix: update to kernel Linux 6.12 by Mauri de Souza Meneguzzo · 2 weeks ago master
  2. 3cf1e67 unix: don't fail TestPpoll on EINTR by Tobias Klauser · 3 weeks ago
  3. d2cea70 windows: add functions to get named pipe process IDs by MOHAN KUMAR R · 3 weeks ago
  4. a13946c windows: regenerate zsyscall_windows.go by MOHAN KUMAR R · 3 weeks ago
  5. e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}" by Quim Muntal · 4 weeks ago v0.27.0
  6. c29efe3 windows: add iphlpapi functions for change notifications by database64128 · 5 weeks ago
  7. 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64 by Vaughn Iverson · 7 weeks ago
  8. 054f1fc README: don't recommend go get by Ian Lance Taylor · 5 weeks ago
  9. ca04041 unix: extend z/OS support by Mac Malainey · 5 weeks ago
  10. 18e038c unix: move NETLINK_* consts to own section by Tobias Klauser · 6 weeks ago
  11. d045236 windows: implement Ftruncate using a single syscall on Windows by qmuntal · 6 weeks ago
  12. cff53d5 unix: gofmt after CL 610296 by Dmitri Shuralyov · 6 weeks ago
  13. 123459f unix: update z/OS implementation of fcntl and mmap by Joon Lee · 6 weeks ago
  14. df4a4da unix/linux: adjust Dockerfile ENV key value format by Tobias Klauser · 6 weeks ago
  15. 696d342 unix: gofmt after CL 621375 by Tobias Klauser · 6 weeks ago
  16. 60d7877 unix: add PTP_PF_* constants on Linux by Yaroslav Kolomiiets · 6 weeks ago
  17. 256d1df unix: add PTP IOCTLs on Linux by Yaroslav Kolomiiets · 6 weeks ago
  18. adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} by mertakman · 2 months ago
  19. a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux by Yaroslav Kolomiiets · 7 weeks ago
  20. 3932916 unix: switch to Ubuntu 24.10 in Dockerfile by Guoqi Chen · 9 weeks ago
  21. 2dfefb6 all: execute gofmt by cuishuang · 8 weeks ago
  22. e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux by Yaroslav Kolomiiets · 8 weeks ago
  23. fe162ba unix: add ClockSettime on Linux by Yaroslav Kolomiiets · 8 weeks ago
  24. 7143f4a windows: manually initialize NewNTUnicodeString by qmuntal · 8 weeks ago
  25. 23b0dab unix: mark vgetrandom as non-escaping by Mateusz Poliwczak · 9 weeks ago v0.26.0
  26. cbf0eb6 unix: fix grep syntax to work on non-GNU greps by John Troy · 10 weeks ago
  27. e7397b9 unix: update to Linux 6.11 by Mauri de Souza Meneguzzo · 10 weeks ago
  28. 981de40 unix: use vDSO for getrandom() on linux by Jason A. Donenfeld · 2 months ago
  29. 48aad76 linux: add tcp_cc_info and its related types by Leo Antunes · 3 months ago
  30. d58f986 all: fix some typos in comment by cuishuang · 3 months ago
  31. 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD by Tobias Klauser · 3 months ago
  32. 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker by Dmitri Shuralyov · 3 months ago
  33. c08bc6e unix: update Go to 1.23.0 by Tobias Klauser · 3 months ago
  34. a43b625 windows: add SIO_UDP_NETRESET constant by James Tucker · 4 months ago v0.25.0
  35. ed67b15 windows: add console codepage api by Ayman Bagabas · 3 months ago
  36. 9cb830b unix: add missing import to syscall_hurd.go by Ian Lance Taylor · 3 months ago
  37. 71132f5 unix: add POLLRDHUP to FreeBSD by Eli Lindsey · 3 months ago
  38. 3283fc3 cpu: add support for detecting RISC-V extensions by Mark Ryan · 4 months ago
  39. 29e55b2 unix: use os.Executable rather than os.Args[0] in tests by Ian Lance Taylor · 3 months ago
  40. a8c5219 unix: rename XDPUmemReg field back to Size by Ian Lance Taylor · 3 months ago
  41. 59665e5 unix: add Connectx for darwin by database64128 · 4 months ago
  42. a0c72ef unix: add f_flag member flags on z/OS by Joon Lee · 4 months ago
  43. c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 by Meng Zhuo · 4 months ago
  44. da77c6b unix: sync minimum Linux Kernel version with requirements page by Mauri de Souza Meneguzzo · 4 months ago
  45. 914deed unix: add missing ETHTOOL_FLAG_ constants by Mauri de Souza Meneguzzo · 4 months ago v0.24.0
  46. 4c7077e windows: add enums for IpAdapterUnicastAddress by database64128 · 4 months ago
  47. 29298aa windows: delete TestGetKeyboardLayout by Alex Brainman · 4 months ago
  48. aa1c4c8 unix: provide Mount on openbsd by Joel Sing · 5 months ago v0.23.0
  49. cde4660 unix: add linux mseal system call by Mauri de Souza Meneguzzo · 4 months ago
  50. 31ef9e7 unix: update to Linux kernel 6.10 by Mauri de Souza Meneguzzo · 4 months ago
  51. d03a807 unix: update glibc to 2.40 by Mauri de Souza Meneguzzo · 4 months ago
  52. beb5949 windows: correctly generate GetAce syscall by Ayman Bagabas · 4 months ago
  53. 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64 by Hernan Martinez · 5 months ago
  54. bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx by Ayman Bagabas · 5 months ago
  55. 0eac9b5 windows: add flags for GetAdaptersAddresses by database64128 · 5 months ago
  56. 0c18c88 cpu: add DIT option and hwcap DIT support by Roland Shoemaker · 5 months ago
  57. dce4e64 LICENSE: update per Google Legal by Russ Cox · 5 months ago
  58. ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error by Ian Lance Taylor · 5 months ago
  59. 47fe916 cpu: add support for DIT detection by Roland Shoemaker · 5 months ago
  60. 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin by Koichi Shiraishi · 3 years, 1 month ago
  61. faed7ec unix: add PthreadChdir and PthreadFchdir on darwin by Edoardo Spadolini · 5 months ago v0.22.0
  62. c892bb7 unix: fix MmapPtr test failing on OpenBSD by Nuno Cruces · 5 months ago
  63. a0ef40a unix: fix MremapPtr test failing on NetBSD by Nuno Cruces · 5 months ago
  64. daa2394 unix: add unsafe mmap, munmap, mremap by Nuno Cruces · 5 months ago
  65. 7670087 windows: add GetAce Windows API by Claudiu Belu · 6 months ago
  66. 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx by Alex Brainman · 6 months ago
  67. 673e0f9 unix: skip ethtool driver test for busy interface by Meng Zhuo · 7 months ago v0.21.0
  68. 6943ab6 unix/linux: update glibc to 2.39 by Mauri de Souza Meneguzzo · 7 months ago
  69. 92f3ad6 unix: update to Linux kernel 6.9 by Mauri de Souza Meneguzzo · 7 months ago
  70. f34bb9f windows: add net user enum by JoeyShapiro · 7 months ago
  71. 6dfb94e unix: add types for SOCK_DIAG by Florian Lehner · 8 months ago
  72. 7d69d98 unix: extend support for z/OS by dustin-ward · 7 months ago v0.20.0
  73. 7758090 cpu: add support for sve2 detection by Michal Hruby · 8 months ago
  74. 9a28524 windows: drop go version tags for unsupported versions by Tobias Klauser · 9 months ago
  75. 27dc90b unix: update to Linux kernel 6.4 by Tobias Klauser · 8 months ago
  76. cabba82 windows: use uint32 for serial comm flags for consistency by Tom Payne · 8 months ago v0.19.0
  77. 1a50d97 windows: add serial comm functions by Tom Payne · 8 months ago
  78. 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error) by Peter Hoogendijk · 9 months ago
  79. 4be02d3 unix: expose mmap calls on z/OS by Mackenzie Malainey · 9 months ago
  80. 360f961 unix: add API for fsconfig system call by Ilya Hanov · 1 year, 2 months ago v0.18.0
  81. 7ff74af unix: drop go version tags for unsupported versions by Tobias Klauser · 10 months ago
  82. 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields. by Yuval Pavel Zholkover · 10 months ago
  83. 2f2cc5d unix: update IFLA and NETKIT constants with Linux kernel 6.7 by Florian Lehner · 10 months ago
  84. 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString by qmuntal · 10 months ago v0.17.0
  85. 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" by Bryan Mills · 10 months ago
  86. 628365d windows: support nil done parameter in ReadFile and WriteFile by qmuntal · 10 months ago
  87. bef1bd8 unix: move mksyscall regexp to package level variables by Joshua Sing · 1 year, 1 month ago
  88. 5710a32 unix/linux: update Linux kernel to 6.7 by Mauri de Souza Meneguzzo · 11 months ago
  89. b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above by Bryan C. Mills · 10 months ago
  90. c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ by Kamyar Mirzavaziri · 11 months ago
  91. f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed by Meng Zhuo · 11 months ago
  92. 0d9df52 unix: add more SECCOMP constants by Florian Lehner · 11 months ago
  93. 0829ab1 windows: add SetFileValidData by Kanak Agrawal · 1 year, 4 months ago v0.16.0
  94. 32cdffc unix: don't redefine constants already defined in glibc headers by Tobias Klauser · 12 months ago
  95. f0c7190 unix: remove extra trailing newlines in zsyscall_openbsd_*.go by Josh Rickmar · 12 months ago
  96. 5ff87d7 unix: add Netfilter and NFTables constants by Lionel Jouin · 1 year ago
  97. 13b15b7 unix: add IoctlLoopConfigure on linux by Alexandru Matei · 1 year, 1 month ago v0.15.0
  98. 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory by Roland Shoemaker · 1 year, 1 month ago
  99. e4099bf unix: fix trimmed socket opt string in GetsockoptString by Konstantin Burkalev · 1 year, 2 months ago
  100. 9888904 unix: update BPF constants for Linux kernel 6.6 by Tobias Klauser · 1 year, 1 month ago