1. a2f17f7 unix: allow passing optional args to SysctlKinfoProcSlice by Tobias Klauser · 3 years, 4 months ago
  2. 95da234 unix: add SysctlKinfoProc on darwin by Tobias Klauser · 3 years, 4 months ago
  3. 39c9dd3 unix/linux: update Dockerfile to Kernel 5.15 by Tobias Klauser · 3 years, 4 months ago
  4. 611d5d6 windows: fix test causing checkptr failure by Hao Mou · 3 years, 4 months ago
  5. b3129d9 unix: fix difference Stat_t type and Statfs_t type per GOARCH on darwin by Koichi Shiraishi · 3 years, 5 months ago
  6. 565ff80 unix: change darwin Eproc/ExternProc members from int8 array to byte array by Tobias Klauser · 3 years, 4 months ago
  7. 6e78728 windows/svc: allow querying service start reason by Jason A. Donenfeld · 3 years, 5 months ago
  8. c1bf0bb windows: regen zsyscall_windows.go by Takuto Ikuta · 3 years, 4 months ago
  9. 69cdffd unix: use default directories in TestGetwd on darwin/arm64 by Tobias Klauser · 3 years, 5 months ago
  10. 711f33c unix: add ParseOrigDstAddr by Lorenz Bauer · 3 years, 5 months ago
  11. d6a326f windows: add NtSetInformationFile by Hao Mou · 3 years, 5 months ago
  12. 8e51046 unix: add functions to encode Inet4Pktinfo and Inet6Pktinfo by Lorenz Bauer · 3 years, 5 months ago
  13. 9d61738 windows: add dynamic exception function table manipulators by Jason A. Donenfeld · 3 years, 5 months ago
  14. 153b154 windows: add system info and version related functions by Jason A. Donenfeld · 3 years, 5 months ago
  15. fcb26fe windows: gofmt to add go:build lines by Brad Fitzpatrick · 3 years, 5 months ago
  16. 25fac91 windows/svc: do not close service handle by Jason A. Donenfeld · 3 years, 5 months ago
  17. 0ec99a6 windows/svc: rewrite in Go by Jason A. Donenfeld · 3 years, 9 months ago
  18. 9d821ac unix: add all trampoline_addr to darwin_test.go and sorted by Koichi Shiraishi · 3 years, 5 months ago
  19. 69063c4 unix: test AF_VSOCK sockets on linux by Tobias Klauser · 3 years, 5 months ago
  20. 97ac67d windows: add const values by Hao Mou · 3 years, 5 months ago
  21. d303952 windows: add low level memory related syscalls by Weilu Jia · 3 years, 5 months ago
  22. 1a26e03 unix: add SockaddrVM type and AF_VSOCK to anyToSockaddrGOOS to darwin by Koichi Shiraishi · 3 years, 5 months ago
  23. c8a6f52 unix: fix lack of Sysv shared trampoline on darwin/arm64 by Koichi Shiraishi · 3 years, 5 months ago
  24. 2c5d950 unix: support vsock for darwin by Koichi Shiraishi · 3 years, 7 months ago
  25. b1ebd4e unix: enable Sysv shared memory support on darwin/arm64 by Tobias Klauser · 3 years, 5 months ago
  26. 808efd9 cpu: enable TestARM64minimalFeatures on darwin/arm64 by Tobias Klauser · 3 years, 5 months ago
  27. b1447f3 unix: enable TestPassFD and TestPoll on darwin/arm64 by Tobias Klauser · 3 years, 5 months ago
  28. 39dca11 unix: SysvShmCtl should use ipc_64 on mips64(le) by Dustin Spicuzza · 3 years, 5 months ago
  29. f542c88 unix: skip TestSysvSharedMemory on ENOSYS by Ian Lance Taylor · 3 years, 5 months ago
  30. 969570c unix: add Sysv shared memory support by Dustin Spicuzza · 3 years, 5 months ago
  31. 39ccf1d unix: skip TestIoctlGetRTCWkAlrm if unsupported by Paul E. Murphy · 3 years, 6 months ago
  32. 1cf2251 unix: implement ppoll in terms of poll on Linux by Jason A. Donenfeld · 3 years, 5 months ago
  33. 92d5a99 windows: add process module related syscalls by Weilu Jia · 3 years, 6 months ago
  34. b8560ed unix/linux: update Dockerfile to Go 1.17.1 by Tobias Klauser · 3 years, 6 months ago
  35. 437939a unix: use dup3 in Dup2 on all Linux platforms by Tobias Klauser · 3 years, 6 months ago
  36. d61c044 unix: implement Pipe using pipe2 syscall on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  37. ed5796b unix: implement EpollCreate using EpollCreate1 on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  38. 751e447 unix: add additional illumos STREAMS ioctls by Nahum Shalman · 3 years, 6 months ago
  39. 528a39c unix: add PidfdOpen and PidfdGetfd by Lorenz Bauer · 3 years, 6 months ago
  40. aa78b53 unix: define Time_t for FreeBSD by jharshman · 3 years, 6 months ago
  41. a851e7d unix: change Landlock type aliases to new types by Matt Layher · 3 years, 6 months ago
  42. c212e73 unix: add Landlock consts and types by Tobias Klauser · 3 years, 6 months ago
  43. 6f6e228 unix: implement InotifyInit using InotifyInit1 on all linux platforms by Tobias Klauser · 3 years, 6 months ago
  44. 97244b9 unix: drop fallback to accept in Accept on Linux by Tobias Klauser · 3 years, 6 months ago
  45. 2934436 unix: drop fallback to inotifyInit in InotifyInit on linux/amd64 by Tobias Klauser · 3 years, 6 months ago
  46. 0a7ae4b unix: drop fallback to pipe in Pipe on linux/arm by Tobias Klauser · 3 years, 6 months ago
  47. f475640 unix: add more illumos Lifreq helpers by Nahum Shalman · 3 years, 6 months ago
  48. 164ac21 unix: drop fallback to utimes in UtimesNano on Linux by Tobias Klauser · 3 years, 6 months ago
  49. f4d4317 unix/linux: update Dockerfile to Kernel 5.14 by Tobias Klauser · 3 years, 6 months ago
  50. 63515b4 cpu: add support for detecting cmpxchg16b by zhangyunhao · 3 years, 9 months ago
  51. 41cdb87 unix: add Ifreq.Inet4Addr methods for manipulating IPv4 addresses by Matt Layher · 3 years, 7 months ago
  52. f52c844 unix: add RTF_GLOBAL on darwin by Tobias Klauser · 3 years, 7 months ago
  53. bce67f0 unix: add SetsockoptTCPRepairOpt on Linux by Mark Jeffery · 3 years, 8 months ago
  54. 44f02d9 windows: add WTSGetActiveConsoleSessionId by David Crawshaw · 3 years, 8 months ago
  55. 00dd8d7 unix: gofmt with Go 1.17 by Matt Layher · 3 years, 7 months ago
  56. bfb29a6 unix: export Ifreq and add IoctlIfreq function by Matt Layher · 3 years, 7 months ago
  57. 7d9622a unix/linux: update Dockerfile to Go 1.17 by Tobias Klauser · 3 years, 7 months ago
  58. fefb4af unix: expose solaris types needed for Event Ports by Nahum Shalman · 3 years, 9 months ago
  59. 13f9c58 unix: create wrappers for solaris/illumos Event Ports by Nahum Shalman · 3 years, 9 months ago
  60. 1e6c022 unix/linux: use HTTPS to git clone glibc in Dockerfile by Matt Layher · 3 years, 7 months ago
  61. fcbd12d unix/linux: update Dockerfile to glibc 2.34 by Tobias Klauser · 3 years, 7 months ago
  62. 15123e1 unix: add Send on Linux by Mark Jeffery · 3 years, 8 months ago
  63. b9628f2 unix: add missing RLIMIT_* consts on openbsd/{386,arm} by Tobias Klauser · 3 years, 7 months ago
  64. 649d0fc unix/linux: update Dockerfile to Go 1.17rc2 by Tobias Klauser · 3 years, 7 months ago
  65. 27a6752 unix/linux: update Dockerfile to Kernel 5.13 by Tobias Klauser · 3 years, 8 months ago
  66. b1c119f unix: move ICMP{,V6}_FILTER* const definitions by Tobias Klauser · 3 years, 8 months ago
  67. 30e4713 unix: make Prlimit public by Kir Kolyshkin · 3 years, 8 months ago
  68. d867a43 unix: remove runtime.KeepAlive calls for Linux ioctl wrappers by Matt Layher · 3 years, 7 months ago
  69. b450225 unix: generate ioctlPtr on Linux with unsafe.Pointer arg by Matt Layher · 3 years, 7 months ago
  70. 8946682 unix: run Linux code generator to tidy ifreq code by Matt Layher · 3 years, 7 months ago
  71. e5e7981 unix: add ifreq and ifreqData helpers for Linux by Matt Layher · 3 years, 7 months ago
  72. 0f9fa26 windows: fix constant value of WTD_STATEACTION_VERIFY by Jason A. Donenfeld · 3 years, 9 months ago
  73. 7dc0b73 unix: add SO_ORIGINAL_DST on linux by Tobias Klauser · 3 years, 8 months ago
  74. 59db8d7 unix: add bindings for kinfo_proc on Darwin by Ed Schouten · 3 years, 9 months ago
  75. e2b7044 unix: add SEEK_* constants on Darwin, FreeBSD, Linux by Ed Schouten · 3 years, 9 months ago
  76. 665e8c7 unix/linux: update Dockerfile to Go 1.17beta1 by Tobias Klauser · 3 years, 9 months ago
  77. a4fc739 unix: add AT_EACCESS and AT_REMOVEDIR on netbsd by Tobias Klauser · 3 years, 9 months ago
  78. 1a9c977 unix: add AT_EACCESS on freebsd by Tobias Klauser · 3 years, 9 months ago
  79. 9f1793e unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly by Tobias Klauser · 3 years, 9 months ago
  80. aa57bab unix: add AT_REMOVEDIR and AT_EACCESS on openbsd by Tobias Klauser · 3 years, 9 months ago
  81. 9665404 unix: support Linux NFC Subsystem by Tom Thorogood · 3 years, 9 months ago
  82. ebe580a unix: fix minor typos in README.md by Tom Thorogood · 3 years, 9 months ago
  83. 7ecdf8e windows: change CreateProcessAsUser from kernel32 to advapi32 by Jason A. Donenfeld · 3 years, 9 months ago
  84. 47163c9 unix: add missing const (MTDFILEMODE) from <mtd/mtd-user.h> by lhl2617 · 3 years, 9 months ago
  85. fdfd190 unix: remove darwin build tags from asm_bsd_{386,arm}.s by Tobias Klauser · 3 years, 10 months ago
  86. 35b2ab0 windows: add CreateProcessAsUser by Jason A. Donenfeld · 3 years, 10 months ago
  87. 0cec03c unix: add consts and structs for <mtd/mtd-user.h> by lhl2617 · 3 years, 10 months ago
  88. 6ca3eb0 windows: use Go-managed pointer list for ProcThreadAttributeList by Jason A. Donenfeld · 4 years ago
  89. e8d321e windows: add command line escaping wrappers around EscapeArg and CommandLineToArgv by Jason A. Donenfeld · 3 years, 10 months ago
  90. b0526f3 cpu: set PPC64.IsPOWER8 for Power9 on aix by Tobias Klauser · 3 years, 10 months ago internal-branch.go1.17-vendor
  91. 977fb72 windows: add //go:build line to empty.s by Tobias Klauser · 3 years, 10 months ago
  92. a76c4d0 unix: take address in assembly for Darwin syscall wrappers by Cherry Mui · 3 years, 10 months ago
  93. 30e306a unix: delete darwin/386 and darwin/arm code by Cherry Mui · 3 years, 10 months ago
  94. 0981d60 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years, 10 months ago
  95. 8803ae5 windows/svc/mgr: fix misspelled word in service.go by Song Lim · 3 years, 11 months ago
  96. b677753 cpu: fix AVX512 support detection on Darwin by Vaughn Iverson · 4 years, 2 months ago
  97. 71e4cd6 unix: augment support for zos/s390x by billofarrell · 3 years, 11 months ago
  98. d19ff85 unix: on linux use accept4 in Accept, fall back to accept by Tobias Klauser · 3 years, 11 months ago
  99. 413ae7e unix/linux: update Dockerfile to Kernel 5.12, Go 1.16.3 by Tobias Klauser · 3 years, 11 months ago
  100. 8feff5d cpu: add //go:build lines to assembly files by Tobias Klauser · 3 years, 11 months ago