1. cb4ecd9 unix: use filepath in tests where appropriate by Kir Kolyshkin · 1 year, 6 months ago
  2. 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice by qmuntal · 1 year, 6 months ago
  3. 0e97d69 all: use t.TempDir in tests by Kir Kolyshkin · 1 year, 6 months ago
  4. 0514fec unix: rm unused zos test helper functions by Kir Kolyshkin · 1 year, 6 months ago
  5. bfd1ebb unix: remove unused ptracePtr on darwin by Tobias Klauser · 1 year, 6 months ago
  6. 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test by Dmitri Shuralyov · 1 year, 6 months ago
  7. 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 · 1 year, 7 months ago v0.12.0
  8. e8190d9 windows: don't check non-existent return code in GetStartupInfo by Tobias Klauser · 1 year, 7 months ago
  9. ad02017 windows: use SyscallN in mkwinsyscall by Mauri de Souza Meneguzzo · 1 year, 7 months ago
  10. 7023367 cpu: remove repetitive word by cui fliter · 1 year, 7 months ago
  11. eabbd5c cpu: add support for amx detection by Anton Kuklin · 1 year, 7 months ago
  12. 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand by Andy Pan · 1 year, 7 months ago
  13. ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux by Kir Kolyshkin · 1 year, 7 months ago
  14. 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls by qmuntal · 1 year, 7 months ago
  15. 104d401 unix: add riscv_hwprobe for riscv64 by Mark Ryan · 1 year, 8 months ago v0.11.0
  16. 70f4e40 unix: retry fetching of lists through sysctl if the size changes by Ed Schouten · 1 year, 8 months ago
  17. ad7130c unix: add more block device ioctl numbers by Lorenz Brun · 1 year, 8 months ago
  18. c406141 all: fix some typos by cui fliter · 1 year, 8 months ago
  19. 25d0004 unix: fix last argument of pselect6 on linux by Mauri de Souza Meneguzzo · 1 year, 8 months ago
  20. 706fa98 windows: remove repetitive words by cui fliter · 1 year, 8 months ago
  21. 3fead03 unix: add Mremap for netbsd by Tobias Klauser · 1 year, 8 months ago
  22. a1a9c4b unix/linux: update to Linux kernel 6.4 and Go 1.21rc2 by Tobias Klauser · 1 year, 9 months ago internal-branch.go1.21-vendor v0.10.0
  23. 0a92922 windows: make TestSystemModuleVersions more tolerant by Heschi Kreinick · 1 year, 9 months ago
  24. d1abdad unix/linux: update TUN flags and virtio_net_hdr constants by Jordan Whited · 1 year, 9 months ago
  25. 2b751dd windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures by Craig Davison · 1 year, 10 months ago
  26. e0c3b6e unix: add Mremap for linux by Anton Kuklin · 1 year, 9 months ago
  27. ca096e4 unix: add missing IFLA_* consts on linux by Tobias Klauser · 1 year, 9 months ago
  28. df9fef2 unix/linux: update to Linux kernel 6.3 and Go 1.20.5 by Tobias Klauser · 1 year, 9 months ago
  29. 55b11dc unix: remove recently introduced debug/elf dependency by Brad Fitzpatrick · 1 year, 9 months ago v0.9.0
  30. 5059a07 unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for Linux by Guoqi Chen · 1 year, 9 months ago
  31. 304f187 unix: replace use of strcpy in mkerrors.sh by Josh Rickmar · 1 year, 9 months ago
  32. 81c8a6c unix: add Getresuid and Getresgid for OpenBSD by Alvar Penning · 1 year, 9 months ago
  33. ff98eae unix: remove absolute path of pwd from mkall.sh by Alvar Penning · 1 year, 9 months ago
  34. b52f544 unix: add Getresuid, Getresgid for linux by Mateusz Poliwczak · 1 year, 9 months ago
  35. b5c7a09 unix: update BPF constants with Linux kernel 6.2 by Florian Lehner · 1 year, 10 months ago
  36. c8ea6b0 windows: fix EnumProcesses to pass the correct array size by Roman Mazur · 1 year, 10 months ago
  37. 352d833 cpu: add test for IsBigEndian by Tobias Klauser · 1 year, 10 months ago
  38. c43fe1e cpu: define IsBigEndian on wasm by Tobias Klauser · 1 year, 10 months ago
  39. 1911637 windows/svc: use separate (and more descriptive) service names in tests by Bryan C. Mills · 2 years ago
  40. ca59eda windows: use unsafe.Add instead of pointer arithmetic on a uintptr by Bryan C. Mills · 1 year, 10 months ago v0.8.0
  41. 6c52899 windows: return error if DecomposeCommandLine parameter contains NUL by Alex Brainman · 1 year, 11 months ago
  42. 9524d49 windows/svc/mgr: Service.Control: populate Status when returning certain errors by Craig Davison · 1 year, 11 months ago
  43. 2a33a30 execabs: let hasExec return false on wasip1 by Tobias Klauser · 1 year, 11 months ago
  44. 39c2d6a unix: add UDP socket option constants on linux by Tobias Klauser · 1 year, 11 months ago
  45. 1fb6828 unix: convert Iovec.Base to *byte in mkpost.go on solaris by Tobias Klauser · 1 year, 11 months ago
  46. 3125361 unix: allow overriding GOOS using GOOS_TARGET in mkpost.go by Tobias Klauser · 1 year, 11 months ago
  47. dbd8f99 windows: add Service.ListDependentServices by Sebastian Soto · 2 years, 4 months ago
  48. f25ff60 windows: add JobObjectInformationClass consts for QueryInformationJobObject by masshash · 2 years ago
  49. 64840c1 unix: add bindings for setattrlist() on macOS by Ed Schouten · 2 years ago v0.7.0
  50. 90abad3 unix: add AT_EACCESS on Darwin by Mikołaj Kuranowski · 2 years ago
  51. 94933fc windows: fix constant values for JobObjectInformationClass by masshash · 2 years ago
  52. 00d8004 unix: match ioctl req argument type to libc type by Jason A. Donenfeld · 2 years ago
  53. d0781cc unix: make solaris syscall tests less flaky by Nahum Shalman · 2 years, 1 month ago
  54. ff18efa unix: change Setrlimit/Prlimit to always call syscall functions by Ian Lance Taylor · 2 years ago
  55. 494aa49 unix: skip ip related tests if EAFNOSUPPORT raised by Meng Zhuo · 2 years ago
  56. c7a1bf9 unix: define PerfBitWriteBackward by Francis Laniel · 2 years ago v0.6.0
  57. 1470852 unix: add SetsockoptTCPMD5Sig on linux by Tobias Klauser · 2 years ago
  58. a6bfb89 unix: use unsafe.Slice in anyToSockaddr by Tobias Klauser · 2 years ago
  59. c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows by Tobias Klauser · 2 years ago
  60. 6f25076 unix: define extended TCPInfo on Linux by Will Hawkins · 2 years ago
  61. 10499f4 unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont) by Dmitri Goutnik · 2 years ago
  62. 92c4c39 unix: add Dup3 on FreeBSD by Dmitri Goutnik · 2 years ago
  63. 748af6e unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd by Tobias Klauser · 2 years ago
  64. 972870e unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1 by Tobias Klauser · 2 years, 1 month ago
  65. cc0b67d unix: use C.ioctl in generated ioctlPtr by Dmitri Goutnik · 2 years, 1 month ago
  66. a3b23cc unix: use SYS_PTRACE in generated ptracePtr by Tobias Klauser · 2 years, 1 month ago
  67. 71a906e unix/linux: add TUN flags and virtio_net_hdr constants by Jordan Whited · 2 years, 1 month ago
  68. 2977c77 unix: add ptracePtr that accepts pointer arg as unsafe.Pointer by Dmitri Goutnik · 2 years, 1 month ago
  69. 6877dcc execabs: don't override Go 1.19 error with our error by Ian Lance Taylor · 2 years, 1 month ago
  70. b13f40e unix: add ioctlPtr with unsafe.Pointer arg on other unices by Dmitri Goutnik · 2 years, 1 month ago
  71. 3b9b58b unix: Faccess: check CAP_DAC_OVERRIDE on Linux by Kir Kolyshkin · 2 years, 1 month ago
  72. 2da1413 cpu: get hwcap/auxv from the Go 1.21+ runtime by Brad Fitzpatrick · 2 years, 1 month ago
  73. 4fee21c windows: Add WSALookupService syscall wrappers by PumpkinSeed · 2 years, 7 months ago
  74. c79a742 unix: fix a use-after-free bug in PtraceIO on freebsd by Bryan C. Mills · 2 years, 1 month ago
  75. 90c8f94 unix: avoid converting non-pointers to unsafe.Pointer in PtraceIO by Bryan C. Mills · 2 years, 1 month ago v0.5.0
  76. 4e121b1 unix: add missing address operator in initxattrdest by Bryan C. Mills · 2 years, 1 month ago
  77. 68f9dcb windows/debug/svc: buffer channel passed to signal.Notify by Bryan C. Mills · 2 years, 1 month ago
  78. 0e1262c unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin by Tom Thorogood · 2 years, 1 month ago
  79. 6938dae unix: add missing constants used with struct Timex on Linux by James Clark · 2 years, 1 month ago
  80. 01b330b unix: improve flaky solaris test logging by Nahum Shalman · 2 years, 1 month ago
  81. e7d7f63 all: fix some comments by cui fliter · 2 years, 1 month ago
  82. 7a75290 unix/linux: update to glibc 2.36 by chenguoqi · 2 years, 1 month ago
  83. 4112509 windows/mkwinsyscall: write source to temp file if formatting fails by Davis Goodin · 2 years, 2 months ago
  84. 71da690 windows/mkwinsyscall: support "." and "-" in DLL name by Davis Goodin · 2 years, 2 months ago
  85. b829a39 unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64 by chenguoqi · 2 years, 1 month ago
  86. c3037ed unix: add support for clock_adjtime on Linux by James Clark · 2 years, 1 month ago
  87. 13fe000 cpu: add IsBigEndian by Tobias Klauser · 2 years, 1 month ago
  88. 17fce3a unix: avoid false positive in vet shift check by Russ Cox · 2 years, 1 month ago
  89. a6f4650 windows: use UTF16FromString and UTF16ToString from syscall by qmuntal · 2 years, 2 months ago
  90. 6e4d1c5 unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2 by Tobias Klauser · 2 years, 2 months ago
  91. b8be2fd cpu: add //go:build line to cpu_gccgo_x86.c by Tobias Klauser · 2 years, 2 months ago
  92. 1e9f341 unix: add //go:build line to gccgo_c.c by Tobias Klauser · 2 years, 2 months ago
  93. b60007c unix: add Uvmexp and SysctlUvmexp for NetBSD by Benny Siegert · 2 years, 2 months ago v0.4.0
  94. b751db5 unix: gofmt hurd files after CL 459895 by Tobias Klauser · 2 years, 2 months ago
  95. b360406 unix: support TIOCGETA on GNU/Hurd by Samuel Thibault · 2 years, 2 months ago
  96. 3086868 unix: regen on OpenBSD 7.2 by Joel Sing · 2 years, 2 months ago
  97. 2b11e6b unix: remove Mclpool from openbsd types by Joel Sing · 2 years, 2 months ago
  98. 7c6badc unix: convert openbsd/mips64 to direct libc calls by Joel Sing · 2 years, 2 months ago
  99. 3b1fc93 unix: avoid allocations for common uses of Readv, Writev, etc. by Eric Lagergren · 2 years, 3 months ago
  100. 2204b66 cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed by Brad Fitzpatrick · 2 years, 3 months ago