1. 808efd9 cpu: enable TestARM64minimalFeatures on darwin/arm64 by Tobias Klauser · 2 years, 7 months ago
  2. b1447f3 unix: enable TestPassFD and TestPoll on darwin/arm64 by Tobias Klauser · 2 years, 7 months ago
  3. 39dca11 unix: SysvShmCtl should use ipc_64 on mips64(le) by Dustin Spicuzza · 2 years, 7 months ago
  4. f542c88 unix: skip TestSysvSharedMemory on ENOSYS by Ian Lance Taylor · 2 years, 7 months ago
  5. 969570c unix: add Sysv shared memory support by Dustin Spicuzza · 2 years, 7 months ago
  6. 39ccf1d unix: skip TestIoctlGetRTCWkAlrm if unsupported by Paul E. Murphy · 2 years, 7 months ago
  7. 1cf2251 unix: implement ppoll in terms of poll on Linux by Jason A. Donenfeld · 2 years, 7 months ago
  8. 92d5a99 windows: add process module related syscalls by Weilu Jia · 2 years, 8 months ago
  9. b8560ed unix/linux: update Dockerfile to Go 1.17.1 by Tobias Klauser · 2 years, 7 months ago
  10. 437939a unix: use dup3 in Dup2 on all Linux platforms by Tobias Klauser · 2 years, 8 months ago
  11. d61c044 unix: implement Pipe using pipe2 syscall on all linux platforms by Tobias Klauser · 2 years, 8 months ago
  12. ed5796b unix: implement EpollCreate using EpollCreate1 on all linux platforms by Tobias Klauser · 2 years, 8 months ago
  13. 751e447 unix: add additional illumos STREAMS ioctls by Nahum Shalman · 2 years, 8 months ago
  14. 528a39c unix: add PidfdOpen and PidfdGetfd by Lorenz Bauer · 2 years, 8 months ago
  15. aa78b53 unix: define Time_t for FreeBSD by jharshman · 2 years, 8 months ago
  16. a851e7d unix: change Landlock type aliases to new types by Matt Layher · 2 years, 8 months ago
  17. c212e73 unix: add Landlock consts and types by Tobias Klauser · 2 years, 8 months ago
  18. 6f6e228 unix: implement InotifyInit using InotifyInit1 on all linux platforms by Tobias Klauser · 2 years, 8 months ago
  19. 97244b9 unix: drop fallback to accept in Accept on Linux by Tobias Klauser · 2 years, 8 months ago
  20. 2934436 unix: drop fallback to inotifyInit in InotifyInit on linux/amd64 by Tobias Klauser · 2 years, 8 months ago
  21. 0a7ae4b unix: drop fallback to pipe in Pipe on linux/arm by Tobias Klauser · 2 years, 8 months ago
  22. f475640 unix: add more illumos Lifreq helpers by Nahum Shalman · 2 years, 8 months ago
  23. 164ac21 unix: drop fallback to utimes in UtimesNano on Linux by Tobias Klauser · 2 years, 8 months ago
  24. f4d4317 unix/linux: update Dockerfile to Kernel 5.14 by Tobias Klauser · 2 years, 8 months ago
  25. 63515b4 cpu: add support for detecting cmpxchg16b by zhangyunhao · 2 years, 11 months ago
  26. 41cdb87 unix: add Ifreq.Inet4Addr methods for manipulating IPv4 addresses by Matt Layher · 2 years, 9 months ago
  27. f52c844 unix: add RTF_GLOBAL on darwin by Tobias Klauser · 2 years, 9 months ago
  28. bce67f0 unix: add SetsockoptTCPRepairOpt on Linux by Mark Jeffery · 2 years, 10 months ago
  29. 44f02d9 windows: add WTSGetActiveConsoleSessionId by David Crawshaw · 2 years, 10 months ago
  30. 00dd8d7 unix: gofmt with Go 1.17 by Matt Layher · 2 years, 9 months ago
  31. bfb29a6 unix: export Ifreq and add IoctlIfreq function by Matt Layher · 2 years, 9 months ago
  32. 7d9622a unix/linux: update Dockerfile to Go 1.17 by Tobias Klauser · 2 years, 9 months ago
  33. fefb4af unix: expose solaris types needed for Event Ports by Nahum Shalman · 3 years ago
  34. 13f9c58 unix: create wrappers for solaris/illumos Event Ports by Nahum Shalman · 3 years ago
  35. 1e6c022 unix/linux: use HTTPS to git clone glibc in Dockerfile by Matt Layher · 2 years, 9 months ago
  36. fcbd12d unix/linux: update Dockerfile to glibc 2.34 by Tobias Klauser · 2 years, 9 months ago
  37. 15123e1 unix: add Send on Linux by Mark Jeffery · 2 years, 10 months ago
  38. b9628f2 unix: add missing RLIMIT_* consts on openbsd/{386,arm} by Tobias Klauser · 2 years, 9 months ago
  39. 649d0fc unix/linux: update Dockerfile to Go 1.17rc2 by Tobias Klauser · 2 years, 9 months ago
  40. 27a6752 unix/linux: update Dockerfile to Kernel 5.13 by Tobias Klauser · 2 years, 10 months ago
  41. b1c119f unix: move ICMP{,V6}_FILTER* const definitions by Tobias Klauser · 2 years, 10 months ago
  42. 30e4713 unix: make Prlimit public by Kir Kolyshkin · 2 years, 10 months ago
  43. d867a43 unix: remove runtime.KeepAlive calls for Linux ioctl wrappers by Matt Layher · 2 years, 9 months ago
  44. b450225 unix: generate ioctlPtr on Linux with unsafe.Pointer arg by Matt Layher · 2 years, 9 months ago
  45. 8946682 unix: run Linux code generator to tidy ifreq code by Matt Layher · 2 years, 9 months ago
  46. e5e7981 unix: add ifreq and ifreqData helpers for Linux by Matt Layher · 2 years, 9 months ago
  47. 0f9fa26 windows: fix constant value of WTD_STATEACTION_VERIFY by Jason A. Donenfeld · 2 years, 10 months ago
  48. 7dc0b73 unix: add SO_ORIGINAL_DST on linux by Tobias Klauser · 2 years, 10 months ago
  49. 59db8d7 unix: add bindings for kinfo_proc on Darwin by Ed Schouten · 2 years, 11 months ago
  50. e2b7044 unix: add SEEK_* constants on Darwin, FreeBSD, Linux by Ed Schouten · 2 years, 11 months ago
  51. 665e8c7 unix/linux: update Dockerfile to Go 1.17beta1 by Tobias Klauser · 2 years, 11 months ago
  52. a4fc739 unix: add AT_EACCESS and AT_REMOVEDIR on netbsd by Tobias Klauser · 2 years, 11 months ago
  53. 1a9c977 unix: add AT_EACCESS on freebsd by Tobias Klauser · 2 years, 11 months ago
  54. 9f1793e unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly by Tobias Klauser · 2 years, 11 months ago
  55. aa57bab unix: add AT_REMOVEDIR and AT_EACCESS on openbsd by Tobias Klauser · 2 years, 11 months ago
  56. 9665404 unix: support Linux NFC Subsystem by Tom Thorogood · 3 years ago
  57. ebe580a unix: fix minor typos in README.md by Tom Thorogood · 3 years ago
  58. 7ecdf8e windows: change CreateProcessAsUser from kernel32 to advapi32 by Jason A. Donenfeld · 3 years ago
  59. 47163c9 unix: add missing const (MTDFILEMODE) from <mtd/mtd-user.h> by lhl2617 · 3 years ago
  60. fdfd190 unix: remove darwin build tags from asm_bsd_{386,arm}.s by Tobias Klauser · 3 years ago
  61. 35b2ab0 windows: add CreateProcessAsUser by Jason A. Donenfeld · 3 years ago
  62. 0cec03c unix: add consts and structs for <mtd/mtd-user.h> by lhl2617 · 3 years ago
  63. 6ca3eb0 windows: use Go-managed pointer list for ProcThreadAttributeList by Jason A. Donenfeld · 3 years, 2 months ago
  64. e8d321e windows: add command line escaping wrappers around EscapeArg and CommandLineToArgv by Jason A. Donenfeld · 3 years ago
  65. b0526f3 cpu: set PPC64.IsPOWER8 for Power9 on aix by Tobias Klauser · 3 years ago internal-branch.go1.17-vendor
  66. 977fb72 windows: add //go:build line to empty.s by Tobias Klauser · 3 years ago
  67. a76c4d0 unix: take address in assembly for Darwin syscall wrappers by Cherry Mui · 3 years ago
  68. 30e306a unix: delete darwin/386 and darwin/arm code by Cherry Mui · 3 years ago
  69. 0981d60 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago
  70. 8803ae5 windows/svc/mgr: fix misspelled word in service.go by Song Lim · 3 years ago
  71. b677753 cpu: fix AVX512 support detection on Darwin by Vaughn Iverson · 3 years, 3 months ago
  72. 71e4cd6 unix: augment support for zos/s390x by billofarrell · 3 years ago
  73. d19ff85 unix: on linux use accept4 in Accept, fall back to accept by Tobias Klauser · 3 years ago
  74. 413ae7e unix/linux: update Dockerfile to Kernel 5.12, Go 1.16.3 by Tobias Klauser · 3 years ago
  75. 8feff5d cpu: add //go:build lines to assembly files by Tobias Klauser · 3 years ago
  76. c94f622 unix: add more illumos ioctl wrappers by Nahum Shalman · 3 years, 2 months ago
  77. 09eb48e unix: add //go:build lines to assembly files by Tobias Klauser · 3 years ago
  78. 04245dc unix: add IPMreqn and {Get,Set}sockoptIPMreqn on darwin by Tobias Klauser · 3 years ago
  79. 33663a6 unix/linux: add ppc system call definitions, for use with gccgo by Ben Hutchings · 3 years ago
  80. ac73e9f unix: fix TestSCMCredentials after CL 272226 by Tobias Klauser · 3 years, 1 month ago
  81. 93ed5bc unix: split linux ioctl wrappers into separate file by Tobias Klauser · 3 years, 1 month ago
  82. 37df388 unix: add MCAST_* on zos by Tobias Klauser · 3 years, 1 month ago
  83. 66c3f26 unix: don't defer close raw Socketpair fds in tests on darwin, freebsd and zos by Tobias Klauser · 3 years, 1 month ago
  84. fe65e33 unix: don't defer close raw Socketpair fds in tests by Tobias Klauser · 3 years, 1 month ago
  85. f1c623a unix: add EthtoolDrvinfo and IoctlGetEthtoolDrvinfo on linux by Tobias Klauser · 3 years, 1 month ago
  86. 46babdb unix: add flags to SockaddrVM by Tobias Klauser · 3 years, 1 month ago
  87. 5e06dd2 windows: ensure SECURITY_DESCRIPTOR allocation is large enough by Jason A. Donenfeld · 3 years, 1 month ago
  88. 7001323 windows: allocate SECURITY_DESCRIPTOR with uintptr alignment by Jason A. Donenfeld · 3 years, 1 month ago
  89. 43e1dd7 unix: add ICMP6_FILTER on solaris by Tobias Klauser · 3 years, 1 month ago
  90. 4fbd30e unix: add MCAST_* consts on freebsd/arm by Tobias Klauser · 3 years, 1 month ago
  91. 9b9b09a unix: add ICMP6_FILTER on zos by Tobias Klauser · 3 years, 1 month ago
  92. 49726bf unix: add ICMPV6_FILTER_* consts on linux by Tobias Klauser · 3 years, 1 month ago
  93. 47abb65 unix: add RFC3542 IPv6 socket option constants on darwin by Tobias Klauser · 3 years, 1 month ago
  94. 1e4c9ba unix: add ICMP_FILTER constant on linux by Tobias Klauser · 3 years, 2 months ago
  95. 635bc2c unix: add Getmsg and Putmsg on illumos by Nahum Shalman · 3 years, 2 months ago
  96. 193893d unix: expose ioctl returns with ioctlRet on solaris and illumos by Nahum Shalman · 3 years, 2 months ago
  97. c4fcb01 unix: fix setsockopt syscall arguments on linux/s390x by Hanlin He · 3 years, 2 months ago
  98. 3901687 unix: create types_illumos.go by Nahum Shalman · 3 years, 2 months ago
  99. 77fc1ea unix: unify Syscall{,6,9} and RawSyscall{,6} on BSD by Tobias Klauser · 3 years, 2 months ago
  100. 0b90fd5 unix/linux: update Dockerfile to Go 1.16.2 by Tobias Klauser · 3 years, 2 months ago