aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
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
2022-09-07os: use strings.Buildercuiweixie
2022-09-07os/exec: LookPath: use eaccess for exec check on linuxKir Kolyshkin
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-07-06os/exec: clarify that Wait must be calledIan Lance Taylor
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-05-10os/exec: eliminate some arbitrary short timeoutsBryan C. Mills
2022-05-10os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-06os/exec: refactor goroutine communication in WaitBryan C. Mills
2022-05-03os/exec: in Command, update cmd.Path even if LookPath returns an errorBryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-26os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-21os/exec: preserve original order of entries in dedupEnvBryan C. Mills
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-17os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-02os/exec: in TestContextCancel, dump goroutines on failureBryan C. Mills
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov