index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
exec_plan9.go
Age
Commit message (
Expand
)
Author
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2024-02-26
syscall: add available godoc link
cui fliter
2023-01-25
syscall: clean up variable declarations in forkAndExecInChild
Bryan C. Mills
2022-12-13
syscall: fix closing of reordered FDs in plan9 ForkExec
miller
2022-10-02
syscall: remove redundant type conversion
cui fliter
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2021-02-08
syscall/plan9: remove spooky fd action at a distance
Ori Bernstein
2016-08-22
syscall: delete unreachable code
Josh Bleecher Snyder
2016-05-06
syscall,os,net: don't use ForkLock in plan9
Richard Miller
2016-05-05
syscall: simplify closing of extra fds in plan9 StartProcess
Richard Miller
2016-03-29
syscall: fix accidental close of exec status pipe in StartProcess
Richard Miller
2016-03-17
syscall: avoid failure in plan9 StartProcess from fd close race
Richard Miller
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-24
syscall: don't check result of close(fd) in forkAndExecInChild on Plan9
David du Colombier
2015-10-20
cmd/compile, syscall: use go:norace comment for forkAndExecInChild
Ian Lance Taylor
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2015-02-28
syscall: make pwd process-wide on Plan 9
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox