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
17 hours
os/exec: doc typo
Weixie Cui
30 hours
os/exec: use argv() to avoid panic inside of Cmd.String()
Neal Patel
2026-03-17
os/exec: document that Cmd.Wait must not be called concurrently
Basavaraj PB
2026-01-27
os/exec: document blocking Stdin/Stdout/Stderr
Ian Lance Taylor
2026-01-12
os/exec: move platform-specific LookPath docs to a common comment
Damien Neil
2026-01-12
os/exec_test: fix test on Plan 9
Ori Bernstein
2026-01-06
os/exec: avoid atomic.Bool for Cmd.startCalled
Alan Donovan
2025-12-22
os/exec: second call to Cmd.Start is always an error
Alan Donovan
2025-11-12
os/exec: include Cmd.Start in the list of methods that run Cmd
Sean Liao
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-09-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
2025-08-13
os/exec: fix incorrect expansion of ".." in LookPath on plan9
Richard Miller
2025-07-29
os/exec: fix incorrect expansion of "", "." and ".." in LookPath
Olivier Mengué
2025-06-12
all: replace a few user-visible mentions of golang.org and godoc.org
Alberto Donizetti
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-02-20
syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2024-11-27
os/exec: edit comment to remove invalid link
Adam Bender
2024-09-30
net,os: use os.LookupEnv instead of syscall.Getenv
Mateusz Poliwczak
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2024-08-29
os/exec: document interaction of Dir, PWD, os.Getwd and C
Alan Donovan
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
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
[next]