1. a43b625 windows: add SIO_UDP_NETRESET constant by James Tucker · 8 months ago v0.25.0
  2. ed67b15 windows: add console codepage api by Ayman Bagabas · 7 months ago
  3. 9cb830b unix: add missing import to syscall_hurd.go by Ian Lance Taylor · 7 months ago
  4. 71132f5 unix: add POLLRDHUP to FreeBSD by Eli Lindsey · 7 months ago
  5. 3283fc3 cpu: add support for detecting RISC-V extensions by Mark Ryan · 7 months ago
  6. 29e55b2 unix: use os.Executable rather than os.Args[0] in tests by Ian Lance Taylor · 7 months ago
  7. a8c5219 unix: rename XDPUmemReg field back to Size by Ian Lance Taylor · 7 months ago
  8. 59665e5 unix: add Connectx for darwin by database64128 · 7 months ago
  9. a0c72ef unix: add f_flag member flags on z/OS by Joon Lee · 7 months ago
  10. c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 by Meng Zhuo · 7 months ago
  11. da77c6b unix: sync minimum Linux Kernel version with requirements page by Mauri de Souza Meneguzzo · 7 months ago
  12. 914deed unix: add missing ETHTOOL_FLAG_ constants by Mauri de Souza Meneguzzo · 7 months ago v0.24.0
  13. 4c7077e windows: add enums for IpAdapterUnicastAddress by database64128 · 8 months ago
  14. 29298aa windows: delete TestGetKeyboardLayout by Alex Brainman · 8 months ago
  15. aa1c4c8 unix: provide Mount on openbsd by Joel Sing · 9 months ago v0.23.0
  16. cde4660 unix: add linux mseal system call by Mauri de Souza Meneguzzo · 8 months ago
  17. 31ef9e7 unix: update to Linux kernel 6.10 by Mauri de Souza Meneguzzo · 8 months ago
  18. d03a807 unix: update glibc to 2.40 by Mauri de Souza Meneguzzo · 8 months ago
  19. beb5949 windows: correctly generate GetAce syscall by Ayman Bagabas · 8 months ago
  20. 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64 by Hernan Martinez · 9 months ago
  21. bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx by Ayman Bagabas · 8 months ago
  22. 0eac9b5 windows: add flags for GetAdaptersAddresses by database64128 · 8 months ago
  23. 0c18c88 cpu: add DIT option and hwcap DIT support by Roland Shoemaker · 8 months ago
  24. dce4e64 LICENSE: update per Google Legal by Russ Cox · 8 months ago
  25. ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error by Ian Lance Taylor · 8 months ago
  26. 47fe916 cpu: add support for DIT detection by Roland Shoemaker · 8 months ago
  27. 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin by Koichi Shiraishi · 3 years, 4 months ago
  28. faed7ec unix: add PthreadChdir and PthreadFchdir on darwin by Edoardo Spadolini · 9 months ago v0.22.0
  29. c892bb7 unix: fix MmapPtr test failing on OpenBSD by Nuno Cruces · 9 months ago
  30. a0ef40a unix: fix MremapPtr test failing on NetBSD by Nuno Cruces · 9 months ago
  31. daa2394 unix: add unsafe mmap, munmap, mremap by Nuno Cruces · 9 months ago
  32. 7670087 windows: add GetAce Windows API by Claudiu Belu · 9 months ago
  33. 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx by Alex Brainman · 9 months ago
  34. 673e0f9 unix: skip ethtool driver test for busy interface by Meng Zhuo · 10 months ago v0.21.0
  35. 6943ab6 unix/linux: update glibc to 2.39 by Mauri de Souza Meneguzzo · 10 months ago
  36. 92f3ad6 unix: update to Linux kernel 6.9 by Mauri de Souza Meneguzzo · 10 months ago
  37. f34bb9f windows: add net user enum by JoeyShapiro · 11 months ago
  38. 6dfb94e unix: add types for SOCK_DIAG by Florian Lehner · 11 months ago
  39. 7d69d98 unix: extend support for z/OS by dustin-ward · 11 months ago v0.20.0
  40. 7758090 cpu: add support for sve2 detection by Michal Hruby · 11 months ago
  41. 9a28524 windows: drop go version tags for unsupported versions by Tobias Klauser · 1 year, 1 month ago
  42. 27dc90b unix: update to Linux kernel 6.4 by Tobias Klauser · 11 months ago
  43. cabba82 windows: use uint32 for serial comm flags for consistency by Tom Payne · 12 months ago v0.19.0
  44. 1a50d97 windows: add serial comm functions by Tom Payne · 12 months ago
  45. 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error) by Peter Hoogendijk · 1 year ago
  46. 4be02d3 unix: expose mmap calls on z/OS by Mackenzie Malainey · 1 year ago
  47. 360f961 unix: add API for fsconfig system call by Ilya Hanov · 1 year, 6 months ago v0.18.0
  48. 7ff74af unix: drop go version tags for unsupported versions by Tobias Klauser · 1 year, 2 months ago
  49. 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields. by Yuval Pavel Zholkover · 1 year, 1 month ago
  50. 2f2cc5d unix: update IFLA and NETKIT constants with Linux kernel 6.7 by Florian Lehner · 1 year, 1 month ago
  51. 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString by qmuntal · 1 year, 1 month ago v0.17.0
  52. 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" by Bryan Mills · 1 year, 2 months ago
  53. 628365d windows: support nil done parameter in ReadFile and WriteFile by qmuntal · 1 year, 2 months ago
  54. bef1bd8 unix: move mksyscall regexp to package level variables by Joshua Sing · 1 year, 4 months ago
  55. 5710a32 unix/linux: update Linux kernel to 6.7 by Mauri de Souza Meneguzzo · 1 year, 2 months ago
  56. b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above by Bryan C. Mills · 1 year, 2 months ago
  57. c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ by Kamyar Mirzavaziri · 1 year, 2 months ago
  58. f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed by Meng Zhuo · 1 year, 2 months ago
  59. 0d9df52 unix: add more SECCOMP constants by Florian Lehner · 1 year, 2 months ago
  60. 0829ab1 windows: add SetFileValidData by Kanak Agrawal · 1 year, 7 months ago v0.16.0
  61. 32cdffc unix: don't redefine constants already defined in glibc headers by Tobias Klauser · 1 year, 3 months ago
  62. f0c7190 unix: remove extra trailing newlines in zsyscall_openbsd_*.go by Josh Rickmar · 1 year, 3 months ago
  63. 5ff87d7 unix: add Netfilter and NFTables constants by Lionel Jouin · 1 year, 4 months ago
  64. 13b15b7 unix: add IoctlLoopConfigure on linux by Alexandru Matei · 1 year, 4 months ago v0.15.0
  65. 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory by Roland Shoemaker · 1 year, 4 months ago
  66. e4099bf unix: fix trimmed socket opt string in GetsockoptString by Konstantin Burkalev · 1 year, 6 months ago
  67. 9888904 unix: update BPF constants for Linux kernel 6.6 by Tobias Klauser · 1 year, 4 months ago
  68. 2d0c736 unix: use fchmodat2 in Fchmodat by Tobias Klauser · 1 year, 4 months ago
  69. ec230da unix: use fcntl(2) libc stub on OpenBSD by Josh Rickmar · 1 year, 4 months ago
  70. cb378ae syscall: call getfsstat via libc on openbsd by Joel Sing · 1 year, 5 months ago v0.14.0
  71. 661d749 unix: use libc stubs for OpenBSD pledge+unveil by Josh Rickmar · 1 year, 5 months ago
  72. 1168e25 unix/linux: update Linux kernel to v6.6 by Mauri de Souza Meneguzzo · 1 year, 5 months ago
  73. 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil by Josh Rickmar · 1 year, 5 months ago
  74. 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL by F Y · 1 year, 5 months ago
  75. 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 5 months ago
  76. 1d9f0b6 unix: add linux cachestat system call by Mauri de Souza Meneguzzo · 1 year, 5 months ago
  77. 8ccaaf0 windows: add GetFileTime by AN Long · 1 year, 6 months ago
  78. 6ee6208 windows: add missing TCP and UDP socket options and control message types by database64128 · 1 year, 7 months ago
  79. 2964e1e unix: remove unused readlen and writelen by Tobias Klauser · 1 year, 6 months ago v0.13.0
  80. 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine by Bryan C. Mills · 1 year, 6 months ago
  81. 807530f unix: remove lists of unimplemented syscalls by Tobias Klauser · 1 year, 6 months ago
  82. 01c413d windows: document the return type mismatch for CommandLineToArgv by Bryan C. Mills · 1 year, 6 months ago
  83. e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies by Bryan C. Mills · 1 year, 6 months ago
  84. 8858c72 unix: update riscv_hwprobe constants by Mark Ryan · 1 year, 6 months ago
  85. 71c9d87 windows: add console ConPTY API by Ayman Bagabas · 1 year, 6 months ago
  86. aa9470e unix/linux: update to Linux kernel 6.5 by Mark Ryan · 1 year, 6 months ago
  87. c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr by Kir Kolyshkin · 1 year, 7 months ago
  88. c7cbcbb unix: add TestSockaddrALG by Kir Kolyshkin · 1 year, 6 months ago
  89. 8d9dcc4 unix: modernize test helpers by Kir Kolyshkin · 1 year, 6 months ago
  90. a26c6de unix: use errnoErr in generated wrappers on solaris by Tobias Klauser · 1 year, 6 months ago
  91. f3ef2d1 cpu: remove the use of ioutil by Kir Kolyshkin · 1 year, 6 months ago
  92. 5a17dda unix: remove the use of ioutil by Kir Kolyshkin · 1 year, 6 months ago
  93. 38ebf41 cpu: fix wrong cache line size of riscv64 by Meng Zhuo · 1 year, 6 months ago
  94. fdc7ef4 all: remove ioutil usage from tests by Kir Kolyshkin · 1 year, 6 months ago
  95. fc717d3 unix: remove usage of ioutil.TempFile in tests by Kir Kolyshkin · 1 year, 6 months ago
  96. cb4ecd9 unix: use filepath in tests where appropriate by Kir Kolyshkin · 1 year, 6 months ago
  97. 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice by qmuntal · 1 year, 6 months ago
  98. 0e97d69 all: use t.TempDir in tests by Kir Kolyshkin · 1 year, 6 months ago
  99. 0514fec unix: rm unused zos test helper functions by Kir Kolyshkin · 1 year, 6 months ago
  100. bfd1ebb unix: remove unused ptracePtr on darwin by Tobias Klauser · 1 year, 6 months ago