summaryrefslogtreecommitdiff
path: root/src/syscall/exec_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: delete unreachable codeJosh Bleecher Snyder2016-08-221-5/+0
* syscall,os,net: don't use ForkLock in plan9Richard Miller2016-05-061-81/+1
* syscall: simplify closing of extra fds in plan9 StartProcessRichard Miller2016-05-051-64/+94
* syscall: fix accidental close of exec status pipe in StartProcessRichard Miller2016-03-291-3/+3
* syscall: avoid failure in plan9 StartProcess from fd close raceRichard Miller2016-03-171-1/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-12/+12
* syscall: don't check result of close(fd) in forkAndExecInChild on Plan9David du Colombier2015-11-241-4/+1
* cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor2015-10-201-0/+1
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-4/+6
* syscall: make pwd process-wide on Plan 9Brad Fitzpatrick2015-02-281-2/+8
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+650