1. 3d37ad5 unix: add dm-ioctl constants and types by Anatol Pomozov · 3 years, 9 months ago
  2. 6a926be unix: update Dockerfile to Go 1.15 by Tobias Klauser · 3 years, 9 months ago
  3. 1b9f125 unix: update Dockerfile to Go 1.15rc2 by Tobias Klauser · 3 years, 9 months ago
  4. 1030fc2 unix: update BPF consts to Linux kernel 5.8 by Tobias Klauser · 3 years, 9 months ago
  5. 5acd03e unix: update Dockerfile to glibc 2.32 by Tobias Klauser · 3 years, 9 months ago
  6. a37d78b unix: check Faccessat2 returning EPERM in Faccessat by Tobias Klauser · 3 years, 9 months ago
  7. fcf3340 unix: add SI_LOAD_SHIFT on Linux by Tobias Klauser · 3 years, 9 months ago
  8. 0cf7623 cpu: add GODEBUG options to disable use of instruction set extensions by Polina Osadcha · 3 years, 10 months ago
  9. 64077c9 unix: add Faccessat2 and use it in Faccessat if available by Tobias Klauser · 3 years, 9 months ago
  10. fd5f0c1 unix: update Dockerfile to Linux 5.8 by Tobias Klauser · 3 years, 9 months ago
  11. 4b90ce9 windows/svc: align stack in servicemain before calling syscall by Alex Brainman · 3 years, 9 months ago
  12. 3e129f6 unix: add CPU states constants on netbsd by Tobias Klauser · 3 years, 9 months ago
  13. 2d971f7 unix: update Dockerfile to Go 1.15rc1 by Tobias Klauser · 3 years, 10 months ago
  14. 0e2f3a6 unix: add CPU states constants on freebsd by Tobias Klauser · 3 years, 10 months ago
  15. 76b9402 unix: add SysctlTimeval on *bsd and darwin by Tobias Klauser · 3 years, 10 months ago
  16. a8459c1 unix: add CPU states constants on openbsd by Tobias Klauser · 3 years, 10 months ago
  17. cb9d2d5 unix: add ProcessVMReadv and ProcessVMWritev on linux by Tadeo Kondrak · 3 years, 10 months ago
  18. ddb9806 unix: add FS_IOC_SETFLAGS on linux by Tobias Klauser · 3 years, 11 months ago
  19. ed371f2 unix: adjust statfs_freebsd11_t member types on freebsd/arm by Tobias Klauser · 3 years, 11 months ago
  20. 4b0db7f unix: adjust Statfs_t member types on freebsd/arm by Tobias Klauser · 3 years, 11 months ago
  21. 981b614 unix: check secondary group membership for Faccessat(..., AT_EACCESS) on Linux by Tobias Klauser · 3 years, 11 months ago
  22. f1bc736 cpu: adjust godoc comment for hostByteOrder by Tobias Klauser · 3 years, 11 months ago
  23. 2780627 cpu: add all GOARCHes supported by gccgo by Tobias Klauser · 3 years, 11 months ago
  24. 226ff32 windows: add process working size system calls by Awn Umar · 4 years ago
  25. 6fdc65e unix: add ioctl wrappers for RTC wake alarm on Linux by Ingo Gottwald · 4 years ago
  26. 8d3cce7 unix: update Dockerfile to Linux 5.7 and Go 1.14.4 by Tobias Klauser · 4 years ago
  27. 0598657 cpu: avoid illegal instruction on netbsd/arm64 by Benny Siegert · 4 years ago
  28. fe76b77 windows: fix -d=checkptr slice failures by Yaroslav Vorobiov · 4 years ago
  29. 1151b9d cpu: add support for gccgo on aix by Clément Chigot · 4 years ago
  30. 417ce23 unix: add kern.ncpuonline sysctl on openbsd by Tobias Klauser · 4 years ago
  31. 7e40ca2 windows: implement GetsockoptInt by Zhang Boyang · 4 years ago
  32. 6aff5f3 windows: add (*DLL).FindProcByOrdinal by ly303550688 · 4 years ago
  33. 3aab700 unix: call gettimeofday libc function directly by Tobias Klauser · 4 years ago
  34. bc7a7d4 internal/unsafeheader: fix typos in comments by Tobias Klauser · 4 years ago release-branch.go1.15
  35. 1037786 unix: replace blocked dup2 calls with dup3 on Android by Elias Naur · 4 years ago
  36. d923437 unix: use a type equivalent to reflect.SliceHeader to manipulate slices by Bryan C. Mills · 4 years ago
  37. 1f56873 unix: add support for timerfd syscalls on Linux by Maxim Pugachev · 4 years ago
  38. 593003d unix: switch to Ubuntu 20.04 in Dockerfile by Maxim Pugachev · 4 years ago
  39. 3771e69 unix: on linux-arm64, prefer prlimit to {g,s}etrlimit by Tobias Klauser · 4 years ago
  40. 29b5707 unix: add SockaddrUnix tests on darwin and *bsd by Tobias Klauser · 4 years ago
  41. 1957bb5 unix: add SockaddrUnix tests on linux by Tobias Klauser · 4 years, 1 month ago
  42. 669c56c Revert "unix: add openat2 for linux" by Andrew Bonventre · 4 years, 1 month ago
  43. 59c9f1b unix: update Dockerfile to Go 1.14.2 by Tobias Klauser · 4 years, 1 month ago
  44. ea54a3c unix: fix name of generated zerrors_*.go in README by Neeilan Selvalingam · 4 years, 1 month ago
  45. e3b113b unix: add nexthop types and consts by Tobias Klauser · 4 years, 1 month ago
  46. c6e801f unix: add openat2 for linux by Kir Kolyshkin · 4 years, 1 month ago
  47. c3d8025 unix: update Dockerfile to Linux 5.6, and Go 1.13.9 by Tobias Klauser · 4 years, 1 month ago
  48. 9dae0f8 unix: add fs-verity consts and types by Tobias Klauser · 4 years, 1 month ago
  49. 85ca7c5 unix: allocate signalNameMap with enough space by Tobias Klauser · 4 years, 2 months ago
  50. 328b4cd unix: add readv/writev for illumos by Araragi Hokuto · 4 years, 2 months ago
  51. af34d82 gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 2 months ago
  52. 5766fd3 unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64} by Ed Schouten · 4 years, 2 months ago
  53. a7d97aa unix: add disk ioctl constants for FreeBSD by Ed Schouten · 4 years, 2 months ago
  54. 08c6161 unix: only declare PtraceGetFsBase() on x86-based platforms by Ed Schouten · 4 years, 2 months ago
  55. 9a0dfc3 unix: implement L2TPIP socket address on Linux by Tom Parkin · 4 years, 2 months ago
  56. 5c8b2ff unix: update BPF consts on linux by Tobias Klauser · 4 years, 2 months ago
  57. 062a440 cpu: add mips64x feature detection by Tobias Klauser · 4 years, 2 months ago
  58. 5d559ad unix: merge duplicate code in ztypes_linux_*.go by Johan Jansson · 4 years, 2 months ago
  59. 2f85c7e unix: merge duplicate code in zsyscall_linux_*.go by Johan Jansson · 4 years, 2 months ago
  60. c5d0d7b unix: merge duplicate code in zerrors_linux_*.go by Johan Jansson · 4 years, 2 months ago
  61. 6b2465a unix: add tool for merging duplicate code by Johan Jansson · 4 years, 2 months ago
  62. d5e6a3e unix: add adjtimex return constants by Nikson Kanti Paul · 4 years, 3 months ago
  63. cb0a6d8 unix: mark capget/capset as non-blocking by Caleb Spare · 4 years, 3 months ago
  64. 9197077 unix: gofmt after CL 218799 by Tobias Klauser · 4 years, 3 months ago
  65. 2d4d993 unix: add RTMGRP_* consts from rtnetlink.h by Tobias Klauser · 4 years, 3 months ago
  66. 12a6c2d unix: add InotifyInit for mips64 by Doorer · 4 years, 3 months ago
  67. d101bd2 unix: update Dockerfile to Linux 5.5, glibc 2.31, Go 1.13.7 by Tobias Klauser · 4 years, 3 months ago
  68. 9fbb57f unix: use pipe2 syscall on OpenBSD by Aaron Bieber · 4 years, 3 months ago
  69. e047566 unix: add new setfsuid/setfsgid wrappers by Sergey Ivanov · 4 years, 4 months ago
  70. 34d2753 unix: correct PtraceIoDesc and define PtraceIoDesc per GOARCH on freebsd by Tobias Klauser · 4 years, 4 months ago
  71. 655fe14 unix: test (*FdSet).Clear in TestFdSet by Tobias Klauser · 4 years, 4 months ago
  72. c1edf53 Revert "unix: fix Setfsuid and Setfsgid return values" by Brad Fitzpatrick · 4 years, 4 months ago
  73. 94506bc unix: fix Setfsuid and Setfsgid return values by Sergey Ivanov · 4 years, 4 months ago
  74. 59e60aa cpu: don't read ARM64 registers on Android by Tobias Klauser · 4 years, 4 months ago
  75. b775942 windows: add missing network-related constants by maltalex · 4 years, 4 months ago
  76. 86b9105 unix: add missing chtmpdir in TestPpoll on openbsd by Tobias Klauser · 4 years, 4 months ago
  77. 548cf77 unix: add SysctlClockinfo on dragonfly and freebsd by Tobias Klauser · 4 years, 4 months ago
  78. ef85f5a unix: add Inet4Pktinfo type on solaris by Tobias Klauser · 4 years, 4 months ago
  79. b016eb3 unix: test UtimesNanoAt on *bsd and solaris by Tobias Klauser · 4 years, 4 months ago
  80. 5f8ca72 unix: don't zero out extra registers on riscv64 syscalls by Tobias Klauser · 4 years, 4 months ago
  81. a1369af unix: add flags argument in //sys comments for Fstatvfs1 and Statvfs1 on netbsd by Tobias Klauser · 4 years, 4 months ago
  82. c96a22e unix: add Dup3 on netbsd and openbsd by Tobias Klauser · 4 years, 4 months ago
  83. 04cbcbb unix: correct build tag to define Getdirentries for darwin/arm with Go 1.11 by Tobias Klauser · 4 years, 4 months ago
  84. c709ea0 windows: added SO_RCVTIMEO and IPPROTO_ICMP constants by maltalex · 4 years, 5 months ago
  85. 5a3cf84 unix: compare Stat_t members in TestFstatat by Tobias Klauser · 4 years, 5 months ago
  86. abf886d unix: unify definition of func fcntl by Tobias Klauser · 4 years, 5 months ago
  87. 0732a99 unix: use correct file name in comment by Ian Lance Taylor · 4 years, 5 months ago
  88. d4481ac unix: add Readv/Writev family of syscalls for linux by Axel Wagner · 4 years, 5 months ago
  89. af0d71d windows: fix recvfrom and sendto data types by maltalex · 4 years, 5 months ago
  90. 4a24b40 unix: add PrctlRetInt, a Prctl variant that returns (int, error) by Umang Parmar · 4 years, 5 months ago
  91. ac6580d unix: move functions Ptrace{Get|Set}RegSetArm64 to a separate file by erifan01 · 4 years, 5 months ago
  92. eeba5f6 unix: replace readlink in mkall.sh with portable shell commands by Umang Parmar · 4 years, 5 months ago
  93. bc7efcf unix: add functions PtraceGetRegSetArm64 and PtraceSetRegSetArm64 by erifan01 · 4 years, 6 months ago
  94. ce4227a unix: add Statvfs and Fstatvfs on NetBSD by Tobias Klauser · 4 years, 5 months ago
  95. 85b82a3 cpu: support reading arm64 CPU feature registers by Tobias Klauser · 4 years, 5 months ago
  96. 6d18c01 windows: add Recvfrom and Sendto implementations by maltalex · 4 years, 5 months ago
  97. 63cb32a unix: add new fscrypt declarations from Linux v5.4 by Eric Biggers · 4 years, 5 months ago
  98. 8a8471f unix/linux: bump Linux and Go versions to latest stable releases by Matt Layher · 4 years, 5 months ago
  99. bd43791 unix: check number of ready file descriptors in TestPselect by Tobias Klauser · 4 years, 6 months ago
  100. 76d669a unix: don't fail TestSelect on EINTR from Select by Tobias Klauser · 4 years, 6 months ago