| Age | Commit message (Expand) | Author |
| 2026-01-22 | syscall: document Sendfile semantics | Bill Morgan |
| 2026-01-22 | syscall: return early on error in Recvmsg | Tobias Klauser |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-08-15 | syscall: permit nil destination address in sendmsgN{Inet4,Inet6} | database64128 |
| 2024-03-19 | internal/asan: match runtime.asan{read,write} len parameter type | Tobias Klauser |
| 2024-03-17 | syscall: use internal/asan and internal/msan | Mauri de Souza Meneguzzo |
| 2024-02-26 | syscall: add available godoc link | cui fliter |
| 2023-03-16 | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported | Tobias Klauser |
| 2022-09-26 | syscall: check if to is nil to prevent panic from Sendto | Andy Pan |
| 2022-09-09 | syscall: use unsafe.Slice instead of unsafeheader package | Tobias Klauser |
| 2022-04-21 | syscall: move Syscall declarations to OS files | Michael Pratt |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-03-18 | syscall: use bytealg.IndexByte in clen | Tobias Klauser |
| 2022-03-12 | syscall: add race annotations to Pread and Pwrite | Ian Lance Taylor |
| 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 | syscall: unify unix Recvmsg epilogues | Josh Bleecher Snyder |
| 2021-11-04 | syscall: unify unix Sendmsg prologues | Josh Bleecher Snyder |
| 2021-11-03 | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 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-03-14 | all: add internal/itoa package | Josh Bleecher Snyder |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-05-01 | internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ... | Bryan C. Mills |
| 2019-10-30 | syscall: treat ENFILE as a temporary error | Lorenz Bauer |
| 2019-09-04 | syscall: redirect writes to runtime.write in faketime mode | Austin Clements |
| 2019-08-30 | syscall: fix duplicate comments | micnncim |
| 2019-08-22 | syscall: document relationship among Errno, errors.Is and os.Err* | Jonathan Amsterdam |
| 2019-08-02 | all: remove os.ErrTimeout | Damien Neil |
| 2019-08-01 | all: remove os.ErrTemporary | Damien Neil |
| 2019-05-05 | syscall: remove unused {dragonfly,illumos,solaris}64Bit constants | Tobias Klauser |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-04-05 | syscall: allow empty string argument to SetsockoptString | Tobias Klauser |
| 2019-03-20 | os: make errors.Is work with ErrPermission et al. | Damien Neil |
| 2018-10-10 | syscall: add AIX operating system | Clément Chigot |
| 2018-05-01 | net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept | Ian Lance Taylor |
| 2018-02-13 | syscall: support Getwd on all BSDs | Tobias Klauser |
| 2016-10-03 | syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris | Mikio Hara |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2015-11-26 | internal/race: add package | Dmitry Vyukov |
| 2015-10-21 | runtime, syscall: add calls to msan functions | Ian Lance Taylor |
| 2015-03-27 | syscall: don't allocate when boxing common Errno values into errors | Brad Fitzpatrick |
| 2014-09-18 | syscall: mark ECONNRESET, ECONNABORTED as temporary network errors | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |