1. 0e1262c unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin by Tom Thorogood · 1 year, 3 months ago
  2. 6938dae unix: add missing constants used with struct Timex on Linux by James Clark · 1 year, 3 months ago
  3. 01b330b unix: improve flaky solaris test logging by Nahum Shalman · 1 year, 3 months ago
  4. e7d7f63 all: fix some comments by cui fliter · 1 year, 3 months ago
  5. 7a75290 unix/linux: update to glibc 2.36 by chenguoqi · 1 year, 3 months ago
  6. 4112509 windows/mkwinsyscall: write source to temp file if formatting fails by Davis Goodin · 1 year, 3 months ago
  7. 71da690 windows/mkwinsyscall: support "." and "-" in DLL name by Davis Goodin · 1 year, 3 months ago
  8. b829a39 unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64 by chenguoqi · 1 year, 3 months ago
  9. c3037ed unix: add support for clock_adjtime on Linux by James Clark · 1 year, 3 months ago
  10. 13fe000 cpu: add IsBigEndian by Tobias Klauser · 1 year, 3 months ago
  11. 17fce3a unix: avoid false positive in vet shift check by Russ Cox · 1 year, 3 months ago
  12. a6f4650 windows: use UTF16FromString and UTF16ToString from syscall by qmuntal · 1 year, 3 months ago
  13. 6e4d1c5 unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2 by Tobias Klauser · 1 year, 4 months ago
  14. b8be2fd cpu: add //go:build line to cpu_gccgo_x86.c by Tobias Klauser · 1 year, 4 months ago
  15. 1e9f341 unix: add //go:build line to gccgo_c.c by Tobias Klauser · 1 year, 4 months ago
  16. b60007c unix: add Uvmexp and SysctlUvmexp for NetBSD by Benny Siegert · 1 year, 4 months ago v0.4.0
  17. b751db5 unix: gofmt hurd files after CL 459895 by Tobias Klauser · 1 year, 4 months ago
  18. b360406 unix: support TIOCGETA on GNU/Hurd by Samuel Thibault · 1 year, 4 months ago
  19. 3086868 unix: regen on OpenBSD 7.2 by Joel Sing · 1 year, 4 months ago
  20. 2b11e6b unix: remove Mclpool from openbsd types by Joel Sing · 1 year, 4 months ago
  21. 7c6badc unix: convert openbsd/mips64 to direct libc calls by Joel Sing · 1 year, 4 months ago
  22. 3b1fc93 unix: avoid allocations for common uses of Readv, Writev, etc. by Eric Lagergren · 1 year, 5 months ago
  23. 2204b66 cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed by Brad Fitzpatrick · 1 year, 5 months ago
  24. 72f772c unix: offs2lohi should shift by bits, not bytes by Eric Lagergren · 1 year, 5 months ago
  25. cffae8e unix: add ClockGettime on *bsd and solaris by Tobias Klauser · 1 year, 5 months ago
  26. 96e75de unix: improve Sendmsg and Recvmsg documentation by Dave Pifke · 1 year, 5 months ago
  27. 127c0dd unix/linux: use Go 1.20rc1 to generate files by Tobias Klauser · 1 year, 5 months ago
  28. 3ca3b18 windows: add GetLargePageMinimum by Johan Jansson · 1 year, 6 months ago internal-branch.go1.20-vendor v0.3.0
  29. d684c6f execabs: isGo119ErrDot: use errors.Is instead of string-matching by Sebastiaan van Stijn · 1 year, 6 months ago
  30. fc697a3 unix: add ParseOneSocketControlMessage to parse control messages without allocating by Marten Seemann · 1 year, 8 months ago v0.2.0
  31. 5726498 unix: in Linux sendmsgN actually send one normal byte by Ian Lance Taylor · 1 year, 6 months ago
  32. 95e765b x/sys/unix: make ReadDirent available on zOS by dustin-ward · 1 year, 9 months ago v0.1.0
  33. 090e330 unix: add support for openbsd/ppc64 by Joel Sing · 1 year, 7 months ago
  34. 3938a4f cpu: add support for ppc64 on platforms other than aix and linux by Joel Sing · 1 year, 7 months ago
  35. a970992 unix: add support for openbsd/riscv64 by Joel Sing · 1 year, 8 months ago
  36. e2bdbfe unix: flip openbsd libc build tags by Joel Sing · 1 year, 7 months ago
  37. abe0a0a windows: replace uses of Close() with CloseHandle() by Sebastiaan van Stijn · 1 year, 7 months ago
  38. 68d869b unix: migrate some illumos definitions to solaris by Nahum Shalman · 1 year, 7 months ago
  39. 84dc82d all: use grep -E/-F instead of fgrep/egrep by kxxt · 1 year, 7 months ago
  40. f11e5e4 unix: use unsafe.Slice in (*FileHandle).Bytes by Tobias Klauser · 1 year, 7 months ago
  41. 6fa7a7c windows: allow calling WSASendto with nil Sockaddr by Tobias Klauser · 1 year, 7 months ago
  42. c57c793 unix: add SIG_BLOCK and friends for Linux by Lorenz Bauer · 1 year, 7 months ago
  43. d9d178b unix: add PthreadSigmask for Linux by Lorenz Bauer · 1 year, 7 months ago
  44. 8cfa568 unix: allow calling Sendto with nil Sockaddr by Tobias Klauser · 1 year, 7 months ago
  45. fb04ddd windows: add DWM window attribute related syscalls by Michael Lelli · 1 year, 8 months ago
  46. 7b5979e unix: remove Go 1.12 compatibility on darwin by Tobias Klauser · 1 year, 8 months ago
  47. 63ea559 unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD by Dmitri Goutnik · 1 year, 8 months ago
  48. 76c7481 all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString by Tobias Klauser · 1 year, 8 months ago
  49. 3275c40 windows: add window handle related system calls by Michael Lelli · 1 year, 8 months ago
  50. aba9fc2 unix: use unsafe.Slice instead of unsafeheader package by Tobias Klauser · 1 year, 8 months ago
  51. 2771309 unix: fix event port panic after close by Nahum Shalman · 1 year, 9 months ago
  52. 7ac13a9 unix: don't call t.Fatal from goroutine in TestSendmsgBuffers by Tobias Klauser · 1 year, 8 months ago
  53. 87db552 plan9: use unsafe.Slice instead of unsafeheader package by Tobias Klauser · 1 year, 8 months ago
  54. d0df966 unix: support all Setuid/Setgid and related syscalls on Linux by Mateusz Poliwczak · 1 year, 8 months ago
  55. 9e1f761 x/sys/unix: use uintptr for tracee addresses on FreeBSD by aarzilli · 1 year, 9 months ago
  56. d48e67d unix: use strconv.Itoa instead of local implementation by Tobias Klauser · 1 year, 8 months ago
  57. 2c41d75 unix: add IoctlLoop{Get,Set}Status64 on linux by Tobias Klauser · 1 year, 8 months ago
  58. c680a09 unix: improve solaris event port panic message by Nahum Shalman · 1 year, 9 months ago
  59. 20c2bfd cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1) by Pure White · 2 years ago
  60. 2296e01 windows: remove duplicate words from comments by Abirdcfly · 1 year, 9 months ago
  61. 5a39038 unix: convert openbsd/arm to direct libc calls by Joel Sing · 1 year, 9 months ago
  62. fbc7d0a unix: convert openbsd/386 to direct libc calls by Joel Sing · 1 year, 9 months ago
  63. 5f8f020 unix: convert openbsd/amd64 to direct libc calls by Joel Sing · 1 year, 9 months ago
  64. 74508da unix: convert openbsd/arm64 to direct libc calls by Joel Sing · 1 year, 9 months ago
  65. 1c4a2a7 unix: make mkasm_darwin.go usable with other operating systems by Joel Sing · 1 year, 9 months ago
  66. 3d627bb cpu: implement CPU feature detection for openbsd/arm64 by Joel Sing · 1 year, 10 months ago
  67. e9af53b unix: improve and simplify mkasm_darwin.go by Joel Sing · 1 year, 9 months ago
  68. 8e32c04 unix: add missing IFLA_* consts on linux by Tobias Klauser · 1 year, 9 months ago
  69. e052cef unix/linux: run each mkall.go target in a seperate goroutine by Clayton Townsend II · 1 year, 10 months ago
  70. 6e608f9 unix: update perf_event_attr_go by Florian Lehner · 1 year, 9 months ago
  71. a90be44 unix: fix sendmsgN return value for empty iovecs and non-empty oob by Tobias Klauser · 1 year, 9 months ago
  72. 66a0560 windows: support Windows SOCKADDR_BTH structure by PumpkinSeed · 1 year, 9 months ago
  73. 1609e55 windows: add QueryWorkingSetEx by awaw fumin · 1 year, 9 months ago
  74. 3c1f352 unix: implement recvmsgRaw and sendmsgN on aix by Tobias Klauser · 1 year, 9 months ago
  75. e65921a unix/linux: use Go 1.19rc2 instead of building gotip by Tobias Klauser · 1 year, 9 months ago
  76. 8c9f86f A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 10 months ago
  77. c6bc011 unix: add socket constants by ianwoolf · 1 year, 10 months ago
  78. c0bba94 unix: add constants for netlink/audit by Florian Lehner · 1 year, 10 months ago
  79. 0a85c31 unix: add freebsd/riscv64 support by Meng Zhuo · 1 year, 10 months ago
  80. 5a0f066 cpu: support non-linux OS for riscv64 by Meng Zhuo · 1 year, 10 months ago
  81. 05e143d unix: regenerate on FreeBSD 12.3 by Yuval Pavel Zholkover · 1 year, 10 months ago
  82. 3183198 windows: add remaining IpAdapterAddresses fields by Dan Kortschak · 1 year, 10 months ago
  83. 179beb0 windows: add GetBestInterfaceEx by Dan Kortschak · 1 year, 10 months ago
  84. f75cf1e unix: provide Msghdr.SetIovlen on openbsd/mips64 by Joel Sing · 1 year, 10 months ago
  85. 87e55d7 unix: add RecvmsgBuffers and SendmsgBuffers by Ian Lance Taylor · 1 year, 11 months ago
  86. 175b2fd unix: change Solaris Iovec.Base to *byte by Ian Lance Taylor · 1 year, 11 months ago
  87. 4f61da8 unix: use ByteSliceToString in TestMountUnmount on zos by Tobias Klauser · 1 year, 11 months ago
  88. ff8c426 unix: add support for TCP_CONNECTION_INFO on macOS by Will Hawkins · 1 year, 11 months ago
  89. bf31f56 unix: add MemfdSecret on linux/riscv64 by Tobias Klauser · 1 year, 11 months ago
  90. af78867 unix/linux: update to Linux kernel 5.19-rc2 by Tobias Klauser · 1 year, 11 months ago
  91. 003f7fa unix: implement Fstat{,at} using Statx on linux/loong64 by Tobias Klauser · 1 year, 11 months ago
  92. 6c1b26c unix: always zero the higher bits of return value on linux/loong64 syscalls by Guoqi Chen · 1 year, 11 months ago internal-branch.go1.19-vendor
  93. 9f5ed59 cpu: use xgetbv intrinsic by Ian Lance Taylor · 1 year, 11 months ago
  94. 635b8c9 unix: add Getsid function on Solaris by Nahum Shalman · 1 year, 11 months ago
  95. bc2c85a unix: update openbsd Statfs_t fields by Kir Kolyshkin · 2 years ago
  96. f9599da unix: use ByteSliceToString in TestIoctlPtmget by Tobias Klauser · 2 years ago
  97. dcacdad unix: use ByteSliceFromString in (*Ifreq).Name by Kir Kolyshkin · 2 years ago
  98. 5e4e11f unix/linux: use gotip instead of patched Go 1.18 by Tobias Klauser · 2 years ago
  99. 45d2b45 unix: add mount(2) for macOS by Ed Schouten · 2 years ago
  100. 988cb79 execabs: add legacy "//+build" constraints by Bryan C. Mills · 2 years ago