| Age | Commit message (Expand) | Author |
| 2011-10-25 | syscall: correct name of mksyscall script in comment | Ian Lance Taylor |
| 2011-10-24 | syscall: use uintptr for Mount flags. | David Anderson |
| 2011-10-19 | syscall: update ztypes_linux_386 for terminal changes | Brad Fitzpatrick |
| 2011-10-19 | syscall: update ztypes_linux_arm for terminal changes | Dave Cheney |
| 2011-10-18 | exp/winfsnotify: filesystem watcher for Windows | Hector Chu |
| 2011-10-18 | exp/terminal: split terminal handling from exp/ssh | Adam Langley |
| 2011-10-18 | gofix -r mapdelete | Russ Cox |
| 2011-10-15 | syscall: dll function load and calling changes | Alex Brainman |
| 2011-10-14 | syscall: adjust Mount to accomodate stricter FS implementations. | David Anderson |
| 2011-10-13 | crypto/tls: fetch root CA from Windows store | Mikkel Krautz |
| 2011-10-12 | net: implement ip protocol name to number resolver for windows | Alex Brainman |
| 2011-10-11 | syscall: add #ifdefs to fix the manual corrections in ztypes_linux_arm.go | Dave Cheney |
| 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-09-24 | syscall: mksyscall_windows.pl to produce packages other than syscall (for exa... | Jaroslavas Počepko |
| 2011-09-23 | syscall: add GetsockoptByte, SetsockoptByte for openbsd | Mikio Hara |
| 2011-09-23 | syscall: add IPv4 ancillary data for linux | Mikio Hara |
| 2011-09-23 | syscall: mark stdin, stdout and stderr as non-inheritable by child process | Alex Brainman |
| 2011-09-15 | build: add build comments to core packages | Russ Cox |
| 2011-09-09 | os: forgotten file of submitted CL 4984051 | Jaroslavas Počepko |
| 2011-09-08 | syscall: add route flags for linux | Mikio Hara |
| 2011-09-08 | os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not eno... | Jaroslavas Počepko |
| 2011-09-08 | Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for... | Paul Lalonde |
| 2011-09-06 | os: use GetFileAttributesEx to implement Stat on windows | Alex Brainman |
| 2011-09-05 | syscall: update routing message attributes handling, fix typo | Mikio Hara |
| 2011-08-31 | syscall: handle routing entry in ParseRoutingSockaddr on BSD variants | Mikio Hara |
| 2011-08-31 | exp/wingui: made compatible with windows/amd64 | Jaroslavas Počepko |
| 2011-08-29 | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover |
| 2011-08-29 | syscall: add openbsd 386 | Joel Sing |
| 2011-08-26 | syscall: Handle RTM_NEWROUTE in ParseNetlinkRouteAttr on Linux. | Albert Strasheim |
| 2011-08-26 | syscall: SOMAXCONN should be 0x7fffffff at winsock2. | Yasuhiro Matsumoto |
| 2011-08-22 | syscall: openbsd amd64 syscall support | Joel Sing |
| 2011-08-19 | net: fix windows build | Alex Brainman |
| 2011-08-17 | net: Plan 9 support | Fazlul Shahriar |
| 2011-08-16 | net, syscall: move multicast address handling | Joel Sing |
| 2011-08-16 | syscall: make LazyDLL/LazyProc.Mutex unexported | Dmitriy Vyukov |
| 2011-08-08 | syscall: move bsd mmap syscall | Joel Sing |
| 2011-08-05 | net: implement windows LookupMX and LookupAddr | Alex Brainman |
| 2011-08-04 | syscall: update routing message support for BSD variants | Mikio Hara |
| 2011-07-31 | syscall: delay load of dll functions until they are called | Alex Brainman |
| 2011-07-29 | syscall: move bsd pipe syscall | Joel Sing |
| 2011-07-25 | syscall: remove unused windows code and comments | Alex Brainman |
| 2011-07-18 | syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS. | Albert Strasheim |
| 2011-07-14 | go/printer: changed max. number of newlines from 3 to 2 | Robert Griesemer |
| 2011-07-13 | syscall: add Flock on Linux | Russ Cox |
| 2011-07-13 | syscall: change missing from windows net fixes | Russ Cox |
| 2011-07-13 | net: windows/amd64 port | Wei Guangjing |
| 2011-07-07 | syscall: rearrange windows code so 386 and amd64 can share files | Alex Brainman |
| 2011-07-01 | windows: define and use syscall.Handle | Wei Guangjing |
| 2011-06-27 | syscall: support for tty options in StartProcess | Ken Rockot |