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
2025-02-26
[release-branch.go1.23] syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2024-07-07
os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
Dmitri Shuralyov
2024-06-07
os/exec: on Windows look for extensions in Run if not already done
qiulaidongfeng
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-04
os/exec: remove unnecessary fmt.Sprintf call
guoguangwu
2024-02-26
std: fix more nilness findings
Alan Donovan
2024-02-26
os: add available godoc link
cui fliter
2023-09-18
os/exec: adjust function name in fatal message
Tobias Klauser
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-13
os/exec: fix edge cases in Windows PATH resolution
Bryan C. Mills
2023-09-13
os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows
Bryan C. Mills
2023-09-13
os/exec: simplify Windows-specific tests
Bryan C. Mills
2023-09-12
Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"
Ian Lance Taylor
2023-08-21
os/exec: don't convert byte slice to string when using verb %s
Jes Cok
2023-08-01
os/exec: Use the built-in function min instead of minInt
apocelipes
2023-07-26
os/exec: avoid calling LookPath in cmd.Start for resolved paths
qiulaidongfeng
2023-07-11
os/exec: ignore context.Canceled errors in TestConcurrentExec
Bryan C. Mills
2023-07-10
syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...
Bryan C. Mills
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-07
os: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-04
os/exec: skip remount in TestFindExecutableVsNoexec on EROFS
Tobias Klauser
2023-03-02
cmd/link/internal/ld: move more of mustLinkExternal into internal/platform
Bryan C. Mills
2023-02-28
all: fix typos
pgxiaolianzi
2023-02-21
os: use testenv.Command instead of exec.Command in tests
cui fliter
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-10
os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
Bryan C. Mills
2022-12-16
os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec
Bryan C. Mills
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
os/exec: fix TestWaitInterrupt/WaitDelay error message
scott
2022-11-04
os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-03
os/exec: allow open descriptors to be closed during TestPipeLookPathLeak
Bryan C. Mills
2022-11-01
syscall, os/exec: reject environment variables containing NULs
Damien Neil
2022-10-25
os/exec: add the Cancel and WaitDelay fields
Bryan C. Mills
2022-10-13
os/exec: reduce arbitrary sleeps in TestWaitid
Bryan C. Mills
2022-10-13
os/exec: set traceback to "system" in TestContextCancel
Bryan C. Mills
2022-10-11
os/exec: remove protection against a duplicate Close on StdinPipe
Bryan C. Mills
2022-10-07
os/exec: document ProcessState available after a call to Wait or Run
hopehook
2022-10-06
os/exec: parallelize more tests
Bryan C. Mills
2022-10-06
os/exec: delete TestExtraFilesFDShuffle
Bryan C. Mills
2022-10-04
os/exec: add a GODEBUG setting to diagnose leaked processes
Bryan C. Mills
2022-10-04
Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"
Bryan Mills
2022-10-01
os/exec: make StdoutPipe and StderrPipe safe to Close concurrently
Bryan C. Mills
2022-10-01
os/exec: recombine goroutinePipes and userPipes
Bryan C. Mills
2022-09-29
os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen
Bryan C. Mills
2022-09-29
os/exec: refactor goroutine error reporting
Bryan C. Mills
2022-09-29
os/exec: do not close pipes on a double-Start error
Bryan C. Mills
2022-09-28
all: fix some typos
cui fliter
2022-09-26
os/exec: split parent I/O pipes by whether they are pumped by user code or in...
Bryan C. Mills
2022-09-26
os/exec: clean up pipe-closing logic
Bryan C. Mills
[next]