| Age | Commit message (Expand) | Author |
| 2019-09-18 | syscall: skip TestAmbientCapsUserns if user namespaces are not supported | Tobias Klauser |
| 2019-09-16 | syscall: avoid zeroing unused syscall arguments | Maya Rashish |
| 2019-09-11 | syscall: implement rawVforkSyscall for linux/arm64 | Howard Zhang |
| 2019-09-09 | syscall: minor cleanup of duplicated code | Keisuke Kishimoto |
| 2019-09-08 | syscall: re-generate zsyscall_darwin_arm*.s | Elias Naur |
| 2019-09-07 | syscall: disable sysctl on iOS | Elias Naur |
| 2019-09-04 | syscall: redirect writes to runtime.write in faketime mode | Austin Clements |
| 2019-08-30 | syscall: fix duplicate comments | micnncim |
| 2019-08-30 | syscall: fix coredump bit for aix/ppc64 | Clément Chigot |
| 2019-08-29 | runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI... | Tianon Gravi |
| 2019-08-29 | syscall: enable ReadDirent tests on aix, linux and solaris | Tobias Klauser |
| 2019-08-28 | syscall: move Renameat to syscall_linux_$GOARCH.go | Tobias Klauser |
| 2019-08-28 | runtime,syscall/js: reuse wasm memory DataView | Agniva De Sarker |
| 2019-08-22 | syscall: document relationship among Errno, errors.Is and os.Err* | Jonathan Amsterdam |
| 2019-08-05 | syscall: include complete prototype of system calls | Keith Randall |
| 2019-08-02 | all: remove os.ErrTimeout | Damien Neil |
| 2019-08-01 | all: remove os.ErrTemporary | Damien Neil |
| 2019-06-27 | Revert "syscall: use Ctty before fd shuffle" | Damien Neil |
| 2019-06-26 | syscall: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12 | Tobias Klauser |
| 2019-06-16 | syscall: accept permission errors in TestExecPtrace | Elias Naur |
| 2019-06-15 | syscall: disable ptrace on iOS | Elias Naur |
| 2019-06-10 | syscall: fix freebsd 64-bit test | Keith Randall |
| 2019-06-10 | syscall: fix Getdirentries on 32-bit freebsd 12 | Keith Randall |
| 2019-06-07 | syscall: refer to Proc.Call documentation for LazyProc.Call on Windows | Matt Layher |
| 2019-06-06 | syscall: fix skip condition in skipUnprivilegedUserClone | Meng Zhuo |
| 2019-06-06 | syscall: skip test if unprivileged_userns_clone sysctl is missing | Meng Zhuo |
| 2019-06-02 | syscall/js: fix comments | Hajime Hoshi |
| 2019-05-30 | syscall: use Ctty before fd shuffle | Greg Thelen |
| 2019-05-24 | syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS | Richard Musiol |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-05-15 | syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390x | Joel Sing |
| 2019-05-09 | syscall: fix vet complaints for all dragonfly, freebsd, netbsd, openbsd | Russ Cox |
| 2019-05-05 | syscall: remove unused {dragonfly,illumos,solaris}64Bit constants | Tobias Klauser |
| 2019-05-05 | syscall: support generating netbsd/arm64 files in mkall.sh | Tobias Klauser |
| 2019-04-30 | syscall: on wasm, do not use typed array asynchronously | Richard Musiol |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-04-29 | syscall: don't return EINVAL on zero Chmod mode on Windows | Brad Fitzpatrick |
| 2019-04-28 | syscall: allow setting security attributes on processes | Jason A. Donenfeld |
| 2019-04-27 | cmd/link/internal/ld,syscall: replace getfsstat64 with getfsstat | Elias Naur |
| 2019-04-27 | cmd/link/internal/ld,syscall: drop $INODE64 suffixes on simulators | Elias Naur |
| 2019-04-27 | runtime, syscall: address vet errors in openbsd/arm64 assembly | Joel Sing |
| 2019-04-26 | syscall: add support for openbsd/arm64 | Joel Sing |
| 2019-04-20 | all: add start of netbsd/arm64 support | Maya Rashish |
| 2019-04-16 | syscall: skip DirentRepeat test on freebsd | Keith Randall |
| 2019-04-16 | syscall: move helper handler before AIX handler in TestPassFD | Clément Chigot |
| 2019-04-12 | syscall: add aix to syscall_unix_test.go | Clément Chigot |
| 2019-04-11 | syscall: enforce minimum buffer size to call ReadDirent | Keith Randall |
| 2019-04-10 | syscall: store skip count in file descriptor offset | Keith Randall |
| 2019-04-09 | syscall: gofmt -w -s | Mikio Hara |
| 2019-04-05 | syscall: use openat instead of dup to make a really new file descriptor | Keith Randall |