| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-07-30 | undo CL 107280044 / ee11f19bc514 | Mikio Hara |
| 2014-06-24 | syscall: disable Setuid/Setgid on linux | Dave Cheney |
| 2014-06-23 | syscall: consolidate, simplify socket options for Unix-like systems | Mikio Hara |
| 2014-03-29 | syscall: add SendmsgN for BSD variants, Linux and Solaris | Mikio Hara |
| 2014-02-27 | syscall: add some paranoia in Linux's Accept4 | Brad Fitzpatrick |
| 2014-01-21 | syscall: use unsafe.Pointer instead of uintptr in net syscalls | Brad Fitzpatrick |
| 2013-07-31 | syscall: add Dup3 on Linux | Brad Fitzpatrick |
| 2013-07-05 | syscall: reduce duplication between *bsd and linux | Dave Cheney |
| 2013-06-25 | syscall: reduce duplication between *bsd and linux | Dave Cheney |
| 2013-06-22 | syscall: reduce duplication between *bsd and linux | Dave Cheney |
| 2013-06-11 | syscall: add {Set,Get}priority for Linux, and consistency tests | Shenghou Ma |
| 2013-05-23 | syscall: add IPv6 socket options for Unix variants | Mikio Hara |
| 2013-02-14 | syscall: don't make //sys lines be doc comments | Brad Fitzpatrick |
| 2013-02-06 | syscall, net: Fix unix socket autobind on Linux. | Albert Strasheim |
| 2013-01-30 | syscall: handle empty address in ReadFrom better | Jeff R. Allen |
| 2013-01-28 | net, syscall: use accept4 and SOCK_CLOEXEC on Linux | Ian Lance Taylor |
| 2013-01-10 | syscall: implement Pipe2 on Linux and use it in ForkExec | Georg Reinke |
| 2012-12-13 | os: Improve the accuracy of os.Chtimes | Nick Craig-Wood |
| 2012-11-01 | syscall: add {Get,Set,List,Remove}xattr on Linux. | Han-Wen Nienhuys |
| 2012-10-09 | race: syscall changes | Dmitriy Vyukov |
| 2012-09-24 | syscall: prepare for 64-bit ints | Russ Cox |
| 2012-09-12 | syscall: add linux specific Getsockopt for Ucred struct | Andreas Jellinghaus |
| 2012-09-01 | syscall: add PtraceSyscall(pid int, signal int) | Dave Cheney |
| 2012-08-05 | syscall: return EINVAL when string arguments have NUL characters | Alexey Borzenkov |
| 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-03-13 | all: various typos | Robert Griesemer |
| 2012-02-14 | syscall: linux Tgkill takes a Signal too | Russ Cox |
| 2012-02-13 | os/signal: selective signal handling | Russ Cox |
| 2012-02-13 | syscall: make linux Dup2 match other systems | Russ Cox |
| 2012-01-14 | src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH | Mikio Hara |
| 2011-12-19 | net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor | Ian Lance Taylor |
| 2011-11-14 | syscall: take over env implementation | Russ Cox |
| 2011-11-13 | syscall: use error | Russ Cox |
| 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 |