aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec_unix_test.go
AgeCommit message (Expand)Author
2024-05-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2023-08-07os: use t.Fatalf instead of t.Errorf in TestErrProcessDoneJes Cok
2023-06-17os/exec: document a method to check if a process is aliveMoritz Poldrack
2023-01-19os: clean up testsBryan C. Mills
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-10-31os: export errFinished as ErrProcessDoneColin Arnott