| Age | Commit message (Expand) | Author |
| 2016-08-16 | syscall: split out unix Syscall9 asm support | Josh Bleecher Snyder |
| 2016-08-16 | syscall: superficial cleanup of amd64 unix assembly | Josh Bleecher Snyder |
| 2016-08-16 | syscall: fix dragonfly/amd64 assembly argument sizes | Josh Bleecher Snyder |
| 2016-08-16 | syscall: unify unix 386 implementations | Josh Bleecher Snyder |
| 2016-08-16 | syscall: test Gettimeofday everywhere, not just on Darwin | Brad Fitzpatrick |
| 2016-08-05 | runtime, syscall: fix kernel gettimeofday ABI change on iOS 10 | Shenghou Ma |
| 2016-08-04 | syscall: fix Gettimeofday on macOS Sierra | Brad Fitzpatrick |
| 2016-07-08 | syscall: add another output for TestGroupCleanupUserNamespace | Ian Lance Taylor |
| 2016-07-06 | cmd/compile, syscall: add //go:uintptrescapes comment, and use it | Ian Lance Taylor |
| 2016-07-04 | syscall: fix missing use of use function in Getfsstat | Mikio Hara |
| 2016-06-30 | syscall: accept more variants of id output when testing as root | Ian Lance Taylor |
| 2016-06-15 | syscall: skip TestUnshare if kernel does not support net namespace | Cherry Zhang |
| 2016-06-10 | syscall: add a padding field to EpollEvent on s390x | Michael Munday |
| 2016-06-02 | syscall: deflake TestUnshare | Mikio Hara |
| 2016-06-02 | syscall: call setgroups for no groups on GNU/Linux | Alexander Morozov |
| 2016-06-01 | syscall: rename SysProcAttr.Unshare to Unshareflags | Alexander Morozov |
| 2016-05-31 | syscall: plan9 - mark gbit16 as go:nosplit | Richard Miller |
| 2016-05-20 | syscall: fix unshare test on mips | Jess Frazelle |
| 2016-05-20 | syscall: add Unshare flags to SysProcAttr on Linux | Jess Frazelle |
| 2016-05-15 | syscall: fix missing use of use function in sysctl | Mikio Hara |
| 2016-05-15 | syscall: deprecate BPF/LSF | Mikio Hara |
| 2016-05-15 | syscall: deprecate routing message APIs for BSD variants | Mikio Hara |
| 2016-05-13 | syscall: separate stdlib imports from others in mksyscall_windows.go | Alex Brainman |
| 2016-05-12 | syscall: make mksyscall_windows.go -systemdll flag true by default | Alex Brainman |
| 2016-05-11 | syscall: remove mksyscall_windows.go -xsys flag | Alex Brainman |
| 2016-05-11 | runtime: make mksyscall_windows.go flags do what they say they do | Alex Brainman |
| 2016-05-06 | syscall,os,net: don't use ForkLock in plan9 | Richard Miller |
| 2016-05-06 | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai |
| 2016-05-05 | syscall: simplify closing of extra fds in plan9 StartProcess | Richard Miller |
| 2016-04-27 | syscall: fix uint64->int cast of control message header | Damien Neil |
| 2016-04-13 | syscall: fix epoll_event struct for ppc64le/ppc64 | Lynn Boger |
| 2016-04-08 | syscall: add assembly for Linux on s390x | Michael Munday |
| 2016-04-06 | runtime: use windows.NewLazySystemDLL in mksyscall_windows.go | Alex Brainman |
| 2016-04-03 | syscall: add support for s390x | Michael Munday |
| 2016-04-02 | syscall: point to x/sys in DLL loading docs, update syscall generator | Brad Fitzpatrick |
| 2016-04-01 | runtime, syscall: only search for Windows DLLs in the System32 directory | Brad Fitzpatrick |
| 2016-03-29 | all: use &^ operator if possible | Marvin Stenger |
| 2016-03-29 | syscall: fix accidental close of exec status pipe in StartProcess | Richard Miller |
| 2016-03-22 | syscall: correct spelling/typos in comment | Michael Munday |
| 2016-03-21 | syscall: change clone argument order on s390x | Michael Munday |
| 2016-03-17 | syscall: avoid failure in plan9 StartProcess from fd close race | Richard Miller |
| 2016-03-09 | syscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_arm | Richard Miller |
| 2016-03-07 | os, syscall: skip tests when environment doesn't permit testing | Brad Fitzpatrick |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-29 | syscall: Fix generator for Linux syscalls. | Benoit Sigoure |
| 2016-02-26 | syscall: new files for plan_arm support | Richard Miller |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-02-24 | runtime, syscall: switch linux/386 to use int 0x80 | Shenghou Ma |
| 2016-01-14 | cmd/compile: recognize Syscall-like functions for liveness analysis | Russ Cox |