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
2025-09-15
os: add (*Process).WithHandle
Kir Kolyshkin
2025-09-15
os: add and use errProcessReleased
Kir Kolyshkin
2025-02-07
os: improve comments for process support, minor code cleanup
Ian Lance Taylor
2025-02-07
os: simplify Process.Release
Ian Lance Taylor
2025-02-07
os: use AddCleanup, not SetFinalizer, for Process
Ian Lance Taylor
2025-02-06
os: simplify process status
Ian Lance Taylor
2025-02-06
os: don't store reference count in Process.state
Ian Lance Taylor
2025-02-04
os: remove Process.mode field
Ian Lance Taylor
2025-02-04
os: separate Process.handle into a separate memory allocation
Ian Lance Taylor
2024-06-10
os: overhaul handling of PID vs pidfd within Process
Michael Pratt
2024-05-17
os: make use of pidfd on linux
Kir Kolyshkin
2024-02-26
os: add available godoc link
cui fliter
2024-02-23
Revert "os: make FindProcess use pidfd on Linux"
Michael Pratt
2024-02-21
os: make FindProcess use pidfd on Linux
Kir Kolyshkin
2024-02-21
os: use atomic.Uintptr for Process.handle
Kir Kolyshkin
2023-06-17
os/exec: document a method to check if a process is alive
Moritz Poldrack
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