| Age | Commit message (Expand) | Author |
| 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 |
| 2015-12-10 | syscall: fix duplicated copyright header in mksysnum_plan9.sh | Brad Fitzpatrick |
| 2015-12-07 | go/doc, syscall: change 'more then' to 'more than' | andrey mirtchovski |
| 2015-12-05 | Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFL... | Yuval Pavel Zholkover |
| 2015-12-05 | syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL | Yuval Pavel Zholkover |
| 2015-12-05 | syscall: fix ParseRoutingSockaddr name in docs | Yann Kerhervé |
| 2015-11-26 | internal/race: add package | Dmitry Vyukov |
| 2015-11-25 | syscall: skip tests that create a user namespace when chrooted | Michael Hudson-Doyle |
| 2015-11-24 | syscall: don't check result of close(fd) in forkAndExecInChild on Plan9 | David du Colombier |
| 2015-11-17 | runtime, syscall: use int $0x80 to invoke syscalls on android/386 | Michael Hudson-Doyle |
| 2015-11-12 | syscall: added support for linux/mips64{,le} | Yao Zhang |
| 2015-11-12 | syscall: added machine-generated code for linux/mips64{,le} | Yao Zhang |