| Age | Commit message (Expand) | Author |
| 2023-02-09 | runtime: fix signature for linked functions | Adin Scannell |
| 2023-02-02 | internal/poll: use atomic.Bool in DupCloseOnExec | Tobias Klauser |
| 2023-01-30 | internal/poll: don't queue port completion entry for udp on windows | qmuntal |
| 2022-12-16 | syscall, internal/poll: fall back to accept on linux-arm | Ian Lance Taylor |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-11-09 | io: correctly process result of sendfile(2) when src returns 0 bytes | Daulet Zhanguzin |
| 2022-10-08 | os: use poll.fdMutex for Plan 9 files | Ian Lance Taylor |
| 2022-10-07 | internal/poll, internal/syscall/unix, syscall: move writev definition for sol... | Tobias Klauser |
| 2022-10-07 | internal/poll, net, syscall: enable writev on aix | Tobias Klauser |
| 2022-09-30 | internal: fix a few function names on comments | cui fliter |
| 2022-09-09 | internal/poll, syscall: convert writev to direct libc call on openbsd (except... | Tobias Klauser |
| 2022-09-09 | internal/poll: drop redundant ENOSYS in CopyFileRange | Andy Pan |
| 2022-09-06 | internal/poll, internal/syscall/unix, net: enable writev on solaris | Tobias Klauser |
| 2022-09-06 | Revert "internal/poll: drop redundant ENOSYS and EXDEV error checks in CopyFi... | Daniel Martà |
| 2022-09-05 | internal/poll: drop redundant ENOSYS and EXDEV error checks in CopyFileRange() | Andy Pan |
| 2022-09-03 | internal/syscall/unix: consolidate kernelVersion implementations | Kir Kolyshkin |
| 2022-08-31 | internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m... | Tobias Klauser |
| 2022-08-29 | internal/poll: use sync.Once instead to guard CopyFileRange() with kernel 5.3 | Andy Pan |
| 2022-08-26 | internal/poll: optimize the maximum amount of bytes that can be transferred b... | Andy Pan |
| 2022-08-22 | internal/poll: rely on utf8.AppendRune | Joe Tsai |
| 2022-08-18 | internal/poll: remove fallback path in accept | Tobias Klauser |
| 2022-08-18 | internal/poll: remove detection of buggy splice on old Linux versions | Tobias Klauser |
| 2022-08-12 | all: replace hand-rolled atomicBool types with atomic.Bool | Ludi Rehak |
| 2022-05-03 | internal/poll, net, syscall: use accept4 on solaris | Tobias Klauser |
| 2022-05-02 | internal/poll: clear completed Buffers to permit earlier collection | Baokun Lee |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-05 | internal/poll: fix the wrong function names in comments | Andy Pan |
| 2021-11-04 | internal/poll: re-use RawSockaddrAny buffers across requests on windows | Josh Bleecher Snyder |
| 2021-11-04 | net: pass around pointers to SockaddrInetN | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from ReadMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from WriteMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-04 | internal/poll: remove alloc sending IPv6 UDP on Windows | Josh Bleecher Snyder |
| 2021-11-03 | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder |
| 2021-11-02 | syscall,internal/poll: copy arrays by assignment instead of looping | Josh Bleecher Snyder |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-27 | internal/poll: improve the padding calculation inside struct splicePipe | Andy Pan |
| 2021-10-25 | internal/poll: avoid tiny allocator for splicePipe | Ian Lance Taylor |
| 2021-10-22 | internal/poll: fix a few function names on comments | Andy Pan |
| 2021-10-13 | internal/poll,net: support poll.Sendfile for darwin | Koichi Shiraishi |
| 2021-09-17 | internal/poll: inject a hook into the runtime finalizer to count the closed p... | Andy Pan |
| 2021-09-09 | internal/poll: report open fds when TestSplicePipePool fails | Ian Lance Taylor |
| 2021-08-16 | net: reduce allocations for UDP send/recv on Windows | Josh Bleecher Snyder |
| 2021-08-16 | net: reduce allocation size in ReadFromUDP | Josh Bleecher Snyder |
| 2021-08-16 | net: remove allocation from UDPConn.WriteTo | Josh Bleecher Snyder |
| 2021-05-07 | internal/poll: cast off the last reference of SplicePipe in test | Andy Pan |
| 2021-04-20 | internal/poll, net: fix comments regarding accept and sysSocket | Tobias Klauser |
| 2021-04-19 | net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix | HowJMay |
| 2021-04-12 | internal/poll: ensure that newPoolPipe doesn't return a nil pointer | Ian Lance Taylor |