summaryrefslogtreecommitdiff
path: root/src/os/exec
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-203-6/+5
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-206-10/+13
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-091-0/+4
* os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor2020-04-182-94/+114
* os/exec: create extra threads when starting a subprocessIan Lance Taylor2020-04-141-0/+45
* os/exec: extend grace period in TestExtraFiles to 20% of overall deadlineBryan C. Mills2020-04-101-1/+5
* os/exec: use subprocess deadline in TestExtraFilesIan Lance Taylor2020-04-081-3/+14
* os/exec: add temporary debugging code for #25628Ian Lance Taylor2020-03-271-0/+7
* os/exec: for TestExtraFiles failure, print readlink of unexpected fdIan Lance Taylor2020-03-241-0/+3
* os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth2020-02-251-5/+10
* os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar2019-12-153-6/+19
* os/exec: document that cmd.Start() sets the Process fieldGünther Noack2019-12-021-0/+2
* os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor2019-11-131-0/+3
* os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor2019-11-131-29/+53
* os/exec: skip possible netpoll pipe in known FDs in testIan Lance Taylor2019-10-221-2/+2
* os/exec: re-enable TestExtraFiles checks skipped on various OSesBryan C. Mills2019-10-171-49/+30
* os/exec: preserve the process environment when invoking TestHelperProcessBryan C. Mills2019-10-171-4/+8
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipeJosh Bleecher Snyder2019-10-041-4/+4
* all: shorten some testsRuss Cox2019-05-221-0/+3
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-041-0/+2
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick2019-04-292-1/+43
* os/exec: skip unsupported test on AndroidElias Naur2019-04-071-0/+5
* os/exec: add Cmd.StringJosh Bleecher Snyder2019-03-212-0/+53
* os/exec: less allocs in the common caseDaniel Martí2019-03-041-5/+8
* os/exec: don't use the echo binary for a benchmarkDaniel Martí2019-03-031-4/+4
* os/exec: preallocate for Cmd.childFilesDaniel Martí2019-03-031-0/+1
* os/exec: provide map size hint in dedupEnvCaseJosh Bleecher Snyder2019-03-021-1/+1
* os/exec: add BenchmarkExecEchoJosh Bleecher Snyder2019-03-021-0/+23
* internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot2018-11-021-3/+7
* os: add AIX operating systemClément Chigot2018-10-113-3/+3
* os/exec: document how to do special args quoting on WindowsGiovanni Bajo2018-09-011-0/+9
* os/exec: pass ExitCode tests on Plan 9Fazlul Shahriar2018-08-281-0/+9
* os: add ExitCode method to ProcessStateGuoliang Wang2018-08-281-0/+43
* os/exec: document ExtraFiles is not supported on windowsAdam Shannon2018-07-131-0/+2
* os: add js/wasm architectureRichard Musiol2018-06-011-0/+23
* os/exec: gofmtTobias Klauser2018-05-301-1/+1
* os/exec: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)2018-04-261-1/+1
* os/exec: remove "binary" when talking about executablesTim Cooper2018-04-175-14/+16
* os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis2018-04-111-0/+6
* all: drop support for Windows Vista or below (Windows XP)Mikio Hara2018-02-151-3/+0
* os: document inheritance of thread state over execAustin Clements2018-01-261-0/+5
* go/importer,os/exec: use testenv.GoToolPathDaniel Martí2018-01-101-4/+9
* os/exec: skip TestContextCancel on the Windows XP builderBrad Fitzpatrick2018-01-101-0/+3
* cmd/go: invalidate cached test results if env vars or files changeRuss Cox2017-12-111-2/+8
* os/exec: Stdout/Stderr doc cleanup.Tom Lanyon2017-11-231-8/+10
* os/exec: update docs for cmd.Std{out,err} and cmd.Wait to clarify how copying...Tom Lanyon2017-11-221-6/+14
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1