| Age | Commit message (Expand) | Author |
| 2021-11-02 | syscall: fix finalizer fd close bugs in TestFcntlFlock and TestPassFD | Michael Anthony Knyszek |
| 2021-11-02 | syscall: remove GOMAXPROCS change in TestExecHelper | Michael Anthony Knyszek |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-11-02 | syscall,internal/poll: copy arrays by assignment instead of looping | 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-10-27 | syscall: use dup3 in forkAndExecInChild on NetBSD | Tobias Klauser |
| 2021-10-26 | syscall: add utimensat libc wrapper on darwin | Tobias Klauser |
| 2021-10-26 | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumos | Tobias Klauser |
| 2021-10-18 | syscall/js: remove Wrapper interface | Richard Musiol |
| 2021-10-14 | syscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExecInChild on FreeBSD | Tobias Klauser |
| 2021-10-14 | syscall: add support for SysProcAttr.Pdeathsig on FreeBSD | Tobias Klauser |
| 2021-10-14 | syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSD | Tobias Klauser |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-09-17 | syscall: implement Pipe using pipe2 syscall on all linux platforms | Tobias Klauser |
| 2021-09-17 | syscall: remove //sysnb comment generating Setreuid for linux/arm64 | Tobias Klauser |
| 2021-09-17 | syscall: do not use handle lists on windows when NoInheritHandles is true | Jason A. Donenfeld |
| 2021-09-14 | syscall: remove use of IN_KUBERNETES in test | Tobias Klauser |
| 2021-09-09 | syscall: drop fallback to pipe in Pipe on linux/arm | Tobias Klauser |
| 2021-09-06 | syscall: use dup3 in forkAndExecInChild1 on all Linux platforms | Tobias Klauser |
| 2021-09-02 | syscall: drop fallback to accept in Accept on Linux | Tobias Klauser |
| 2021-09-02 | syscall: drop fallback to utimes in UtimesNano on Linux | Tobias Klauser |
| 2021-09-02 | os, syscall: remove fallback to pipe syscall on Linux | Tobias Klauser |
| 2021-08-19 | syscall: add SyscallN | Changkun Ou |
| 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-08-16 | syscall: hoist Getsockname out of NetlinkRIB loops | Matt Layher |
| 2021-08-16 | syscall: use correct type for TIOCSPGRP/TIOCGPGRP | Joel Sing |
| 2021-08-13 | all: gofmt more (but vendor, testdata, and top-level test directories) | Dmitri Shuralyov |
| 2021-06-16 | syscall: fix TestGroupCleanupUserNamespace test failure on Fedora | Rahul Bajaj |
| 2021-06-15 | syscall: disable c-shared test when no cgo, for windows/arm | Jason A. Donenfeld |
| 2021-06-15 | syscall: rewrite handle inheritance test to use C rather than Powershell | Jason A. Donenfeld |
| 2021-06-11 | syscall: do not load native libraries on non-native powershell on arm | Jason A. Donenfeld |
| 2021-06-04 | syscall: regenerate zsyscall_windows.go | Bryan C. Mills |
| 2021-06-04 | syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ... | Jason A. Donenfeld |
| 2021-05-20 | syscall: document NewCallback and NewCallbackCDecl limitations | Michael Anthony Knyszek |
| 2021-05-17 | syscall: some containers may fail syscall.TestSetuidEtc | Andrew G. Morgan |
| 2021-05-11 | runtime,syscall: simplify openbsd related build tags | Joel Sing |
| 2021-05-09 | runtime,syscall: convert syscall on openbsd/arm to libc | Joel Sing |
| 2021-05-08 | syscall: do not change stdio handle inheritance | Alex Brainman |
| 2021-05-04 | syscall: add //go:build lines to assembly files | Tobias Klauser |
| 2021-05-04 | os, syscall: use wait6 to avoid wait/kill race on netbsd | Tobias Klauser |
| 2021-05-02 | os, syscall: use wait6 to avoid wait/kill race on dragonfly | Tobias Klauser |
| 2021-05-02 | syscall: add //go:build lines to files generated with with mksyscall_libc.pl | Tobias Klauser |
| 2021-04-30 | runtime,syscall: convert syscall on openbsd/386 to libc | Joel Sing |
| 2021-04-27 | syscall: move TestForegroundSignal create call out of goroutine | Ian Lance Taylor |
| 2021-04-27 | syscall: restore nosplit for ptrace1 on Darwin | Cherry Zhang |
| 2021-04-27 | syscall: restore signal mask after setting foreground process group | Ian Lance Taylor |
| 2021-04-26 | syscall: on linux use accept4 in Accept, fall back to accept | Tobias Klauser |