| Age | Commit message (Expand) | Author |
| 2017-11-01 | syscall: use setattrlist for UtimesNano on Darwin for ns resolution | Evan Jones |
| 2017-10-27 | syscall: document Time{spec,val} methods | Tobias Klauser |
| 2017-10-27 | syscall: simplify return in Futimesat and Mount | Tobias Klauser |
| 2017-10-26 | syscall: remove unnecessary use of unsafe.Pointer. | Christopher Koch |
| 2017-10-13 | syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} | Tobias Klauser |
| 2017-09-27 | syscall: correct TCGETS/TCSETS values on ppc64/ppc64le | Tobias Klauser |
| 2017-09-27 | syscall: make Exit call runtime.exit | Alex Brainman |
| 2017-09-26 | syscall: allow abstract unix socket to use the full Path len | Nicolas BRULEZ |
| 2017-09-22 | syscall: update syscall.Select to use newselect on ppc64x | Carlos Eduardo Seo |
| 2017-09-12 | runtime: improve timers scalability on multi-CPU systems | Aliaksandr Valialkin |
| 2017-09-10 | syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux | Hiroshi Ioka |
| 2017-08-29 | syscall: drop dummy byte for oob in unixgram SendmsgN | Luca Bruno |
| 2017-08-26 | all: remove some double spaces from comments | Daniel Martà |
| 2017-08-23 | syscall: skip some exec tests in container | Alexander Morozov |
| 2017-08-23 | syscall: move ptrace setup to right before exec | Jess Frazelle |
| 2017-08-15 | syscall: really use utimensat for UtimesNano on Solaris | Tobias Klauser |
| 2017-08-15 | syscall: fix definition of _AT_FDCWD on dragonfly | Tobias Klauser |
| 2017-08-15 | syscall: add missing int flag argument to utimensat | Yuval Pavel Zholkover |
| 2017-08-15 | runtime: remove unused global variable emptystring | Ian Lance Taylor |
| 2017-08-14 | syscall: add utimensat and use it for UtimesNano on BSD and Solaris | Tobias Klauser |
| 2017-07-17 | syscall: update check for UserNS support for centos 7 | Jess Frazelle |
| 2017-07-14 | syscall: skip TestUnshare on Linux upon permission error | Brad Fitzpatrick |
| 2017-07-12 | syscall: use correct go binary in test | Brad Fitzpatrick |
| 2017-06-28 | syscall: add AmbientCaps to linux SysProcAttr | Michael Stapelberg |
| 2017-06-28 | syscall: fix Exec on solaris | Shawn Walker-Salas |
| 2017-06-20 | runtime, syscall: workaround for bug in Linux's execve | John R. Lenton |
| 2017-06-20 | syscall: mark forkAndExecInChild1 noinline | Austin Clements |
| 2017-06-20 | syscall: use CLONE_VFORK safely | Austin Clements |
| 2017-06-14 | runtime, syscall: reset signal handlers to default in child | Ian Lance Taylor |
| 2017-06-08 | syscall: make windows Exit call runtime.exit | Alex Brainman |
| 2017-06-08 | net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 config | Brad Fitzpatrick |
| 2017-05-31 | syscall: allow processes steal a controlling terminal on Linux | Julio Montes |
| 2017-05-19 | syscall: add Conn and RawConn interfaces | Mikio Hara |
| 2017-05-16 | runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0" | Cherry Zhang |
| 2017-04-28 | syscall: fix typo in documentation for StringToUTF16Ptr | Tommy Schaefer |
| 2017-04-28 | syscall: stylistic cleanup and typo fixes in syscall_dragonfly.go | Mikio Hara |
| 2017-04-25 | syscall: fix ordering of Unshare and chroot on Linux | Ronald G. Minnich |
| 2017-04-22 | syscall: define ESPIPE on Plan 9 | David du Colombier |
| 2017-04-22 | os, syscall: fix errno in Seek on windows | Hiroshi Ioka |
| 2017-04-18 | syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonfly | Mikio Hara |
| 2017-04-17 | syscall: make TestFcntlFlock more robust | Mostyn Bramley-Moore |
| 2017-04-13 | syscall: fix TestGroupCleanup{UserNamespace} on Alpine | Jess Frazelle |
| 2017-04-07 | syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errors | Tamir Duberstein |
| 2017-04-05 | syscall: update comments for x/sys migration | Lynn Boger |
| 2017-03-31 | syscall: skip test on TestUnshareMountNameSpace permission error | Brad Fitzpatrick |
| 2017-03-23 | os/exec: handle Unshareflags with CLONE_NEWNS | Ronald G. Minnich |
| 2017-03-22 | syscall: use CLONE_VFORK and CLONE_VM | Richard Musiol |
| 2017-03-21 | syscall, os: fix FreeBSD 9 build | Brad Fitzpatrick |
| 2017-03-21 | syscall, os: use pipe2 syscall on FreeBSD instead of pipe | Brad Fitzpatrick |
| 2017-02-21 | syscall: fix linux/mipsx ret value FP offsets for Syscall9 | Josh Bleecher Snyder |