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_unix.go
Age
Commit message (
Expand
)
Author
2025-09-15
os: add and use errProcessReleased
Kir Kolyshkin
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-04
os: remove Process.mode field
Ian Lance Taylor
2024-11-20
os: use ignoringEINTR2 in (*Process).pidWait
Tobias Klauser
2024-07-17
os: don't try to signal PID -1 on Unix
Ian Lance Taylor
2024-06-10
os: overhaul handling of PID vs pidfd within Process
Michael Pratt
2024-05-21
os: make FindProcess use pidfd on Linux
Kir Kolyshkin
2024-05-17
os: make use of pidfd on linux
Kir Kolyshkin
2024-02-23
Revert "os: make use of pidfd on linux"
Michael Pratt
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: make use of pidfd on linux
Kir Kolyshkin
2023-11-21
os: remove useless if from Wait on unix
Kir Kolyshkin
2023-04-07
os: add wasip1 support
Johan Brandhorst-Satzkorn
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-03
os: export ErrProcessDone variable in windows and plan9
Alwin Doss
2020-10-31
os: export errFinished as ErrProcessDone
Colin Arnott
2020-05-11
internal/poll, os: loop on EINTR
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2018-10-11
os: add AIX operating system
Clément Chigot
2018-06-01
os: add js/wasm architecture
Richard Musiol
2016-06-10
os: on GNU/Linux use waitid to avoid wait/kill race
Ian Lance Taylor
2014-10-06
os: make Process.Signal 'process finished' error consistent on Unix
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox