| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-05-20 | build: make nacl pass | Russ Cox |
| 2014-04-22 | os/exec: deflake a test on Linux | Brad Fitzpatrick |
| 2014-04-15 | os/exec: make TestPipeLookPathLeak more verbose when it fails | Brad Fitzpatrick |
| 2014-04-14 | os/exec: quiet distracting log output during test | Brad Fitzpatrick |
| 2014-04-04 | os/exec: always try appropriate command extensions during Cmd.Start on windows | Alex Brainman |
| 2014-02-03 | os/exec: fix Command with relative paths | Brad Fitzpatrick |
| 2014-01-13 | os/exec: disable fd check in TestHelperProcess on Plan 9 | David du Colombier |
| 2014-01-10 | os, os/exec, os/user: add support for GOOS=solaris | Aram Hăvărneanu |
| 2013-12-18 | crypto/x509: add non-cgo darwin system anchor certs | Josh Bleecher Snyder |
| 2013-08-29 | os/exec: return idempotent Closer from StdinPipe | Andrew Gerrand |
| 2013-08-23 | os/exec: remove flaky TestExtraFilesFDShuffle test | Carl Shapiro |
| 2013-08-24 | os: dragonfly support | Joel Sing |
| 2013-06-18 | os/exec: make exec_test.go:TestExtraFilesFDShuffle portable. | Cosmos Nicolaou |
| 2013-05-28 | os/exec: fix test hang | Dmitriy Vyukov |
| 2013-04-30 | os/exec: disable TestExtraFilesFDShuffle | Rob Pike |
| 2013-04-30 | syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li... | Cosmos Nicolaou |
| 2013-03-30 | os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set | Albert Strasheim |
| 2013-03-18 | os/exec: fix fd leak with Std*Pipe + LookPath | Brad Fitzpatrick |
| 2013-02-26 | os/exec: Pass tests on Plan 9 | Akshat Kumar |
| 2013-01-27 | all: make tests able to run multiple times. | Rémy Oudompheng |
| 2013-01-24 | all: use t.Skip{,f} | Dave Cheney |
| 2012-09-04 | net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process. | Sébastien Paolacci |
| 2012-08-16 | os/exec: disable additional file descriptor test on netbsd | Joel Sing |
| 2012-08-06 | net: fix TCPListener file leak to child processes | Brad Fitzpatrick |
| 2012-02-11 | os,syscall: fix windows build | Brad Fitzpatrick |
| 2012-02-10 | os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes | Brad Fitzpatrick |
| 2012-02-01 | os/exec: make sure file is not closed early in leaked fd test | Ian Lance Taylor |
| 2012-01-31 | os/exec: TestExtraFiles - close any leaked file descriptors | Joel Sing |
| 2011-12-21 | exec: disable the ExtraFiles test on darwin | Brad Fitzpatrick |
| 2011-12-21 | os/exec: put the print where it will help | Russ Cox |
| 2011-12-21 | os/exec: dump lsof on failure | Russ Cox |
| 2011-12-22 | os/exec: enable inherited file descriptor test | Andrew Gerrand |
| 2011-12-20 | os: don't trust O_CLOEXEC on OS X | Brad Fitzpatrick |
| 2011-12-19 | exec: disable new test to fix build | Ian Lance Taylor |
| 2011-12-19 | net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor | Ian Lance Taylor |
| 2011-12-19 | exec: add test to verify net package's epoll fd doesn't go to child | Brad Fitzpatrick |
| 2011-12-15 | os/exec: fix -test.run argument for new 'go test' | Russ Cox |
| 2011-11-03 | os,text,unicode: renamings | Rob Pike |