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
/
lp_plan9.go
Age
Commit message (
Expand
)
Author
2026-01-12
os/exec: move platform-specific LookPath docs to a common comment
Damien Neil
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é
2024-02-26
os: add available godoc link
cui fliter
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-12
Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"
Ian Lance Taylor
2023-07-26
os/exec: avoid calling LookPath in cmd.Start for resolved paths
qiulaidongfeng
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
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
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2018-04-17
os/exec: remove "binary" when talking about executables
Tim Cooper
2016-05-11
os/exec: cleanup and remove duplicated code
Hiroshi Ioka
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox