| Age | Commit message (Expand) | Author |
| 2012-06-14 | [release-branch.go1] syscall: fix windows buildgo1.0.2 | Andrew Gerrand |
| 2012-06-13 | [release-branch.go1] syscall: fix GetCurrentProcessId symbol name on Windows | Russ Cox |
| 2012-06-13 | [release-branch.go1] syscall: unexport GetCurrentProcessId on Windows | Russ Cox |
| 2012-06-13 | [release-branch.go1] syscall: revert API changes in Windows Win32finddata fix. | Russ Cox |
| 2012-06-13 | [release-branch.go1] syscall: correct Win32finddata definition | Alex Brainman |
| 2012-06-13 | [release-branch.go1] syscall: fix 32-bit uid calls | Shenghou Ma |
| 2012-06-13 | [release-branch.go1] syscall: simplify text returned by Errno.Error() when Fo... | Alex Brainman |
| 2012-06-13 | [release-branch.go1] syscall: support Getpid() on Windows | Shenghou Ma |
| 2012-03-27 | path/filepath: use windows GetShortPathName api to force GetLongPathName to d... | Alex Brainman |
| 2012-03-19 | sysycall: remove creds_linux_test.go | Rob Pike |
| 2012-03-19 | syscall: delete passfd_test.go | Rob Pike |
| 2012-03-18 | syscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux. | Albert Strasheim |
| 2012-03-17 | syscall: add a test for passing an fd over a unix socket | Brad Fitzpatrick |
| 2012-03-13 | all: various typos | Robert Griesemer |
| 2012-03-13 | os, syscall: windows really isn't posix compliant, fix os.IsExist() | Shenghou Ma |
| 2012-03-08 | crypto/x509: allow server gated crypto in windows systemVerify | Mikkel Krautz |
| 2012-03-08 | path/filepath: retrieve real file name in windows EvalSymlinks | Alex Brainman |
| 2012-03-07 | crypto/x509: new home for root fetchers; build chains using Windows API | Mikkel Krautz |
| 2012-03-06 | syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARM | Shenghou Ma |
| 2012-03-02 | all: more typos | Robert Griesemer |
| 2012-03-02 | os: implement UserTime/SystemTime on windows | Alex Brainman |
| 2012-02-20 | syscall: force Windows to always use US English error messages | Shenghou Ma |
| 2012-02-17 | net, os, syscall: delete os.EPLAN9 | Mikio Hara |
| 2012-02-16 | syscall: fix bounds check in Error | Russ Cox |
| 2012-02-16 | os,syscall: fix plan 9 build | David du Colombier |
| 2012-02-14 | syscall: Make Pdeathsig type Signal in SysProcAttr on Linux. | Albert Strasheim |
| 2012-02-14 | syscall: linux Tgkill takes a Signal too | Russ Cox |
| 2012-02-14 | syscall: regenerate z-files for openbsd | Mikio Hara |
| 2012-02-14 | runtime, syscall, os/signal: fix windows build | Alex Brainman |
| 2012-02-14 | syscall: update BSD variants to sync with new os/signal | Mikio Hara |
| 2012-02-13 | fix build for Linux/ARM. | Shenghou Ma |
| 2012-02-14 | runtime, syscall: fix freebsd-386 build | Andrew Gerrand |
| 2012-02-14 | runtime, syscall: fix freebsd build | Andrew Gerrand |
| 2012-02-13 | os/signal: selective signal handling | Russ Cox |
| 2012-02-13 | syscall: make linux Dup2 match other systems | Russ Cox |
| 2012-02-11 | os,syscall: fix windows build | Brad Fitzpatrick |
| 2012-02-06 | syscall: add Timeval.Nano, Timespec.Nano, for conversion to Duration | Russ Cox |
| 2012-02-03 | syscall: update bootstrap scripts to sync with new go command | Mikio Hara |
| 2012-02-02 | syscall: fix // +build comments in types_*.go | Russ Cox |
| 2012-02-02 | os: Process.handle use syscall.Handle | Wei Guangjing |
| 2012-02-01 | syscall: fix build directive in types_linux.go | Russ Cox |
| 2012-02-01 | net, syscall: add IPv4 multicast helpers for windows | Mikio Hara |
| 2012-01-31 | syscall: cache environment variables on Plan 9. | Anthony Martin |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-30 | os/user: windows implementation | Alex Brainman |
| 2012-01-25 | syscall: add NOTE_* constants on OS X | Robert Figueiredo |
| 2012-01-19 | pkg: Add & fix Copyright of "hand generated" files | Olivier Duperray |
| 2012-01-19 | syscall: fix plan9 build | Mikio Hara |
| 2012-01-18 | syscall: add Unix method to TimeSpec, TimeVal | Brad Fitzpatrick |
| 2012-01-14 | src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH | Mikio Hara |