| Age | Commit message (Expand) | Author |
| 2023-01-26 | crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-before | Tobias Klauser |
| 2023-01-24 | os: use handle based APIs to read directories on windows | qmuntal |
| 2022-12-07 | os/user: fix buffer retry loop on macOS | Russ Cox |
| 2022-11-11 | internal/syscall/unix: use runtime.gostring for Gostring | Ian Lance Taylor |
| 2022-11-11 | os/user: use libc (not cgo) on macOS | Russ Cox |
| 2022-11-10 | os/signal/internal/pty: use libc (not cgo) on macOS | Russ Cox |
| 2022-11-08 | net: unify CNAME handling across ports | Russ Cox |
| 2022-11-01 | net: use libc (not cgo) for DNS on macOS | Russ Cox |
| 2022-10-07 | internal/poll, internal/syscall/unix, syscall: move writev definition for sol... | Tobias Klauser |
| 2022-09-19 | internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsd | Tobias Klauser |
| 2022-09-15 | internal/syscall/unix: remove superfluous var declarations in {Unlink,Open}at | Tobias Klauser |
| 2022-09-09 | internal/syscall/windows: simplify unsafe.Slice usage | Cuong Manh Le |
| 2022-09-09 | internal/syscall/windows: use unsafe.Slice instead of unsafeheader package | Tobias Klauser |
| 2022-09-07 | os/exec: LookPath: use eaccess for exec check on linux | Kir Kolyshkin |
| 2022-09-06 | internal/poll, internal/syscall/unix, net: enable writev on solaris | Tobias Klauser |
| 2022-09-05 | internal/syscall/unix: KernelVersion nitpicks | Kir Kolyshkin |
| 2022-09-05 | internal/syscall/unix: simplify KernelVersion | Kir Kolyshkin |
| 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-20 | runtime/pprof: add memory mapping info for Windows | Egon Elbre |
| 2022-06-03 | cmd/go: add functions to read index file | Michael Matloob |
| 2022-05-26 | syscall: update linux/loong64 kernel ABI, emulate fstatat with statx | WANG Xuerui |
| 2022-05-17 | internal/syscall/unix: loong64 use generic syscall | Xiaodong Liu |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-04 | Revert "os: add handling of os.Interrupt for windows" | Bryan Mills |
| 2022-04-03 | os: add handling of os.Interrupt for windows | Constantin Konstantinidis |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-03-08 | os, internal/syscall/unix: consolidate Pipe implementations | Tobias Klauser |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 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: fix and document uses of RegEnumKeyEx | Michael Anthony Knyszek |
| 2021-11-03 | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder |
| 2021-10-28 | all: manual fixups for //go:build vs // +build | Russ Cox |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-08-20 | crypto/rand, internal/syscall/unix: don't use getentropy on iOS | Tobias Klauser |
| 2021-08-16 | internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIX | Matt Layher |
| 2021-08-13 | all: gofmt more (but vendor, testdata, and top-level test directories) | Dmitri Shuralyov |
| 2021-05-03 | internal/syscall/unix: use internal/abi.FuncPC for syscall wrapper | Cherry Zhang |
| 2021-03-17 | crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin | Tobias Klauser |
| 2021-03-11 | crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris | Tobias Klauser |
| 2021-03-11 | internal/syscall/unix: unify GetRandom implementation | Tobias Klauser |
| 2021-03-10 | crypto/rand: supports for getrandom syscall in DragonFlyBSD | David Carlier |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-01-15 | syscall: remove RtlGenRandom and move it into internal/syscall | Jason A. Donenfeld |
| 2020-11-02 | all: update dependency on golang.org/x/sys and regenerate Windows syscalls | Bryan C. Mills |
| 2020-11-02 | syscall: switch go:generate directives back to mksyscall_windows.go | Bryan C. Mills |
| 2020-10-13 | syscall: remove dependency on io | Russ Cox |