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
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
2022-09-07
os/exec: skip TestFindExecutableVsNoexec if mount failed
Kir Kolyshkin
2022-09-07
os: use strings.Builder
cuiweixie
2022-09-07
os/exec: LookPath: use eaccess for exec check on linux
Kir Kolyshkin
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
2022-07-06
os/exec: clarify that Wait must be called
Ian Lance Taylor
2022-06-28
os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...
Bryan C. Mills
2022-05-10
os/exec: eliminate some arbitrary short timeouts
Bryan C. Mills
2022-05-10
os/exec: return clear error for missing cmd.Path
Russ Cox
2022-05-06
os/exec: refactor goroutine communication in Wait
Bryan C. Mills
2022-05-03
os/exec: in Command, update cmd.Path even if LookPath returns an error
Bryan C. Mills
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-29
Revert "os/exec: return error when PATH lookup would use current directory"
Bryan Mills
2022-04-29
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2022-04-26
os/exec: make skipStdinCopyError a function instead of a variable
Bryan C. Mills
2022-04-25
os/exec: in TestImplicitPWD, explicitly request the logical path
Bryan C. Mills
2022-04-21
os/exec: set PWD implicitly if Dir is non-empty and Env is nil
Bryan C. Mills
2022-04-21
os/exec: preserve original order of entries in dedupEnv
Bryan C. Mills
2022-04-04
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-03
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-12-17
os/exec: skip TestContextCancel on netbsd/arm64
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-02
os/exec: in TestContextCancel, dump goroutines on failure
Bryan C. Mills
2021-11-16
os/exec: avoid NewFile on unknown FDs
Michael Pratt
[next]