| Age | Commit message (Expand) | Author |
| 2018-06-14 | syscall, internal/syscall: follow convention for generated code comment | Tobias Klauser |
| 2018-06-13 | syscall: check Fchmodat flags parameter on Linux | Tobias Klauser |
| 2018-06-13 | syscall: support Linux syscalls without error return on mipsx/mips64x | Tobias Klauser |
| 2018-06-11 | syscall: update TOKEN_ALL_ACCESS according to WinNT.h | Thanabodee Charoenpiriyakij |
| 2018-06-04 | net: add js/wasm architecture | Richard Musiol |
| 2018-06-04 | syscall: fix EpollWait for arm64 | Wei Xiao |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-06-01 | os: add js/wasm architecture | Richard Musiol |
| 2018-05-23 | syscall: partially revert "enable some nacl code to be shared with js/wasm" | Richard Musiol |
| 2018-05-15 | misc/wasm: fix passing large negative integers from JS to Go | Richard Musiol |
| 2018-05-08 | syscall: eliminate aliasing of syscall error strings in Plan 9 | Richard Miller |
| 2018-05-03 | syscall/js: add package | Richard Musiol |
| 2018-05-01 | net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept | Ian Lance Taylor |
| 2018-04-30 | all: skip unsupported tests for js/wasm | Richard Musiol |
| 2018-04-30 | syscall: enable some nacl code to be shared with js/wasm | Richard Musiol |
| 2018-04-26 | syscall: 32-bit MIPS splice system call returns int, not int64 | Ian Lance Taylor |
| 2018-04-19 | syscall: avoid extra syscall on send/recvmsg on Linux | Jason A. Donenfeld |
| 2018-04-18 | syscall: introduce Pointer type and use it instead of uintptr | Alex Brainman |
| 2018-04-14 | syscall: remove WSAEMSGSIZE | Alex Brainman |
| 2018-04-13 | time: add wasm architecture | Richard Musiol |
| 2018-04-11 | os: document that Chown with -1 means to leave values unchanged, like POSIX | Brad Fitzpatrick |
| 2018-03-30 | syscall: remove double Unlock from Dup2 on nacl | Filippo Valsorda |
| 2018-03-15 | syscall: use Android O friendly fstatat syscall to implement Stat on linux/amd64 | Tobias Klauser |
| 2018-03-14 | runtime, syscall: add RawSyscall6 on Solaris and make it panic | Tobias Klauser |
| 2018-03-05 | runtime: rename vdso symbols to use camel case | Ian Lance Taylor |
| 2018-03-02 | syscall: fix nil pointer dereference in Select on linux/{arm64,mips64x} | Tobias Klauser |
| 2018-02-28 | syscall: reduce redundant getwd tracking in Plan 9 | Richard Miller |
| 2018-02-27 | os, syscall: use pipe2 instead of pipe syscall on OpenBSD | Tobias Klauser |
| 2018-02-26 | syscall: remove/update outdated TODO comments | Tobias Klauser |
| 2018-02-26 | net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept... | Tobias Klauser |
| 2018-02-22 | syscall: remove list of unimplemented syscalls | Tobias Klauser |
| 2018-02-21 | net: fix UDPConn readers to return truncated payload size instead of 0 | Mansour Rahimi |
| 2018-02-20 | syscall: ensure Mkdir(path) on Plan 9 fails if path exists | Richard Miller |
| 2018-02-15 | net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic... | Tobias Klauser |
| 2018-02-14 | syscall, os: use pipe2 syscall on NetBSD instead of pipe | Tobias Klauser |
| 2018-02-13 | syscall: support syscalls without error return on Linux | Tobias Klauser |
| 2018-02-13 | syscall: support Getwd on all BSDs | Tobias Klauser |
| 2018-02-13 | syscall: reuse BSD forkExecPipe for Solaris | Tobias Klauser |
| 2018-01-31 | syscall: use SYS_GETDENTS64 on linux/mips64{,le} | Tobias Klauser |
| 2017-12-07 | syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets | Brad Fitzpatrick |
| 2017-12-01 | Revert "go/printer: forbid empty line before first comment in block" | Joe Tsai |
| 2017-11-29 | syscall: add missing err check in test | Tobias Klauser |
| 2017-11-28 | all: drop support for FreeBSD 9 or below | Mikio Hara |
| 2017-11-23 | syscall: remove dragonfly/386 from mkall.sh | Tobias Klauser |
| 2017-11-22 | syscall: add missing fs locking in Link, Rename on nacl | Tim Wright |
| 2017-11-07 | syscall: change SysProcAttr.Token type to Token | Alex Brainman |
| 2017-11-06 | syscall: fix NaCl Link syscall error handling | Tim Wright |
| 2017-11-06 | syscall: add Token to Windows SysProcAttr | Paul Querna |
| 2017-11-02 | go/printer: forbid empty line before first comment in block | Joe Tsai |
| 2017-11-02 | syscall: rename ztypes_windows* to types_windows* | Tobias Klauser |