1. 164ac21 unix: drop fallback to utimes in UtimesNano on Linux by Tobias Klauser · 3 years, 4 months ago
  2. f4d4317 unix/linux: update Dockerfile to Kernel 5.14 by Tobias Klauser · 3 years, 4 months ago
  3. 41cdb87 unix: add Ifreq.Inet4Addr methods for manipulating IPv4 addresses by Matt Layher · 3 years, 5 months ago
  4. f52c844 unix: add RTF_GLOBAL on darwin by Tobias Klauser · 3 years, 5 months ago
  5. bce67f0 unix: add SetsockoptTCPRepairOpt on Linux by Mark Jeffery · 3 years, 6 months ago
  6. 00dd8d7 unix: gofmt with Go 1.17 by Matt Layher · 3 years, 5 months ago
  7. bfb29a6 unix: export Ifreq and add IoctlIfreq function by Matt Layher · 3 years, 5 months ago
  8. 7d9622a unix/linux: update Dockerfile to Go 1.17 by Tobias Klauser · 3 years, 5 months ago
  9. fefb4af unix: expose solaris types needed for Event Ports by Nahum Shalman · 3 years, 7 months ago
  10. 13f9c58 unix: create wrappers for solaris/illumos Event Ports by Nahum Shalman · 3 years, 7 months ago
  11. 1e6c022 unix/linux: use HTTPS to git clone glibc in Dockerfile by Matt Layher · 3 years, 5 months ago
  12. fcbd12d unix/linux: update Dockerfile to glibc 2.34 by Tobias Klauser · 3 years, 5 months ago
  13. 15123e1 unix: add Send on Linux by Mark Jeffery · 3 years, 6 months ago
  14. b9628f2 unix: add missing RLIMIT_* consts on openbsd/{386,arm} by Tobias Klauser · 3 years, 5 months ago
  15. 649d0fc unix/linux: update Dockerfile to Go 1.17rc2 by Tobias Klauser · 3 years, 5 months ago
  16. 27a6752 unix/linux: update Dockerfile to Kernel 5.13 by Tobias Klauser · 3 years, 6 months ago
  17. b1c119f unix: move ICMP{,V6}_FILTER* const definitions by Tobias Klauser · 3 years, 6 months ago
  18. 30e4713 unix: make Prlimit public by Kir Kolyshkin · 3 years, 6 months ago
  19. d867a43 unix: remove runtime.KeepAlive calls for Linux ioctl wrappers by Matt Layher · 3 years, 5 months ago
  20. b450225 unix: generate ioctlPtr on Linux with unsafe.Pointer arg by Matt Layher · 3 years, 5 months ago
  21. 8946682 unix: run Linux code generator to tidy ifreq code by Matt Layher · 3 years, 5 months ago
  22. e5e7981 unix: add ifreq and ifreqData helpers for Linux by Matt Layher · 3 years, 5 months ago
  23. 7dc0b73 unix: add SO_ORIGINAL_DST on linux by Tobias Klauser · 3 years, 6 months ago
  24. 59db8d7 unix: add bindings for kinfo_proc on Darwin by Ed Schouten · 3 years, 7 months ago
  25. e2b7044 unix: add SEEK_* constants on Darwin, FreeBSD, Linux by Ed Schouten · 3 years, 7 months ago
  26. 665e8c7 unix/linux: update Dockerfile to Go 1.17beta1 by Tobias Klauser · 3 years, 7 months ago
  27. a4fc739 unix: add AT_EACCESS and AT_REMOVEDIR on netbsd by Tobias Klauser · 3 years, 7 months ago
  28. 1a9c977 unix: add AT_EACCESS on freebsd by Tobias Klauser · 3 years, 7 months ago
  29. 9f1793e unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly by Tobias Klauser · 3 years, 7 months ago
  30. aa57bab unix: add AT_REMOVEDIR and AT_EACCESS on openbsd by Tobias Klauser · 3 years, 7 months ago
  31. 9665404 unix: support Linux NFC Subsystem by Tom Thorogood · 3 years, 7 months ago
  32. ebe580a unix: fix minor typos in README.md by Tom Thorogood · 3 years, 7 months ago
  33. 47163c9 unix: add missing const (MTDFILEMODE) from <mtd/mtd-user.h> by lhl2617 · 3 years, 7 months ago
  34. fdfd190 unix: remove darwin build tags from asm_bsd_{386,arm}.s by Tobias Klauser · 3 years, 8 months ago
  35. 0cec03c unix: add consts and structs for <mtd/mtd-user.h> by lhl2617 · 3 years, 8 months ago
  36. a76c4d0 unix: take address in assembly for Darwin syscall wrappers by Cherry Mui · 3 years, 8 months ago
  37. 30e306a unix: delete darwin/386 and darwin/arm code by Cherry Mui · 3 years, 8 months ago
  38. 71e4cd6 unix: augment support for zos/s390x by billofarrell · 3 years, 9 months ago
  39. d19ff85 unix: on linux use accept4 in Accept, fall back to accept by Tobias Klauser · 3 years, 9 months ago
  40. 413ae7e unix/linux: update Dockerfile to Kernel 5.12, Go 1.16.3 by Tobias Klauser · 3 years, 9 months ago
  41. c94f622 unix: add more illumos ioctl wrappers by Nahum Shalman · 3 years, 10 months ago
  42. 09eb48e unix: add //go:build lines to assembly files by Tobias Klauser · 3 years, 9 months ago
  43. 04245dc unix: add IPMreqn and {Get,Set}sockoptIPMreqn on darwin by Tobias Klauser · 3 years, 9 months ago
  44. 33663a6 unix/linux: add ppc system call definitions, for use with gccgo by Ben Hutchings · 3 years, 9 months ago
  45. ac73e9f unix: fix TestSCMCredentials after CL 272226 by Tobias Klauser · 3 years, 9 months ago
  46. 93ed5bc unix: split linux ioctl wrappers into separate file by Tobias Klauser · 3 years, 9 months ago
  47. 37df388 unix: add MCAST_* on zos by Tobias Klauser · 3 years, 9 months ago
  48. 66c3f26 unix: don't defer close raw Socketpair fds in tests on darwin, freebsd and zos by Tobias Klauser · 3 years, 9 months ago
  49. fe65e33 unix: don't defer close raw Socketpair fds in tests by Tobias Klauser · 3 years, 9 months ago
  50. f1c623a unix: add EthtoolDrvinfo and IoctlGetEthtoolDrvinfo on linux by Tobias Klauser · 3 years, 9 months ago
  51. 46babdb unix: add flags to SockaddrVM by Tobias Klauser · 3 years, 9 months ago
  52. 43e1dd7 unix: add ICMP6_FILTER on solaris by Tobias Klauser · 3 years, 9 months ago
  53. 4fbd30e unix: add MCAST_* consts on freebsd/arm by Tobias Klauser · 3 years, 9 months ago
  54. 9b9b09a unix: add ICMP6_FILTER on zos by Tobias Klauser · 3 years, 9 months ago
  55. 49726bf unix: add ICMPV6_FILTER_* consts on linux by Tobias Klauser · 3 years, 10 months ago
  56. 47abb65 unix: add RFC3542 IPv6 socket option constants on darwin by Tobias Klauser · 3 years, 10 months ago
  57. 1e4c9ba unix: add ICMP_FILTER constant on linux by Tobias Klauser · 3 years, 10 months ago
  58. 635bc2c unix: add Getmsg and Putmsg on illumos by Nahum Shalman · 3 years, 10 months ago
  59. 193893d unix: expose ioctl returns with ioctlRet on solaris and illumos by Nahum Shalman · 3 years, 10 months ago
  60. c4fcb01 unix: fix setsockopt syscall arguments on linux/s390x by Hanlin He · 3 years, 10 months ago
  61. 3901687 unix: create types_illumos.go by Nahum Shalman · 3 years, 10 months ago
  62. 77fc1ea unix: unify Syscall{,6,9} and RawSyscall{,6} on BSD by Tobias Klauser · 3 years, 10 months ago
  63. 0b90fd5 unix/linux: update Dockerfile to Go 1.16.2 by Tobias Klauser · 3 years, 10 months ago
  64. 07df6a1 unix: fix -d=checkptr slice failures on aix by Yaroslav Vorobiov · 3 years, 10 months ago
  65. bd2e134 unix: add NLMSGERR constants for netlink extended acknowledgement by Matt Layher · 4 years ago
  66. 8e9fff1 unix: add CloseRange by Kir Kolyshkin · 3 years, 10 months ago
  67. 68d1333 unix: add //go:build lines when generating files by Tobias Klauser · 3 years, 10 months ago
  68. 88b6017 unix: don't fail TestPoll on EINTR from Poll by Tobias Klauser · 3 years, 10 months ago
  69. a50acf3 unix: fix IoctlFileDedupeRange test by Tobias Klauser · 3 years, 11 months ago
  70. 4ada943 unix: test nonblocking and close-on-exec behavior of Pipe2 by Tobias Klauser · 3 years, 11 months ago
  71. 2738c01 unix: fix Pipe2 on dragonfly by Tobias Klauser · 3 years, 11 months ago
  72. 8e9945a unix: fix and test the FIDEDUPERANGE Linux ioctl by Lluís Batlle i Rossell · 3 years, 11 months ago
  73. 5640770 unix: add support for zos/s390x by billofarrell · 4 years, 1 month ago
  74. 7937bea unix: add Xucred, GetsockoptXucred on freebsd by Tobias Klauser · 3 years, 11 months ago
  75. b80eb88 unix: add HIDRAW ioctls by Tom Thorogood · 4 years ago
  76. d8cc79f unix: drop pre-1.10 compatibility in TestSCMCredentials by Tobias Klauser · 3 years, 11 months ago
  77. 9a76102 all: go fmt ./... by Russ Cox · 3 years, 11 months ago
  78. 8ebf48a unix: check gid in TestGetsockoptXucred by Tobias Klauser · 3 years, 11 months ago
  79. 9555bcd unix: add Pipe2 on netbsd by Tobias Klauser · 3 years, 11 months ago
  80. e8e2918 unix: fix Pipe2 on dragonfly by Tobias Klauser · 4 years ago
  81. b926d43 unix/linux: update Dockerfile to Kernel 5.11, glibc 2.33, Go 1.16 by Tobias Klauser · 3 years, 11 months ago
  82. ed5674b unix/linux: adjust comment regarding riscv64 support by Tobias Klauser · 3 years, 11 months ago
  83. 21e1800 unix: add Sysconf on solaris by Tobias Klauser · 4 years ago
  84. 1d4d2d3 unix: small fixes for TestPipe by Tobias Klauser · 4 years ago
  85. 73548a7 unix: consistently use tabs in //sys and //sysnb lines by Tobias Klauser · 4 years ago
  86. f992740 unix: add Xucred, GetsockoptXucred on darwin by Brad Fitzpatrick · 3 years, 11 months ago
  87. f7da38b unix: re-generate darwin output on Big Sur (11.2.1) by Brad Fitzpatrick · 3 years, 11 months ago
  88. c4c1ae6 unix: fix typo in test by Brad Fitzpatrick · 3 years, 11 months ago
  89. 4bcb84e Revert "unix: add Pipe2 on netbsd" by Tobias Klauser · 4 years ago
  90. ba0562f unix: re-generate linux consts after CL 283413 by Tobias Klauser · 4 years ago
  91. 3196cb8 unix: add Pipe2 on netbsd by Tobias Klauser · 4 years ago
  92. eaf3bda unix: add ethtool constants for Linux by Matt Layher · 4 years ago
  93. 489259a unix: add Pipe2 for solaris by Tobias Klauser · 4 years ago
  94. 789bb1b unix: add ethtool generic netlink constants for Linux by Matt Layher · 4 years ago
  95. 16f7687 unix: don't call testing.T.Fatalf in a background goroutine by Artyom Pervukhin · 4 years ago
  96. 6f83486 unix: fix darwin pipe implementation by Keith Randall · 4 years ago
  97. 0d417f6 unix: don't use ptrace on ios by Tobias Klauser · 4 years, 1 month ago
  98. bc327ba unix/linux: update Dockerfile to Go 1.16beta1 by Tobias Klauser · 4 years, 1 month ago
  99. 7d0127a unix: add SizeofIovec on aix, dragonfly, *bsd and solaris by Tobias Klauser · 4 years, 1 month ago
  100. f9fddec unix/linux: update Dockerfile to kernel 5.10 and Go 1.15.6 by Tobias Klauser · 4 years, 1 month ago