1. f6757f2 unix: add Linux watchdog structures and missing constants by Matt Layher · 3 years, 7 months ago
  2. fdedc70 unix: use package path in name of C functions by Ian Lance Taylor · 3 years, 7 months ago
  3. e293359 unix: use correct cmsg alignment for netbsd/arm64 by Tobias Klauser · 3 years, 7 months ago
  4. 4d22bbb unix: remove darwin support from mksysnum.go by Tobias Klauser · 3 years, 7 months ago
  5. 006507a cpu: add support for detecting AVX-512 by Anton Kuklin · 3 years, 7 months ago
  6. 9d91bd6 unix: implement Getwd using getcwd from libSystem on darwin by Tobias Klauser · 3 years, 7 months ago
  7. d9f96fd all: add GOOS=ios by Cherry Zhang · 3 years, 8 months ago
  8. aee5d88 unix: add IoctlFile{Clone,CloneRange,DedupeRange} on linux by Tobias Klauser · 3 years, 8 months ago
  9. e10f822 unix: import accept4 from libsocket.so on illumos by Tobias Klauser · 3 years, 8 months ago
  10. cb7fb32 unix: allow overriding GOOS using GOOS_TARGET in mksyscall.go by Tobias Klauser · 3 years, 8 months ago
  11. af09f73 unix: add FcntlFstore on darwin by Tobias Klauser · 3 years, 8 months ago
  12. efd3b9a unix: skip TestClonefile* on ENOSYS or ENOTSUP by Tobias Klauser · 3 years, 8 months ago
  13. 648f2a0 unix: add clonefile flags for clonefile syscalls on darwin by Tobias Klauser · 3 years, 8 months ago
  14. dbad9cb unix: add Pipe2 on illumos by Tobias Klauser · 3 years, 8 months ago
  15. 2334cc1 unix: add Darwin support for clonefile syscalls by Stan Hu · 3 years, 8 months ago
  16. 288bc34 windows: support service PreShutdown service control signal by Lewis Waddicor · 3 years, 8 months ago
  17. 6d893a6 unix: add Accept4 on illumos by Tobias Klauser · 3 years, 8 months ago
  18. eff7692 unix: add openat2 for linux by Kir Kolyshkin · 3 years, 8 months ago
  19. d2e65c1 unix: update Dockerfile to Go 1.15.1 by Tobias Klauser · 3 years, 8 months ago
  20. be1d343 windows: add TestJobObjectInfo by Alex Brainman · 3 years, 8 months ago
  21. e0c6998 windows: use GOARCH-specific JOBOBJECT_BASIC_LIMIT_INFORMATION by Ian Lance Taylor · 3 years, 8 months ago
  22. 196b9ba unix: re-add SYS___SYSCTL on darwin by Tobias Klauser · 3 years, 8 months ago
  23. 157a740 unix: fix build with Go 1.12 on darwin by Tobias Klauser · 3 years, 8 months ago
  24. c663848 unix: remove darwin direct syscall special case from mksyscall.go by Tobias Klauser · 3 years, 8 months ago
  25. 8dfe04a unix: add constants for raw CAN sockets by Stephan Klatt · 3 years, 8 months ago
  26. 131dc92 unix: add CAN error constants by Stephan Klatt · 3 years, 8 months ago
  27. 6fcdbc0 unix: drop support for pre-1.12 direct syscalls on darwin by Tobias Klauser · 3 years, 8 months ago
  28. f9321e4 unix: add support for openbsd/mips64 by Joel Sing · 3 years, 9 months ago
  29. c12d262 unix: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin by Tobias Klauser · 3 years, 9 months ago
  30. 2bddbd2 unix: make IoctlSetPointerInt available on all platforms by Tobias Klauser · 3 years, 9 months ago
  31. fda5168 unix: fix AF_CAN tests for big endian systems by Stephan Klatt · 3 years, 9 months ago
  32. 1fb7954 unix: fix redefinition of seek func on arm and gccgo by Shengjing Zhu · 3 years, 9 months ago
  33. e2d4c69 unix: remove pim sysctl/headers from mksysctl_openbsd.go by Joel Sing · 3 years, 9 months ago
  34. d785dc2 cpu: add missing build tag for linux by Joel Sing · 3 years, 9 months ago
  35. 7c7a221 unix: add nftables_compat defines and types by Ricardo Pchevuzinske Katz · 3 years, 9 months ago
  36. 3976983 unix: extend AF_CAN socket support by Stephan Klatt · 3 years, 9 months ago
  37. 9a32b3a unix: add missing PERF_SAMPLE values by Paweł Szulik · 3 years, 9 months ago
  38. 9781c65 unix: remove duplicate comment regarding sockaddr conversions by Matt Layher · 3 years, 9 months ago
  39. cc1be6b unix: allow non-padded SockaddrIUCV by Christian Svensson · 3 years, 9 months ago
  40. 3ff754b unix: add AF_IUCV and SockaddrIUCV by Christian Svensson · 3 years, 9 months ago
  41. 3d37ad5 unix: add dm-ioctl constants and types by Anatol Pomozov · 3 years, 9 months ago
  42. 6a926be unix: update Dockerfile to Go 1.15 by Tobias Klauser · 3 years, 9 months ago
  43. 1b9f125 unix: update Dockerfile to Go 1.15rc2 by Tobias Klauser · 3 years, 9 months ago
  44. 1030fc2 unix: update BPF consts to Linux kernel 5.8 by Tobias Klauser · 3 years, 9 months ago
  45. 5acd03e unix: update Dockerfile to glibc 2.32 by Tobias Klauser · 3 years, 9 months ago
  46. a37d78b unix: check Faccessat2 returning EPERM in Faccessat by Tobias Klauser · 3 years, 9 months ago
  47. fcf3340 unix: add SI_LOAD_SHIFT on Linux by Tobias Klauser · 3 years, 9 months ago
  48. 0cf7623 cpu: add GODEBUG options to disable use of instruction set extensions by Polina Osadcha · 3 years, 10 months ago
  49. 64077c9 unix: add Faccessat2 and use it in Faccessat if available by Tobias Klauser · 3 years, 9 months ago
  50. fd5f0c1 unix: update Dockerfile to Linux 5.8 by Tobias Klauser · 3 years, 9 months ago
  51. 4b90ce9 windows/svc: align stack in servicemain before calling syscall by Alex Brainman · 3 years, 9 months ago
  52. 3e129f6 unix: add CPU states constants on netbsd by Tobias Klauser · 3 years, 9 months ago
  53. 2d971f7 unix: update Dockerfile to Go 1.15rc1 by Tobias Klauser · 3 years, 9 months ago
  54. 0e2f3a6 unix: add CPU states constants on freebsd by Tobias Klauser · 3 years, 10 months ago
  55. 76b9402 unix: add SysctlTimeval on *bsd and darwin by Tobias Klauser · 3 years, 10 months ago
  56. a8459c1 unix: add CPU states constants on openbsd by Tobias Klauser · 3 years, 10 months ago
  57. cb9d2d5 unix: add ProcessVMReadv and ProcessVMWritev on linux by Tadeo Kondrak · 3 years, 10 months ago
  58. ddb9806 unix: add FS_IOC_SETFLAGS on linux by Tobias Klauser · 3 years, 11 months ago
  59. ed371f2 unix: adjust statfs_freebsd11_t member types on freebsd/arm by Tobias Klauser · 3 years, 11 months ago
  60. 4b0db7f unix: adjust Statfs_t member types on freebsd/arm by Tobias Klauser · 3 years, 11 months ago
  61. 981b614 unix: check secondary group membership for Faccessat(..., AT_EACCESS) on Linux by Tobias Klauser · 3 years, 11 months ago
  62. f1bc736 cpu: adjust godoc comment for hostByteOrder by Tobias Klauser · 3 years, 11 months ago
  63. 2780627 cpu: add all GOARCHes supported by gccgo by Tobias Klauser · 3 years, 11 months ago
  64. 226ff32 windows: add process working size system calls by Awn Umar · 4 years ago
  65. 6fdc65e unix: add ioctl wrappers for RTC wake alarm on Linux by Ingo Gottwald · 4 years ago
  66. 8d3cce7 unix: update Dockerfile to Linux 5.7 and Go 1.14.4 by Tobias Klauser · 4 years ago
  67. 0598657 cpu: avoid illegal instruction on netbsd/arm64 by Benny Siegert · 4 years ago
  68. fe76b77 windows: fix -d=checkptr slice failures by Yaroslav Vorobiov · 4 years ago
  69. 1151b9d cpu: add support for gccgo on aix by Clément Chigot · 4 years ago
  70. 417ce23 unix: add kern.ncpuonline sysctl on openbsd by Tobias Klauser · 4 years ago
  71. 7e40ca2 windows: implement GetsockoptInt by Zhang Boyang · 4 years ago
  72. 6aff5f3 windows: add (*DLL).FindProcByOrdinal by ly303550688 · 4 years ago
  73. 3aab700 unix: call gettimeofday libc function directly by Tobias Klauser · 4 years ago
  74. bc7a7d4 internal/unsafeheader: fix typos in comments by Tobias Klauser · 4 years ago release-branch.go1.15
  75. 1037786 unix: replace blocked dup2 calls with dup3 on Android by Elias Naur · 4 years ago
  76. d923437 unix: use a type equivalent to reflect.SliceHeader to manipulate slices by Bryan C. Mills · 4 years ago
  77. 1f56873 unix: add support for timerfd syscalls on Linux by Maxim Pugachev · 4 years ago
  78. 593003d unix: switch to Ubuntu 20.04 in Dockerfile by Maxim Pugachev · 4 years ago
  79. 3771e69 unix: on linux-arm64, prefer prlimit to {g,s}etrlimit by Tobias Klauser · 4 years ago
  80. 29b5707 unix: add SockaddrUnix tests on darwin and *bsd by Tobias Klauser · 4 years ago
  81. 1957bb5 unix: add SockaddrUnix tests on linux by Tobias Klauser · 4 years, 1 month ago
  82. 669c56c Revert "unix: add openat2 for linux" by Andrew Bonventre · 4 years, 1 month ago
  83. 59c9f1b unix: update Dockerfile to Go 1.14.2 by Tobias Klauser · 4 years, 1 month ago
  84. ea54a3c unix: fix name of generated zerrors_*.go in README by Neeilan Selvalingam · 4 years, 1 month ago
  85. e3b113b unix: add nexthop types and consts by Tobias Klauser · 4 years, 1 month ago
  86. c6e801f unix: add openat2 for linux by Kir Kolyshkin · 4 years, 1 month ago
  87. c3d8025 unix: update Dockerfile to Linux 5.6, and Go 1.13.9 by Tobias Klauser · 4 years, 1 month ago
  88. 9dae0f8 unix: add fs-verity consts and types by Tobias Klauser · 4 years, 1 month ago
  89. 85ca7c5 unix: allocate signalNameMap with enough space by Tobias Klauser · 4 years, 1 month ago
  90. 328b4cd unix: add readv/writev for illumos by Araragi Hokuto · 4 years, 2 months ago
  91. af34d82 gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 2 months ago
  92. 5766fd3 unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64} by Ed Schouten · 4 years, 2 months ago
  93. a7d97aa unix: add disk ioctl constants for FreeBSD by Ed Schouten · 4 years, 2 months ago
  94. 08c6161 unix: only declare PtraceGetFsBase() on x86-based platforms by Ed Schouten · 4 years, 2 months ago
  95. 9a0dfc3 unix: implement L2TPIP socket address on Linux by Tom Parkin · 4 years, 2 months ago
  96. 5c8b2ff unix: update BPF consts on linux by Tobias Klauser · 4 years, 2 months ago
  97. 062a440 cpu: add mips64x feature detection by Tobias Klauser · 4 years, 2 months ago
  98. 5d559ad unix: merge duplicate code in ztypes_linux_*.go by Johan Jansson · 4 years, 2 months ago
  99. 2f85c7e unix: merge duplicate code in zsyscall_linux_*.go by Johan Jansson · 4 years, 2 months ago
  100. c5d0d7b unix: merge duplicate code in zerrors_linux_*.go by Johan Jansson · 4 years, 2 months ago