| Age | Commit message (Expand) | Author |
| 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 |
| 2017-02-17 | syscall: only call setgroups if we need to | Wander Lairson Costa |
| 2017-02-13 | cmd/go: add "syscall" to the set of packages that run extFiles++ | Sameer Ajmani |
| 2017-02-13 | syscall: delete the "use" function and calls in non-generated files. | Sameer Ajmani |
| 2017-02-09 | syscall: remove "use" function and calls from generated code. | Sameer Ajmani |
| 2017-02-01 | syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl | Elias Naur |
| 2017-01-13 | syscall: export Fsid.X__val on s390x | Michael Munday |
| 2016-12-12 | runtime, syscall: update openbsd for changes to syskill | Joel Sing |
| 2016-11-15 | syscall: define bind flags on Plan 9 | David du Colombier |
| 2016-11-14 | syscall: Clearenv now unsets env vars on Windows | Jesse Szwedko |
| 2016-11-12 | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov |
| 2016-11-09 | syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm} | Brad Fitzpatrick |
| 2016-11-08 | syscall: fix name of prlimit parameters | Brad Fitzpatrick |
| 2016-11-07 | syscall: add Getexecname on Solaris for os.Executable | Shenghou Ma |
| 2016-11-03 | syscall: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-30 | syscall: remove X__cmsg_data from Cmsghdr | Ian Gudger |
| 2016-10-25 | syscall: use name+(NN)FP on plan9/amd64 | David du Colombier |
| 2016-10-25 | syscall: use name+(NN)FP on plan9/386 | David du Colombier |
| 2016-10-25 | runtime, syscall: appease vet | Josh Bleecher Snyder |
| 2016-10-22 | syscall: use ERROR_IO_PENDING value in errnoErr | Alex Brainman |
| 2016-10-19 | syscall: make Utimes on Solaris match all the other geese | Brad Fitzpatrick |
| 2016-10-19 | syscall: for ForkExec on Linux, always use 32-bit setgroups system call | Russ Cox |
| 2016-10-19 | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka |
| 2016-10-17 | syscall, net: make deadline changes affect blocked read/write calls on nacl | Brad Fitzpatrick |
| 2016-10-12 | syscall: update darwin/amd64 for timespec change | Russ Cox |
| 2016-10-12 | syscall: document that Exec wraps execve(2) | Kevin Burke |