aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec_unix.go
AgeCommit message (Expand)Author
2024-05-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-05-17os: make use of pidfd on linuxKir Kolyshkin
2024-02-23Revert "os: make use of pidfd on linux"Michael Pratt
2024-02-23Revert "os: make FindProcess use pidfd on Linux"Michael Pratt
2024-02-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-02-21os: make use of pidfd on linuxKir Kolyshkin
2023-11-21os: remove useless if from Wait on unixKir Kolyshkin
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-03os: export ErrProcessDone variable in windows and plan9Alwin Doss
2020-10-31os: export errFinished as ErrProcessDoneColin Arnott
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2016-06-10os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor
2014-10-06os: make Process.Signal 'process finished' error consistent on UnixRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox