- 4109744 syscall: delete unreachable code by Josh Bleecher Snyder · 9 years ago
- 258a4c3 syscall,os,net: don't use ForkLock in plan9 by Richard Miller · 9 years ago
- 639a20d syscall: simplify closing of extra fds in plan9 StartProcess by Richard Miller · 9 years ago
- 1f0bebc syscall: fix accidental close of exec status pipe in StartProcess by Richard Miller · 9 years ago
- f2f2434 syscall: avoid failure in plan9 StartProcess from fd close race by Richard Miller · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 1d3e776 syscall: don't check result of close(fd) in forkAndExecInChild on Plan9 by David du Colombier · 9 years ago
- 77b1fef cmd/compile, syscall: use go:norace comment for forkAndExecInChild by Ian Lance Taylor · 9 years ago
- 3925a7c all: switch to the new deprecation convention by Shenghou Ma · 10 years ago
- bc9748e syscall: make pwd process-wide on Plan 9 by Brad Fitzpatrick · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/syscall/exec_plan9.go]
- 3e37720 syscall: terminate error string in exec package on Plan 9 by Rob Pike · 11 years ago
- 479b124 syscall: fix exec_bsd.go to accompany exec_linux.go changes by Rob Pike · 12 years ago
- 7f0d165 syscall: fix fork-exec/wait inconsistencies for Plan 9 by Akshat Kumar · 12 years ago
- b628470 syscall, os: fix a fork-exec/wait race in Plan 9. by Akshat Kumar · 12 years ago
- 4ce3df5 os: move Plan 9 directory marshaling code to syscall by Anthony Martin · 12 years ago
- 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
- af58267 pkg/syscall: Plan 9, 64-bit: Update error checks from sys calls. by Akshat Kumar · 12 years ago
- 8b5d4c3 syscall: fix plan9 build broken by CL 6458050 by Alexey Borzenkov · 13 years ago
- a108369 syscall: return EINVAL when string arguments have NUL characters by Alexey Borzenkov · 13 years ago
- 5491623 syscall: fix a number of exec bugs on Plan 9 by Anthony Martin · 13 years ago
- 4cf577e syscall: fix duplicate fd bug for Plan 9 by Akshat Kumar · 13 years ago
- de7361b all: more typos by Robert Griesemer · 13 years ago
- 11f4a6c os,syscall: fix plan 9 build by David du Colombier · 13 years ago
- 16ce2f9 os: Process.handle use syscall.Handle by Wei Guangjing · 13 years ago
- 8ec32e8 syscall: fix for Plan 9 build by Lucio De Re · 13 years ago
- 087a348 syscall, os, time: fix Plan 9 build by Lucio De Re · 13 years ago
- 4d0f2e9 syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and exec.Cmd by Russ Cox · 14 years ago
- 4b1170d sort: change IntArray etc. to IntSlice for better name hygiene. by Rob Pike · 14 years ago
- 8c1a703 syscall: fix StartProcess in Plan 9 by Fazlul Shahriar · 14 years ago
- 1cc4a5c R=rsc, brainman, ality, r2, r CC=golang-dev https://golang.org/cl/3816043 by Yuval Pavel Zholkover · 14 years ago