| Age | Commit message (Expand) | Author |
| 2011-10-24 | syscall: use uintptr for Mount flags. | David Anderson |
| 2011-10-14 | syscall: adjust Mount to accomodate stricter FS implementations. | David Anderson |
| 2011-10-04 | pkg/syscall: add Mkfifo for linux platforms | Paul Borman |
| 2011-10-01 | syscall: update multicast socket options for darwin, freebsd, linux, openbsd | Mikio Hara |
| 2011-07-13 | syscall: add Flock on Linux | Russ Cox |
| 2011-06-20 | syscall: add socket control message support for darwin, freebsd, linux | Mikio Hara |
| 2011-06-17 | gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr | Russ Cox |
| 2011-06-02 | net, syscall: update IP multicast socket options for darwin, freebsd, linux | Mikio Hara |
| 2011-05-22 | syscall: add IPv6 scope zone ID support | Mikio Hara |
| 2011-05-20 | syscall: sendfile | Brad Fitzpatrick |
| 2011-05-18 | syscall: add netlink support for linux/386, linux/amd64, linux/arm | Mikio Hara |
| 2011-04-26 | syscall: Mlock, Munlock, Mlockall, Munlockall on Linux. | Albert Strasheim |
| 2011-04-21 | syscall: Madvise and Mprotect for Linux. | Albert Strasheim |
| 2011-04-06 | syscall: fix typo in mmap comment | Dave Cheney |
| 2011-04-06 | syscall: add Mmap, Munmap on Linux, FreeBSD, OS X | Russ Cox |
| 2011-04-06 | os, syscall: refactor Unix directory parsing | Russ Cox |
| 2011-04-02 | R=rsc, brainman, ality, r2, r | Yuval Pavel Zholkover |
| 2011-03-23 | syscall: GetsockoptInt. | Albert Strasheim |
| 2011-03-16 | syscall: Permit non-blocking syscalls. | Ian Lance Taylor |
| 2011-03-09 | syscall: implement Mount and Unmount for linux. | David Anderson |
| 2011-03-09 | syscall: implement Reboot for linux. | David Anderson |
| 2011-02-03 | syscall: add SetsockoptIpMreq | Dave Cheney |
| 2011-01-19 | net, syscall: return source address in Recvmsg | Albert Strasheim |
| 2011-01-18 | syscall: Correct length of GNU/Linux abstract Unix domain sockaddr. | Ian Lance Taylor |
| 2011-01-14 | syscall: Correct length of SockaddrUnix. | Ian Lance Taylor |
| 2011-01-05 | syscall: correct Linux Splice definition | Russ Cox |
| 2010-12-07 | syscall, net: Add Recvmsg and Sendmsg on Linux. | Albert Strasheim |
| 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-10-12 | syscall: add sockaddr_ll support for linux/386, linux/amd64 | Mikio Hara |
| 2010-09-27 | syscall: add inotify on Linux | Balazs Lecz |
| 2010-09-21 | syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. | Ian Lance Taylor |
| 2010-08-20 | syscall: regenerate syscall/z* files for linux/386, linux/amd64 | Ivan Krasin |
| 2010-08-04 | os: change the type of permissions argument for Open etc. to uint32. | Rob Pike |
| 2010-07-01 | implications of len spec change | Russ Cox |
| 2010-06-30 | syscall: add socketpair | Ivan Krasin |
| 2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox |
| 2010-05-20 | syscall: linux, implement BindToDevice | Christopher Wedgwood |
| 2010-05-19 | syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhere | Russ Cox |
| 2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox |
| 2010-04-29 | syscall: force O_LARGEFILE in Linux open system call | Russ Cox |
| 2010-04-19 | syscall: match linux Setsid function signature to darwin | Andrew Gerrand |
| 2010-03-24 | syscall: Implement SetsockoptString | Christopher Wedgwood |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-11-30 | Minimise bitrot: bytes.Copy -> copy | Christopher Wedgwood |
| 2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer |
| 2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer |
| 2009-11-05 | gofmt-ify syscall | Robert Griesemer |