aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
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
2022-11-04os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-03os/exec: allow open descriptors to be closed during TestPipeLookPathLeakBryan C. Mills
2022-11-01syscall, os/exec: reject environment variables containing NULsDamien Neil
2022-10-25os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills
2022-10-13os/exec: reduce arbitrary sleeps in TestWaitidBryan C. Mills
2022-10-13os/exec: set traceback to "system" in TestContextCancelBryan C. Mills
2022-10-11os/exec: remove protection against a duplicate Close on StdinPipeBryan C. Mills
2022-10-07os/exec: document ProcessState available after a call to Wait or Runhopehook
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-10-06os/exec: delete TestExtraFilesFDShuffleBryan C. Mills
2022-10-04os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills
2022-10-04Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"Bryan Mills
2022-10-01os/exec: make StdoutPipe and StderrPipe safe to Close concurrentlyBryan C. Mills
2022-10-01os/exec: recombine goroutinePipes and userPipesBryan C. Mills
2022-09-29os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpenBryan C. Mills
2022-09-29os/exec: refactor goroutine error reportingBryan C. Mills
2022-09-29os/exec: do not close pipes on a double-Start errorBryan C. Mills
2022-09-28all: fix some typoscui fliter
2022-09-26os/exec: split parent I/O pipes by whether they are pumped by user code or in...Bryan C. Mills
2022-09-26os/exec: clean up pipe-closing logicBryan C. Mills
2022-09-07os/exec: skip TestFindExecutableVsNoexec if mount failedKir Kolyshkin