1. c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows by Tobias Klauser · 1 year, 2 months ago
  2. 6f25076 unix: define extended TCPInfo on Linux by Will Hawkins · 1 year, 2 months ago
  3. 10499f4 unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont) by Dmitri Goutnik · 1 year, 2 months ago
  4. 92c4c39 unix: add Dup3 on FreeBSD by Dmitri Goutnik · 1 year, 2 months ago
  5. 748af6e unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd by Tobias Klauser · 1 year, 2 months ago
  6. 972870e unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1 by Tobias Klauser · 1 year, 2 months ago
  7. cc0b67d unix: use C.ioctl in generated ioctlPtr by Dmitri Goutnik · 1 year, 2 months ago
  8. a3b23cc unix: use SYS_PTRACE in generated ptracePtr by Tobias Klauser · 1 year, 2 months ago
  9. 71a906e unix/linux: add TUN flags and virtio_net_hdr constants by Jordan Whited · 1 year, 3 months ago
  10. 2977c77 unix: add ptracePtr that accepts pointer arg as unsafe.Pointer by Dmitri Goutnik · 1 year, 2 months ago
  11. 6877dcc execabs: don't override Go 1.19 error with our error by Ian Lance Taylor · 1 year, 2 months ago
  12. b13f40e unix: add ioctlPtr with unsafe.Pointer arg on other unices by Dmitri Goutnik · 1 year, 3 months ago
  13. 3b9b58b unix: Faccess: check CAP_DAC_OVERRIDE on Linux by Kir Kolyshkin · 1 year, 3 months ago
  14. 2da1413 cpu: get hwcap/auxv from the Go 1.21+ runtime by Brad Fitzpatrick · 1 year, 3 months ago
  15. 4fee21c windows: Add WSALookupService syscall wrappers by PumpkinSeed · 1 year, 9 months ago
  16. c79a742 unix: fix a use-after-free bug in PtraceIO on freebsd by Bryan C. Mills · 1 year, 3 months ago
  17. 90c8f94 unix: avoid converting non-pointers to unsafe.Pointer in PtraceIO by Bryan C. Mills · 1 year, 3 months ago v0.5.0
  18. 4e121b1 unix: add missing address operator in initxattrdest by Bryan C. Mills · 1 year, 3 months ago
  19. 68f9dcb windows/debug/svc: buffer channel passed to signal.Notify by Bryan C. Mills · 1 year, 3 months ago
  20. 0e1262c unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin by Tom Thorogood · 1 year, 3 months ago
  21. 6938dae unix: add missing constants used with struct Timex on Linux by James Clark · 1 year, 3 months ago
  22. 01b330b unix: improve flaky solaris test logging by Nahum Shalman · 1 year, 3 months ago
  23. e7d7f63 all: fix some comments by cui fliter · 1 year, 3 months ago
  24. 7a75290 unix/linux: update to glibc 2.36 by chenguoqi · 1 year, 3 months ago
  25. 4112509 windows/mkwinsyscall: write source to temp file if formatting fails by Davis Goodin · 1 year, 3 months ago
  26. 71da690 windows/mkwinsyscall: support "." and "-" in DLL name by Davis Goodin · 1 year, 3 months ago
  27. b829a39 unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64 by chenguoqi · 1 year, 3 months ago
  28. c3037ed unix: add support for clock_adjtime on Linux by James Clark · 1 year, 3 months ago
  29. 13fe000 cpu: add IsBigEndian by Tobias Klauser · 1 year, 3 months ago
  30. 17fce3a unix: avoid false positive in vet shift check by Russ Cox · 1 year, 3 months ago
  31. a6f4650 windows: use UTF16FromString and UTF16ToString from syscall by qmuntal · 1 year, 3 months ago
  32. 6e4d1c5 unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2 by Tobias Klauser · 1 year, 4 months ago
  33. b8be2fd cpu: add //go:build line to cpu_gccgo_x86.c by Tobias Klauser · 1 year, 4 months ago
  34. 1e9f341 unix: add //go:build line to gccgo_c.c by Tobias Klauser · 1 year, 4 months ago
  35. b60007c unix: add Uvmexp and SysctlUvmexp for NetBSD by Benny Siegert · 1 year, 4 months ago v0.4.0
  36. b751db5 unix: gofmt hurd files after CL 459895 by Tobias Klauser · 1 year, 4 months ago
  37. b360406 unix: support TIOCGETA on GNU/Hurd by Samuel Thibault · 1 year, 4 months ago
  38. 3086868 unix: regen on OpenBSD 7.2 by Joel Sing · 1 year, 4 months ago
  39. 2b11e6b unix: remove Mclpool from openbsd types by Joel Sing · 1 year, 4 months ago
  40. 7c6badc unix: convert openbsd/mips64 to direct libc calls by Joel Sing · 1 year, 4 months ago
  41. 3b1fc93 unix: avoid allocations for common uses of Readv, Writev, etc. by Eric Lagergren · 1 year, 5 months ago
  42. 2204b66 cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed by Brad Fitzpatrick · 1 year, 5 months ago
  43. 72f772c unix: offs2lohi should shift by bits, not bytes by Eric Lagergren · 1 year, 5 months ago
  44. cffae8e unix: add ClockGettime on *bsd and solaris by Tobias Klauser · 1 year, 5 months ago
  45. 96e75de unix: improve Sendmsg and Recvmsg documentation by Dave Pifke · 1 year, 5 months ago
  46. 127c0dd unix/linux: use Go 1.20rc1 to generate files by Tobias Klauser · 1 year, 5 months ago
  47. 3ca3b18 windows: add GetLargePageMinimum by Johan Jansson · 1 year, 6 months ago internal-branch.go1.20-vendor v0.3.0
  48. d684c6f execabs: isGo119ErrDot: use errors.Is instead of string-matching by Sebastiaan van Stijn · 1 year, 6 months ago
  49. fc697a3 unix: add ParseOneSocketControlMessage to parse control messages without allocating by Marten Seemann · 1 year, 8 months ago v0.2.0
  50. 5726498 unix: in Linux sendmsgN actually send one normal byte by Ian Lance Taylor · 1 year, 6 months ago
  51. 95e765b x/sys/unix: make ReadDirent available on zOS by dustin-ward · 1 year, 9 months ago v0.1.0
  52. 090e330 unix: add support for openbsd/ppc64 by Joel Sing · 1 year, 7 months ago
  53. 3938a4f cpu: add support for ppc64 on platforms other than aix and linux by Joel Sing · 1 year, 7 months ago
  54. a970992 unix: add support for openbsd/riscv64 by Joel Sing · 1 year, 8 months ago
  55. e2bdbfe unix: flip openbsd libc build tags by Joel Sing · 1 year, 7 months ago
  56. abe0a0a windows: replace uses of Close() with CloseHandle() by Sebastiaan van Stijn · 1 year, 7 months ago
  57. 68d869b unix: migrate some illumos definitions to solaris by Nahum Shalman · 1 year, 7 months ago
  58. 84dc82d all: use grep -E/-F instead of fgrep/egrep by kxxt · 1 year, 7 months ago
  59. f11e5e4 unix: use unsafe.Slice in (*FileHandle).Bytes by Tobias Klauser · 1 year, 7 months ago
  60. 6fa7a7c windows: allow calling WSASendto with nil Sockaddr by Tobias Klauser · 1 year, 7 months ago
  61. c57c793 unix: add SIG_BLOCK and friends for Linux by Lorenz Bauer · 1 year, 7 months ago
  62. d9d178b unix: add PthreadSigmask for Linux by Lorenz Bauer · 1 year, 7 months ago
  63. 8cfa568 unix: allow calling Sendto with nil Sockaddr by Tobias Klauser · 1 year, 7 months ago
  64. fb04ddd windows: add DWM window attribute related syscalls by Michael Lelli · 1 year, 8 months ago
  65. 7b5979e unix: remove Go 1.12 compatibility on darwin by Tobias Klauser · 1 year, 8 months ago
  66. 63ea559 unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD by Dmitri Goutnik · 1 year, 8 months ago
  67. 76c7481 all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString by Tobias Klauser · 1 year, 8 months ago
  68. 3275c40 windows: add window handle related system calls by Michael Lelli · 1 year, 8 months ago
  69. aba9fc2 unix: use unsafe.Slice instead of unsafeheader package by Tobias Klauser · 1 year, 8 months ago
  70. 2771309 unix: fix event port panic after close by Nahum Shalman · 1 year, 9 months ago
  71. 7ac13a9 unix: don't call t.Fatal from goroutine in TestSendmsgBuffers by Tobias Klauser · 1 year, 8 months ago
  72. 87db552 plan9: use unsafe.Slice instead of unsafeheader package by Tobias Klauser · 1 year, 8 months ago
  73. d0df966 unix: support all Setuid/Setgid and related syscalls on Linux by Mateusz Poliwczak · 1 year, 8 months ago
  74. 9e1f761 x/sys/unix: use uintptr for tracee addresses on FreeBSD by aarzilli · 1 year, 9 months ago
  75. d48e67d unix: use strconv.Itoa instead of local implementation by Tobias Klauser · 1 year, 8 months ago
  76. 2c41d75 unix: add IoctlLoop{Get,Set}Status64 on linux by Tobias Klauser · 1 year, 8 months ago
  77. c680a09 unix: improve solaris event port panic message by Nahum Shalman · 1 year, 9 months ago
  78. 20c2bfd cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1) by Pure White · 2 years ago
  79. 2296e01 windows: remove duplicate words from comments by Abirdcfly · 1 year, 9 months ago
  80. 5a39038 unix: convert openbsd/arm to direct libc calls by Joel Sing · 1 year, 9 months ago
  81. fbc7d0a unix: convert openbsd/386 to direct libc calls by Joel Sing · 1 year, 9 months ago
  82. 5f8f020 unix: convert openbsd/amd64 to direct libc calls by Joel Sing · 1 year, 9 months ago
  83. 74508da unix: convert openbsd/arm64 to direct libc calls by Joel Sing · 1 year, 9 months ago
  84. 1c4a2a7 unix: make mkasm_darwin.go usable with other operating systems by Joel Sing · 1 year, 9 months ago
  85. 3d627bb cpu: implement CPU feature detection for openbsd/arm64 by Joel Sing · 1 year, 10 months ago
  86. e9af53b unix: improve and simplify mkasm_darwin.go by Joel Sing · 1 year, 9 months ago
  87. 8e32c04 unix: add missing IFLA_* consts on linux by Tobias Klauser · 1 year, 9 months ago
  88. e052cef unix/linux: run each mkall.go target in a seperate goroutine by Clayton Townsend II · 1 year, 10 months ago
  89. 6e608f9 unix: update perf_event_attr_go by Florian Lehner · 1 year, 9 months ago
  90. a90be44 unix: fix sendmsgN return value for empty iovecs and non-empty oob by Tobias Klauser · 1 year, 9 months ago
  91. 66a0560 windows: support Windows SOCKADDR_BTH structure by PumpkinSeed · 1 year, 9 months ago
  92. 1609e55 windows: add QueryWorkingSetEx by awaw fumin · 1 year, 9 months ago
  93. 3c1f352 unix: implement recvmsgRaw and sendmsgN on aix by Tobias Klauser · 1 year, 9 months ago
  94. e65921a unix/linux: use Go 1.19rc2 instead of building gotip by Tobias Klauser · 1 year, 9 months ago
  95. 8c9f86f A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 10 months ago
  96. c6bc011 unix: add socket constants by ianwoolf · 1 year, 10 months ago
  97. c0bba94 unix: add constants for netlink/audit by Florian Lehner · 1 year, 10 months ago
  98. 0a85c31 unix: add freebsd/riscv64 support by Meng Zhuo · 1 year, 10 months ago
  99. 5a0f066 cpu: support non-linux OS for riscv64 by Meng Zhuo · 1 year, 10 months ago
  100. 05e143d unix: regenerate on FreeBSD 12.3 by Yuval Pavel Zholkover · 1 year, 10 months ago