| Age | Commit message (Expand) | Author |
| 2014-05-16 | syscall: fix a few Linux system calls | Russ Cox |
| 2014-03-29 | syscall: add SendmsgN for BSD variants, Linux and Solaris | Mikio Hara |
| 2014-01-21 | syscall: use unsafe.Pointer instead of uintptr in net syscalls | Brad Fitzpatrick |
| 2013-07-25 | syscall: prlimit argument error for Getrlimit and Setrlimit on Linux 32-bit | Peter Mundy |
| 2013-01-28 | net, syscall: use accept4 and SOCK_CLOEXEC on Linux | Ian Lance Taylor |
| 2012-10-29 | syscalls: annotate Sendfile() for race detector | Dmitriy Vyukov |
| 2012-10-25 | syscall: implement (*PtraceRegs).PC() and SetPC() | Shenghou Ma |
| 2012-10-08 | syscall: fix Statfs and Fstatfs on Linux/ARM | Shenghou Ma |
| 2012-09-24 | syscall: prepare for 64-bit ints | Russ Cox |
| 2012-07-31 | pkg/syscall: unexport Prlimit. | Han-Wen Nienhuys |
| 2012-07-02 | syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. | Han-Wen Nienhuys |
| 2012-06-03 | syscall: fix 32-bit uid calls | Shenghou Ma |
| 2012-03-06 | syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARM | Shenghou Ma |
| 2011-11-14 | syscall: more linux arm build fixes | Russ Cox |
| 2011-11-13 | syscall: use error | Russ Cox |
| 2011-06-17 | gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr | Russ Cox |
| 2011-05-20 | syscall: sendfile | Brad Fitzpatrick |
| 2011-04-22 | syscall: fix Ftruncate under linux/arm5 | Dave Cheney |
| 2011-04-06 | syscall: add Mmap, Munmap on Linux, FreeBSD, OS X | Russ Cox |
| 2011-03-23 | syscall: GetsockoptInt. | Albert Strasheim |
| 2011-03-16 | syscall: Permit non-blocking syscalls. | Ian Lance Taylor |
| 2011-01-05 | syscall: correct Linux Splice definition | Russ Cox |
| 2010-12-08 | arm: more fixes | Russ Cox |
| 2010-12-08 | syscall: fix linux/arm build | Russ Cox |
| 2010-11-05 | syscall: use 64-bit file size for truncation on Linux | Peter Mundy |
| 2010-10-20 | syscall/arm: correct 64-bit system call arguments | Russ Cox |
| 2010-09-21 | syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. | Ian Lance Taylor |
| 2010-09-07 | arm: use the correct stat syscalls | Brad Fitzpatrick |
| 2010-08-23 | arm: fix build, regenerate syscall files | Kai Backman |
| 2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer |
| 2009-11-05 | gofmt-ify syscall | Robert Griesemer |
| 2009-11-04 | fixing (badly) linux_arm syscall. | Kai Backman |
| 2009-10-23 | all of pkg now compiles, fixes a few more tests | Kai Backman |
| 2009-10-06 | - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) | Kai Backman |
| 2009-10-01 | some progress on arm linux syscall interface. ztypes_linux_arm | Kai Backman |
| 2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman |