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
/
os
/
exec.go
Age
Commit message (
Expand
)
Author
2022-09-15
os: convert Process.isdone to atomic type
cuiweixie
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-13
os: explain ProccessState.Exited() SIGKILL interaction
Forest Johnson
2021-05-21
os: document that StartProcess puts files into blocking mode
Ian Lance Taylor
2020-11-03
os: export ErrProcessDone variable in windows and plan9
Alwin Doss
2018-03-05
os/exec: document Process.Kill behaviour
Yury Smolsky
2018-01-26
os: document inheritance of thread state over exec
Austin Clements
2018-01-09
os: fix grammar nit
Russ Cox
2017-12-30
os: document that StartProcess's argv starts with the binary name
Brad Fitzpatrick
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2016-08-16
os: consolidate files
Hiroshi Ioka
2016-06-10
os: on GNU/Linux use waitid to avoid wait/kill race
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-06-11
os: fix a race between Process.signal() and wait() on Windows
Patrick Mezard
2014-09-08
build: move package sources from src/pkg to src
Russ Cox