1. 7d69d98 unix: extend support for z/OS by dustin-ward · 7 days ago master
  2. 7758090 cpu: add support for sve2 detection by Michal Hruby · 12 days ago
  3. 9a28524 windows: drop go version tags for unsupported versions by Tobias Klauser · 2 months ago
  4. 27dc90b unix: update to Linux kernel 6.4 by Tobias Klauser · 3 weeks ago
  5. cabba82 windows: use uint32 for serial comm flags for consistency by Tom Payne · 5 weeks ago v0.19.0
  6. 1a50d97 windows: add serial comm functions by Tom Payne · 5 weeks ago
  7. 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error) by Peter Hoogendijk · 8 weeks ago
  8. 4be02d3 unix: expose mmap calls on z/OS by Mackenzie Malainey · 8 weeks ago
  9. 360f961 unix: add API for fsconfig system call by Ilya Hanov · 7 months ago v0.18.0
  10. 7ff74af unix: drop go version tags for unsupported versions by Tobias Klauser · 3 months ago
  11. 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields. by Yuval Pavel Zholkover · 3 months ago
  12. 2f2cc5d unix: update IFLA and NETKIT constants with Linux kernel 6.7 by Florian Lehner · 3 months ago
  13. 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString by qmuntal · 3 months ago v0.17.0
  14. 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" by Bryan Mills · 3 months ago
  15. 628365d windows: support nil done parameter in ReadFile and WriteFile by qmuntal · 3 months ago
  16. bef1bd8 unix: move mksyscall regexp to package level variables by Joshua Sing · 6 months ago
  17. 5710a32 unix/linux: update Linux kernel to 6.7 by Mauri de Souza Meneguzzo · 4 months ago
  18. b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above by Bryan C. Mills · 3 months ago
  19. c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ by Kamyar Mirzavaziri · 4 months ago
  20. f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed by Meng Zhuo · 4 months ago
  21. 0d9df52 unix: add more SECCOMP constants by Florian Lehner · 4 months ago
  22. 0829ab1 windows: add SetFileValidData by Kanak Agrawal · 9 months ago v0.16.0
  23. 32cdffc unix: don't redefine constants already defined in glibc headers by Tobias Klauser · 4 months ago
  24. f0c7190 unix: remove extra trailing newlines in zsyscall_openbsd_*.go by Josh Rickmar · 5 months ago
  25. 5ff87d7 unix: add Netfilter and NFTables constants by Lionel Jouin · 5 months ago
  26. 13b15b7 unix: add IoctlLoopConfigure on linux by Alexandru Matei · 6 months ago v0.15.0
  27. 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory by Roland Shoemaker · 6 months ago
  28. e4099bf unix: fix trimmed socket opt string in GetsockoptString by Konstantin Burkalev · 7 months ago
  29. 9888904 unix: update BPF constants for Linux kernel 6.6 by Tobias Klauser · 6 months ago
  30. 2d0c736 unix: use fchmodat2 in Fchmodat by Tobias Klauser · 6 months ago
  31. ec230da unix: use fcntl(2) libc stub on OpenBSD by Josh Rickmar · 6 months ago
  32. cb378ae syscall: call getfsstat via libc on openbsd by Joel Sing · 6 months ago v0.14.0
  33. 661d749 unix: use libc stubs for OpenBSD pledge+unveil by Josh Rickmar · 6 months ago
  34. 1168e25 unix/linux: update Linux kernel to v6.6 by Mauri de Souza Meneguzzo · 6 months ago
  35. 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil by Josh Rickmar · 6 months ago
  36. 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL by F Y · 7 months ago
  37. 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 7 months ago
  38. 1d9f0b6 unix: add linux cachestat system call by Mauri de Souza Meneguzzo · 7 months ago
  39. 8ccaaf0 windows: add GetFileTime by AN Long · 8 months ago
  40. 6ee6208 windows: add missing TCP and UDP socket options and control message types by database64128 · 8 months ago
  41. 2964e1e unix: remove unused readlen and writelen by Tobias Klauser · 7 months ago v0.13.0
  42. 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine by Bryan C. Mills · 7 months ago
  43. 807530f unix: remove lists of unimplemented syscalls by Tobias Klauser · 7 months ago
  44. 01c413d windows: document the return type mismatch for CommandLineToArgv by Bryan C. Mills · 7 months ago
  45. e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies by Bryan C. Mills · 8 months ago
  46. 8858c72 unix: update riscv_hwprobe constants by Mark Ryan · 7 months ago
  47. 71c9d87 windows: add console ConPTY API by Ayman Bagabas · 7 months ago
  48. aa9470e unix/linux: update to Linux kernel 6.5 by Mark Ryan · 8 months ago
  49. c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr by Kir Kolyshkin · 9 months ago
  50. c7cbcbb unix: add TestSockaddrALG by Kir Kolyshkin · 8 months ago
  51. 8d9dcc4 unix: modernize test helpers by Kir Kolyshkin · 8 months ago
  52. a26c6de unix: use errnoErr in generated wrappers on solaris by Tobias Klauser · 8 months ago
  53. f3ef2d1 cpu: remove the use of ioutil by Kir Kolyshkin · 8 months ago
  54. 5a17dda unix: remove the use of ioutil by Kir Kolyshkin · 8 months ago
  55. 38ebf41 cpu: fix wrong cache line size of riscv64 by Meng Zhuo · 8 months ago
  56. fdc7ef4 all: remove ioutil usage from tests by Kir Kolyshkin · 8 months ago
  57. fc717d3 unix: remove usage of ioutil.TempFile in tests by Kir Kolyshkin · 8 months ago
  58. cb4ecd9 unix: use filepath in tests where appropriate by Kir Kolyshkin · 8 months ago
  59. 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice by qmuntal · 8 months ago
  60. 0e97d69 all: use t.TempDir in tests by Kir Kolyshkin · 8 months ago
  61. 0514fec unix: rm unused zos test helper functions by Kir Kolyshkin · 8 months ago
  62. bfd1ebb unix: remove unused ptracePtr on darwin by Tobias Klauser · 8 months ago
  63. 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test by Dmitri Shuralyov · 8 months ago
  64. 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all by chenguoqi · 9 months ago v0.12.0
  65. e8190d9 windows: don't check non-existent return code in GetStartupInfo by Tobias Klauser · 9 months ago
  66. ad02017 windows: use SyscallN in mkwinsyscall by Mauri de Souza Meneguzzo · 9 months ago
  67. 7023367 cpu: remove repetitive word by cui fliter · 9 months ago
  68. eabbd5c cpu: add support for amx detection by Anton Kuklin · 9 months ago
  69. 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand by Andy Pan · 9 months ago
  70. ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux by Kir Kolyshkin · 9 months ago
  71. 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls by qmuntal · 9 months ago
  72. 104d401 unix: add riscv_hwprobe for riscv64 by Mark Ryan · 10 months ago v0.11.0
  73. 70f4e40 unix: retry fetching of lists through sysctl if the size changes by Ed Schouten · 9 months ago
  74. ad7130c unix: add more block device ioctl numbers by Lorenz Brun · 10 months ago
  75. c406141 all: fix some typos by cui fliter · 10 months ago
  76. 25d0004 unix: fix last argument of pselect6 on linux by Mauri de Souza Meneguzzo · 10 months ago
  77. 706fa98 windows: remove repetitive words by cui fliter · 10 months ago
  78. 3fead03 unix: add Mremap for netbsd by Tobias Klauser · 10 months ago
  79. a1a9c4b unix/linux: update to Linux kernel 6.4 and Go 1.21rc2 by Tobias Klauser · 10 months ago internal-branch.go1.21-vendor v0.10.0
  80. 0a92922 windows: make TestSystemModuleVersions more tolerant by Heschi Kreinick · 10 months ago
  81. d1abdad unix/linux: update TUN flags and virtio_net_hdr constants by Jordan Whited · 10 months ago
  82. 2b751dd windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures by Craig Davison · 1 year ago
  83. e0c3b6e unix: add Mremap for linux by Anton Kuklin · 11 months ago
  84. ca096e4 unix: add missing IFLA_* consts on linux by Tobias Klauser · 11 months ago
  85. df9fef2 unix/linux: update to Linux kernel 6.3 and Go 1.20.5 by Tobias Klauser · 11 months ago
  86. 55b11dc unix: remove recently introduced debug/elf dependency by Brad Fitzpatrick · 11 months ago v0.9.0
  87. 5059a07 unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for Linux by Guoqi Chen · 11 months ago
  88. 304f187 unix: replace use of strcpy in mkerrors.sh by Josh Rickmar · 11 months ago
  89. 81c8a6c unix: add Getresuid and Getresgid for OpenBSD by Alvar Penning · 11 months ago
  90. ff98eae unix: remove absolute path of pwd from mkall.sh by Alvar Penning · 11 months ago
  91. b52f544 unix: add Getresuid, Getresgid for linux by Mateusz Poliwczak · 11 months ago
  92. b5c7a09 unix: update BPF constants with Linux kernel 6.2 by Florian Lehner · 12 months ago
  93. c8ea6b0 windows: fix EnumProcesses to pass the correct array size by Roman Mazur · 12 months ago
  94. 352d833 cpu: add test for IsBigEndian by Tobias Klauser · 12 months ago
  95. c43fe1e cpu: define IsBigEndian on wasm by Tobias Klauser · 12 months ago
  96. 1911637 windows/svc: use separate (and more descriptive) service names in tests by Bryan C. Mills · 1 year, 1 month ago
  97. ca59eda windows: use unsafe.Add instead of pointer arithmetic on a uintptr by Bryan C. Mills · 1 year ago v0.8.0
  98. 6c52899 windows: return error if DecomposeCommandLine parameter contains NUL by Alex Brainman · 1 year ago
  99. 9524d49 windows/svc/mgr: Service.Control: populate Status when returning certain errors by Craig Davison · 1 year ago
  100. 2a33a30 execabs: let hasExec return false on wasip1 by Tobias Klauser · 1 year, 1 month ago