aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_plan9.go
AgeCommit message (Expand)Author
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-02-08syscall/plan9: remove spooky fd action at a distanceOri Bernstein
2016-08-22syscall: delete unreachable codeJosh Bleecher Snyder
2016-05-06syscall,os,net: don't use ForkLock in plan9Richard Miller
2016-05-05syscall: simplify closing of extra fds in plan9 StartProcessRichard Miller
2016-03-29syscall: fix accidental close of exec status pipe in StartProcessRichard Miller
2016-03-17syscall: avoid failure in plan9 StartProcess from fd close raceRichard Miller
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-24syscall: don't check result of close(fd) in forkAndExecInChild on Plan9David du Colombier
2015-10-20cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-02-28syscall: make pwd process-wide on Plan 9Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox