index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
exec
Age
Commit message (
Expand
)
Author
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-17
syscall: do not use handle lists on windows when NoInheritHandles is true
Jason A. Donenfeld
2021-08-12
os/exec: re-enable LookPathTest/16
Dmitri Shuralyov
2021-04-14
os/exec: replace os.Setenv with T.Setenv
Manlio Perillo
2021-04-08
os/exec: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-03-24
os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
Tobias Klauser
2021-03-23
os/exec: simplify TestContextCancel
Shuhei Takahashi
2021-03-22
os/exec: avoid flaky Wait in TestContextCancel
Shuhei Takahashi
2021-03-01
os: mark pipes returned by os.Pipe() as inheritable by default
Jason A. Donenfeld
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-19
os/exec: disable failing LookPathTest on windows/arm64
Russ Cox
2020-12-09
all: update to use os.ReadDir where appropriate
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-30
os/exec: constrain thread usage in leaked descriptor test on illumos
Joshua M. Clulow
2020-11-07
os/exec: use "pfiles" for fd debugging on illumos
Joshua M. Clulow
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-04-18
os/exec: build TestExtraFiles subprocess without cgo
Ian Lance Taylor
2020-04-14
os/exec: create extra threads when starting a subprocess
Ian Lance Taylor
2020-04-10
os/exec: extend grace period in TestExtraFiles to 20% of overall deadline
Bryan C. Mills
2020-04-08
os/exec: use subprocess deadline in TestExtraFiles
Ian Lance Taylor
2020-03-27
os/exec: add temporary debugging code for #25628
Ian Lance Taylor
2020-03-24
os/exec: for TestExtraFiles failure, print readlink of unexpected fd
Ian Lance Taylor
2020-02-25
os/exec: use environment variables for user token when present
Liam 'Auzzie' Haworth
2019-12-15
os/exec: ignore hungup error while copying stdin on Plan 9
Fazlul Shahriar
2019-12-02
os/exec: document that cmd.Start() sets the Process field
Günther Noack
2019-11-13
os/exec: skip poll descriptors when checking for open descriptors
Ian Lance Taylor
2019-11-13
os/exec: don't run TestExtraFiles if extra files were open for the test
Ian Lance Taylor
2019-10-22
os/exec: skip possible netpoll pipe in known FDs in test
Ian Lance Taylor
2019-10-17
os/exec: re-enable TestExtraFiles checks skipped on various OSes
Bryan C. Mills
2019-10-17
os/exec: preserve the process environment when invoking TestHelperProcess
Bryan C. Mills
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-10-04
os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipe
Josh Bleecher Snyder
2019-05-22
all: shorten some tests
Russ Cox
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-29
os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.Env
Brad Fitzpatrick
2019-04-07
os/exec: skip unsupported test on Android
Elias Naur
2019-03-21
os/exec: add Cmd.String
Josh Bleecher Snyder
2019-03-04
os/exec: less allocs in the common case
Daniel Martí
2019-03-03
os/exec: don't use the echo binary for a benchmark
Daniel Martí
2019-03-03
os/exec: preallocate for Cmd.childFiles
Daniel Martí
2019-03-02
os/exec: provide map size hint in dedupEnvCase
Josh Bleecher Snyder
2019-03-02
os/exec: add BenchmarkExecEcho
Josh Bleecher Snyder
2018-11-02
internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor
Clément Chigot
2018-10-11
os: add AIX operating system
Clément Chigot
2018-09-01
os/exec: document how to do special args quoting on Windows
Giovanni Bajo
2018-08-28
os/exec: pass ExitCode tests on Plan 9
Fazlul Shahriar
[prev]
[next]