aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2026-01-12os/exec_test: fix test on Plan 9Ori Bernstein
2026-01-06os/exec: avoid atomic.Bool for Cmd.startCalledAlan Donovan
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-11-12os/exec: include Cmd.Start in the list of methods that run CmdSean Liao
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-08-13os/exec: fix incorrect expansion of ".." in LookPath on plan9Richard Miller
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-02-20syscall: don't send child signal when testing pidfdIan Lance Taylor
2024-11-27os/exec: edit comment to remove invalid linkAdam Bender
2024-09-30net,os: use os.LookupEnv instead of syscall.GetenvMateusz Poliwczak
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-08-29os/exec: document interaction of Dir, PWD, os.Getwd and CAlan Donovan
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-07-07os/exec: only use cachedLookExtensions if Cmd.Path is unmodifiedDmitri Shuralyov
2024-06-07os/exec: on Windows look for extensions in Run if not already doneqiulaidongfeng
2024-03-26all: fix a large number of commentscui fliter
2024-03-04os/exec: remove unnecessary fmt.Sprintf callguoguangwu
2024-02-26std: fix more nilness findingsAlan Donovan
2024-02-26os: add available godoc linkcui fliter
2023-09-18os/exec: adjust function name in fatal messageTobias Klauser
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-13os/exec: fix edge cases in Windows PATH resolutionBryan C. Mills
2023-09-13os/exec: avoid writing to Cmd.Path in Cmd.Start on WindowsBryan C. Mills
2023-09-13os/exec: simplify Windows-specific testsBryan C. Mills
2023-09-12Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"Ian Lance Taylor
2023-08-21os/exec: don't convert byte slice to string when using verb %sJes Cok
2023-08-01os/exec: Use the built-in function min instead of minIntapocelipes
2023-07-26os/exec: avoid calling LookPath in cmd.Start for resolved pathsqiulaidongfeng
2023-07-11os/exec: ignore context.Canceled errors in TestConcurrentExecBryan C. Mills
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-04os/exec: skip remount in TestFindExecutableVsNoexec on EROFSTobias Klauser
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-02-28all: fix typospgxiaolianzi
2023-02-21os: use testenv.Command instead of exec.Command in testscui fliter
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-10os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills
2022-12-16os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexecBryan C. Mills
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11os/exec: fix TestWaitInterrupt/WaitDelay error messagescott