| Age | Commit message (Expand) | Author |
| 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 |
| 2016-10-12 | syscall: unify NsecToTime{spec,val}, fix for times < 1970 | Ian Lance Taylor |
| 2016-10-11 | syscall: unify TimespecToNsec and TimevalToNsec | Ian Lance Taylor |
| 2016-10-05 | syscall: relax TestUnshare | Quentin Smith |
| 2016-10-03 | syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris | Mikio Hara |
| 2016-10-01 | syscall: re-enable TestPassFD on dragonfly | Mikio Hara |
| 2016-09-30 | runtime, syscall: use FP instead of SP for parameters | Matthew Dempsky |
| 2016-09-29 | net: add Buffers type, do writev on unix | Brad Fitzpatrick |
| 2016-09-25 | os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows | Kale Blankenship |
| 2016-09-21 | syscall: fix build on dragonfly | Mikio Hara |
| 2016-09-20 | syscall: validate ParseDirent inputs | Damien Neil |
| 2016-09-14 | syscall: add bounds checking and error returns to ParseNetlinkMessage | David Stainton |
| 2016-09-11 | syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESS | Alex Brainman |
| 2016-09-07 | syscall: avoid convT2I allocs for common Windows error values | Brad Fitzpatrick |
| 2016-09-07 | syscall: use MNT_NOWAIT in TestGetfsstat | Brad Fitzpatrick |
| 2016-09-06 | syscall: make Getpagesize return page size from runtime | Austin Clements |
| 2016-09-06 | syscall: add yet more TestGetfsstat debugging | Brad Fitzpatrick |
| 2016-09-05 | syscall: add more TestGetfsstat debugging | Brad Fitzpatrick |
| 2016-08-31 | syscall: add some debugging to TestGetfsstat | Brad Fitzpatrick |
| 2016-08-26 | syscall: fix plan9/386 RawSyscall6 | Josh Bleecher Snyder |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-08-24 | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman |
| 2016-08-22 | syscall: delete unreachable code | Josh Bleecher Snyder |
| 2016-08-20 | syscall: validate ParseUnixCredentials inputs | Ian Gudger |
| 2016-08-17 | syscall: mksyscall_windows.go: put path separator in suffix for matching GOROOT | Yasuhiro Matsumoto |
| 2016-08-16 | syscall: unify unix/amd64 asm implementations | Josh Bleecher Snyder |